[Desktop-packages] [Bug 1268146] Re: Very high cpu usage for compiz in 14.04 (mesa incorrectly using llvmpipe)

2015-05-26 Thread Rocko
@madbiologist: thanks for looking into it. I haven't upgraded to the A12 BIOS because the list of fixes and enhancements was very small and only mentioned it was a fix for some issues when upgrading to Windows 8. (Additionally, Dell doesn't provide a way to update the BIOS from Linux for this machi

[Desktop-packages] [Bug 1200829]

2014-02-05 Thread Rocko
IMHO, this is quite an annoying regression. Just in case it's not obvious what the effect is, there are steps to reproduce it at https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1240957: you just have to run two apps like gnome-terminal and nautilus and try using the mouse wheel to scroll th

[Desktop-packages] [Bug 1171342]

2014-02-05 Thread Rocko
IMHO, this is quite an annoying regression. Just in case it's not obvious what the effect is, there are steps to reproduce it at https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1240957: you just have to run two apps like gnome-terminal and nautilus and try using the mouse wheel to scroll th

[Desktop-packages] [Bug 1240957]

2014-02-05 Thread Rocko
IMHO, this is quite an annoying regression. Just in case it's not obvious what the effect is, there are steps to reproduce it at https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1240957: you just have to run two apps like gnome-terminal and nautilus and try using the mouse wheel to scroll th

[Desktop-packages] [Bug 1184159]

2014-02-06 Thread Rocko
IMHO, this is quite an annoying regression. Just in case it's not obvious what the effect is, there are steps to reproduce it at https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1240957: you just have to run two apps like gnome-terminal and nautilus and try using the mouse wheel to scroll th

[Desktop-packages] [Bug 1418357] Re: gnome-system-log auto-scrolls away from entry being viewed

2015-03-19 Thread Rocko
@Ubfan: Unfortunately, Gnome seems to have removed this option from the gnome-system-log that comes with 15.04 (there's a surprise!). I think it was already gone by 14.10, but I don't have a 14.10 installation around to check anymore. The only menu I can see is on the cog (right hand side of the ti

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-20 Thread Rocko
The 3.19 kernel still has the problem. You can reproduce it by copying a test file from say /home into an encrypted home directory using --reflink: echo test > /home/test cp --reflink=always /home/test ~ ls -l ~/test # This shows 0 bytes This command, however, copies the file correctly, assumin

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-20 Thread Rocko
Just to note: in the example commands above, of course, /home needs to be write-accessible to the current user, or you need to use a command like "su root -c "echo test > /home/test". -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautil

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-20 Thread Rocko
** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1305335 Title: Cutting or copying files on btrfs to ecryptfs results in data loss Status in

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-22 Thread Rocko
@whoop: If you mean that the thumbnail file length is correct but the image file is zero bytes, the reason is that the thumbnail file isn't copied from the non-ecryptfs folder to the ecryptfs folder. Instead, the system stores thumbnails in ~/.cache/thumbnails. So it creates a new thumbnail file fo

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-23 Thread Rocko
As a follow-up to comment #16: generally attempting to clone a file in a non-ecryptfs folder into a mounted ecryptfs folder appears to succeed but in fact creates a zero-length invalid target file, but going the other way (cloning from the mounted ecryptfs folder into the non- ecryptfs folder) fai

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-23 Thread Rocko
In case anyone still reads bugzilla.kernel.org, I reported this at https://bugzilla.kernel.org/show_bug.cgi?id=93691. ** Bug watch added: Linux Kernel Bug Tracker #93691 http://bugzilla.kernel.org/show_bug.cgi?id=93691 -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-23 Thread Rocko
I checked the mainline 3.11 kernel and it has the bug (as well as 3.13, 3.18 and 3.19, based on the other comments), so I would say it is not a regression. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https://bugs.l

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-23 Thread Rocko
I think it is still useful for ecryptfs to support the btrfs clone ioctl for the case where both source and target higher files are in the same ecryptfs mount, since this saves disk space. We might be able to handle this in fs/ecryptfs/file.c#ecryptfs_unlocked_ioctl, which gets passed the btrfs io

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-23 Thread Rocko
ecryptfs_unlocked_ioctl gets passed the (higher) target file struct as the first argument, the command as the second, and the source file descriptor as the third argument. It looks like the source file descriptor has already been converted to the lower file if it is associated with a higher file in

[Desktop-packages] [Bug 1305335] Re: Cutting or copying files on btrfs to ecryptfs results in data loss

2015-02-24 Thread Rocko
> I don't like the idea of eCryptfs supporting the clone ioctl by default. > It would allow an attacker to discover that the files (the original and > the clone) are the same. I agree with that reasoning. In any case, I think that the btrfs clone operation should be disallowed in ecryptfs as a ma

[Desktop-packages] [Bug 1415168] Re: login dialog box will not display password field in unity-greeter

2015-01-28 Thread Rocko
The latest unity-greeter, 15.04.3-0ubuntu1, fixes it for me. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1415168 Title: login dialog box will not display password field in un

[Desktop-packages] [Bug 1407192] Re: firefox icon frequently replaced by placeholder

2015-01-28 Thread Rocko
Seems to be fixed for me now - at least, the geeqie icon is shown correctly now. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to bamf in Ubuntu. https://bugs.launchpad.net/bugs/1407192 Title: firefox icon frequently replaced by placeho

[Desktop-packages] [Bug 1398771] Re: Laptop screen turned off instead of suspending on lid close

2015-02-01 Thread Rocko
I notice that if I unplug the external monitor first and then close the lid, the laptop *does* suspend. I tried uncommenting HandleLidSwitch=suspend in /etc/systemd/logind.conf in case it is a systemd issue, but this didn't make any difference (even after a reboot), so perhaps this is a bug in sys

[Desktop-packages] [Bug 1305335] Re: nautilus fails to copy to ecryptfs Private folder on btrfs - all files 0 bytes

2015-02-04 Thread Rocko
This sounds similar to a situation that I discovered using Ubuntu 14.10 and 15.04: I have an encrypted home folder (in its own subvolume, in case that's relevant) and have created a symlink for Downloads to an external directory outside the subvolume. Files that I copy from this external director

[Desktop-packages] [Bug 1418357] [NEW] gnome-system-log auto-scrolls away from entry being viewed

2015-02-04 Thread Rocko
Public bug reported: If you run gnome-system-log (the gnome app that hasn't been modified to fit in with the Unity theme) and scroll to look at a particular line, ie so you are not on the last line of the log, when the system adds another log entry gnome-system-log automatically scrolls to this ne

[Desktop-packages] [Bug 160311] Re: Resizing windows by grabbing window borders is difficult

2015-07-08 Thread Rocko
Alt-F8 triggers resizing windows in compiz/Unity as well! That's good to know. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to light-themes in Ubuntu. https://bugs.launchpad.net/bugs/160311 Title: Resizing windows by grabbing window bo

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2015-01-19 Thread Rocko
Or of a backport to 14.10? It's currently only available for 15.04. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udisks2 in Ubuntu. https://bugs.launchpad.net/bugs/1281588 Title: Disk standby timer is broken Status in abstraction f

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2015-01-20 Thread Rocko
udisks2 2.1.4-1git3 doesn't fix the problem for me - the drive in question never goes into standby. If I increase the housekeeping to 24 hours (as per comment #11), the drive goes to sleep as normal. -- You received this bug notification because you are a member of Desktop Packages, which is subs

[Desktop-packages] [Bug 1398771] Re: External screen turned off instead of suspending on lid close

2015-01-24 Thread Rocko
I get this in 15.04 as well, based on the description. When I close the lid, the external monitor initially turns off and then it turns straight back on again as the primary monitor, exactly as if I had turned off the internal monitor via the screen settings GUI instead of closing the lid. If I've

[Desktop-packages] [Bug 1407192] Re: firefox icon frequently replaced by placeholder

2015-01-25 Thread Rocko
I find the launchbar always displays the grey question mark icon for geeqie so long as it's not already locked to the launchbar. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to bamf in Ubuntu. https://bugs.launchpad.net/bugs/1407192 Titl

[Desktop-packages] [Bug 1407192] Re: firefox icon frequently replaced by placeholder

2015-01-27 Thread Rocko
geeqie still displays the placeholder icon with bamfdaemon 0.5.1+14.10.20140925-0ubuntu2, though, so I suspect it isn't fixed. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to bamf in Ubuntu. https://bugs.launchpad.net/bugs/1407192 Title:

[Desktop-packages] [Bug 1415168] Re: login dialog box will not display password field in unity-greeter

2015-01-27 Thread Rocko
The password field does appear when you press the ENTER key, but until then it's invisible. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-greeter in Ubuntu. https://bugs.launchpad.net/bugs/1415168 Title: login dialog box will n

[Desktop-packages] [Bug 1407192] Re: firefox icon frequently replaced by placeholder

2015-01-27 Thread Rocko
And I just had my permanently-locked firefox icon in the launcher replaced with the placeholder, so it's definitely not fixed in that version of bamf. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to bamf in Ubuntu. https://bugs.launchpad.

[Desktop-packages] [Bug 1071326] Re: No way to get quicklists, emulate right click

2013-01-06 Thread Rocko
I can (very) occasionally get the Universal Access workaround to work, but I notice that if I am trying it on the System Settings / Mouse Settings / Test Your Settings window the system registers a primary left click before showing the menu for the right-click, which seems wrong. There's a second o

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2013-01-09 Thread Rocko
I've seen it happen with kernel 3.8-rc2 and SNA using the latest intel driver from git. The hang isn't always the same: * Sometimes it locks the computer up completely, requiring a hard reboot. * Sometimes it locks X, but CTRL-ALT-F1 and back unlocks it. * Sometimes it resolves itself without m

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-11-16 Thread Rocko
I still experience this bug, even with the latest intel driver from git, xf86-video-intel-2.6.99.902. I would use SNA but it has an even more annoying bug after the screen saver unlocks where unity just shows me a black screen and mouse cursor, and I have to physically restart unity to get it worki

[Desktop-packages] [Bug 1108637] [NEW] backspace key no longer works in nautilus

2013-01-28 Thread Rocko
Public bug reported: I know that that it's not Ubuntu's fault that the gnome-devs have removed so much of the useful functionality from nautilus 3.6, but one regression that I find particularly annoying is that the backspace key no longer works as a 'back' button. Instead, you have to press ALT-le

[Desktop-packages] [Bug 1108637] Re: backspace key no longer works in nautilus

2013-01-29 Thread Rocko
Reported as https://bugzilla.gnome.org/show_bug.cgi?id=692852. ** Bug watch added: GNOME Bug Tracker #692852 https://bugzilla.gnome.org/show_bug.cgi?id=692852 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ubuntu. https:/

[Desktop-packages] [Bug 1108637] Re: backspace key no longer works in nautilus

2013-01-29 Thread Rocko
Hmm. I also set my Firefox and chrome up to match their default configuration on all other OS's, ie so that backspace works as the back key (in FF it's just setting browser.backspace_action = 0, but in chrome you need a plugin). I just find it much more convenient than having to search for two keys

[Desktop-packages] [Bug 1075470] Re: Window titlebar buttons are unusably small for tablets/touchscreens and don't scale with the fonts/titlebar

2013-01-29 Thread Rocko
I find this to be a general problem in Ubuntu, ie the close/minimize/maximize buttons are quite hard to hit accurately with a mouse on a hires screen, but they certainly are near-to-completely- unusable on the nexus 7's touch screen. Perhaps making the buttons wider and/or separating them more wou

[Desktop-packages] [Bug 1108637] Re: backspace key no longer works in nautilus

2013-01-31 Thread Rocko
Some information from the upstream bug: it turns out that it is configurable - the way to restore the backspace key functionality is to add: (gtk_accel_path "/ShellActions/Up" "BackSpace") to ~/.config/nautilus/accels. It's obviously a pain to have to do this manually for every Ubuntu installati

[Desktop-packages] [Bug 1113648] Re: Add a context menu entry to create a new blank file

2013-03-05 Thread Rocko
I don't understand it either, but it's not Ubuntu's fault. The problem is upstream: Canonical repackages the gnome desktop, and AFAICS the gnome-devs have gone insane and think that removing commonly-used and useful functionality will make gnome better. They therefore don't think this is a bug - th

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-11-29 Thread Rocko
Yes, I've been running v2.20.14 from git (using SNA, not UXA) for a few days on Quantal and so far I hasn't seen that other bug I mentioned - it hasn't fatally locked up after the screensaver kicks in. However, it has experienced *this* particular bug a few times, ie where the screen locks but I ca

[Desktop-packages] [Bug 994585] Re: Keyboard/Mouse erratically broken when switching between vmware-player VM and Unity Desktop

2012-12-01 Thread Rocko
I'm going to guess that is related: I find with vmwareplayer v5.0.1 build-894247 in Ubuntu 12.10 that as soon as I move the mouse over a vmwareplayer window and back again, it breaks the keyboard mapping in Unity and gnome-shell. In both unity and gnome-shell, CTRL stops working altogether; in gnom

[Desktop-packages] [Bug 195982] Re: Shift key (and caps lock) stop working when using VMWare

2012-12-02 Thread Rocko
fwiw, I just ran into the fubar keyboard problem with vmplayer 5.0.1 in Ubuntu 12.10, but found a workaround. Every single time that my mouse went into the vmplayer window, vmplayer trashed all the modifier keys so that CTRL, SHIFT, ALT all stopped working. xmodmap showed: shift lock co

[Desktop-packages] [Bug 994585] Re: Keyboard/Mouse erratically broken when switching between vmware-player VM and Unity Desktop

2012-12-02 Thread Rocko
I found a workaround for my problem - it was an xmodmap setting that vmplayer didn't handle properly and was trashing. In case it is of interest, I posted the workaround at https://bugs.launchpad.net/ubuntu/+source/xkeyboard- config/+bug/195982/comments/226. -- You received this bug notification

[Desktop-packages] [Bug 1108637] Re: backspace key no longer works in nautilus

2013-02-02 Thread Rocko
The upstream bug shows this as the commit that removes the default backspace key action: http://git.gnome.org/browse/nautilus/commit/?id=2f1c80cc419b7e77972f63b448afe63d37994c74 so reversing this commit would fix this bug. The upstream status is incorrect - it should be something like 'won't fix'

[Desktop-packages] [Bug 1075470] Re: Window titlebar buttons are unusably small for tablets/touchscreens and don't scale with the fonts/titlebar

2013-02-02 Thread Rocko
I used gnome-tweak-tool to make the windows buttons use Adwaita theme icons, and they are large enough to be usable. Unfortunately they don't work with the global menu bar - it always displays the Ambiance window icons - and the bottom right keyboard icon (ie the one used to display the keyboard i

[Desktop-packages] [Bug 1125727] [NEW] nautilus 3.6 by default has no 'New Document' menu

2013-02-14 Thread Rocko
Public bug reported: In nautilus 3.6, if there are no files in your Templates folder, nautilus offers no 'New Document' menu option, which is very user- unfriendly. This is obviously a regression since previously nautilus always offered at least a menu option of "New Document / Empty Document". T

[Desktop-packages] [Bug 1071922] Re: double tap does not open folders or files in Nautilus

2013-01-05 Thread Rocko
For me on the nexus 7, double-tap doesn't work even in mouse settings. When I try 'Test Your Settings' it only ever detects a single click for a double-tap, even if I set the double-click speed to the slowest possible (or the fastest possible). -- You received this bug notification because you ar

[Desktop-packages] [Bug 1041665] Re: gnome-disk-utility is missing palimpsest (renamed to gnome-disks)

2012-12-05 Thread Rocko
@Jim: while I totally agree with your assessment, the changes to gnome- disks were implemented by gnome3 upstream, not ubuntu, and so it would be fairer to rant at the gnome-devs in a gnome3 bug report. But good luck with that: I have found they are abruptly dismissive when it comes to criticism, c

[Desktop-packages] [Bug 848562] Re: gnome-shell lock screen does not display password prompt

2012-10-27 Thread Rocko
I have found that it's a bit hit-and-miss in Unity, too. Unless I specially use CTRL-ALT-L to lock the screen, often when I come back and the screensaver is on, it doesn't ask for my password when I press a key. Sometimes it does ask for the password. I wonder if that is related? -- You received

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2014-06-16 Thread Rocko
What is the recommended way to stop udisks from reading the disk's SMART status? I tried turning it off with gnome-disks several weeks ago but this setting didn't persist across reboots. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to udi

[Desktop-packages] [Bug 1268359] Re: Dell XPS 15 Built-In Webcam: cheese does not display any image

2014-04-21 Thread Rocko
Same here (Dell XPS 15 L502x). Cheese's preferences window shows that it has detected the camera device, but nothing works and there are no error messages in the terminal. Video capture works fine in vlc. -- You received this bug notification because you are a member of Desktop Packages, which i

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2014-05-14 Thread Rocko
I confirm John Reid's patch to udisks2 allows my WDC WD40EZRX-00SPEB0 to spindown into standby after 10 minutes (Ubuntu 14.04, udisks- udisks2-2.1.3. The patch actually failed so I applied it manually). But exactly at the 30 minute mark it spins back up into idle mode, even though gnome-disks says

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2014-05-14 Thread Rocko
Following on from my previous comment, the drive is most definitely spun up again by udisks2 polling at 30 minutes, even though udisks2 doesn't read the SMART data at this point. I recompiled udisks2 to use a far more reasonable polling time of 24 hours and now the drive stays spun down like it sho

[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-19 Thread Rocko
Is there a way to disable the unity-greeter screen locker and revert back to the old gnome-screensaver screen locker? Much as I like the look of the unity-greeter screen lock, I prefer the power saving obtained by turning the screen off while it's locked. -- You received this bug notification bec

[Desktop-packages] [Bug 878836] Re: [FFe] Unity Greeter - Use Unity Greeter to fulfil lock screen as well as login functions

2014-03-19 Thread Rocko
Is there a setting available that lets the user disable this? It has a nasty regression in that the new screen locker disables the screen power down (ref https://bugs.launchpad.net/unity/+bug/1292041) so I'd rather use the old screen locker until this regression is fixed. -- You received this bug

[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-21 Thread Rocko
It affects the monitor. Is the monitor really non-essential? And is there a way to use the old screen locker until this is fixed? It's a pretty big regression. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-screensaver in Ubuntu.

[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-23 Thread Rocko
@Marco, thanks, I went back to gnome-screensaver 3.6.1-0ubuntu9 and this restores the proper monitor dpms behaviour. The new screen locker does look nicer, though, so I'm looking forward to when it handles dpms properly. -- You received this bug notification because you are a member of Desktop Pa

[Desktop-packages] [Bug 1240957] Re: Scrolling behaviour and window focus has changed and is inconsistent

2014-03-31 Thread Rocko
> The bug doesn't impact the default configuration, the solution/workaround is easy "don't bind scroll events to workspaces changes"... Sorry, but I don't understand what you mean by that: do you mean there is an easy solution/workaround that a user can apply? Or that because the solution is easy

[Desktop-packages] [Bug 1281588] Re: Disk standby timer is broken

2014-05-31 Thread Rocko
John, just to confirm, do you find the WD acts like the Samsung drives? It looks like I have exactly the same one, the WDC WD40EZRX-00SPEB0, and that's the one that always wakes up whenever it is polled (and I tested this on 30 minute poll intervals, which means it had been spun down 20 minutes but

[Desktop-packages] [Bug 1268359] Re: Dell XPS 15 Built-In Webcam: cheese does not display any image

2014-06-09 Thread Rocko
GTK UVC (guvcview) doesn't work? I've got version 1.7.1-1ubuntu1 and it works on my xps-l502x. Skype also works, but cheese still doesn't. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to cheese in Ubuntu. https://bugs.launchpad.net/bugs/1

[Desktop-packages] [Bug 1245474] Re: [regression] on login screen, monitor stays on forever

2014-03-12 Thread Rocko
The new lightdm-style screensaver that just landed in 14.04 also does not turn off the screen. Is the screensaver implemented by lightdm and therefore related to this bug, or is this a new bug? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1245474] Re: [regression] on login screen, monitor stays on forever

2014-03-13 Thread Rocko
Yes, I can see that it must be the new unity-greeter screen-locker that is blocking the screen power-down. As minnigaliev-r says, if you lock the screen with ctrl-alt-L or super-L, the screen locks but never powers off, but as soon as you enter your password to unlock it the screen powers off and t

[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-14 Thread Rocko
Which package implements the new lock screen? The regression is in this package. The old screensaver (gnome-screensaver?) used to power the monitor off as soon you manually activate the lock screen (eg when you press the key combination to lock the screen). The new 14.04 screen locker (which pack

[Desktop-packages] [Bug 1292041] Re: Lockscreen doesn't turn off the screen

2014-03-17 Thread Rocko
Reading the changes from https://launchpad.net/ubuntu/+source/gnome- screensaver/3.6.1-0ubuntu10 and https://bugs.launchpad.net/ayatana- design/+bug/878836, it looks like the unity-greeter is now being used to implement the lock screen (not gnome-screensaver), so unity-greeter is blocking the power

[Desktop-packages] [Bug 1268146] [NEW] Very high cpu usage for compiz in 14.04 (mesa incorrectly using llvmpipe)

2014-01-11 Thread Rocko
Public bug reported: I just upgraded to 14.04, and I'm seeing 50%-500% cpu usage from compiz. Strangely, glxinfo reports this, which is totally incorrect - I'm running on Intel Sandy Bridge HD3000 graphics and VMware isn't even installed on this PC: OpenGL vendor string: VMware, Inc. OpenGL rend

[Desktop-packages] [Bug 969489] Re: lightdm tries (and fails) to start too early?

2014-02-21 Thread Rocko
This is still an issue in ubuntu 14.04. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/969489 Title: lightdm tries (and fails) to start too early? Status in Upstart: Confirmed Stat

[Desktop-packages] [Bug 1284981] [NEW] Locally-integrated menus stop working in Virtualbox

2014-02-25 Thread Rocko
Public bug reported: With (the absolutely awesome) locally-integrated menus enabled, if you open the VirtualBox the menus initially work as expected, ie they appear in VirtualBox's titlebar when you hover the mouse over it. But if you open a popup window by clicking on New or Settings and then cl

[Desktop-packages] [Bug 1217091] Re: getUserMedia doesn't work in Firefox/Unity in Ubuntu 13.10

2013-10-21 Thread Rocko
Perhaps this is related to http://support.mozilla.org/en- US/questions/967768? That points to an alsa-lib issue in snd_device_name_hint reported as bug #1008600. There is apparently a fix for that resolves the issue. But bug #1008600 is only flagged as fix- committed, not fix-released. -- You rec

[Desktop-packages] [Bug 1217091] Re: getUserMedia doesn't work

2013-09-02 Thread Rocko
I can confirm that the call to getUserMedia under FF 23 and Ubuntu 13.10 never returns. FF never prompts for permission and top shows that one CPU is stuck at 100%. This happens whether I run FF in safe-mode or normally. It *does* work under FF 23 in Ubuntu 13.04, however, and it also works fine i

[Desktop-packages] [Bug 839056] Re: indicator-weather crashed with SIGABRT in raise()

2013-03-31 Thread Rocko
I just use my-weather-indicator these days. It has the same features as indicator-weather but doesn't crash all the time. Additionally, it can auto-detect your location. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to indicator-weather in

[Desktop-packages] [Bug 1268359] Re: Dell XPS 15 Built-In Webcam: cheese does not display any image

2014-07-31 Thread Rocko
@andres: on my L502x laptop, guvcview does recognise the camera - the output shows something like this: ... jack server is not running or cannot be started video device: /dev/video0 Init. Laptop_Integrated_Webcam_2HDM (location: usb-:00:1a.0-1.4) { pixelformat = 'YUYV', description = 'YUV 4:2

[Desktop-packages] [Bug 1377537] [NEW] Screen does not lock or turn off automatically

2014-10-04 Thread Rocko
Public bug reported: In Ubuntu 14.10 (upgraded from 14.04), the screen does not lock or turn off after the designated time in System Settings / Brightness and Lock. The screen lock can still be activated manually from the System menu or keyboard shortcut (although I notice that the default has ch

[Desktop-packages] [Bug 1380454] [NEW] Cannot set time automatically from the Internet in date/time settings

2014-10-12 Thread Rocko
Public bug reported: In my upgraded Ubuntu 14.10, the option to set time automatically from the Internet in date/time settings is greyed out (see attached image). In a fresh installation on a VM, the option is *not* greyed out. I am running systemd in the upgraded version, if that makes a differ

[Desktop-packages] [Bug 254655] Re: [upstream] can't remove new line after table in writer

2014-10-22 Thread Rocko
This comment in the upstream bug, https://bugs.freedesktop.org/show_bug.cgi?id=33631#c6, says to put the table into a frame, and this seems to work (I'm currently on libreoffice-writer 1:4.3.2~rc2-0ubuntu1~trusty2). You have to be careful to not make the frame bigger than the table, or it will ove

[Desktop-packages] [Bug 949606] Re: 64 bit dev packages should include 32 bit .so library file

2014-11-28 Thread Rocko
** This bug is no longer a duplicate of bug 1246013 Would be nice for libgl1-mesa-dev to be multiarched -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/949606 Title: 64 bit dev package

[Desktop-packages] [Bug 1397483] [NEW] Unity restores windows to random workspaces on system resume

2014-11-28 Thread Rocko
Public bug reported: When I suspend and resume my latop, my windows, which were originally all in one workspace, are restored to different workspaces (apparently at random). For windows not in the current workspace after resume, the unity launcher indicates that they are running, but clicking on

[Desktop-packages] [Bug 1397486] [NEW] gfvs freezes nautilus after switching networks

2014-11-28 Thread Rocko
Public bug reported: To replicate: 1. Connect to a SFTP or Samba share via nautilus. 2. Change networks, eg by suspending and resuming in a different location or by manually forcing a change to a network. For instance, I change from a 10.1.1.x network to a 192.168.10.x network and back again. 3

[Desktop-packages] [Bug 1058623] Re: APM settings are not persistent after a reboot

2014-12-01 Thread Rocko
Just FYI, udisks2 handles drives (at least in 14.04+) and you can configure things like APM level for individual disks by putting an entry into /etc/udisks2 with a filename that matches the drive id and serial number (which you can read from gnome-disks/palimpsest), eg with the contents: [ATA] Sta

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-01 Thread Rocko
@Sebastian: yes, #920691 might be the same issue. (Although it is possible in Oneiric to actually create the first bookmark, it's just unbelievably hard to do so.) @Thibaut: I agree this bug is still present in Precise. In fact, I can't even see a Bookmarks section in nautilus in Precise! So there

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-02 Thread Rocko
I tried this on my VM, and no errors are printed when I try to add a bookmark, either with drag and drop or via the menu. And the perms on that file are: -rw-rw-r-- 1 rocko rocko 128 Mar 2 07:35 .gtk-bookmarks I do get an error when starting nautilus, but it looks like an unrelated samba issue

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-02 Thread Rocko
@Sebastien: When you tried adding a bookmark in a guest session, did nautilus already display a Bookmarks section on the left side? Where did you drag the bookmark to? I only see 'Computer' and 'Network' sections on the left. Dragging to the entries in 'Computer' just tries to move the folder I'm d

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-02 Thread Rocko
Here's a screen video showing me trying unsuccessfully to add a bookmark via drag'n'drop and also via the bookmark menu. Note that in the (other) user account where I already have a bookmarks section and where adding bookmarks works, I get a horizontal black line displayed in the left-hand section

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-02 Thread Rocko
If your guest session has no Bookmark section, and a new user created upon installation is created without a Bookmark section by default, so it therefore impossible to add a bookmark via drag and drop for new users. This is a pity but if there is a working menu option to do it, it's not so serious.

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-02 Thread Rocko
Also, look more closely at the video - I'm not trying to bookmark my user dir, I'm trying to bookmark a folder called 'Untitled Folder', which is not already in the bookmarks. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nautilus in Ub

[Desktop-packages] [Bug 945447] [NEW] gnome-control-center is missing removable media icon

2012-03-03 Thread Rocko
Public bug reported: In Precise the 'removable media' icon has disappeared from the system settings in Unity. This is the setting where in Oneiric you could tell gnome what to do when removable media like DVDs or USB drives are inserted, eg to open nautilus, or to do nothing. Prior to Oneiric thi

[Desktop-packages] [Bug 945447] Re: gnome-control-center is missing removable media icon

2012-03-03 Thread Rocko
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/945447 Title: gnome-control-center is missing removable media icon Status in “gnome-control-center” package in Ubuntu: Ne

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-03-03 Thread Rocko
Ah! Now I understand, and I agree completely with your summary. For me, it is not at all obvious that you have to actually be in the folder you are trying to bookmark with the menu "Add Bookmark" option, because normally I select a folder with the mouse and use dnd, so (naturally?) I expected the

[Desktop-packages] [Bug 827049] Re: add bookmark is broken in oneiric's nautilus

2012-02-07 Thread Rocko
Yes, it's damn-near impossible to add the first bookmark. I reset my user settings recently and it was enormous trouble adding the first bookmark (I did it somehow by drag and drop as well). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 936777] [NEW] thunderbird selects wrong account for forwarding email

2012-02-19 Thread Rocko
Public bug reported: If I have several accounts set up in Thunderbird, and I receive an email, open it and select 'Forward', I expect Thunderbird to send the forwarded email from the account that received the email. eg if I receive an email in the 'Rocko' account and go to for

[Desktop-packages] [Bug 936777] Re: thunderbird selects wrong account for forwarding email

2012-02-19 Thread Rocko
email. eg if I receive an email in the 'Rocko' account and go to forward it, I expect it to select the Rocko account to forward the email from. However, Thunderbird instead selects the last account added (or it might be the last account that was altered, eg by s

[Desktop-packages] [Bug 755148] Re: metacity performance regression in natty/nvidia

2011-10-28 Thread Rocko
I'm now getting much better performance with the latest metacity in Oneiric, eg 150-250 fps in glxspheres versus 80-120 in compiz, and 50-60 fps in Alien Arena vs 30-45. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to metacity in Ubuntu.

[Desktop-packages] [Bug 869736] Re: dragging languages in system settings / language support doesn't always work

2011-11-08 Thread Rocko
I have changed the status back to confirmed, because IMO it is actually a bug. The warning dialog allows you to ignore the warning (ie to not install the support), and after this you cannot drag and drop the languages. I believe that it should still allow you to drag and drop the languages, especia

[Desktop-packages] [Bug 856988] Re: totem cannot play quicktime file after upgrade to oneiric

2011-10-19 Thread Rocko
The Natty plugins are the files in the /usr/lib/gstreamer-0.10 directory in a Natty installation, while the Oneiric plugins are the files in the /usr/lib/gstreamer-0.10 directory. A diff isn't much help, because they are binaries of different versions of gstreamer. I unfortunately also don't have

[Desktop-packages] [Bug 973096] Re: Nvidia driver causes xorg crash

2012-10-09 Thread Rocko
304.51 is the least crashy version for me. It was really easy to reproduce the crash with both 304.43 and 304.48, but on 304.51 it only happens occasionally. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in Ubunt

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-10-10 Thread Rocko
@Dmitrijs: To find which method is being used, do: grep AccelMethod /var/log/Xorg.0.log I find also that the titlebars of non-focused windows are often light grey instead of black when using SNA. And to change methods, put this in your xorg.conf to set the acceleration method and then restart X:

[Desktop-packages] [Bug 733374] Re: X freeze, nvidia-current, Ubuntu 11.04 Maverick GeForce 9600GT

2012-10-16 Thread Rocko
I have found that the 304.51 driver mostly fixes the issue for me, unless I run the 3d application from a btrfs partition (which does seem odd, but there you go). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-09-16 Thread Rocko
Ah, I am using xorg-edgers. Perhaps they are trying out SNA as the default there. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1041790 Title: [sandybridge-m-gt2] GP

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-09-16 Thread Rocko
Yes, I think the bug doesn't happen with SNA whereas it occurs pretty regularly with UXA. I've been using SNA for a couple of days now since it became the default on my system. Does X now look for other xorg.conf files? I created one called /etc/X11/xorg.conf-intel-sna and symlinked to it to test o

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-09-27 Thread Rocko
I've been using SNA for a couple of weeks now, and it doesn't seem to suffer from this particular bug. The bug still occurs in the latest xf86-video-intel driver from git (as of 27/9/12), though. It generally occurs when focus changes, eg when a menu or popup window is opening. -- You received

[Desktop-packages] [Bug 1057000] Re: [Ubuntu 12.04.1/12.10] nVidia drivers 304.51 prevent autohidden Unity launcher from revealing

2012-10-07 Thread Rocko
Forcing a revert to the 304.43 driver breaks things for me, because 304.51 has a fix that stops the nvidia driver crashing the kernel so frequently. Isn't modifying xorg.conf a better solution than forcing a revert? -- You received this bug notification because you are a member of Desktop Package

[Desktop-packages] [Bug 1041790] Re: [sandybridge-m-gt2] GPU lockup IPEHR: 0x0b160001 IPEHR: 0x0b140001

2012-09-12 Thread Rocko
Is SNA turned on by default now? I had a couple of hours freeze-free with it the other day, but removed my xorg.conf shortly afterwards because the white titlebars and glitchy 3D graphics were annoying, and also because with SNA enabled the backlight didn't come on after the screensaver turned it o

  1   2   3   4   5   >