[Bug 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
No, it isn't in Lucid. Thanks for fixing! -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 379961] [NEW] [Ubuntu 9.04] fast-user-switcher lights up last selected icon
Public bug reported: Hi, It's not a very big problem, but it's annoying. Every time I click on the fast-user-switch applet, the last selected icon of gnome-panel lights up. I've attached a video to visualize my problem. Martijn ** Affects: gnome-applets (Ubuntu) Importance: Undecided Status: New -- [Ubuntu 9.04] fast-user-switcher lights up last selected icon https://bugs.launchpad.net/bugs/379961 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 379961] Re: [Ubuntu 9.04] fast-user-switcher lights up last selected icon
** Attachment added: "out.ogv" http://launchpadlibrarian.net/27113511/out.ogv -- [Ubuntu 9.04] fast-user-switcher lights up last selected icon https://bugs.launchpad.net/bugs/379961 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 384501] [NEW] "Create Screenshot Gallery" creates jpg but calls it png
Public bug reported: Hi, When I click 'Create Screenshot _Gallery...', it saves a jpg file but calls it a png. See my attachment. Martijn ** Affects: totem (Ubuntu) Importance: Undecided Status: New -- "Create Screenshot Gallery" creates jpg but calls it png https://bugs.launchpad.net/bugs/384501 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 384501] Re: "Create Screenshot Gallery" creates jpg but calls it png
** Attachment added: "Schermafdruk-1.png" http://launchpadlibrarian.net/27617062/Schermafdruk-1.png -- "Create Screenshot Gallery" creates jpg but calls it png https://bugs.launchpad.net/bugs/384501 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 384501] Re: "Create Screenshot Gallery" creates jpg but calls it png
Ubuntu 9.04 "Jaunty Jackalope" Totem 2.26.1-0ubuntu5 See the attachment. The file I play is a flv-video (from YouTube), without extension. Let me know if you need more information -Martijn ** Attachment added: "out.ogv" http://launchpadlibrarian.net/27646507/out.ogv -- "Create Screenshot Gallery" creates jpg but calls it png https://bugs.launchpad.net/bugs/384501 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 384501] Re: "Create Screenshot Gallery" creates jpg but calls it png
Dutch. I'll try English to see if that "solves" it. -- "Create Screenshot Gallery" creates jpg but calls it png https://bugs.launchpad.net/bugs/384501 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 384501] Re: "Create Screenshot Gallery" creates jpg but calls it png
The problem does not occur when using English. So this is a bug in a translation? -- "Create Screenshot Gallery" creates jpg but calls it png https://bugs.launchpad.net/bugs/384501 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to totem in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1315618] Re: evolution crashes when create a new imap-folder
I've ran gdb to find out what causes the segmentation fault. It says: Program received signal SIGSEGV, Segmentation fault. folder_tree_maybe_expand_row (model=0x583b4080, tree_path=0x584d4890, iter=, folder_tree=0x584b0a60) at em-folder-tree.c:564 564 em-folder-tree.c: Bestand of map bestaat niet. "Bestand of map bestaat niet" means "File or directory doesn't exist". -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1315618 Title: evolution crashes when create a new imap-folder To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1315618/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1315618] Re: evolution crashes when create a new imap-folder
The function crashes after it being called on line 1204: handler_id = g_signal_connect ( model, "loaded-row", G_CALLBACK (folder_tree_maybe_expand_row), object); The variable `key` in the function has the following values before generating a segmentation fault: 1405275544.24245.2@deskei/INBOX 1405275544.24245.2@deskei/INBOX/Test 1405275544.24245.2@deskei/INBOX/Test2 1405275544.24245.2@deskei/INBOX/Test3 1405275544.24245.2@deskei/Drafts 1405275544.24245.2@deskei/Sent 1405275544.24245.2@deskei/Spam 1405275544.24245.2@deskei/Trash 1405275544.24245.2@deskei/.#evolution/Trash 1405275544.24245.2@deskei/.#evolution/Junk vfolder/UNMATCHED 1405275544.24245.2@deskei/INBOX/Test4 1405275544.24245.2@deskei/INBOX/Test4 Segmentatiefout The folders before 'vfolder/UNMATCHED' are existing folders, 'Test4' being the new one. As you can see, the only folder being check upon twice is 'Test4'. The folder does indeed not exist, but so do others: martijn@deskei:~/.config/evolution/mail/folders$ ls et-expanded-folder:__1405275544.24245.2_40deskei_Drafts et-expanded-folder:__1405275544.24245.2_40deskei_INBOX et-expanded-folder:__1405275544.24245.2_40deskei_INBOX_Test2 et-expanded-folder:__1405275544.24245.2_40deskei_INBOX_Test_Nested_box et-expanded-folder:__1405275544.24245.2_40deskei_INBOX_Test_Nested_Geweten et-expanded-folder:__1405275544.24245.2_40deskei_INBOX_Test_test (Which displays non-existing [removed] folders?) I'm not really sure what to check next: if a developer would like to lend a hand, please :) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1315618 Title: evolution crashes when create a new imap-folder To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1315618/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1299604] Re: evolution keeps asking for password
These patches should resolve the issue: https://git.gnome.org/browse/evolution-data-server/commit/?h=evolution-data-server-3-12&id=c9f9cdebfc https://git.gnome.org/browse/evolution-data-server/commit/?h=evolution-data-server-3-12&id=fedfc8f Ubuntu packagers should incorperate these to prevent Evolution from asking for passwords. Source: https://bugzilla.gnome.org/show_bug.cgi?id=728689 ** Bug watch added: GNOME Bug Tracker #728689 https://bugzilla.gnome.org/show_bug.cgi?id=728689 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1299604 Title: evolution keeps asking for password To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1299604/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 366255] Re: Adding workspaces, translation wrong
** Attachment added: "www-1.png" http://launchpadlibrarian.net/25936754/www-1.png -- Adding workspaces, translation wrong https://bugs.launchpad.net/bugs/366255 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 366255] [NEW] Adding workspaces, translation wrong
Public bug reported: Hello, I don't know exactly how to describe this (minor) problem, so I attached some pictures. After reinstalling I always increase my number of workspaces from 2 to 4. As default the workspaces are called: Werkblad 1 Werkblad 2 which is fine. However, when I increase the number of workspaces, it goes wrong (this is Dutch btw): Werkblad 1 Werkblad 2 Blad 3 It should be: Werkblad 1 Werkblad 2 Werkblad 3 Maybe I'm just complaining, but it annoys me. It shouldn't be hard to fix this bug, thanks! ** Affects: gnome-applets (Ubuntu) Importance: Undecided Status: New -- Adding workspaces, translation wrong https://bugs.launchpad.net/bugs/366255 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 366255] Re: Adding workspaces, translation wrong
** Attachment added: "www-0.png" http://launchpadlibrarian.net/25936752/www-0.png -- Adding workspaces, translation wrong https://bugs.launchpad.net/bugs/366255 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 278078] Re: The key repeat delay for the "down-arrow", "left-arrow", and "End" keys is longer than the other keys
"Me too" This seems to fix it: xset r 113; xset r 116 -- The key repeat delay for the "down-arrow", "left-arrow", and "End" keys is longer than the other keys https://bugs.launchpad.net/bugs/278078 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 367981] [NEW] Kodak M863 not supported in Ubuntu Jaunty
Public bug reported: Hi, My Kodak M863 doesn't work with Ubuntu 9.04. In all previous versions of Ubuntu it worked fine. If you need more information, I'll be happy to provide it. ** Affects: f-spot (Ubuntu) Importance: Undecided Status: New -- Kodak M863 not supported in Ubuntu Jaunty https://bugs.launchpad.net/bugs/367981 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to f-spot in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
Ah! Now we're getting somewhere ;-). Breakpoint 1, gdk_x_error (display=0x8cca2a8, error=0xb1000408) at /build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkmain-x11.c:614 614 /build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkmain-x11.c: No such file or directory. in /build/buildd/gtk+2.0-2.12.9/gdk/x11/gdkmain-x11.c ** Attachment added: "gdb-rhythmbox.txt" http://launchpadlibrarian.net/21872749/gdb-rhythmbox.txt -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
** Changed in: rhythmbox (Ubuntu) Status: Incomplete => New -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 326530] Re: gnome-display-properties segmentation fault when using xserver-xorg-video-radeonhd
** Attachment added: "gdb-gnome-display-properties.txt" http://launchpadlibrarian.net/22179144/gdb-gnome-display-properties.txt -- gnome-display-properties segmentation fault when using xserver-xorg-video-radeonhd https://bugs.launchpad.net/bugs/326530 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 326530] Re: gnome-display-properties segmentation fault when using xserver-xorg-video-radeonhd
** Attachment added: "valgrind.log" http://launchpadlibrarian.net/22179145/valgrind.log ** Changed in: gnome-control-center (Ubuntu) Status: Incomplete => New -- gnome-display-properties segmentation fault when using xserver-xorg-video-radeonhd https://bugs.launchpad.net/bugs/326530 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 326530] Re: gnome-display-properties segmentation fault in rebuild_gui()
*** This bug is a duplicate of bug 321392 *** https://bugs.launchpad.net/bugs/321392 Of course. ** Attachment added: "xrandr --verbose" http://launchpadlibrarian.net/22416736/xrandr%20--verbose -- gnome-display-properties segmentation fault in rebuild_gui() https://bugs.launchpad.net/bugs/326530 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
** Changed in: rhythmbox (Ubuntu) Status: Incomplete => New -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 296312] [NEW] .ico file fails to read. "assertion failed"
Public bug reported: When I try to open the image in the attachment, eog crashes. $ eog jardinains.ico ** ** EOG:ERROR:(eog-image.c:1146):eog_image_real_load: assertion failed: (priv->image != NULL) Afgebroken $ eog --version GNOME eog 2.22.3 ** Affects: eog (Ubuntu) Importance: Undecided Status: New -- .ico file fails to read. "assertion failed" https://bugs.launchpad.net/bugs/296312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 296312] Re: .ico file fails to read. "assertion failed"
** Attachment added: "jardinains.ico" http://launchpadlibrarian.net/19536224/jardinains.ico -- .ico file fails to read. "assertion failed" https://bugs.launchpad.net/bugs/296312 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to eog in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
How to? -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
I did like Sebastien told me to, but I don't get any more information than that I already had.. any tips (I must be doing something obviously wrong)? ** Attachment added: "gdb-rhythmbox2.txt" http://launchpadlibrarian.net/20724135/gdb-rhythmbox2.txt -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 316811] [NEW] gdmgreeter always tries to start at 1600x1200
Public bug reported: Affects Ubuntu 8.04, 8.10 and 9.04 (other versions not tested). I'm trying to setup an multiseat setup and so far, it's going ok. Except that gdmgreeter always tries to start at a resolution of 1600x1200. I'm using gmdlogin now and that's working, but I can't theme it. I hope you can fix this bug (or provide a workaround). Martijn ** Affects: gdm (Ubuntu) Importance: Undecided Status: New -- gdmgreeter always tries to start at 1600x1200 https://bugs.launchpad.net/bugs/316811 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 292078] [NEW] Rhtyhmbox crashes when playing music (X-server error)
Public bug reported: Binary package hint: rhythmbox Hi, When playing a music file with Rhythmbox, it crashes. If I run Rhythmbox in debug mode, this is what I get (last lines, when playing a mp3 file): (12:53:24) [0x80dc408] [tick_cb] rb-shell-player.c:3223: tick: [file:///home/martijn/Muziek/Acda%20en%20De%20Munnik%20-%20Kees.mp3, 0:253(0)] (12:53:24) [0x80dc408] [rb_shell_clipboard_entryview_changed_cb] rb-shell-clipboard.c:745: entryview changed (12:53:24) [0x80dc408] [rb_shell_clipboard_sync] rb-shell-clipboard.c:543: syncing clipboard (12:53:24) [0xb58405e8] [bus_sync_message_cb] rb-visualizer-plugin.c:410: handling prepare-xwindow-id message (12:53:24) [0xb58405e8] [find_xoverlay] rb-visualizer-plugin.c:386: found xoverlay in video bin (12:53:24) [0xb58405e8] [bus_sync_message_cb] rb-visualizer-plugin.c:424: setting fake window id 52428836 The program 'rhythmbox' received an X Window System error. This probably reflects a bug in the program. The error was 'BadValue (integer parameter out of range for operation)'. (Details: serial 39 error_code 2 request_code 141 minor_code 13) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) Attached are my machines hardware and the full debug info. ** Affects: rhythmbox (Ubuntu) Importance: Undecided Status: New -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
** Attachment added: "debug" http://launchpadlibrarian.net/19177588/debug -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
** Attachment added: "lshw" http://launchpadlibrarian.net/19177589/lshw -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
Rhythmbox works every now and then, and unfortunately ( ;-) ) it does work now. As soon as Rhythmbox stops working again, I'll make the backtrace. -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
It stopped working, and here is the backtrace, altough I'm afraid I did something wrong (not many information attached...) ** Attachment added: "gdb-rhythmbox.txt" http://launchpadlibrarian.net/19287687/gdb-rhythmbox.txt -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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 405992] Re: Compac layout in file manager preferences has no effect
Confirmed. ** Changed in: nautilus (Ubuntu) Status: New => Confirmed -- Compact layout in file manager preferences has no effect https://bugs.launchpad.net/bugs/405992 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 270206] Re: RB should never start minimised to tray
There are two types of users here: 1. Those who start it with autostart and expect Rhythmbox to only show in the tray 2. Those who expect Rhythmbox to be visible when started (shortcut key or menu) I think this (https://bugzilla.gnome.org/show_bug.cgi?id=537868#c7) is a good compromise. I hope the Ubuntu developers apply this patch as I think this is the best solution. -- RB should never start minimised to tray https://bugs.launchpad.net/bugs/270206 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 292078] Re: Rhtyhmbox crashes when playing music (X-server error)
Of course, sorry for the delay ;). ** Attachment added: "gdb-rhythmbox2.txt" http://launchpadlibrarian.net/23786976/gdb-rhythmbox2.txt -- Rhtyhmbox crashes when playing music (X-server error) https://bugs.launchpad.net/bugs/292078 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