[Bug 1511914] Re: Crash on edit with external editor, results in corrupt image database entry

2017-08-12 Thread Øyvind Stegard
Any chance the fix will be backported to Shotwell in 16.04 ? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shotwell in Ubuntu. https://bugs.launchpad.net/bugs/1511914 Title: Crash on edit with external editor, results in corrupt i

[Bug 1132063] Re: Mouse settings missing from Mouse & Touchpad dialog

2017-07-22 Thread Øyvind Stegard
Missing sensitivity adjustment for wired USB mouse "1bcf:0824 Sunplus Innovation Technology Inc.", Ubuntu 16.04 with latest HWE. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net

[Bug 1645631] Re: Sending files fails because obex not loaded

2017-05-02 Thread Øyvind Stegard
Thanks for reporting, I was just struck by this bug on 17.04. For a fix which lasts across reboots, run as normal user: systemctl --user enable obex This permanently enables OBEX service for your user sessions. -- You received this bug notification because you are a member of Ubuntu Desktop Bug

[Bug 1271591] Re: upstart job race prevents gnome-keyring from being ssh agent

2014-04-07 Thread Øyvind Stegard
I have chosen to unlock my GPG key at login time. In processes launched by Unity, I sometimes get the GPG_AGENT_INFO environment variable set, but other times (in other login sessions) not. So likely some kind of race. From terminal launched with Ctrl+Alt+T, the variable always seems to be availabl

[Bug 1253096] [NEW] Cannot add IRC account with NickServ password

2013-11-20 Thread Øyvind Stegard
Public bug reported: In accounts settings: 1. Add new IRC account (I tested Freenode), input nick and hit done. 2. Things seem ok, it connects in Empathy (even though the Empathy connection button in accounts dialog isn't enabled yet, which is surprising.) 3. I have a registered nick at Free

[Bug 1247564] Re: Initial window size slightly too small causing scaling+smoothing on image

2013-11-03 Thread Øyvind Stegard
Upstream bug: https://bugzilla.gnome.org/show_bug.cgi?id=690236 ** Bug watch added: GNOME Bug Tracker #690236 https://bugzilla.gnome.org/show_bug.cgi?id=690236 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in Ubuntu. https:/

[Bug 1247564] Re: Initial window size slightly too small causing scaling+smoothing on image

2013-11-03 Thread Øyvind Stegard
Also happens on 1920x1080 sized screen. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in Ubuntu. https://bugs.launchpad.net/bugs/1247564 Title: Initial window size slightly too small causing scaling+smoothing on image To ma

[Bug 1247564] [NEW] Initial window size slightly too small causing scaling+smoothing on image

2013-11-03 Thread Øyvind Stegard
Public bug reported: When opening an image that is "medium sized", but still much smaller than screen resolution, eog sizes its window initially slightly too small, causing scaling and consequently smoothing to be applied to the image. This makes "crisp" images like figures, diagrams etc. look unn

[Bug 1247564] Re: Initial window height slightly too small causing scaling+smoothing on image

2013-11-03 Thread Øyvind Stegard
Original source image that makes scaling easily visible. ** Attachment added: "Original source image that makes scaling easily visible." https://bugs.launchpad.net/ubuntu/+source/eog/+bug/1247564/+attachment/3899070/+files/crisp.png ** Summary changed: - Initial window height slightly too sm

[Bug 760344] Re: gvfsd-http not closing tcp connections

2013-07-12 Thread Øyvind Stegard
Confirming this bug in 13.04 – I just discovered it five minutes ago. There is a gvfsd-http process that has lots of stale outgoing TCP connections in CLOSE-WAIT-state. All connections have some data in the receive queue and nothing in send. I did use Rhythmbox a few days ago. Dst-addresses look l

[Bug 1114012] Re: EOG-CRITICAL **: eog_list_store_length: assertion `EOG_IS_LIST_STORE (store)' failed

2013-04-27 Thread Øyvind Stegard
Upstream patch from eog master applies to 3.6.2 source [with some small hunk offsets] and works fine. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in Ubuntu. https://bugs.launchpad.net/bugs/1114012 Title: EOG-CRITICAL **: eog

[Bug 1114012] Re: EOG-CRITICAL **: eog_list_store_length: assertion `EOG_IS_LIST_STORE (store)' failed

2013-04-27 Thread Øyvind Stegard
This bug has been fixed upstream. Bug report here: https://bugzilla.gnome.org/show_bug.cgi?id=691517 Fix here: https://git.gnome.org/browse/eog/commit/?id=3145fce6d7544dfb6e159924fb52e2ca13b7a42c ** Bug watch added: GNOME Bug Tracker #691517 https://bugzilla.gnome.org/show_bug.cgi?id=691517

[Bug 1040885] Re: gnome-terminal auto-restores its size

2013-04-26 Thread Øyvind Stegard
Fix is included in upstream gnome-terminal 3.6.2: http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.6/gnome-terminal-3.6.2.news It's also the only fix in addition to some translation updates. So an upgrade to gnome-terminal 3.6.2 in Ubuntu 13.04 would be nice.. -- You received this bug n

[Bug 1067515] Re: Locking from user menu fails second time (gnome-screensaver SimulateUserActivity() doesn't return)

2013-03-14 Thread Øyvind Stegard
The following dbus calls seem to no longer work (e.g. screensaver is not deactivated or timeout reset): $ dbus-send --session --type=method_call --dest=org.gnome.ScreenSaver / org.gnome.ScreenSaver.SimulateUserActivity $ dbus-send --session --type=method_call --dest=org.gnome.ScreenSaver /org/

Re: [Bug 1040885] Re: gnome-terminal auto-restores its size

2013-03-08 Thread Øyvind Stegard
Codagnoni <1040...@bugs.launchpad.net> writes: > Patch didn't work for me (gnome-terminal 3.6.0 in 12.10 with the patch > from comment #18). > > I've uploaded a video showing the problem with the patched gnome- > terminal, please view it @ http://youtu.be/gKcnYiWcSCw You need to do a "killall gno

[Bug 1040885] Re: gnome-terminal auto-restores its size

2013-03-07 Thread Øyvind Stegard
Patch works fine here (patched gnome-terminal 3.6.0 in 12.10 with patch @ https://git.gnome.org/browse/gnome-terminal/patch/src/terminal- window.c?id=611e93f2f8c0c18ed8d365ecb850258e8d5c9c12). I'll report back if I hit some regressions .. -- You received this bug notification because you are a me

[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-01 Thread Øyvind Stegard
Confirmed here too. Having trouble using 12.10 gvfs SMB client talking to an Ubuntu 12.10 Samba server. Stalls when copying directory structures to server. There is gigabit networking between nodes. smbstatus on server displays one locked file at the point of hang: Locked files: Pid Uid

[Bug 894553] Re: "Writing metadata to files..." never finishes

2013-01-01 Thread Øyvind Stegard
I see this bug in Ubuntu 12.10 using Shotwell 0.13.1. Isn't the bug supposed to be fixed in this version ? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to shotwell in Ubuntu. https://bugs.launchpad.net/bugs/894553 Title: "Writing me

[Bug 1033219] Re: Main Gimp window looses focus every time an option is used

2012-08-09 Thread Øyvind Stegard
This bad behaviour makes Gimp a pain to work with on Ubuntu 12.04. Toolbox gets focus after doing an image operation and global menu disappears.. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.ne

[Bug 663670] Re: empathy doesn't connect to msn - blocked connection

2010-10-20 Thread Øyvind Stegard
Confirmed, Empathy on Ubuntu 10.04 can no longer connect to MSN. Problem appeared today for me. empathy 2.30.3-0ubuntu1 telepathy-butterfly 0.5.11-0ubuntu1 -- empathy doesn't connect to msn - blocked connection https://bugs.launchpad.net/bugs/663670 You received this bug notification because you

[Bug 648158] Re: Screen not locked when coming out of suspend/hibernate

2010-09-29 Thread Øyvind Stegard
This has been a problem for me through multiple Ubuntu releases and laptops IIRC. Once in a while, the screensaver does not manage to lock the screen before the computer is suspended or hibernated. To be sure, the screen must be locked manually before suspending. Feels like a race condition problem

[Bug 469459] Re: Cover editor text disappears and reappears

2010-06-25 Thread Øyvind Stegard
Confirmed fixed in 2.30.2-0ubuntu1 (proposed). -- Cover editor text disappears and reappears https://bugs.launchpad.net/bugs/469459 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu

[Bug 469459] Re: Cover editor text disappears and reappears

2010-05-28 Thread Øyvind Stegard
This bug has been fixed upstream in [currently unreleased] brasero 2.30.2. Ubuntu 10.04 currently has brasero 2.30.1, I think it should be updated in Ubuntu. The patch that fixes this specific problem is also back-portable to earlier brasero releases (according to upstream developer), including 2.3

[Bug 448805] Re: Totem Visualizations Freeze When Seeking

2010-05-04 Thread Øyvind Stegard
Works in Lucid, no visualization freeze after audio seeking occurs. -- Totem Visualizations Freeze When Seeking https://bugs.launchpad.net/bugs/448805 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list deskto

[Bug 469459] Re: Cover editor text disappears and reappears

2010-05-02 Thread Øyvind Stegard
Still not working correctly in Ubuntu Lucid 10.04 (exactly the same problem). $ LANG=C apt-cache policy brasero brasero: Installed: 2.30.0-0ubuntu1 Candidate: 2.30.0-0ubuntu1 Version table: *** 2.30.0-0ubuntu1 0 500 http://archive.ubuntu.com/ubuntu/ lucid/main Packages 100 /

[Bug 428396] Re: gnometris doesn't display the game area

2010-02-18 Thread Øyvind Stegard
Confirming, Gnometris 1:2.28.0-0ubuntu3 (with ClutterGLX) does not work properly when using Compiz+radeon. Ubuntu Karmic x86, using latest radeon GIT snapshot from master, ATI X1400. -- gnometris doesn't display the game area https://bugs.launchpad.net/bugs/428396 You received this bug notificati

[Bug 469459] Re: Cover editor text disappears and reappears

2009-11-25 Thread Øyvind Stegard
This looks like it could be a suitable upstream bug to link to: https://bugzilla.gnome.org/show_bug.cgi?id=590648 ** Bug watch added: GNOME Bug Tracker #590648 https://bugzilla.gnome.org/show_bug.cgi?id=590648 -- Cover editor text disappears and reappears https://bugs.launchpad.net/bugs/4694

[Bug 469459] Re: Cover editor text disappears and reappears

2009-11-25 Thread Øyvind Stegard
This bug is caused by new GTK+ client side windows in Karmic. If brasero is run with environment variable GDK_NATIVE_WINDOWS=1 ($ GDK_NATIVE_WINDOWS=1 brasero), the cover editor works properly when editing text. -- Cover editor text disappears and reappears https://bugs.launchpad.net/bugs/469459

[Bug 469459] Re: Cover editor text disappears and reappears

2009-11-25 Thread Øyvind Stegard
Confirming.. This bug is certainly not incomplete, it's very reproducible. The cover editor text disappears and re-appears seemingly at random while editing. Selecting text makes it appear always. Very buggy. $ LANG=C apt-cache policy brasero brasero: Installed: 2.28.2-0ubuntu1 Candidate: 2.28

[Bug 472985] Re: Rhythmbox consistently crashes when adjusting app volume [Karmic]

2009-11-13 Thread Øyvind Stegard
** Visibility changed to: Public -- Rhythmbox consistently crashes when adjusting app volume [Karmic] https://bugs.launchpad.net/bugs/472985 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to rhythmbox in ubuntu. -- desktop-bugs mailing li

[Bug 448805] Re: Totem Visualizations Freeze When Seeking

2009-11-01 Thread Øyvind Stegard
Confirming this one. Seeking causes the visualization rendering to freeze. However, Totem does not crash and audio continues to play. Whenever playback is restarted (either by stop/start/reopen/next- track,etc), the visualization restarts and works (until next seek). -- Totem Visualizations Freez

[Bug 155109] Re: Erratic volume control behaviour with different USB audio devices

2009-04-21 Thread Øyvind Stegard
I have not seen this problem in Ubuntu Jaunty, it appears to be fixed. Mixer control works fine. Hardware: Creative Xmod USB, USB Device ID 041e:30d0 Creative Technology, Ltd -- Erratic volume control behaviour with different USB audio devices https://bugs.launchpad.net/bugs/155109 You received

[Bug 155109] Re: Erratic volume control behaviour with different USB audio devices

2009-04-21 Thread Øyvind Stegard
Oh, for clarity, I'm talking about mixer control both through Gnome->GStreamer->ALSA->HW, and (GStreamer)->PulseAudio->ALSA->HW. All working. -- Erratic volume control behaviour with different USB audio devices https://bugs.launchpad.net/bugs/155109 You received this bug notification because you

[Bug 359961] Re: Logout action in gnome-keybinding-properties cannot be used to log out

2009-04-12 Thread Øyvind Stegard
I'm staying current with Jaunty beta. Using Compiz. The "Log out" keyboard action invokes the same dialog that appears when invoking the command "gnome-session-save --shutdown-dialog". The shutdown dialog does not offer to log out user, and so I think the keybinding name is inappropriate. -- Log

[Bug 359961] Re: Logout action in gnome-keybinding-properties cannot be used to log out

2009-04-12 Thread Øyvind Stegard
$ apt-cache policy gnome-control-center gnome-control-center: Installert: 1:2.26.0-0ubuntu2 Kandidat: 1:2.26.0-0ubuntu2 Versjonstabell: *** 1:2.26.0-0ubuntu2 0 500 http://archive.ubuntu.com jaunty/main Packages 100 /var/lib/dpkg/status -- Logout action in gnome-keybinding-p

[Bug 359961] Re: Logout action in gnome-keybinding-properties cannot be used to log out

2009-04-12 Thread Øyvind Stegard
** Attachment added: "gnome-keybinding-properties.png" http://launchpadlibrarian.net/25280766/gnome-keybinding-properties.png -- Logout action in gnome-keybinding-properties cannot be used to log out https://bugs.launchpad.net/bugs/359961 You received this bug notification because you are a m

[Bug 359961] [NEW] Logout action in gnome-keybinding-properties cannot be used to log out

2009-04-12 Thread Øyvind Stegard
Public bug reported: Binary package hint: gnome-control-center The "Log out" action in gnome-keybinding-properties will not actually allow user to log out. It will only bring up a dialog (from gnome- session) offering various shutdown options. So the action name is misleading and should be rename

[Bug 359933] Re: Logout dialog does not offer option to only log out

2009-04-12 Thread Øyvind Stegard
Yes, sorry, the dialog belongs to gnome-session. I'd like to point out a minor inconsistency with this change: When configuring keyboard shortcuts using gnome-keybinding-properties, the associated action for Ctrl+Alt+Del is labeled "Logout". This is no longer true, since this action does not off

[Bug 359933] Re: Logout dialog does not offer option to only log out

2009-04-12 Thread Øyvind Stegard
$ LANG=C apt-cache policy gnome-panel gnome-panel: Installed: 1:2.26.0-0ubuntu6 Candidate: 1:2.26.0-0ubuntu6 Version table: *** 1:2.26.0-0ubuntu6 0 500 http://archive.ubuntu.com jaunty/main Packages 100 /var/lib/dpkg/status -- Logout dialog does not offer option to only lo

[Bug 359933] Re: Logout dialog does not offer option to only log out

2009-04-12 Thread Øyvind Stegard
** Attachment added: "logout-dialog.png" http://launchpadlibrarian.net/25279502/logout-dialog.png -- Logout dialog does not offer option to only log out https://bugs.launchpad.net/bugs/359933 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscrib

[Bug 359933] [NEW] Logout dialog does not offer option to only log out

2009-04-12 Thread Øyvind Stegard
Public bug reported: Binary package hint: gnome-panel When invoking the Gnome panel logout dialog by pressing Ctrl+Alt+Del (default "Logout" action keyboard shortcut), it does *not* actually offer the option to only "log out" and end the session. The available options are: * Turn off computer *

[Bug 206583] Re: System Monitor crashes when lowering nice value of process

2009-01-10 Thread Øyvind Stegard
Confirming on fully updated Ubuntu Intrepid x86-64. -- System Monitor crashes when lowering nice value of process https://bugs.launchpad.net/bugs/206583 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list desk

[Bug 230518] Re: copying files to sony ericsson w810i does not work

2008-12-29 Thread Øyvind Stegard
On Ubuntu Intrepid. -- copying files to sony ericsson w810i does not work https://bugs.launchpad.net/bugs/230518 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-vfs-obexftp in ubuntu. -- desktop-bugs mailing list desktop-bugs@list

[Bug 230518] Re: copying files to sony ericsson w810i does not work

2008-12-29 Thread Øyvind Stegard
Same problems with Sony Ericsson K850i. -- copying files to sony ericsson w810i does not work https://bugs.launchpad.net/bugs/230518 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-vfs-obexftp in ubuntu. -- desktop-bugs mailing li

[Bug 87054] Re: [Needs Packaging] Microdia SN9C201 webcam driver

2008-12-15 Thread Øyvind Stegard
Tested p...@http://ppa.launchpad.net/nickel62metal/ubuntu on 2008-12-15 with the following cam: Bus 001 Device 006: ID 0c45:627b Microdia PC Camera (SN9C201) Does not work, testing in gstreamer-properties fails (V4L2 source). Camera light switches on but there is no image, and gstreamer-propertie

[Bug 155109] Re: Erratic volume control behaviour with different USB audio devices

2008-11-02 Thread Øyvind Stegard
Can't believe this problem is worse than ever in Intrepid :( Adjusting the volume of my Creative Xmod through the normal Gnome mixer (as ALSA device) is next to impossible without the sliders jumping everywhere, channels un-linking, etc. And now it even affects the Intel HDA sound card on my m

[Bug 133541] Re: Gutsy: expand window to full height now goes to far in GNOME

2008-08-18 Thread Øyvind Stegard
Nice to hear ! Will the fix end up in hardy-{proposed,updates} ? -- Gutsy: expand window to full height now goes to far in GNOME https://bugs.launchpad.net/bugs/133541 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs ma

[Bug 236050] Re: Nautilus often crashes when browsing SFTP-shares

2008-08-02 Thread Øyvind Stegard
** Summary changed: - nautilus crashed with SIGSEGV in g_type_check_instance_cast() + Nautilus often crashes when browsing SFTP-shares -- Nautilus often crashes when browsing SFTP-shares https://bugs.launchpad.net/bugs/236050 You received this bug notification because you are a member of Ubuntu

[Bug 203782] Re: vinagre should support low colour (color) depth, encodings

2008-08-01 Thread Øyvind Stegard
Joining in, too. Vinagre is so slow, something must be wrong with the implementation and/or design choices internally. I'm currently running Vinagre connected to a *local* VNC-session (TightVNC-server) on a brand new quad-core 2.5GHz system with 4GB RAM, and guess what.. IT'S SLOW. Sad, really, bec

[Bug 215484] Re: g-p-m does not honor its configuration for LCD brightness levels after multiple unplug-replug from AC

2008-07-31 Thread Øyvind Stegard
I'm the "lucky" owner of a Lenovo Thinkpad Z61m, and when I use the "Dim display when idle" feature, my screen will gradually get darker and darker for every time it kicks in. After a while I must manually increase the brightness again, to get it back to the level it should be at. Ubuntu Hardy 32bi

[Bug 252796] Re: gvfs-fuse-daemon process not killed on logout and not re-used on login

2008-07-29 Thread Øyvind Stegard
Downgrading to: $ ls -1 *gvfs*.deb gvfs_0.2.5-0ubuntu1_i386.deb gvfs-backends_0.2.5-0ubuntu1_i386.deb gvfs-bin_0.2.5-0ubuntu1_i386.deb gvfs-fuse_0.2.5-0ubuntu1_i386.deb libgvfscommon0_0.2.5-0ubuntu1_i386.deb does not solve the problem of remaining gvfs-fuse-daemon processes after logout. Also, th

[Bug 252796] [NEW] gvfs-fuse-daemon process not killed on logout and not re-used on login

2008-07-28 Thread Øyvind Stegard
Public bug reported: Binary package hint: gvfs-fuse I'm getting lots of useless gvfs-fuse-daemon processes hanging around after a few logout/login cycles. Funny thing is that it used to be a problem that this daemon died a little too often, now it's very much the opposite :). Anyways, I *think* i

[Bug 245172] Re: Deskbar applet freezes

2008-07-11 Thread Øyvind Stegard
Still happens with deskbar-applet 2.22.3-0ubuntu1 (new version) .. -- Deskbar applet freezes https://bugs.launchpad.net/bugs/245172 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to deskbar-applet in ubuntu. -- desktop-bugs mailing list d

[Bug 245172] Re: Deskbar applet freezes

2008-07-03 Thread Øyvind Stegard
I'll try getting a proper trace when it hangs, but for now, all I got is this: (gdb) bt #0 0xb7f38410 in __kernel_vsyscall () #1 0xb7f18d05 in sem_wait@@GLIBC_2.1 () from /lib/tls/i686/cmov/libpthread.so.0 #2 0x080f22e5 in PyThread_acquire_lock () #3 0x080c32dc in PyEval_RestoreThread () #4

[Bug 245172] [NEW] Deskbar applet freezes

2008-07-03 Thread Øyvind Stegard
Public bug reported: Binary package hint: deskbar-applet Deskbar-applet completely freezes when I begin typing in a search for something. The only way to resolve it is to kill the deskbar-applet process. I only have the default set of search plugins enabled. I also have tracker enabled, and track

[Bug 241562] Re: Latest gvfs-update in hardy-proposed causes huge IO-lags

2008-06-20 Thread Øyvind Stegard
If I remove the Samba-share bookmark in Nautilus, it stops trying to connect immediately upon login to Gnome desktop. That would resolve my problem with hangs at work, but it does mean that I can no longer bookmark unavailable SMB-servers in Nautilus without problems. -- Latest gvfs-update in har

[Bug 241562] Re: Latest gvfs-update in hardy-proposed causes huge IO-lags

2008-06-20 Thread Øyvind Stegard
Of course, I will try to help in figuring this one out. Here's some info about my setup: I've got a bookmarked Samba-share in Nautilus like this: smb://gandalf/ This share requires password-authentication. The hostname resolves to 192.168.1.2 (the local IP-adress of the Samba- server on my LAN).

[Bug 241562] Re: Latest gvfs-update in hardy-proposed causes huge IO-lags

2008-06-20 Thread Øyvind Stegard
I didn't to anything special to trigger it. But I have my laptop at work, and there's a machine here with the same hostname as my server at home. The server at home has Samba running, but I suspect the one here at work does not, and maybe there's some hang because gvfs tries to contact it, authoriz

[Bug 241562] [NEW] Latest gvfs-update in hardy-proposed causes huge IO-lags

2008-06-20 Thread Øyvind Stegard
Public bug reported: Binary package hint: gvfs This update: gvfs (0.2.4-0ubuntu2) hardy-proposed; urgency=low * debian/patches/80_samba_browsing_authentification.patch: - gnome bugzilla change to allow shares when authentification is required, the code try anonymous connections be

[Bug 240797] [NEW] Picasa Web export crashes F-Spot when Google account password is incorrect

2008-06-17 Thread Øyvind Stegard
Public bug reported: Binary package hint: f-spot I accidently entered the wrong password for my Google-account when setting up the Picasa Web export plugin in F-Spot. This caused F-spot to crash immediately. The bad password was stored (in Gnome-keyring), and caused F-spot to crash every time I t

[Bug 239437] [NEW] Nautilus slows to a crawl when opening a folder with images and zoom level is > 100%

2008-06-12 Thread Øyvind Stegard
Public bug reported: Binary package hint: nautilus If I open a folder in Nautilus containing, say, 60 images and the zoom level is 150% or more (icon view), it immediately becomes slow, unresponsive and consumes 100% CPU for a long time *after* all the images are displayed. It does not matter if

[Bug 236050] Re: nautilus crashed with SIGSEGV in g_type_check_instance_cast()

2008-06-11 Thread Øyvind Stegard
Here you go, a back-trace :) I think I've got all relevant debug-symbols included. The crash is reproducible, but not straight-forwardly so, you have to fiddle with browsing the SFTP-share a bit, going up folders, down folders and copying some files. Doesn't take too long, though, before it happe

[Bug 235826] Re: Nautilus crashes with "GVFS-ERROR **: DBus failed with out of memory error"

2008-05-30 Thread Øyvind Stegard
Ok, I've reproduced the crash with apport enabled, and the new bug report is here: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/236050 Regards, Øyvind S. -- Nautilus crashes with "GVFS-ERROR **: DBus failed with out of memory error" https://bugs.launchpad.net/bugs/235826 You receive

[Bug 235826] Re: Nautilus crashes with "GVFS-ERROR **: DBus failed with out of memory error"

2008-05-29 Thread Øyvind Stegard
** Tags added: crash dbus gvfs nautilus ** Changed in: nautilus (Ubuntu) Sourcepackagename: None => nautilus -- Nautilus crashes with "GVFS-ERROR **: DBus failed with out of memory error" https://bugs.launchpad.net/bugs/235826 You received this bug notification because you are a member of Ubuntu

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-05-21 Thread Øyvind Stegard
jhansonxi wrote: This bug is causing a security issue for me. I'm using pam_mount to unlock and mount a LUKS/dm-crypt volume to my home directory at login. At logout it doesn't unmount and lock because fuse.gvfs has ~/.gvfs open. The script suggested in comment #14 did not solve the issue. Try

[Bug 133541] Re: Gutsy: expand window to full height now goes to far in GNOME

2008-05-20 Thread Øyvind Stegard
Yes, very annoying, for those of us who use extensively every available Metacity window operation bound to various keyboard short-cuts. -- Gutsy: expand window to full height now goes to far in GNOME https://bugs.launchpad.net/bugs/133541 You received this bug notification because you are a membe

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
Yep, sorry for the confusion, although both bugs bit me :). -- gvfs fuse mount is not functional after logout and subsequent login https://bugs.launchpad.net/bugs/212789 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
I worked around this bug by adding: # Quick and dirty hack to unmount ~/.gvfs directory on logout. if test -d "$HOME/.gvfs" ; then /bin/fusermount -zu "$HOME/.gvfs" 1>/dev/null 2>&1 || true fi to the `/etc/gdm/PostSession/Default' script. -- gvfs fuse mount is not functional after logout and

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
However, the latest update doesn't fix the logout/login problem. So this bug cannot be closed as a result. I guess ~/.gvfs isn't properly unmounted on logout, so gvfs-fuse-daemon refuses to start on subsequent login. Sorry for bringing in the unrelated problem of daemon segfault into this bug repor

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
I am unable to reproduce the crash using the latest gvfs update from hardy-proposed ((0.2.3-0ubuntu5). Opening files under ~/.gvfs with Firefox works fine and no crash occurs in gvfs-fuse-daemon. So this: * debian/patches/94_from_svn_fix_referencing_issues.patch: - change from SVN, fix refer

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
I have hardy-proposed enabled, but haven't received the updated gvfs package yet (still at verison 0.2.3-0ubuntu4 from main/release). I'm using a Norwegian mirror, so maybe it hasn't propagated there, yet ? I'll just install the updated package manually and report back. -- gvfs fuse mount is not

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
Here's the very reproducible crash with gvfs-fuse-daemon debug output enabled: unique: 51, opcode: GETATTR (3), nodeid: 5, insize: 56 unique: 52, opcode: RELEASE (18), nodeid: 5, insize: 64 RELEASE[134851312] flags: 0x8000 unique: 53, opcode: LOOKUP (1), nodeid: 3, insize: 48 LOOKUP /oyvind-home p

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
>From the syslog when gvfs-fuse-daemon died: Apr 27 15:05:31 blackelf kernel: [153199.221146] gvfs-fuse-daemo[31253]: segfault at 72656e65 eip b7ef5e76 esp b49b90a0 error 4 This happened when accessing a mount through the smb:// protocol under ~/.gvfs using Firefox. More debugging info can be pr

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-27 Thread Øyvind Stegard
I'd like to add that the .gvfs mount point functionality sometimes (or rather often) just breaks without reason (with transpoint endpoint not connected error), even though no logout/login has been done. So it's a more generic problem. -- gvfs fuse mount is not functional after logout and subseque

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-22 Thread Øyvind Stegard
Confirming that a work-around is to manually unmount the ~/.gvfs using: $ fusermount -u ~/.gvfs Then close/unmount all opened remote locations in Nautilus and log out and back in, again. This restores the .gvfs-functionality for me. -- gvfs fuse mount is not functional after logout and subsequen

[Bug 212789] Re: gvfs fuse mount is not functional after logout and subsequent login

2008-04-22 Thread Øyvind Stegard
Seeing this as well (clean Hardy install from release-candidate image, all updates as of Apr 22 2008 applied). The ~/.gvfs mountpoint becomes unusable after logout/login, with "transport endpoint not connected" error. Observed with both sftp:// and smb://. -- gvfs fuse mount is not functional aft

[Bug 215484] Re: g-p-m does not honor its configuration for LCD brightness levels after multiple unplug-replug from AC

2008-04-22 Thread Øyvind Stegard
I'm seeing the exact same problem on my Lenovo Thinkpad Z61m. The brightness is correctly dimmed when going from AC to battery, but is not fully restored to 100% after plugging the AC back in. It increases, but only up to level MAX-1 (90% or so, after *one* unplug/plug cycle). This results in the b

[Bug 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-04-21 Thread Øyvind Stegard
Sorry, I somehow and unintentionally marked the bug as affecting Nautilus as well (well, I guess it does, but ..). Can be removed :) -- user-mountable (nfs) filesystems are not showing up in Computer view of nautilus https://bugs.launchpad.net/bugs/195180 You received this bug notification becaus

[Bug 195180] Re: user-mountable (nfs) filesystems are not showing up in Computer view of nautilus

2008-04-21 Thread Øyvind Stegard
I've been bitten by this as well, after upgrading to Hardy. Although I actually use CIFS, even though I only have Linux-boxes around. In Gutsy, the fstab-mounts would show up in Nautilus, and allow one-click mounting. No more it seems. Even worse is that the smb:/// protocol in Nautilus/gvfs seems

[Bug 155109] Re: Erratic volume control behaviour with different USB audio devices

2008-03-17 Thread Øyvind Stegard
Can't believe this annoying bug is still present in Hardy. IIRC, Feisty did not have problems with volume control on my Creative Xmod. -- Erratic volume control behaviour with different USB audio devices https://bugs.launchpad.net/bugs/155109 You received this bug notification because you are a m

[Bug 41704] Re: wildcards should work with the search feature

2007-07-01 Thread Øyvind Stegard
I can't get any results at all when searching with wildcards in Nautilus in Ubuntu Feisty .. I don't use Beagle or any other file content indexer. Just slocate. Query text: *.txt Criterium: Location -> /home Zaroo results. Isn't this search feature supposed to support wildcards ? If not, that's r

[Bug 33214] Re: gnome-screensaver restores default color-correction settings

2007-06-01 Thread Øyvind Stegard
The gamma-fading hack of gnome-screensaver breaks terribly with the latest fglrx driver (8.37.6) from AMD/ATI on my hardware. Fading does not work and gamma is reset to 0.1, which is the lowest possible. To fix it, one must manually run "xgamma -gamma 1" after gnome-screensaver has done its fabulou