[Bug 1401609] Re: gmusicbrowser crashes on close

2020-11-26 Thread Quentin Sculo
** Bug watch added: github.com/squentin/gmusicbrowser/issues #131 https://github.com/squentin/gmusicbrowser/issues/131 ** Changed in: gmusicbrowser Importance: Unknown => Undecided ** Changed in: gmusicbrowser Remote watch: github.com/squentin/gmusicbrowser/issues #131 => None ** Changed

[Bug 1499987] Re: Jack output fundamentally broken

2015-09-29 Thread Quentin Sculo
Also, I forgot to mention another work-around: use the pulse-audio output and use a pulse-audio plugin to connect to JACK : http://www.penguinproducer.com/Blog/2011/09/using-jack-with-different- non-jack-programs/ -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1499987] Re: Jack output fundamentally broken

2015-09-29 Thread Quentin Sculo
Bad news, using the 'ready' state instead of 'null' doesn't solve your problem. When playing with the gapless option, the state is kept to 'playing' so that's why it worked. After looking a bit, it seems that's how most players work (as opposed to 'pro'/creation audio software), the work-around

[Bug 1499987] Re: Jack output fundamentally broken

2015-09-26 Thread Quentin Sculo
I must admit I don't know much about jackd. From my simple test playing on alsa (jackd -d alsa), it seems to work fine. So it'd be nice if you could explain how I could see the problem for myself. I _think_ the problem is that gmb set the gstreamer the playbin to the 'null' state rather than the

[Bug 1492587] Re: gmusicbrowser crashes when closed by clicking the cross

2015-09-05 Thread Quentin Sculo
I think it's the same bug as https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1401609 The crash doesn't happen all the time so that could expain why you think it only occurs when closing the window. Run it from a terminal to make sure, if it crashes after saving the gmbrc file, it's

[Bug 1401609] Re: gmusicbrowser crashed with SIGSEGV in emission_find()

2015-07-31 Thread Quentin Sculo
I've investigated this a bit, this is more complicated that I thought. This crash happens in the global destruction, once the program itself is finished. A few parts of the code can cause it to crash, though not every time. I tracked down 3 locations (one is the trayicon) but there is at least 1

[Bug 1435043] Re: crash on close

2015-07-31 Thread Quentin Sculo
*** This bug is a duplicate of bug 1401609 *** https://bugs.launchpad.net/bugs/1401609 ** This bug has been marked a duplicate of bug 1401609 gmusicbrowser crashed with SIGSEGV in emission_find() -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1440526] Re: gmusicbrowser crashed with SIGSEGV in g_signal_emit_valist()

2015-04-06 Thread Quentin Sculo
*** This bug is a duplicate of bug 1401609 *** https://bugs.launchpad.net/bugs/1401609 It has automatically been marked as duplicate, I'm not sure how reliable that is. The bug #1401609 is caused by the trayicon, can you check if you have the trayicon option checked (in the layouts tab of

[Bug 1401609] Re: gmusicbrowser crashed with SIGSEGV in emission_find()

2015-03-30 Thread Quentin Sculo
I managed to reproduce this within VirtualBox. Turns out it is caused by the trayicon, after disabling it (in the layouts tab) it no longer crashes. The trayicon doesn't work anyway in unity, though the appindicator plugin provides some of the functionality for those interested. I need to find

[Bug 1435043] Re: crash on close

2015-03-22 Thread Quentin Sculo
1) Could you give me some context. Does it crash all the times, sometimes, with a specific layout, have you tried disabling all plugins (-noplugins command line option does that) ... ? 2) the -backtrace option can be useful but is limited as it only prints a backtrace when something is printed.

[Bug 1419574] Re: In gmusicbrowser, there are no instructions for downloading Music

2015-02-09 Thread Quentin Sculo
This program is not meant to download music, I don't know why you would think that. It is meant to search, organize and play local music files. ** Changed in: gmusicbrowser (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1401977] Re: Gmusicbrowser doesn't start form Xubuntu 14.04

2014-12-12 Thread Quentin Sculo
Can't read '/home/riccardo/.config/gmusicbrowser/gmbrc', aborting... There is a problem with this file, maybe it doesn't have the right permissions, it needs read and write permissions. Check what ls -l /home/riccardo/.config/gmusicbrowser/gmbrc says. -- You received this bug notification

[Bug 1263266] Re: gmusicbrowser does not play in album order, even if shuffle queue is disabled

2014-11-10 Thread Quentin Sculo
The default behavior is having shuffle enabled, you may not like it, but some people do. People haven't replied so it's hard to know for sure, but it seems the real problem is that people have trouble seeing the play order setting. It of course heavily depends on the layout, some layout use a

[Bug 1380576] Re: gmusicbrowser ignores wav files

2014-10-13 Thread Quentin Sculo
gmusicbrowser is a library-based player, wav files typically do not have metadata, so they do not really belong in a library and thus support for wav files was never intended. I might add some support for wav files in the future, depending on changes that would make this easy, but it's not

[Bug 1371964] Re: Permission denied while writing tags from filename

2014-09-23 Thread Quentin Sculo
I should have mentioned that checking permissions includes checking the owner of the file, it can be easy to forget. It is normal for a program run as root to create folder/files owned by root. Creating files/folders with -r is not normal, it's probably a bug, I think unace used to do

[Bug 1371964] Re: Permission denied while writing tags from filename

2014-09-20 Thread Quentin Sculo
Using auto-fill based on the file names simply fill the entry fields in the dialog, so it's very unlikely that it differs from manually entering the values. The error is a system error, gmb tries to open the file for writing and gets an error, so there's not much gmb can do. There is a possible

[Bug 1220429] Re: gmusicbrowser lost saved lists

2014-09-20 Thread Quentin Sculo
Sorry for not replying sooner. The forum on gmusicbrowser.org is the best place for suggestions, I also prefer getting bug reports on the forum first, and if the bug is not fixed/clarified rapidly you are welcome to report them on github (https://github.com/squentin/gmusicbrowser/issues which I

[Bug 1310554] Re: Regression: breaks mpc decoding with some players

2014-05-19 Thread Quentin Sculo
From what I understand this is caused by the removal of ffmpeg, replaced by libav (a fork) : http://askubuntu.com/questions/432542/is-ffmpeg- missing-from-the-official-repositories-in-14-04 For gmusicbrowser, the problem is that is uses gstreamer 0.10 which uses gstreamer0.10-ffmpeg to decode mpc

[Bug 1318233] Re: gmusicbrowser stops playing when screen lock is activated

2014-05-10 Thread Quentin Sculo
Yes it seems to be the expected behavior by light locker. They have added an option that only lock once the screensaver is deactivated, that should mostly fix your problem (see this for details : https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1296456) It seems the only thing that

[Bug 1285755] Re: Shuffle queue button not working

2014-02-28 Thread Quentin Sculo
The fix is very simple : https://github.com/shimmerproject/gmusicbrowser/commit/fa7e2ac2e255b379164fdcf244f0261663cdf279 Note that the shuffle queue button is part of a few changes (maybe the biggest) made by ochosi that are not in my tree. The version included in ubuntu used to be ochosi's

[Bug 1285755] Re: Shuffle queue button not working

2014-02-27 Thread Quentin Sculo
It's been fixed upstream for a long time, but the version in 13.10 was rather old. 14.04 will have a recent version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285755 Title: Shuffle queue

[Bug 1263266] Re: gmusicbrowser does not play in album order, even if shuffle queue is disabled

2014-02-08 Thread Quentin Sculo
I haven't been very clear in my other comment, you can change the play order to whatever you like. On the screenshot there should be buttons on the bottom left corner, below the cover, click on the right-most one to change the order to whatever you like. Looking at the screenshot more closely, it

[Bug 1263269] Re: Add Music Library does not change Songtree View main list (No songs found)

2013-12-20 Thread Quentin Sculo
It isn't really a bug, it's just that the list is not refreshed automatically, some layouts have a refresh button to re-filter (and re-sort) the list. Or you can simply change the filter to force a re- filtering (for example by clicking on all genres) Anyway, I've committed a patch a few days ago

[Bug 1263266] Re: gmusicbrowser does not play in album order, even if shuffle queue is disabled

2013-12-20 Thread Quentin Sculo
It depends on which play order is selected. The way to change the order vary a lot depending on which layout you are using, it's either in the menu if your layout has one, and/or with an icon that pops-up the play order menu when clicked (and toggle between the last ordered order and the last

[Bug 1260661] Re: [HP Compaq hostname (RH545EA#ACB), Analog Devices AD1981, Green Speaker, Internal] fails after a while

2013-12-19 Thread Quentin Sculo
Can you try running this in a command-line (replace /PATH/FILE by one of your files) : gst-launch-0.10 filesrc location=/PATH/FILE ! decodebin ! audioconvert ! audioresample ! pulsesink And see if it plays correctly, if not can you try with gst-launch-1.0 instead of gst-launch-0.10.

[Bug 1220429] Re: gmusicbrowser lost saved lists

2013-12-19 Thread Quentin Sculo
1. I can assure you that it is not caused by a shared routine. All the code implicated in gmb has been written by me, and it's not the kind of code that is sharable, even if quodlibet and gmb where using the same language, which they are not. 2. I cannot speak for quod libet, but as far as

[Bug 1225656] Re: removed songs reappear in gmusicbrowser lists

2013-10-04 Thread Quentin Sculo
Sorry for not replying sooner. About the bug itself, I think it was fixed in 1.1.10, sadly (partly my fault due to my infrequent releases) the still current ubuntu still has a 1.1.9 version. I think there was 2 bugs, one was that the songs listed was cached, but the cache was not flushed when

[Bug 1234448] Re: Encoding errors in gmusicbrowser_1.1.10-0ubuntu1

2013-10-03 Thread Quentin Sculo
I don't think there is an encoding problem in gmusicbrowser as nobody has complained to me about that, and I haven't made any change that could cause that in a really long time. Also I've downloaded the debian patch and I don't see the same extra characters, Though there is those strange Âs

[Bug 1223808] Re: gmbrc misses line to activate albuminfo-plugin

2013-09-12 Thread Quentin Sculo
I've fixed the freezing problem in albuminfo, the fix is in git. As to enabling the plugin by default, I'm not sure. You're welcome to do it in the ubuntu package as it uses the shimmer layouts by default. gmbrc.default is intended for distributions to set up the default they want. I'll think

[Bug 1220429] Re: gmusicbrowser lost saved lists

2013-09-03 Thread Quentin Sculo
Thanks for reporting this. When songs are removed, most informations are kept for a number of sessions, and restored if you re-add the songs. But the songs are indeed removed definitely from saved lists. It hadn't occurred to me, probably because I rarely use lists. I will think about this, but

[Bug 1051966] Re: gmusicbrowser ignores keyboard shortcuts

2012-09-18 Thread Quentin Sculo
Can you give a specific example of a command that you tried, and which key combination you assigned it to ? One likely explanation is that you have chosen a key combination that is used by the widget that has focus. Currently the focused widget is given priority which means if the widget use

[Bug 869199] Re: gmusicbrowser crashed with SIGSEGV in gst_type_find_factory_call_function()

2012-06-12 Thread Quentin Sculo
I doubt there is much I can do about it, as gmusicbrowser is simply telling gstreamer (or mplayer...) what file to play. 2 questions : 1) does it work with mplayer ? 2) what version of libglib-perl is installed ? There is a long standing bug in perl-glib, that was recently fixed in 1.251 (1.25x

[Bug 993215] Re: gmusicbrowser sound randomly output stops

2012-05-12 Thread Quentin Sculo
How to get gstreamer output/logs to investigate further? You can use a command line option like : -gst-debug-level=2 full documentation on gstreamer debugging options : http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html Be warned that it can output

[Bug 892333] Re: Playing error : Resource not found. at /usr/bin/../share/gmusicbrowser/gmusicbrowser_gstreamer-0.10.pm line 135.

2012-05-12 Thread Quentin Sculo
Resource not found means either gstreamer can't open the file, or it can't open the audio output. As you can play the file on a second try, It means it is the latter. It may be caused by the audio driver not allowing multiple connections, and somehow the connection from the previous file was not

[Bug 993215] Re: gmusicbrowser sound randomly output stops

2012-05-04 Thread Quentin Sculo
I don't know why it would do that, gmusicbrowser mostly let gstreamer/mplayer handle the playing. Is it really random or maybe related to some other application playing a sound ? You could check if the gmusicbrowser volume changes in the pulseaudio dialog. You could also try a different output

[Bug 929664] Re: Not playing any tracks

2012-02-09 Thread Quentin Sculo
Can you launch it from a command line and see what it says ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929664 Title: Not playing any tracks To manage notifications about this bug go to:

[Bug 761917] Re: gmusicbrowser crashed with SIGSEGV

2012-02-09 Thread Quentin Sculo
segmentation faults in gmusicbrowser are usually due to gstreamer, (there is a known bug in perl-glib that cause instability with gstreamer's threads), it's very unlikely to be directly due to the edition of tags. In particular if the gapless option is enabled, there is a small risk of crash if

[Bug 880435] Re: gmusicbrowser does not start

2012-01-16 Thread Quentin Sculo
I fixed it, it works for me with Net::DBus v1.0.0, can you confirm it works for you too by testing with this file : https://raw.github.com/gist/1621174/727a35f12fe833e943fe906494f8a8db7c85de71/mpris2.pm Net::DBus v1.0.0 added support for the optional org.freedesktop.DBus.Properties.GetAll

[Bug 880435] Re: gmusicbrowser does not start

2012-01-16 Thread Quentin Sculo
thanks, committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880435 Title: gmusicbrowser does not start To manage notifications about this bug go to:

[Bug 880435] Re: gmusicbrowser does not start

2012-01-15 Thread Quentin Sculo
Ok, thanks for checking, I didn't want to spend too much time looking into this for nothing. I just found the perl DBus library has been updated in july (the previous version dated from 2008) to v1.0.0, and using it I just reproduced the bug. So I'm going to fix it, thanks for reporting this

[Bug 880435] Re: gmusicbrowser does not start

2012-01-11 Thread Quentin Sculo
It's strange that with the same error, one fix works in one case, and doesn't change anything in the other. Can you double check that you have the right version of the plugin ? For example by doing : md5sum /usr/share/gmusicbrowser/plugins/mpris2.pm I get dfe2306837104691869482b9d7dd724d for

[Bug 903991] Re: [xubuntu] gmusicbrowser crashes on startup in xubuntu precise alpha 1

2011-12-14 Thread Quentin Sculo
I fixed that some time ago in git : http://git.gmusicbrowser.org/commit/c8ebed9f39 it will be in the next release in a few weeks, not sure when it will reach ubuntu ** Changed in: gmusicbrowser (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a

[Bug 784115] Re: gmusicbrowser is absent from Preferred Applications in Unity

2011-11-01 Thread Quentin Sculo
I found this page : http://live.gnome.org/ControlCenter/AddingDefaultApplications that explains how to add apps to the list, I guess I'll create the file and add it to gmusicbrowser. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880435] Re: gmusicbrowser does not start

2011-10-30 Thread Quentin Sculo
I've committed a fix (http://git.gmusicbrowser.org/commit/c8ebed9f39) that might fix this bug, can you try it ? You can just replace /usr/share/gmusicbrowser/plugins/mpris2.pm by this one : https://raw.github.com/squentin/gmusicbrowser/c8ebed9f39ee910bdb22ebacff0ffe9696f6e7dc/plugins/mpris2.pm

[Bug 880435] Re: gmusicbrowser does not start

2011-10-30 Thread Quentin Sculo
** Changed in: gmusicbrowser (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880435 Title: gmusicbrowser does not start To manage notifications about this

[Bug 880435] Re: gmusicbrowser does not start

2011-10-23 Thread Quentin Sculo
Can you try launching it with option -plugin MPRIS2, and if it still doesn't work, with option -nodbus, and tell me what it says ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880435 Title:

[Bug 765084] Re: gmusicbrowser unity integration broken

2011-05-16 Thread Quentin Sculo
Changing the layout, destroy the current window and creates a new one, so I guess that's why unity notices the window correctly after that. I've seen a few bug reports about unity loosing the active window, so I would say it's likely it's unity's fault. About the resolution, yes that probably

[Bug 765084] Re: gmusicbrowser unity integration broken

2011-05-10 Thread Quentin Sculo
to remove the fullscreen setting, you have to either - run gmusicbrowser outside of unity, select the layout that is saved in fullscreen mode, un-fullscreen (F11), and save. - or remove the line fullscreen: 1 in ~/.config/gmusicbrowser/gmbrc there may be more than one line like this,

[Bug 765084] Re: gmusicbrowser unity integration broken

2011-05-09 Thread Quentin Sculo
Sorry I didn't reply earlier, I never used unity before. I finally tested it with Virtualbox. How did you maximized the window ? fullscreen is a different from maximized, in fullscreen mode there is no window decoration at all, by default you can toggle the fullscreen mode with F11, but it

[Bug 583847] Re: metacity assert failure: metacity:ERROR:core/prefs.c:2482:meta_prefs_get_workspace_name: assertion failed: (workspace_names[i] != NULL)

2010-08-01 Thread Quentin Sculo
** Bug watch added: GNOME Bug Tracker #625781 https://bugzilla.gnome.org/show_bug.cgi?id=625781 ** Also affects: metacity via https://bugzilla.gnome.org/show_bug.cgi?id=625781 Importance: Unknown Status: Unknown -- metacity assert failure:

[Bug 581702] Re: Notification Icon background does not match Ubuntu 10.04's

2010-05-17 Thread Quentin Sculo
Sadly it's not that simple, see this thread : http://forum.gmusicbrowser.org/index.php?topic=109 for more info -- Notification Icon background does not match Ubuntu 10.04's https://bugs.launchpad.net/bugs/581702 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 156886] Re: Transparency not working with Gtk2::TrayIcon

2010-05-03 Thread Quentin Sculo
It's a slightly different bug with the same symptom, though this one seems to be theme-dependent. It has been reported here : http://bugs.launchpad.net/gmb-np/+bug/403135 libgtk2-trayicon-perl is more or less deprecated, replaced Gtk2::StatusIcon. But it has a few features that are missing in

[Bug 557413] Re: Track, album and artist title not redrawing

2010-04-07 Thread Quentin Sculo
It is caused by the switch to to client-side-windows in gtk. I fixed it (by simplifying the code) in this commit : http://github.com/squentin/gmusicbrowser/commit/3d07a02441269a8 I hoped to release a new stable version based on the new 1.1.x branch sooner, but I still haven't :( There is a

[Bug 239781] Re: volume control gives error message

2008-07-12 Thread Quentin Sculo
It's probably because gmusicbrowser doesn't find a valid amixer control. Check the amixer setting in gmusicbrowser's setting dialog -Audio - advanced options (in mplayer or mpg321/...). I'll improve the error message and how gmusicbrowser choose the amixer setting in a future version.. --

[Bug 220952] Re: Out of Range for 800x600 full screen games

2008-04-26 Thread Quentin Sculo
** Bug watch added: Mandriva Linux #40403 http://qa.mandriva.com/show_bug.cgi?id=40403 ** Also affects: mandriva via http://qa.mandriva.com/show_bug.cgi?id=40403 Importance: Unknown Status: Unknown -- Out of Range for 800x600 full screen games

[Bug 213520] Re: No sound with pulseaudio

2008-04-24 Thread Quentin Sculo
** Bug watch added: Mandriva Linux #39099 http://qa.mandriva.com/show_bug.cgi?id=39099 ** Also affects: swfdec0.6 (Mandriva) via http://qa.mandriva.com/show_bug.cgi?id=39099 Importance: Unknown Status: Unknown -- No sound with pulseaudio https://bugs.launchpad.net/bugs/213520

[Bug 199988] Re: [FFe request] Please upgrade gmusicbrowser

2008-03-09 Thread Quentin Sculo
** Attachment added: gmusicbrowser_0.963-0ubuntu1.diff.gz http://launchpadlibrarian.net/12531824/gmusicbrowser_0.963-0ubuntu1.diff.gz -- [FFe request] Please upgrade gmusicbrowser https://bugs.launchpad.net/bugs/199988 You received this bug notification because you are a member of Ubuntu

[Bug 199988] [NEW] [FFe request] Please upgrade gmusicbrowser

2008-03-08 Thread Quentin Sculo
Public bug reported: Binary package hint: gmusicbrowser Due to a plugin name change in gstreamer 0.10.16, the gstreamer output is disabled in gmusicbrowser v0.962 (it should have checked for the feature name and not for the plugin name). As gstreamer is the prefered output for gmusicbrowser,

[Bug 199988] Re: [FFe request] Please upgrade gmusicbrowser

2008-03-08 Thread Quentin Sculo
** Attachment added: fixes and new features for v0.963 http://launchpadlibrarian.net/12522889/0.963.NEWS -- [FFe request] Please upgrade gmusicbrowser https://bugs.launchpad.net/bugs/199988 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 199988] Re: [FFe request] Please upgrade gmusicbrowser

2008-03-08 Thread Quentin Sculo
** Attachment added: diffstat http://launchpadlibrarian.net/12522902/diffstat.txt -- [FFe request] Please upgrade gmusicbrowser https://bugs.launchpad.net/bugs/199988 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 199988] Re: [FFe request] Please upgrade gmusicbrowser

2008-03-08 Thread Quentin Sculo
** Attachment added: pbuilder log http://launchpadlibrarian.net/12522905/gmusicbrowser_0.963-0ubuntu1.pbuild_log -- [FFe request] Please upgrade gmusicbrowser https://bugs.launchpad.net/bugs/199988 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 199988] Re: [FFe request] Please upgrade gmusicbrowser

2008-03-08 Thread Quentin Sculo
** Attachment added: install.log http://launchpadlibrarian.net/12522912/install.log -- [FFe request] Please upgrade gmusicbrowser https://bugs.launchpad.net/bugs/199988 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 120213] Re: [needs-packaging]gmusicbrowser missing in repositories

2008-02-15 Thread Quentin Sculo
** Changed in: ubuntu Status: In Progress = Fix Released -- [needs-packaging]gmusicbrowser missing in repositories https://bugs.launchpad.net/bugs/120213 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 156886] Re: Transparency not working with Gtk2::TrayIcon

2008-02-07 Thread Quentin Sculo
Diff for the new version. ** Attachment added: libgtk2-trayicon-perl_0.06-0ubuntu1.diff.gz http://launchpadlibrarian.net/11816818/libgtk2-trayicon-perl_0.06-0ubuntu1.diff.gz ** Changed in: libgtk2-trayicon-perl (Ubuntu) Status: Triaged = Confirmed -- Transparency not working with

[Bug 156886] Re: Transparency not working with Gtk2::TrayIcon

2008-02-01 Thread Quentin Sculo
** Tags added: upgrade -- Transparency not working with Gtk2::TrayIcon https://bugs.launchpad.net/bugs/156886 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 187921] [NEW] [needs-packaging] Gtk2::Mozembed

2008-01-31 Thread Quentin Sculo
Public bug reported: Perl bindings for a gtk2 widget embedding a Mozilla Gecko renderer. It can be found there : http://search.cpan.org/~tsch/Gtk2-MozEmbed-0.06/MozEmbed.pm or there : http://sourceforge.net/project/showfiles.php?group_id=64773package_id=127248 Suggested name for the package :

[Bug 120213] Re: [needs-packaging]gmusicbrowser missing in repositories

2008-01-30 Thread Quentin Sculo
Taking over where Andy Price left off, Uploaded a package in REVU. ** Changed in: ubuntu Assignee: Andy Price (andy-price) = Quentin Sculo (squentin) Status: Triaged = In Progress -- [needs-packaging]gmusicbrowser missing in repositories https://bugs.launchpad.net/bugs/120213 You

[Bug 156886] Transparency not working with Gtk2::TrayIcon

2007-10-24 Thread Quentin Sculo
Public bug reported: Binary package hint: libgtk2-trayicon-perl The tray icons from perl programs using Gtk2::TrayIcon have a white background when the panel is set to be transparent. This is a known issue of Gtk2::TrayIcon version 0.04 It has been fixed in Gtk2::TrayIcon 0.06. So upgrading