Edit page UbuntuPaperCuts
[wiki.git] / UbuntuPaperCuts
1 == Oneiric / Precise desktop paper cuts ==
2
3 === Indicators ===
4
5  # The indicator icon for confifuring the display resolution no longer exists?
6    * oneiric regression
7    * confirmed on precise
8
9  # When the control panel is already open but hidden behind other windows or on a different virtual desktop, clicking on "Sound Settings" or "Bluetooth Settings" does not bring it to the foreground, thus confusing users.
10    * oneiric regression
11    * confirmed on precise
12
13  # Why can't the desktop remember that I don't want mirrored displays when I connect my laptop to the docking station?
14    * this bug actually can't be reproduced every time I plug in an external monitor. It's hard to tell if there's an underlying logic.
15
16  # oneiric regression: When I connect a monitor to the DisplayPort output, sometimes the sound output also switches to it (but sometimes it doesn't, I couldn't figure out why). The sound output setting is buried deep into Control Panel / Sound Settings / Hardware / Profile, so it took me a while to figure out what had happened the first time.
17
18  # oneiric regression: (related, but distinct from previous bug) sometimes when I switch on the DisplayPort output I get no sound output at all, no matter how I set the Profile in Sound Settings. The only way to make sound work again is power cycling the external monitor.
19
20  # oneiric regression: no workspace previews in the panel. There's indicator-workspaces on Launchpad ([[https://launchpad.net/~geod/+archive/ppa-geod]]), but it doesn't start automatically at login.
21
22  # oneiric regression: The System Load indicator doesn't start automatically on login.
23
24  # oneiric regression: Tray icons, including the bluetooth icon and the KTorrent icon, sometimes disappears from the panel. The icons can still be seen by opening the unity-2d-panel.
25
26  # --menus of GTK3 applications appear in the window itself rather than in the Unity panel--
27    * oneiric regression
28    * FIXED in oneiric
29
30
31 === Window management ===
32
33  # oneiric regression: Dragging windows around becomes slow and jerky after some time. OpenGL acceleration works fine, it seems like a compiz issue with the intel driver. I can easily reprodiuce this on a Thinkpad X201 (Arrandale), but it's a lot harder to trigger on a X220 (Sandybridge).
34
35  # oneiric regression: When switching workspaces, focus can sometimes go to a window hidden behind another full-screen window. Compiz does not seem to remember which window previously had focus in each workspace.
36
37  # long-time issue, confirmed on precise: When the video mode changes, full-screen windows often get shuffled on different workspaces and don't come back to their original locations when the resolution changes back. This is particularly annoying when plugging/unplugging monitors.
38
39  # the "Desktop Cube" plugin of Compiz makes the display flicker briefly every time I switch workspace. This happens both with a Thinkpad X201 (Arrandale) and X200s (GM45).
40    * oneiric regression
41    * confirmed on precise
42
43  # If I drag an icon around in Nautilus, I can often make Compiz hang. Restarting Unity from the console often cures the problem.
44
45  # While dragging icons or other objects, I can only switch workspaces by going to the left edge. It doesn't work on the right. This happens with both "Desktop Wall" and "Desktop Cube".
46
47
48 === Session management ===
49
50  # confirmed on precise: There's no longer a way to save the X session? Before, it was working only for some applications, but it was still a big time saver after a reboot.
51    * oneiric regression
52
53  # Switch User Account locks my current session and then doesn't bring up the login screen. (I'm running gdm, not lightdm)
54    * oneiric regression
55
56 === Unity Dock ===
57
58  # --the search bar often takes several seconds to show up when invoked with the keyboard.--
59    * oneiric regression
60    * fixed in precise
61
62  # There's a "Workspace Switcher" on the dock that doesn't do anything when I click on it. It's totally dead and I cannot even remove it. I have 4 virtual desktops and the Desktop Wall plugin is enabled.
63
64  # --There's also a trashcan icon on my dock that brings up a new tab in browser!--
65    * fixed in oneiric
66
67  # Notification OSDs won't go away by clicking on them. They just become more transparent when hovering the mouse. I can reproduce it every time by typing "notify-send foo" in a terminal.
68    * long-time issue
69    * confirmed in precise
70
71  # --I can't configure the key to switch focus to the launcher to Super alone. I had to resort to Super-space, which is not comfortable for me.--
72    * fixed in oneiric
73
74  # If I edit preferences in ccsm, sometimes Unity does not pick them up until restarted.
75
76
77 === Applications ===
78
79  # The Gnome Control Center (aka System Settings) often closes when clicking on icons. I suspect it's simply crashing.
80    * oneiric regression
81
82  # Evolution 3: the (webkit based) mail preview pane sometimes "crashes". It remains blank or garbled and there's no way to restore it until I restart the application.
83
84  # Evolution 3: forgets my Google account password every time I start it. Works with other IMAP accounts.
85
86  # Evolution 3: my Google calendars no longer show up (no errors are displayed). The CalDAV calendars still work.
87
88  # Evolution 3: sometimes Evolution just stops polling for email until I restart it
89
90  # Evolution 3: sometimes Evolution hangs during shutdown until I kill it from the terminal
91
92  # Evolution 3: this might sound like a rant, but due to many other stability issues with Evolution, my email experience has become really miserable in Oneiric.
93
94
95 === Hardware support ===
96
97  # Wifi becomes incredibly slow after a few minutes of use (like, 1-2kb/s). This is a an Intel iwlagn 6250. I tried all kernels all the way to 3.2 with no improvement. The only workaround I could find is disabling 802.11n support.
98    * Likely this bug: http://marc.info/?l=linux-kernel&m=131914553920614&w=2
99
100  # --My jWin bluetooth headphones stop working if I don't play anything for 30 seconds.  Afterwards, sound applications hang until I disconnect the bluetooth device.--
101    * Fixed in kernel 3.2
102
103  # The Bluetooth headphones don't get automatically reconnected when I turn them on.  Clicking on Connect in the control panel seems to work for one second, then it fails.  The only way to reconnect is removing the device and then paring it again.
104    * https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/437649
105    * confirmed on precise
106
107  # --Sometimes, when switching monitors on/off, the DisplayPort output starts to flicker (looks very much like a double-buffering issue).--
108    * I've not seen this in a while, maybe fixed
109
110 === Upgrade issues ===
111
112  # After upgrading to Oneiric, the machine became unbootable due to an incomplete /run migration. There's a bug in Launchpad, but it's not getting any attention.
113    * breaks boot
114
115  # My home is dm-crypt encrypted, alghough not with luks. After upgrading to Oneiric, it was no longer being mounted because mount thought it was of type minixfs. WTF?? To fix this, I had to pass '-n nominix' to blkid in /lib/cryptsetup/checks/un_blkid. This filtering was present in an earlier version of cryptsetup, but it has been removed in 2:1.1.3-1.
116    * breaks boot
117
118  # --On my x200s, something goes wrong when initramfs tries to switch to the root filesystem. Due to a race with udev, some files cannot be deleted in the tmpfs.--
119    * breaks boot
120    * https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/155689
121    * https://bugs.launchpad.net/ubuntu/+source/linux/+bug/613273
122    * FIXED: incomplete /run migration
123
124  # Apport no longer starts when something crashes in my unity session. It works for newly created users.