[Bug 590374] Re: Unable to select GtkMenu item above the current one with the cursor if the current one has a submenu

2010-06-07 Thread Sebastian Keller
In 2.21.0-1ubuntu2 it still worked, 2.21.1-1ubuntu1 was broken, but I'm
not sure about the versions inbetween.

By submenu I mean for example in Applications Internet or Office
have submenus, Software-Center doesn't have a submenu.

I think it might be a gtk upstream bug caused by this commit:
http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-22id=43091232a2598c7d14834aec1e7b11806b1829c6

-- 
Unable to select GtkMenu item above the current one with the cursor if the 
current one has a submenu
https://bugs.launchpad.net/bugs/590374
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590374] Re: Unable to select GtkMenu item above the current one with the cursor if the current one has a submenu

2010-06-07 Thread Sebastian Keller
** Bug watch added: GNOME Bug Tracker #620863
   https://bugzilla.gnome.org/show_bug.cgi?id=620863

** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=620863
   Importance: Unknown
   Status: Unknown

-- 
Unable to select GtkMenu item above the current one with the cursor if the 
current one has a submenu
https://bugs.launchpad.net/bugs/590374
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 590374] [NEW] Unable to select GtkMenu item above the current one with the cursor if the current one has a submenu

2010-06-06 Thread Sebastian Keller
Public bug reported:

Steps to reproduce this:
1. click on Applications
2. place your cursor over some item in the middle with a submenu
3. wait for the submenu to open
4. move the cursor up to select the item above (in the applications menu, not 
the submenu)

Result:
The old item remains selected while the cursor is hovering the item above

Additional Information:
You are able to select the item by clicking or by using the keyboard. Also 
selecting the item above the current one works again without clicking or using 
the keyboard. All GtkMenus seem to be affected.

gtk version: 2.21.1-1ubuntu1

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Unable to select GtkMenu item above the current one with the cursor if the 
current one has a submenu
https://bugs.launchpad.net/bugs/590374
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 504447] Re: gvfsd-metadata crashed with SIGSEGV in g_timeout_dispatch()

2010-02-10 Thread Sebastian Keller
This still happened with 1.5.2, I didn't test 1.5.3 anymore as there were no 
changes to the metadata code. It is caused by corrupted metadata files. 
Deleting these fixes this issue for me. You can find them in 
~/.local/share/gvfs-metadata/ and some of it is stored in gconf, too - you can 
delete it using gconftool-2 --recursive-unset 
/apps/nautilus/desktop-metadata. Another thing I noticed is that the 
desktop-icon positions never seemed to be remembered, but maybe thats just 
because the daemon died and so nautilus couldn't get it.
I'm attaching a copy of the metadata before I removed the directory.

** Attachment added: corrupted metadata (gconf-dump also included)
   http://launchpadlibrarian.net/39031540/gvfs-metadata.tar.gz

-- 
gvfsd-metadata crashed with SIGSEGV in g_timeout_dispatch()
https://bugs.launchpad.net/bugs/504447
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 504447] Re: gvfsd-metadata crashed with SIGSEGV in g_timeout_dispatch()

2010-02-10 Thread Sebastian Keller
** Bug watch added: GNOME Bug Tracker #609594
   https://bugzilla.gnome.org/show_bug.cgi?id=609594

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=609594
   Importance: Unknown
   Status: Unknown

-- 
gvfsd-metadata crashed with SIGSEGV in g_timeout_dispatch()
https://bugs.launchpad.net/bugs/504447
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] Re: Disabling tap to click doesn't disable tap to click in scrollarea

2010-02-01 Thread Sebastian Keller
I just checked the driver patches again and it is enabled in the driver...
http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/xserver-xorg-input-synaptics/lucid/annotate/head:/debian/patches/103_enable_cornertapping.patch

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] Re: Disabling tap to click doesn't disable tap to click in scrollarea

2010-01-31 Thread Sebastian Keller
Reopening as the patch currently in the package only disables right-
click but not middle-click. Maybe my comment in the patch was a bit
misleading, I meant disable corner tapping on the right side of the
touchpad, that includes right- and middle-click, as it is also possible
to have corner tapping on the left side of the touchpad, which however
is not changed in the synaptics-driver, so there is no need to change
this here.

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Fix Released = Confirmed

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] Re: Disabling tap to click doesn't disable tap to click in scrollarea

2010-01-20 Thread Sebastian Keller
I looked at 103_enable_cornertapping.patch in xserver-xorg-input-
synaptics now and there only the right corner tapping is used even if
the touchpad is in lefthanded mode, so my previous patch was wrong. Here
is an updated version.

** Attachment added: disable_corner_tapping_too.patch
   http://launchpadlibrarian.net/38163330/disable_corner_tapping_too.patch

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] [NEW] Disabling tap to click doesn't disable tap to click in scrollarea

2010-01-19 Thread Sebastian Keller
Public bug reported:

Binary package hint: gnome-settings-daemon

Setting the gconf-key /desktop/gnome/peripherals/touchpad/tap_to_click
to false changes the xinput property of Synaptics Tap Action (258)
from 2, 3, 0, 0, 1, 3, 2 to 2, 3, 0, 0, 0, 0, 0. The first two
entries however represent RTCornerButton and RBCornerButton and
don't get set to 0, which means that there will be a click event for
button 2 if you tap in the right top corner or 3 if you tap the right
bottom corner. I guess it would be a good idea to set the 3rd and 4th
entry to 0 too, in case there are some touchpad configurations that have
these click events on the left instead of the right side.

** Affects: gnome-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] Re: Disabling tap to click doesn't disable tap to click in scrollarea

2010-01-19 Thread Sebastian Keller
Here is a small patch to fix this issue. Please note that I'm only
assuming that LTCornerButton and LBCornerButton are used when the device
is in lefthanded mode and the ones on the right are always disabled in
this case since I never used a lefthanded touchpad and i don't know how
it is supposed to work

** Attachment added: disable_tap_on_scroll_area_too.patch
   http://launchpadlibrarian.net/38093508/disable_tap_on_scroll_area_too.patch

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] Re: Disabling tap to click doesn't disable tap to click in scrollarea

2010-01-19 Thread Sebastian Keller
** Bug watch added: GNOME Bug Tracker #607474
   https://bugzilla.gnome.org/show_bug.cgi?id=607474

** Also affects: gnome-settings-daemon via
   https://bugzilla.gnome.org/show_bug.cgi?id=607474
   Importance: Unknown
   Status: Unknown

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 509724] Re: Disabling tap to click doesn't disable tap to click in scrollarea

2010-01-19 Thread Sebastian Keller
According to upstream the default in the driver is 0 and ubuntu changed
it to 2, 3. So this patch would be ubuntu-specific.

-- 
Disabling tap to click doesn't disable tap to click in scrollarea
https://bugs.launchpad.net/bugs/509724
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 504447] Re: gvfsd-metadata crashed with SIGSEGV in g_timeout_dispatch()

2010-01-18 Thread Sebastian Keller
This crash happens here several times a day. From looking at the
backtrace and the source I guess meta_tree_flush_locked() gets called on
a MetaTree which got cleared by meta_tree_clear before as the root is
NULL and all other cases in which root gets changed seem to be checked
for NULL.

** Attachment added: backtrace of the crash with all symbols
   http://launchpadlibrarian.net/38054782/metadata%20backtrace

-- 
gvfsd-metadata crashed with SIGSEGV in g_timeout_dispatch()
https://bugs.launchpad.net/bugs/504447
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gvfs in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395103] Re: Gnome doesn't have my configured keyboard layout after login anymore

2009-07-06 Thread Sebastian Keller
Apport wasn't able to get a backtrace either, but it seems gdm itself was ;)
I cleared /var/log/gdm and then started gdm, tried to login, gdm crashed and 
restarted. After that i have created this copy of /var/log/gdm.

:0-slave.log.1 is the file containing the backtrace created by gdm.

Several months ago I used a modified version of the gdm package from the
ubuntu-desktop ppa that depended on libxklavier so i was able to change
the keyboard layout. I guess changing the layout with this version
created some configuration file that now is causing these problems so
you can't reproduce it.

** Attachment added: /var/log/gdm after crash
   http://launchpadlibrarian.net/28730657/gdm.tar.gz

-- 
Gnome doesn't have my configured keyboard layout after login anymore
https://bugs.launchpad.net/bugs/395103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395103] Re: Gnome doesn't have my configured keyboard layout after login anymore

2009-07-06 Thread Sebastian Keller
Thanks, that fixed it.

-- 
Gnome doesn't have my configured keyboard layout after login anymore
https://bugs.launchpad.net/bugs/395103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 395103] Re: Gnome doesn't have my configured keyboard layout after login anymore

2009-07-04 Thread Sebastian Keller
This patch causes gdm to crash when I select my default user.

After selecting the user,  the window resizes, the user-list resizes,
the language selector in the bottom panel gets shown, the window has no
password-entry or ok button though - then the screen goes black and gdm
restarts. (Thats all barely visible, since it happens very fast)

I then created a new user who can login without these problems.

If there is a good way to get a backtrace of this, please let me know,
so I can provide one. I already tried gdb /usr/sbin/gdm-binary or
attaching gdb to gdm-simple-greeter or gdm-session-worker.

-- 
Gnome doesn't have my configured keyboard layout after login anymore
https://bugs.launchpad.net/bugs/395103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 260765] Re: DVD playback broken in Intrepid because of resindvd

2009-03-22 Thread Sebastian Keller
This is not about a SRU for gst-plugins-bad since a newer version of
this package which was iirc supposed to fix most of the bugs got
uploaded in time for intrepid [1], however it did never build correctly
because it depended on a newer version of libcelt which was and still is
not in the repo. So either there would have to be a SRU for libcelt or
the gst-plugins-bad package needs to be changed to not depend on it (if
there is a configure option to disable that or by patching the source so
the code of the celt-plugin matches the previous version that worked
with the older libcelt). As I don't think that many packages depend on
celt/libcelt (it is only jackd and gst-plugins-bad on jaunty) I guess
backporting the jaunty version of it should be the easiest solution -
since disabling celt in gst-plugins-bad might result in other bugs.

[1] https://launchpad.net/ubuntu/+source/gst-plugins-
bad0.10/0.10.8.2-1/+build/738567

-- 
DVD playback broken in Intrepid because of resindvd
https://bugs.launchpad.net/bugs/260765
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 260765] Re: DVD playback broken in Intrepid because of resindvd

2009-02-04 Thread Sebastian Keller
Mythbuntu works, because it does not use a gstreamer based player,
Ubuntu however uses totem, which by default uses gstreamer.

-- 
DVD playback broken in Intrepid because of resindvd
https://bugs.launchpad.net/bugs/260765
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 324106] Re: For all the results are missing commas

2009-02-02 Thread Sebastian Keller
*** This bug is a duplicate of bug 318300 ***
https://bugs.launchpad.net/bugs/318300

** This bug has been marked a duplicate of bug 318300
   no commas in gcalctool

-- 
For all the results are missing commas
https://bugs.launchpad.net/bugs/324106
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gcalctool in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 321580] Re: totem play/pause tooltips appears in the top left corner of the screen

2009-02-02 Thread Sebastian Keller
** Changed in: gtk+2.0 (Ubuntu)
Sourcepackagename: totem = gtk+2.0

** Bug watch added: GNOME Bug Tracker #538439
   http://bugzilla.gnome.org/show_bug.cgi?id=538439

** Also affects: gtk via
   http://bugzilla.gnome.org/show_bug.cgi?id=538439
   Importance: Unknown
   Status: Unknown

-- 
totem play/pause tooltips appears in the top left corner of the screen
https://bugs.launchpad.net/bugs/321580
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319443] Re: no volume applet because pulse gets started too late

2009-02-02 Thread Sebastian Keller
This problem has also been fixed as a side effect of the fix for LP: #322374.
However I'm not closing this bug right now as the upstream bug report is about 
a different, additional approach to fix this bug independent of the solution 
for #322374.

-- 
no volume applet because pulse gets started too late
https://bugs.launchpad.net/bugs/319443
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 323491] Re: No sound output devices found

2009-02-01 Thread Sebastian Keller
*** This bug is a duplicate of bug 322374 ***
https://bugs.launchpad.net/bugs/322374

** This bug has been marked a duplicate of bug 322374
   [jaunty regression] Pulse Audio finds no card for output

-- 
No sound output devices found
https://bugs.launchpad.net/bugs/323491
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 320917] Re: [jaunty] optical issue Volume control

2009-01-24 Thread Sebastian Keller
Could you please describe the problem on the screenshot.

Also changing to gnome-applets as this is the mixer applet.

** Changed in: gnome-applets (Ubuntu)
Sourcepackagename: gnome-volume-manager = gnome-applets
   Status: New = Incomplete

-- 
[jaunty] optical issue Volume control
https://bugs.launchpad.net/bugs/320917
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 320863] Re: Rhythmbox provides no method of creating mp3 file

2009-01-24 Thread Sebastian Keller
** Changed in: rhythmbox (Ubuntu)
   Status: New = Invalid

-- 
Rhythmbox provides no method of creating mp3 file
https://bugs.launchpad.net/bugs/320863
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319399] [NEW] [jaunty] gnome-panel does not start anymore

2009-01-20 Thread Sebastian Keller
Public bug reported:

gnome-panel: 1:2.25.5-0ubuntu1

sebast...@desktop:~$ gnome-panel
**
ERROR:applet.c:969:panel_applet_load_idle_handler: code should not be reached
Aborted (core dumped)

Backtrace attached

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] gnome-panel does not start anymore
https://bugs.launchpad.net/bugs/319399
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319399] Re: [jaunty] gnome-panel does not start anymore

2009-01-20 Thread Sebastian Keller

** Attachment added: backtrace
   http://launchpadlibrarian.net/21485621/gdb-gnome-panel.txt

-- 
[jaunty] gnome-panel does not start anymore
https://bugs.launchpad.net/bugs/319399
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319359] Re: can't resize GNOME session properties window

2009-01-20 Thread Sebastian Keller
This has been fixed in 2.25.2. The patch can be found here:
http://svn.gnome.org/viewvc/gnome-session/trunk/capplet/gsm-properties-dialog.c?r1=5133r2=5143view=patch

-- 
can't resize GNOME session properties window
https://bugs.launchpad.net/bugs/319359
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319399] Re: [jaunty] gnome-panel does not start anymore

2009-01-20 Thread Sebastian Keller
What exactly is missing?

1. the specific steps or actions you took that caused you to encounter the 
problem,
sebast...@desktop:~$ gnome-panel
(or just log into gnome as gnome-panel is started automatically then, but then 
you don't have the debug output)

2. the behavior you expected, and
I expected it to start of course ;)

3. the behavior you actually encountered (in as much detail as possible).
Well it didn't start, as the title says - I also gave all debug info i could 
gather.

Maybe I should have mentioned that this was a package upgrade that broke
it.

** Changed in: gnome-panel (Ubuntu)
   Status: Incomplete = New

-- 
[jaunty] gnome-panel does not start anymore
https://bugs.launchpad.net/bugs/319399
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319399] Re: [jaunty] gnome-panel does not start anymore

2009-01-20 Thread Sebastian Keller
The separators are the problem, remove every separator from gconf-
editor /apps/panel/general/object_id_list and it works again

** Changed in: gnome-panel (Ubuntu)
   Status: New = Confirmed

-- 
[jaunty] gnome-panel does not start anymore
https://bugs.launchpad.net/bugs/319399
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 319399] Re: [jaunty] gnome-panel does not start anymore

2009-01-20 Thread Sebastian Keller
Upstream patch can be found here:

http://svn.gnome.org/viewvc/gnome-panel/trunk/gnome-
panel/applet.c?view=patchr1=11463r2=11462pathrev=11463

-- 
[jaunty] gnome-panel does not start anymore
https://bugs.launchpad.net/bugs/319399
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 318563] [NEW] File selector dialogs are not centered

2009-01-18 Thread Sebastian Keller
Public bug reported:

The file selector dialog in every app is not centered anymore. Thats because 
when it gets shown, it is a small window, which is centered, but then it gets 
resized and thus is not centered anymore. I guess it first should get shown 
when the actual size has been set so the window manager could center it 
correctly.
Also sometimes after the first resize there is a second resize making the 
window small again, I guess thats some kind of race condition.

Steps to reproduce:
 - start gedit
 - press ctrl+o (or click on the open button)
 - for less then a second you can see a small version of the open dialog

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
File selector dialogs are not centered
https://bugs.launchpad.net/bugs/318563
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 318629] [NEW] [jaunty] nautilus sets urgent wm hint when not needed

2009-01-18 Thread Sebastian Keller
Public bug reported:

Nautilus seems to set the urgent hint to windows that don't really need
any attention.

Steps to reproduce
1. Close all currently open nautilus windows.
2. Open a nautilus window, navigate to Desktop (or any other folder than home)
3. Move that nautilus window to a different workspace so you don't see it 
anymore.
4. Click on Places and open your home folder
- The nautilus window on the other desktop sets the urgent hint and the 
tasklist entry starts blinking.

I'm using metacity and nautilus in browser mode.
nautilus: 1:2.25.2-0ubuntu4
metacity: 1:2.25.89-0ubuntu1

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[jaunty] nautilus sets urgent wm hint when not needed
https://bugs.launchpad.net/bugs/318629
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 317305] [NEW] epiphany-webkit uses gecko backend

2009-01-14 Thread Sebastian Keller
Public bug reported:

Binary package hint: epiphany-browser

In jaunty epiphany-webkit 2.24.3-0ubuntu1 uses the gecko backend instead of the 
webkit backend. Thats because in the 2.24.3 release the webkit backend got 
removed and epiphany just defaults to gecko.
Maybe this package should be removed until a real webkit version of epiphany 
gets released (2.26 or 2.28?), otherwise it just might fail for some people 
because it would be using gecko without depending it etc.

According commit:
http://mail.gnome.org/archives/svn-commits-list/2009-January/msg02880.html

** Affects: epiphany-browser (Ubuntu)
 Importance: Undecided
 Status: New

-- 
epiphany-webkit uses gecko backend
https://bugs.launchpad.net/bugs/317305
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to epiphany-browser in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 316958] Re: gnome-wm is missing a .desktop file

2009-01-14 Thread Sebastian Keller
http://svn.gnome.org/viewvc/gnome-session/trunk/data/gnome-wm.desktop.in.in?limit_changes=100r1=5050r2=5180pathrev=5180
That change from trunk also is needed so it does not show up in the menu.

-- 
gnome-wm is missing a .desktop file
https://bugs.launchpad.net/bugs/316958
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 316958] [NEW] gnome-wm is missing a .desktop file

2009-01-13 Thread Sebastian Keller
Public bug reported:

In jaunty gnome-session 2.25.3-0ubuntu1 contains a patch to change the 
gconf-key /desktop/gnome/session/required_components/windowmanager from 
metacity to gnome-wm.
gnome-wm however is lacking a .desktop file which seems to be required by the 
new gnome-session for these components.
This results in the following error message:
gnome-session[9933]: WARNING: Unable to find provider 'gnome-wm' of required 
component 'windowmanager'

Also the patch is applied to /usr/share/gconf/defaults/10_gnome-session but 
/usr/share/gconf/schemas/gnome-session.schemas still contains:
defaultmetacity/default

This can be a little bit confusing if you unset the according key in
gconf-editor, then it shows metacity but if you start gconf-editor
again it shows gnome-wm. However I'm not sure if this is a bug in that
patch or if it is correct and the bug is in gconf.

** Affects: gnome-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-wm is missing a .desktop file
https://bugs.launchpad.net/bugs/316958
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 316958] Re: gnome-wm is missing a .desktop file

2009-01-13 Thread Sebastian Keller
I just found the according .desktop file in /usr/share/gnome/autostart
/gnome-wm.desktop and moved it to /usr/share/applications/gnome-
wm.desktop . Now the error message is gone.

-- 
gnome-wm is missing a .desktop file
https://bugs.launchpad.net/bugs/316958
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-session in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 314406] [NEW] xrandr plugin of g-s-d crashes on startup

2009-01-06 Thread Sebastian Keller
Public bug reported:

I recently switched to the vesa driver instead of the intel driver and I
noticed that gnome-settings-daemon was not starting anymore. Further
investigation showed that it was segfaulting in the xrandr plugin. Removing 
~/.config/monitors.xml fixes this. I already reported this bug in gnome 
bugzilla and it was suggested that this might be a problem with this patch: 
http://patches.ubuntu.com/by-release/extracted/ubuntu/g/gnome-desktop/1:2.25.3-0ubuntu1/100_load_desired_settings.patch

Ubuntu Jaunty
libgnome-desktop-2-11: 1:2.25.3-0ubuntu1
gnome-settings-daemon: 2.25.2-0ubuntu3
libxrandr: 2:1.2.99.2-0ubuntu1

gnome-settings-daemon --no-daemon --debug
** (gnome-settings-daemon:5559): DEBUG: Successfully connected to D-Bus
** (gnome-settings-daemon:5559): DEBUG: Starting settings manager
** (gnome-settings-daemon:5559): DEBUG: Loading settings plugins from dir:
/usr/lib/gnome-settings-daemon-2.0/
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Hintergrund'
file='/usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin'
location='background'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Tipppause'
file='/usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin'
location='typing-break'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo: name='XRandR'
file='/usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin'
location='xrandr'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Tastenkürzel'
file='/usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin'
location='keybindings'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/dummy.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo: name='Dummy'
file='/usr/lib/gnome-settings-daemon-2.0/dummy.gnome-settings-plugin'
location='dummy'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo: name='Schrift'
file='/usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin'
location='font'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Housekeeping'
file='/usr/lib/gnome-settings-daemon-2.0/housekeeping.gnome-settings-plugin'
location='housekeeping'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='X-Einstellungen'
file='/usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin'
location='xsettings'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Zwischenablage'
file='/usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin'
location='clipboard'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Medientasten'
file='/usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin'
location='media-keys'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Tastatur'
file='/usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin'
location='keyboard'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo:
name='Barrierefreie Tastatur'
file='/usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin'
location='a11y-keyboard'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin
** (gnome-settings-daemon:5559): DEBUG: GnomeSettingsPluginInfo: name='Maus'
file='/usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin'
location='mouse'
** (gnome-settings-daemon:5559): DEBUG: Loading plugin:
/usr/lib/gnome-settings-daemon-2.0/screensaver.gnome-settings-plugin
** (gnome-settings-daemon:5559): 

[Bug 260765] Re: DVD playback broken in Intrepid because of resindvd

2008-12-29 Thread Sebastian Keller
No that problem is not related.
Seems like the xv-area that is being allocated is too big for your 
graphics-card/driver and so it fails. This only happens for DVDs because they 
have a higher resolution than other videos - bigger area for xv to allocate. 
Maybe you can tweak some driver options in your xorg.conf or try different 
output methods (x11 directly or opengl; you can use gstreamer-properties to 
change these for totem).

-- 
DVD playback broken in Intrepid because of resindvd
https://bugs.launchpad.net/bugs/260765
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 260765] Re: DVD playback does not work anymore

2008-11-11 Thread Sebastian Keller
It seems like the updated gst-plugins-bad package depends on libcelt =
0.4.0 while the current libcelt in the repo is 0.3.2, so it did not get
built.

Gershee, the flicker-bug is a different bug which has nothing to do with
this bug report. Also resindvd does not affect totem-xine because it
does not use the gstreamer backend.

-- 
DVD playback does not work anymore
https://bugs.launchpad.net/bugs/260765
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 263471] Re: rhythmbox (using gio) freezes when unmounting player through nautilus

2008-09-01 Thread Sebastian Keller
There seems to be no dbg-package for gvfs. At least none containing
gvfs in its name.

-- 
rhythmbox (using gio) freezes when unmounting player through nautilus
https://bugs.launchpad.net/bugs/263471
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 263471] Re: rhythmbox (using gio) freezes when unmounting player through nautilus

2008-09-01 Thread Sebastian Keller
Thanks for the hint. Here is the new backtrace.

** Attachment added: backtrace
   http://launchpadlibrarian.net/17206201/gdb-rhythmbox.txt

-- 
rhythmbox (using gio) freezes when unmounting player through nautilus
https://bugs.launchpad.net/bugs/263471
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 263471] [NEW] rhythmbox (using gio) freezes when unmounting player through nautilus

2008-08-31 Thread Sebastian Keller
Public bug reported:

Binary package hint: rhythmbox

I have a mp3 player which is mounted as storage device and recognized by 
rhythmbox as media device (Creative MuVo V200). For the tests rhythmbox has 
already been running before plugging the device in.
- When I unmount it using nautilus, rhythmbox segfaults.
- When I unmount it using rhythmbox everything is fine.

Rhythmbox was neither playing nor did it have the device selected as
current library while I tested this.

This problem got introduced with the gio port of rhythmbox in current
intrepid.

Backtrace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6477720 (LWP 1633)]
0xb6cc9cc8 in strcmp () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb6cc9cc8 in strcmp () from /lib/tls/i686/cmov/libc.so.6
#1  0xb5955e11 in ?? ()
   from /usr/lib/gio/modules/libgioremote-volume-monitor.so
#2  0xb59589e3 in ?? ()
   from /usr/lib/gio/modules/libgioremote-volume-monitor.so
#3  0xb7af0095 in dbus_connection_dispatch () from /lib/libdbus-1.so.3
#4  0xb595b08d in ?? ()
   from /usr/lib/gio/modules/libgioremote-volume-monitor.so
#5  0xb6e527e1 in IA__g_main_context_dispatch (context=0x9658130)
at /build/buildd/glib2.0-2.17.7/glib/gmain.c:2073
#6  0xb6e55e83 in g_main_context_iterate (context=0x9658130, block=1, 
dispatch=1, self=0x963e408)
at /build/buildd/glib2.0-2.17.7/glib/gmain.c:2706
#7  0xb6e563a2 in IA__g_main_loop_run (loop=0xa078660)
at /build/buildd/glib2.0-2.17.7/glib/gmain.c:2929
#8  0xb755fa39 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#9  0x08063160 in main ()

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
rhythmbox (using gio) freezes when unmounting player through nautilus
https://bugs.launchpad.net/bugs/263471
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 246251] Re: Calendar Contacts Birthdays Anniversaries forgets displaying birthdays

2008-07-30 Thread Sebastian Keller
Does this happen for contacts who were born after 01.01.1970, too? Maybe
this is related to unix-timestamps which start at that date.

-- 
Calendar  Contacts  Birthdays  Anniversaries forgets displaying birthdays
https://bugs.launchpad.net/bugs/246251
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution-data-server in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 209682] Re: text placement is wrong in print-preview and print-outs

2008-04-08 Thread Sebastian Keller
Fixed with cairo 1.5.18

** Changed in: evince (Ubuntu)
   Status: New = Fix Released

-- 
text placement is wrong in print-preview and print-outs
https://bugs.launchpad.net/bugs/209682
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 209682] [NEW] text placement is wrong in print-preview and print-outs

2008-03-31 Thread Sebastian Keller
Public bug reported:

When printing a pdf the text is placed differently from what the pdf
looks like in evince. This happens in the print-preview-dialog, too. I
have attached a screenshot and marked some places in which the problem
is visible. It does not depend on the selected printer.

Url of the pdf used in the screenshot: http://www.uni-
saarland.de/mediadb/Studium/zulassung.pdf

evince: 2.22.0-0ubuntu2
ghostscript: 8.61.dfsg.1-1ubuntu2
cupsys: 1.3.6-3ubuntu1
cairo: 1.5.14-0ubuntu2
pango: 1.20.0-1

** Affects: evince (Ubuntu)
 Importance: Undecided
 Status: New

-- 
text placement is wrong in print-preview and print-outs
https://bugs.launchpad.net/bugs/209682
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 209682] Re: text placement is wrong in print-preview and print-outs

2008-03-31 Thread Sebastian Keller

** Attachment added: Bildschirmfoto.png
   http://launchpadlibrarian.net/12991166/Bildschirmfoto.png

-- 
text placement is wrong in print-preview and print-outs
https://bugs.launchpad.net/bugs/209682
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 201836] Re: iTunes plugin shouldn't be built

2008-03-13 Thread Sebastian Keller
changed to rhythmbox, since this is the package the plugin belongs to

** Changed in: rhythmbox (Ubuntu)
Sourcepackagename: xulrunner-1.9 = rhythmbox

-- 
iTunes plugin shouldn't be built
https://bugs.launchpad.net/bugs/201836
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 201836] Re: iTunes plugin shouldn't be built

2008-03-13 Thread Sebastian Keller
The itunes-plugin is part of rhythmbox and rhythmbox can play some
itunes podcasts (not the musicstore however).

-- 
iTunes plugin shouldn't be built
https://bugs.launchpad.net/bugs/201836
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 201218] Re: [Hardy] Seeking is broken in Rhythmbox

2008-03-12 Thread Sebastian Keller
I can confirm this problem. It also happens, when stopping and starting 
playback again a few times.
However i don't think it is rhythmbox related, since it wasn't changed 
recently. Gstreamer however got updated to 0.10.17.3-1ubuntu1, so that might be 
whats causing the problem.
Using strace one can see that a futex is the reason for rhythmbox to freeze, so 
it might be some locking-problem.

-- 
[Hardy] Seeking is broken in Rhythmbox
https://bugs.launchpad.net/bugs/201218
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 201218] Re: [Hardy] Seeking is broken in Rhythmbox

2008-03-12 Thread Sebastian Keller
I think I found the package which introduced the problem:
gst-plugins-ugly0.10 (0.10.7-2)

I installed:
http://archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly_0.10.7-1_i386.deb

And now I can no longer reproduce the problem.

Maybe this is related to the mp3 timestamp-patch introduced in 0.10.7-2

-- 
[Hardy] Seeking is broken in Rhythmbox
https://bugs.launchpad.net/bugs/201218
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 201218] Re: [Hardy] Seeking is broken in Rhythmbox

2008-03-12 Thread Sebastian Keller
** Changed in: gst-plugins-ugly0.10 (Ubuntu)
Sourcepackagename: rhythmbox = gst-plugins-ugly0.10

-- 
[Hardy] Seeking is broken in Rhythmbox
https://bugs.launchpad.net/bugs/201218
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 190082] Re: itms browser-plugin uses firefox instead of xulrunner

2008-02-18 Thread Sebastian Keller
fixed in version 0.11.4-0ubuntu6

** Changed in: rhythmbox (Ubuntu)
   Status: New = Fix Released

-- 
itms browser-plugin uses firefox instead of xulrunner
https://bugs.launchpad.net/bugs/190082
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 190082] [NEW] itms browser-plugin uses firefox instead of xulrunner

2008-02-07 Thread Sebastian Keller
Public bug reported:

In hardy it seems that the firefox - xulrunner switch is happening. Firefox-3 
itself is using xulrunner and the totem-plugin started using it, too.
The blueprint for this is here: 
https://blueprints.launchpad.net/ubuntu/+spec/xulrunner-gecko
Rhythmbox still uses firefox for the itms browser-plugin and installs it to 
/usr/lib/mozilla/plugins where neither firefox-3 nor epiphany (which uses 
xulrunner now, too) can find it.

** Affects: rhythmbox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
itms browser-plugin uses firefox instead of xulrunner
https://bugs.launchpad.net/bugs/190082
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for rhythmbox in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 177486] Re: temporarily locks up while connecting to networks

2007-12-23 Thread Sebastian Keller
I have created a fix for this in bugreport #177072

-- 
temporarily locks up while connecting to networks
https://bugs.launchpad.net/bugs/177486
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.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 152195] Re: move Inverted-theme to gnome-themes(-extras)

2007-10-15 Thread Sebastian Keller
Maybe I am wrong, but it think in the upstream tarball (gnome-
themes-2.20.0.tar.gz) includes all themes and they would be installed to
DATADIR/themes/. The decision which theme belongs to which package seems
to be done only in the debian/gnome-themes*.install files in the source
package.

-- 
move Inverted-theme to gnome-themes(-extras)
https://bugs.launchpad.net/bugs/152195
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-themes in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 152195] Re: move Inverted-theme to gnome-themes(-extras)

2007-10-15 Thread Sebastian Keller
In that case gnome-themes would be the appropriate package for this
theme, which would not require upstream changes.

-- 
move Inverted-theme to gnome-themes(-extras)
https://bugs.launchpad.net/bugs/152195
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-themes in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 152195] move Inverted-theme to gnome-themes(-extras)

2007-10-12 Thread Sebastian Keller
Public bug reported:

The Inverted theme (in /usr/share/themes/Inverted) is rather another
visal style of clearlooks than an accessibility-theme. It is not one of
the inversed contrast themes. So it should be moved to gnome-themes or
gnome-themes-extra.

** Affects: gnome-themes (Ubuntu)
 Importance: Undecided
 Status: New

-- 
move Inverted-theme to gnome-themes(-extras)
https://bugs.launchpad.net/bugs/152195
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-themes in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs