[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-27 Thread Philipp Kern
Sounds like a different bug indeed. Folks, could you please test on intrepid on hardy that the menu item is now indeed there? -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification because you are a

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-01 Thread Philipp Kern
You could try the gvfs package from my PPA (you need to install gvfs- backends and gvfs at least): https://edge.launchpad.net/~pkern/+archive/ppa It fixes the issue for me. Debdiff attached, ubuntu-main-sponsors subscribed as I cannot upload to -proposed directly. ** Attachment added: "debdiff f

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Description changed: Gnome file explorer -> "File" menu -> "Connect to Server" You would have the "Secure Webdav" service type available in an option, at least in Gutsy. Where's it gone ? Plus, I have a witness http://ubuntuforums.org/showpost.php?p=4443027&postcount=128 and t

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Attachment added: "SRU for Hardy to fix this bug" http://launchpadlibrarian.net/23317537/gvfs_0.2.5-0ubuntu3_0.2.5-0ubuntu4.debdiff -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification becau

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
; possible to stop the screensaver by killing gnome-screensaver while > Kaffeine runs, so I'm marking this a gnome-screensaver issue too. Well, gnome-screensaver inhibition (through gnome-screensaver-command -i) works as expected, so the odds are more likely in kaffeine's field. Ciao, P

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-13 Thread Philipp Kern
** Summary changed: - Screensaver starts while playing a Video with Kaffeine + Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) ** Description changed: Binary package hint: kaffeine - My Screensaver starts, when I watch a movie with Kaffeine

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
MOTU SRU? -- Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu. -- deskto

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
The packages on https://edge.launchpad.net/%7Epkern/+archive/ppa/+sourcepub/652996 /+listing-archive-extra should fix the issue. Testing would be appreciated. (It looks that it still activates the screensaver on kaffeine pause.) -- Screensaver starts while playing a Video with Kaffeine (missing

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
The "revised and minimal" patch is now tracked in #464748. ** Changed in: gnome-desktop Bugwatch: GNOME Bug Tracker #379322 => GNOME Bug Tracker #464748 Status: New => Unknown -- wishlist: support for recently used applications https://bugs.launchpad.net/bugs/72172 You received this

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
Upstream wants to deprecate gnome-desktop in the near future. The patch for it looks pretty straightforward. The worst case, if this is included, would probably be that if Gnome takes another approach in a future release and that then the old recent application list might not be read anymore after

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-04 Thread Philipp Kern
Those patches probably aren't enough. I suspect a bug in main-menu or slab, which prevents the list to be read correctly (i.e. the xbel looks fine to me, but the recent applications are not showing up in the menu as the list is empty from main-menu's point of view). -- wishlist: support for recen

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-05 Thread Philipp Kern
The list of recently-used applications is properly written (although I had a single entry which was not prefixed with `file://', the application browser launched by main-menu; other applications launched through it are saved correctly). I also confirmed this with a test program using GtkRecentManag

[Bug 37828] Re: Text rendered incorrectly in presence of ligatures and justified text

2007-09-24 Thread Philipp Kern
Then please switch the default font in Gutsy's Firefox, although that would be a bad thing aswell as the feature itself (i.e. ligatures) is quite nice. The bug is present in new installs. -- Text rendered incorrectly in presence of ligatures and justified text https://bugs.launchpad.net/bugs/3782

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
The problem is how this function is called. The GtkTextView is instanciated temporarely and is destroyed after the construction of the GtkSpell object, which triggers a destruction of the relevant parts needed by set_language. I personally would consider the call method wrong, but well. A solution

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
So an immediate fix would be to move the gtk.TextView() into a temporary variable instead. With that it works even with the version of python- gtkspell currently in the archives. -- [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView https://bugs.launchpad.net/bugs/120569 Y

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
gtkspell is buggy in terms that no way of gathering the information "is a spell checker available for this language" is exposed, gnome-python- extras is buggy because it does not increase the refcounter of the textview and gramps was buggy because it tried to acquire the information in a bogus way.

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
** Attachment added: "debdiff for the fix in gramps" http://launchpadlibrarian.net/9503542/gramps_2.2.8-1ubuntu1_2.2.8-1ubuntu2.debdiff ** Also affects: gnome-python-extras (Ubuntu) Importance: Undecided Status: New ** Also affects: gramps (Ubuntu) Importance: Undecided S

[Bug 145729] Re: Gnucash: Crash in filechooser while selected folder was modified from console

2007-09-27 Thread Philipp Kern
** Visibility changed to: Public -- Gnucash: Crash in filechooser while selected folder was modified from console https://bugs.launchpad.net/bugs/145729 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu. -- desktop-b

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-07 Thread Philipp Kern
I cannot reproduce this. What keymap do you use? -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- deskto

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-08 Thread Philipp Kern
** Changed in: gedit (Ubuntu) Status: Incomplete => New -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubunt

[Bug 150234] Re: gedit crashed with SIGSEGV

2007-10-08 Thread Philipp Kern
** Visibility changed to: Public -- gedit crashed with SIGSEGV https://bugs.launchpad.net/bugs/150234 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:

[Bug 150234] Re: gedit crashed with SIGSEGV

2007-10-08 Thread Philipp Kern
** Also affects: gnome-vfs2 (Ubuntu) Importance: Undecided Status: New -- gedit crashed with SIGSEGV https://bugs.launchpad.net/bugs/150234 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- desktop-bugs m

[Bug 90528] Re: network monitor applet - cryptic message

2007-10-08 Thread Philipp Kern
w3945 doesn't do that. ** Changed in: gnome-netstatus (Ubuntu) Assignee: (unassigned) => Philipp Kern (pkern) Status: Confirmed => Incomplete -- network monitor applet - cryptic message https://bugs.launchpad.net/bugs/90528 You received this bug notification because you are a

[Bug 150793] Re: [gusty] evince crash

2007-10-08 Thread Philipp Kern
Try scrolling down to the range he suggests. I could easily reproduce this bug. #0 0x003e2f031765 in raise () from /lib/libc.so.6 #1 0x003e2f0331c0 in abort () from /lib/libc.so.6 #2 0x003e2f02ac2f in __assert_fail () from /lib/libc.so.6 #3 0x0032b4c1deb6 in cairo_surface_destr

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
The "revised and minimal" patch is now tracked in #464748. ** Changed in: gnome-desktop Bugwatch: GNOME Bug Tracker #379322 => GNOME Bug Tracker #464748 Status: New => Unknown -- wishlist: support for recently used applications https://bugs.launchpad.net/bugs/72172 You received this

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
Upstream wants to deprecate gnome-desktop in the near future. The patch for it looks pretty straightforward. The worst case, if this is included, would probably be that if Gnome takes another approach in a future release and that then the old recent application list might not be read anymore after

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-04 Thread Philipp Kern
Those patches probably aren't enough. I suspect a bug in main-menu or slab, which prevents the list to be read correctly (i.e. the xbel looks fine to me, but the recent applications are not showing up in the menu as the list is empty from main-menu's point of view). -- wishlist: support for recen

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-05 Thread Philipp Kern
The list of recently-used applications is properly written (although I had a single entry which was not prefixed with `file://', the application browser launched by main-menu; other applications launched through it are saved correctly). I also confirmed this with a test program using GtkRecentManag

[Bug 37828] Re: Text rendered incorrectly in presence of ligatures and justified text

2007-09-24 Thread Philipp Kern
Then please switch the default font in Gutsy's Firefox, although that would be a bad thing aswell as the feature itself (i.e. ligatures) is quite nice. The bug is present in new installs. -- Text rendered incorrectly in presence of ligatures and justified text https://bugs.launchpad.net/bugs/3782

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
The problem is how this function is called. The GtkTextView is instanciated temporarely and is destroyed after the construction of the GtkSpell object, which triggers a destruction of the relevant parts needed by set_language. I personally would consider the call method wrong, but well. A solution

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
So an immediate fix would be to move the gtk.TextView() into a temporary variable instead. With that it works even with the version of python- gtkspell currently in the archives. -- [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView https://bugs.launchpad.net/bugs/120569 Y

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
gtkspell is buggy in terms that no way of gathering the information "is a spell checker available for this language" is exposed, gnome-python- extras is buggy because it does not increase the refcounter of the textview and gramps was buggy because it tried to acquire the information in a bogus way.

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
** Attachment added: "debdiff for the fix in gramps" http://launchpadlibrarian.net/9503542/gramps_2.2.8-1ubuntu1_2.2.8-1ubuntu2.debdiff ** Also affects: gnome-python-extras (Ubuntu) Importance: Undecided Status: New ** Also affects: gramps (Ubuntu) Importance: Undecided S

[Bug 145729] Re: Gnucash: Crash in filechooser while selected folder was modified from console

2007-09-27 Thread Philipp Kern
** Visibility changed to: Public -- Gnucash: Crash in filechooser while selected folder was modified from console https://bugs.launchpad.net/bugs/145729 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu. -- desktop-b

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-07 Thread Philipp Kern
I cannot reproduce this. What keymap do you use? -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- deskto

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-08 Thread Philipp Kern
** Changed in: gedit (Ubuntu) Status: Incomplete => New -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubunt

[Bug 150234] Re: gedit crashed with SIGSEGV

2007-10-08 Thread Philipp Kern
** Visibility changed to: Public -- gedit crashed with SIGSEGV https://bugs.launchpad.net/bugs/150234 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:

[Bug 150234] Re: gedit crashed with SIGSEGV

2007-10-08 Thread Philipp Kern
** Also affects: gnome-vfs2 (Ubuntu) Importance: Undecided Status: New -- gedit crashed with SIGSEGV https://bugs.launchpad.net/bugs/150234 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- desktop-bugs m

[Bug 90528] Re: network monitor applet - cryptic message

2007-10-08 Thread Philipp Kern
w3945 doesn't do that. ** Changed in: gnome-netstatus (Ubuntu) Assignee: (unassigned) => Philipp Kern (pkern) Status: Confirmed => Incomplete -- network monitor applet - cryptic message https://bugs.launchpad.net/bugs/90528 You received this bug notification because you are a

[Bug 150793] Re: [gusty] evince crash

2007-10-08 Thread Philipp Kern
Try scrolling down to the range he suggests. I could easily reproduce this bug. #0 0x003e2f031765 in raise () from /lib/libc.so.6 #1 0x003e2f0331c0 in abort () from /lib/libc.so.6 #2 0x003e2f02ac2f in __assert_fail () from /lib/libc.so.6 #3 0x0032b4c1deb6 in cairo_surface_destr

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
; possible to stop the screensaver by killing gnome-screensaver while > Kaffeine runs, so I'm marking this a gnome-screensaver issue too. Well, gnome-screensaver inhibition (through gnome-screensaver-command -i) works as expected, so the odds are more likely in kaffeine's field. Ciao, P

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-13 Thread Philipp Kern
** Summary changed: - Screensaver starts while playing a Video with Kaffeine + Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) ** Description changed: Binary package hint: kaffeine - My Screensaver starts, when I watch a movie with Kaffeine

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
MOTU SRU? -- Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu. -- deskto

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
The packages on https://edge.launchpad.net/%7Epkern/+archive/ppa/+sourcepub/652996 /+listing-archive-extra should fix the issue. Testing would be appreciated. (It looks that it still activates the screensaver on kaffeine pause.) -- Screensaver starts while playing a Video with Kaffeine (missing

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-01 Thread Philipp Kern
You could try the gvfs package from my PPA (you need to install gvfs- backends and gvfs at least): https://edge.launchpad.net/~pkern/+archive/ppa It fixes the issue for me. Debdiff attached, ubuntu-main-sponsors subscribed as I cannot upload to -proposed directly. ** Attachment added: "debdiff f

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Description changed: Gnome file explorer -> "File" menu -> "Connect to Server" You would have the "Secure Webdav" service type available in an option, at least in Gutsy. Where's it gone ? Plus, I have a witness http://ubuntuforums.org/showpost.php?p=4443027&postcount=128 and t

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Attachment added: "SRU for Hardy to fix this bug" http://launchpadlibrarian.net/23317537/gvfs_0.2.5-0ubuntu3_0.2.5-0ubuntu4.debdiff -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification becau

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-27 Thread Philipp Kern
Sounds like a different bug indeed. Folks, could you please test on intrepid on hardy that the menu item is now indeed there? -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification because you are a

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-27 Thread Philipp Kern
Sounds like a different bug indeed. Folks, could you please test on intrepid on hardy that the menu item is now indeed there? -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification because you are a

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-01 Thread Philipp Kern
You could try the gvfs package from my PPA (you need to install gvfs- backends and gvfs at least): https://edge.launchpad.net/~pkern/+archive/ppa It fixes the issue for me. Debdiff attached, ubuntu-main-sponsors subscribed as I cannot upload to -proposed directly. ** Attachment added: "debdiff f

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Description changed: Gnome file explorer -> "File" menu -> "Connect to Server" You would have the "Secure Webdav" service type available in an option, at least in Gutsy. Where's it gone ? Plus, I have a witness http://ubuntuforums.org/showpost.php?p=4443027&postcount=128 and t

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Attachment added: "SRU for Hardy to fix this bug" http://launchpadlibrarian.net/23317537/gvfs_0.2.5-0ubuntu3_0.2.5-0ubuntu4.debdiff -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification becau

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
; possible to stop the screensaver by killing gnome-screensaver while > Kaffeine runs, so I'm marking this a gnome-screensaver issue too. Well, gnome-screensaver inhibition (through gnome-screensaver-command -i) works as expected, so the odds are more likely in kaffeine's field. Ciao, P

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-13 Thread Philipp Kern
** Summary changed: - Screensaver starts while playing a Video with Kaffeine + Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) ** Description changed: Binary package hint: kaffeine - My Screensaver starts, when I watch a movie with Kaffeine

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
MOTU SRU? -- Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu. -- deskto

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
The packages on https://edge.launchpad.net/%7Epkern/+archive/ppa/+sourcepub/652996 /+listing-archive-extra should fix the issue. Testing would be appreciated. (It looks that it still activates the screensaver on kaffeine pause.) -- Screensaver starts while playing a Video with Kaffeine (missing

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
The "revised and minimal" patch is now tracked in #464748. ** Changed in: gnome-desktop Bugwatch: GNOME Bug Tracker #379322 => GNOME Bug Tracker #464748 Status: New => Unknown -- wishlist: support for recently used applications https://bugs.launchpad.net/bugs/72172 You received this

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
Upstream wants to deprecate gnome-desktop in the near future. The patch for it looks pretty straightforward. The worst case, if this is included, would probably be that if Gnome takes another approach in a future release and that then the old recent application list might not be read anymore after

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-04 Thread Philipp Kern
Those patches probably aren't enough. I suspect a bug in main-menu or slab, which prevents the list to be read correctly (i.e. the xbel looks fine to me, but the recent applications are not showing up in the menu as the list is empty from main-menu's point of view). -- wishlist: support for recen

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-05 Thread Philipp Kern
The list of recently-used applications is properly written (although I had a single entry which was not prefixed with `file://', the application browser launched by main-menu; other applications launched through it are saved correctly). I also confirmed this with a test program using GtkRecentManag

[Bug 37828] Re: Text rendered incorrectly in presence of ligatures and justified text

2007-09-24 Thread Philipp Kern
Then please switch the default font in Gutsy's Firefox, although that would be a bad thing aswell as the feature itself (i.e. ligatures) is quite nice. The bug is present in new installs. -- Text rendered incorrectly in presence of ligatures and justified text https://bugs.launchpad.net/bugs/3782

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
The problem is how this function is called. The GtkTextView is instanciated temporarely and is destroyed after the construction of the GtkSpell object, which triggers a destruction of the relevant parts needed by set_language. I personally would consider the call method wrong, but well. A solution

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
So an immediate fix would be to move the gtk.TextView() into a temporary variable instead. With that it works even with the version of python- gtkspell currently in the archives. -- [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView https://bugs.launchpad.net/bugs/120569 Y

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
gtkspell is buggy in terms that no way of gathering the information "is a spell checker available for this language" is exposed, gnome-python- extras is buggy because it does not increase the refcounter of the textview and gramps was buggy because it tried to acquire the information in a bogus way.

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
** Attachment added: "debdiff for the fix in gramps" http://launchpadlibrarian.net/9503542/gramps_2.2.8-1ubuntu1_2.2.8-1ubuntu2.debdiff ** Also affects: gnome-python-extras (Ubuntu) Importance: Undecided Status: New ** Also affects: gramps (Ubuntu) Importance: Undecided S

[Bug 145729] Re: Gnucash: Crash in filechooser while selected folder was modified from console

2007-09-27 Thread Philipp Kern
** Visibility changed to: Public -- Gnucash: Crash in filechooser while selected folder was modified from console https://bugs.launchpad.net/bugs/145729 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu. -- desktop-b

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-07 Thread Philipp Kern
I cannot reproduce this. What keymap do you use? -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- deskto

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-08 Thread Philipp Kern
** Changed in: gedit (Ubuntu) Status: Incomplete => New -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubunt

[Bug 150234] Re: gedit crashed with SIGSEGV

2007-10-08 Thread Philipp Kern
** Visibility changed to: Public -- gedit crashed with SIGSEGV https://bugs.launchpad.net/bugs/150234 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https:

[Bug 150234] Re: gedit crashed with SIGSEGV

2007-10-08 Thread Philipp Kern
** Also affects: gnome-vfs2 (Ubuntu) Importance: Undecided Status: New -- gedit crashed with SIGSEGV https://bugs.launchpad.net/bugs/150234 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- desktop-bugs m

[Bug 90528] Re: network monitor applet - cryptic message

2007-10-08 Thread Philipp Kern
w3945 doesn't do that. ** Changed in: gnome-netstatus (Ubuntu) Assignee: (unassigned) => Philipp Kern (pkern) Status: Confirmed => Incomplete -- network monitor applet - cryptic message https://bugs.launchpad.net/bugs/90528 You received this bug notification because you are a

[Bug 150793] Re: [gusty] evince crash

2007-10-08 Thread Philipp Kern
Try scrolling down to the range he suggests. I could easily reproduce this bug. #0 0x003e2f031765 in raise () from /lib/libc.so.6 #1 0x003e2f0331c0 in abort () from /lib/libc.so.6 #2 0x003e2f02ac2f in __assert_fail () from /lib/libc.so.6 #3 0x0032b4c1deb6 in cairo_surface_destr

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
; possible to stop the screensaver by killing gnome-screensaver while > Kaffeine runs, so I'm marking this a gnome-screensaver issue too. Well, gnome-screensaver inhibition (through gnome-screensaver-command -i) works as expected, so the odds are more likely in kaffeine's field. Ciao, P

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

Re: [Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine

2009-06-12 Thread Philipp Kern
it seems that the right hooks aren't called as it works with vlc & co. just fine Ciao, Philipp Kern -- Screensaver starts while playing a Video with Kaffeine https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is su

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-13 Thread Philipp Kern
** Summary changed: - Screensaver starts while playing a Video with Kaffeine + Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) ** Description changed: Binary package hint: kaffeine - My Screensaver starts, when I watch a movie with Kaffeine

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
MOTU SRU? -- Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev) https://bugs.launchpad.net/bugs/365770 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu. -- deskto

[Bug 365770] Re: Screensaver starts while playing a Video with Kaffeine (missing build-dependency on libxtst-dev)

2009-06-15 Thread Philipp Kern
The packages on https://edge.launchpad.net/%7Epkern/+archive/ppa/+sourcepub/652996 /+listing-archive-extra should fix the issue. Testing would be appreciated. (It looks that it still activates the screensaver on kaffeine pause.) -- Screensaver starts while playing a Video with Kaffeine (missing

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-01 Thread Philipp Kern
You could try the gvfs package from my PPA (you need to install gvfs- backends and gvfs at least): https://edge.launchpad.net/~pkern/+archive/ppa It fixes the issue for me. Debdiff attached, ubuntu-main-sponsors subscribed as I cannot upload to -proposed directly. ** Attachment added: "debdiff f

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Description changed: Gnome file explorer -> "File" menu -> "Connect to Server" You would have the "Secure Webdav" service type available in an option, at least in Gutsy. Where's it gone ? Plus, I have a witness http://ubuntuforums.org/showpost.php?p=4443027&postcount=128 and t

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-02 Thread Philipp Kern
** Attachment added: "SRU for Hardy to fix this bug" http://launchpadlibrarian.net/23317537/gvfs_0.2.5-0ubuntu3_0.2.5-0ubuntu4.debdiff -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification becau

[Bug 222532] Re: Option to connect to "secure webdav" network locations missing in nautilus

2009-03-27 Thread Philipp Kern
Sounds like a different bug indeed. Folks, could you please test on intrepid on hardy that the menu item is now indeed there? -- Option to connect to "secure webdav" network locations missing in nautilus https://bugs.launchpad.net/bugs/222532 You received this bug notification because you are a

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
The "revised and minimal" patch is now tracked in #464748. ** Changed in: gnome-desktop Bugwatch: GNOME Bug Tracker #379322 => GNOME Bug Tracker #464748 Status: New => Unknown -- wishlist: support for recently used applications https://bugs.launchpad.net/bugs/72172 You received this

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-02 Thread Philipp Kern
Upstream wants to deprecate gnome-desktop in the near future. The patch for it looks pretty straightforward. The worst case, if this is included, would probably be that if Gnome takes another approach in a future release and that then the old recent application list might not be read anymore after

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-04 Thread Philipp Kern
Those patches probably aren't enough. I suspect a bug in main-menu or slab, which prevents the list to be read correctly (i.e. the xbel looks fine to me, but the recent applications are not showing up in the menu as the list is empty from main-menu's point of view). -- wishlist: support for recen

[Bug 72172] Re: wishlist: support for recently used applications

2007-09-05 Thread Philipp Kern
The list of recently-used applications is properly written (although I had a single entry which was not prefixed with `file://', the application browser launched by main-menu; other applications launched through it are saved correctly). I also confirmed this with a test program using GtkRecentManag

[Bug 37828] Re: Text rendered incorrectly in presence of ligatures and justified text

2007-09-24 Thread Philipp Kern
Then please switch the default font in Gutsy's Firefox, although that would be a bad thing aswell as the feature itself (i.e. ligatures) is quite nice. The bug is present in new installs. -- Text rendered incorrectly in presence of ligatures and justified text https://bugs.launchpad.net/bugs/3782

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
The problem is how this function is called. The GtkTextView is instanciated temporarely and is destroyed after the construction of the GtkSpell object, which triggers a destruction of the relevant parts needed by set_language. I personally would consider the call method wrong, but well. A solution

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
So an immediate fix would be to move the gtk.TextView() into a temporary variable instead. With that it works even with the version of python- gtkspell currently in the archives. -- [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView https://bugs.launchpad.net/bugs/120569 Y

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
gtkspell is buggy in terms that no way of gathering the information "is a spell checker available for this language" is exposed, gnome-python- extras is buggy because it does not increase the refcounter of the textview and gramps was buggy because it tried to acquire the information in a bogus way.

[Bug 120569] Re: [gutsy] gtkspell segfaults when trying to set the language on gtk.TextView

2007-09-25 Thread Philipp Kern
** Attachment added: "debdiff for the fix in gramps" http://launchpadlibrarian.net/9503542/gramps_2.2.8-1ubuntu1_2.2.8-1ubuntu2.debdiff ** Also affects: gnome-python-extras (Ubuntu) Importance: Undecided Status: New ** Also affects: gramps (Ubuntu) Importance: Undecided S

[Bug 145729] Re: Gnucash: Crash in filechooser while selected folder was modified from console

2007-09-27 Thread Philipp Kern
** Visibility changed to: Public -- Gnucash: Crash in filechooser while selected folder was modified from console https://bugs.launchpad.net/bugs/145729 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gtk+2.0 in ubuntu. -- desktop-b

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-07 Thread Philipp Kern
I cannot reproduce this. What keymap do you use? -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubuntu. -- deskto

[Bug 150231] Re: [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action

2007-10-08 Thread Philipp Kern
** Changed in: gedit (Ubuntu) Status: Incomplete => New -- [gutsy] gedit "ctrl+s" triggers "goto line" not "save file" action https://bugs.launchpad.net/bugs/150231 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug contact for gedit in ubunt

  1   2   >