[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 in: gmusicbrowser
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401609

Title:
  gmusicbrowser crashes on close

To manage notifications about this bug go to:
https://bugs.launchpad.net/gmusicbrowser/+bug/1401609/+subscriptions

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

[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, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499987

Title:
  Jack output fundamentally broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1499987/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 is to use patchbay so
that your routes are restored as needed when the player plays a song.

Always keeping the gstreamer jacksink element in the 'playing' state,
although possible, would be too complicated, and still the routes
wouldn't survive the shutdown of gmb (unlike with patchbay).

So I'll close this as WON'T FIX ("invalid"). Though if someone find an
example of a player that does this, mention it here or by email, and I
will take a look to see if it can be done in gmb too.

Also, looking at the doc for the jack gstreamer element 
(http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-jackaudiosink.html)
 there is a potentially interesting property: port-pattern,
I couldn't test it as it is new in gstreamer 1.6, but maybe it could help, it 
is a text pattern that is used to choose which port it should connect to. I can 
easily add this option in gmb if it could be useful, let me know.

** Changed in: gmusicbrowser (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499987

Title:
  Jack output fundamentally broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1499987/+subscriptions

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


[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 'ready' state when stopping. In that case it would be 
easy to fix, though I don't want it to keep resources open indefinitely when 
not playing, so maybe after 1 minute it should set the state to 'null'.
If that is the problem, it should not happen when the gapless option is turned 
on and you are not playing in a weighted random mode, as in that case the state 
is never set to 'null' between track.

About clipping, the only possible reason I can think of is the
replaygain or equalizer options, you can turn them off near the bottom
of the audio tab in the settings dialog.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499987

Title:
  Jack output fundamentally broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1499987/+subscriptions

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


[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 almost certainly this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1492587

Title:
  gmusicbrowser crashes when closed by clicking the cross

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1492587/+subscriptions

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


[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 more, maybe more. I can change the code a bit in these
locations to avoid the crash, but I don't really want to commit that, as
they are not really bugs in my code.

These crashes did not happen before, I've reproduced it in a VM with the
ubuntu 15.04 cd, but I can't reproduce it with the 14.10 cd. So
something has changed, but I don't know what: I've reproduced it on
15.04 with old versions or gmb, of perl and of the main perl modules I
use, so it's something else, maybe a C library used by perl, I don't
know.

** Summary changed:

- gmusicbrowser crashed with SIGSEGV in emission_find()
+ gmusicbrowser crashes on close

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401609

Title:
  gmusicbrowser crashes on close

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1401609/+subscriptions

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


[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435043

Title:
  crash on close

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1435043/+subscriptions

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


[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 the preference dialog) and if so 
what desktop are you using ?

- If the trayicon option is unchecked or if you can reproduce this bug
with the option unchecked, it is likely not a duplicate of #1401609. If
you can reproduce it, try to run it from a terminal, and see if errors
are printed in the terminal when it crashes.

- If unchecking the trayicon option does prevent this crash, then it is
likely the same bug. Still I'd be interested to know, as it means the
bug is more annoying that I thought (ie: it doesn't happen only on
closing).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1440526

Title:
  gmusicbrowser crashed with SIGSEGV in g_signal_emit_valist()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1440526/+subscriptions

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


[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 a proper way to detect what kind trayicon/appindicator is 
supported by the desktop.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401609

Title:
  gmusicbrowser crashed with SIGSEGV in emission_find()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1401609/+subscriptions

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


[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.
There is a way to get the full trace of the executed perl code, I'm not sure 
it's a good idea, I never tried to debug something with it, but maybe you could 
try :
Install libdevel-trace-perl
run perl -d:Trace /usr/bin/gmusicbrowser 21 |gzip fulltrace.gz
compressing it is important as it gets very big but compresses very well (just 
tried with my library, 9M compressed, ~1G not compressed !)

3) segmentation faults can be tricky to track down, as it may corrupt
some memory, and then crash some time later at a random point for no
apparent reason. So I don't know if a full trace will help

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1435043

Title:
  crash on close

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1435043/+subscriptions

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


[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 is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1419574

Title:
  In gmusicbrowser,  there are no instructions for downloading Music

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1419574/+subscriptions

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


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1401977

Title:
  Gmusicbrowser doesn't start form Xubuntu 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1401977/+subscriptions

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


[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 menu (that 
include play order) some don't, the play order indicator may be in various 
places, which of course make it hard to answer some questions. But it's hard to 
avoid with layouts.
In the above screenshot, the play order indicator was hidden below the screen, 
it shouldn't happen now as it now tries to make the window fit in the screen.

About the make it look like layouts, I've said many times in the forum that I 
don't really recommend these layouts, as they tend to give you the worst of 
both worlds, as some features are not (yet) available in gmb, and some 
gmb-specific features are not used. Also some could behave much more like the 
other players already.
More generally the included layouts need lots of improvements. I plan to do 
that after I've added a couple of new layout-features that I've wanted to add 
for a long time.

Anyway, the bug is invalid: gmb can play tracks in album order when 
shuffle/random is not enabled.
But you are welcome to open a new bug that accurately describe your problem, 
preferably with screenshots as it makes the discussion much easier due to the 
various layouts.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263266

Title:
  gmusicbrowser does not play in album order, even if shuffle queue is
  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1263266/+subscriptions

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


[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 really planned.

If you want to add wav files to your library, I recommend converting them to 
flac.
If you just want to play some random file on your system, I'm afraid you'll 
have to use another player. There is a lot of odd sound file formats that will 
probably never be supported, gmb's intent is not to play every file format, but 
to make the best use of the metadata of your library.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1380576

Title:
  gmusicbrowser ignores wav files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1380576/+subscriptions

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


[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 things like that, but unace is old I'm not sure it's 
still maintained.

So I'm closing this as it's not a gmb issue.

** Changed in: gmusicbrowser (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371964

Title:
  Permission denied while writing tags from filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1371964/+subscriptions

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


[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 explanation for the fact that it sometimes work and 
sometimes not: the writing can be done in 2 ways depending on how big the tag 
is and how much space is reserved for the tag in the file.
In one case it edits the file in place so it needs to have the permission to 
write the file. In the other case it writes a new file with a temporary name, 
and then replace the old one by the new one, so it works if it has write 
permission for the folder even if it doesn't have write permission for the file.
So check the permissions of the files and of its folder.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1371964

Title:
  Permission denied while writing tags from filename

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1371964/+subscriptions

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


[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 badly need to clean 
up).
Note that I sometimes take a long time to reply, but I always read everything.

About 'tags e.g. for key or pianist' you are welcome to send me an example 
file by email, gmb doesn't yet support custom tags (but it does support custom 
fields not written in the file), though it is planned. If the tags are 
relatively standard, I can probably easily add them, probably disabled by 
default.
If you want to discuss it I suggest creating a thread on the forum, as it's 
really off topic here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220429

Title:
  gmusicbrowser lost saved lists

To manage notifications about this bug go to:
https://bugs.launchpad.net/quodlibet/+bug/1220429/+subscriptions

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


[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 (and lossless m4a too, probably more)
which doesn't compile with libav, so it has been removed
(https://bugs.launchpad.net/ubuntu/+source/gallery-app/+bug/1254033) as
gstreamer 0.10 is deprecated in favor of 1.0

I've installed ffmpeg and gstreamer0.10-ffmpeg via the ppa mentioned in
the askubuntu question above, and it does fix the playing of mpc and
lossless m4a in gmusicbrowser, the ppa also contains a vlc that plays
mpc. Of course it is not a proper fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1310554

Title:
  Regression: breaks mpc decoding with some players

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libmpc/+bug/1310554/+subscriptions

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


[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 can be done on gmusicbrowser's side is to add an 
option to deactivate the screensaver while music is playing (in addition to the 
existing option that disable the screensaver while it is playing in fullscreen 
mode)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1318233

Title:
  gmusicbrowser stops playing when screen lock is activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1318233/+subscriptions

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


[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 version, but I'm not sure it will be the case
for 14.04. So this button might no longer be there in 14.04, though you
can shuffle the queue through the queue menu, that you can find in the
main menu bar, or in the queue context menu.

-- 
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 button not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1285755/+subscriptions

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


[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 button not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1285755/+subscriptions

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


[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 seems you have a 1366x168
screen, and the default height of the shimmer layout (which is the
default gmusicbrowser layout on ubuntu) is 750 pixels, adding the window
decoration and the panel at the top of the screen, and the result is the
row of buttons on the bottom is just outside the screen.

So I'm marking the bug invalid, but I'll see about fixing the default
height.

** Changed in: gmusicbrowser (Ubuntu)
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263266

Title:
  gmusicbrowser does not play in album order, even if shuffle queue is
  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1263266/+subscriptions

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


[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 (
http://git.gmusicbrowser.org/commit/49b9b111b9) that adds a mode where
the list is kept filtered and sorted, and it is on by default. So the
issue will be fixed soon. (I will do a new release hopefully before new
year, I'm not sure how long it will take for the new version to reach
ubuntu's repo)

** 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/1263269

Title:
  Add Music Library does not change Songtree View main list (No songs
  found)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1263269/+subscriptions

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


[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 shuffle/random order when right-clicked).

Maybe you expect the play order to follow the order of the list on which
you have clicked. That depends on what type of list view you are using,
in most layouts, browser lists (used for searching songs) do not modify
the play order when you double-click on one of its row. I realize it is
a personal preference, to change it you currently have to modify an
option in the layout (which is not that hard but requires editing a text
file) I plan to move this option (the action executed when you double
click on a row) and others to a dialog box so that users can easily
change the behavior.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1263266

Title:
  gmusicbrowser does not play in album order, even if shuffle queue is
  disabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1263266/+subscriptions

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


[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.

Also, in gmusicbrowser, did you try using mplayer instead of gstreamer
(you need to have mplayer installed) ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1260661

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1260661/+subscriptions

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


[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 gmusicbrowser is concerned, 
there are 2 distinct problems.
a) a potential bug when saving or loading playlists, they are currently saved 
as series of numbers referring to their position in the library, it seems there 
have been bugs in the past causing synchronization problem with these numbers, 
I do not know if it still happen with current versions.
b) the fact that songs removed from library are removed from saved lists. In 
gmusicbrowser, songs data are kept for some time after a song is removed from 
the library, so that if the song is re-added data like labels or rating are not 
lost. You bug report made me aware that their belonging to a saved list was not 
lost. It is a tricky problem, and I'm still not sure what I'll do about it.
You can mitigate it somewhat in gmb by un-checking the Automatically remove 
current song if not found and the Check for updated/deleted songs on startup 
in the library tab. And then only check for songs or re-read tags when you 
know your device is connected.

3. I can assure you I care very much about all the user's data. In gmb there 
are 6 complete backups in the ~/.config/gmusicbrowser/, one of the most recent 
save, the others from each of the last 5 days where gmb has been used.
But bugs happen, and some things are sometime hard to do.

Though in your case, it seems you don't really want lists (that have an
order) and simply using labels would work much better, the only problem
is that the way to add labels is not as intuitive or convenient as it
should be. If you have suggestions on how would be the best way for you
to add labels, feel free to share them. Note that in gmb, if you are
willing to modify layouts, you can have buttons that add/remove/toggle a
specific label to the current song, or checkboxes to change the labels
of the current song. I think I'll also add dropping songs on a label in
the label list as a way to add labels.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220429

Title:
  gmusicbrowser lost saved lists

To manage notifications about this bug go to:
https://bugs.launchpad.net/quodlibet/+bug/1220429/+subscriptions

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


[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 static list were modified. The other bug was 
only affecting newly created static list.
So if you could confirm the bug is fixed in version 1.1.10 I can close this bug.

About the instability of static lists. It is possible that there is a
bug somewhere, I think I remember someone complaining about that once,
and I've checked one old list I've made long ago, and there has been a
drift (songs have been replaced with songs with a close id), though I
can't say when it happened. So the question is is that bug still
happening with recent versions ? I've spent some time looking at the
source for possible bugs, but didn't find any. I've made a control list
that I'll try to check often, but if you witness the problem I would
appreciate if you could send me a before and an after gmbrc.

Note that labels shouldn't be affected by bugs in the static lists, as
they are saved as a property of the song, and therefore in a totally
different way.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1225656

Title:
  removed songs reappear in gmusicbrowser lists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1225656/+subscriptions

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


[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 which I don't think should be 
there at all. By the way the whole shimmer layout patch seems to be wrong, the 
layouts it adds are already there (I've checked in the 
gmusicbrowser_1.1.10.orig.tar.gz), though without the strange Âs.

So I don't know what is going on there, what are your locale environment
variables ? And where else do you see encoding problems other than those
strange things added by the layout patch ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1234448

Title:
  Encoding errors in gmusicbrowser_1.1.10-0ubuntu1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1234448/+subscriptions

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

[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 about a smarter fix for layouts that want to use plugins that are 
not enabled.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1223808

Title:
  gmbrc misses line to activate albuminfo-plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1223808/+subscriptions

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


[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 it's not easily fixable, so I don't know what I will do about
it or when.

The good news is that there are backups in ~/.config/gmusicbrowser/.
Almost everything is saved in the gmbrc file, and there should be 5
backups of it from the last 5 days/sessions.

To avoid that in the future, you can of course disable the auto-removing of 
songs in the preferences.
You could also use labels instead of saved lists, unless you need to keep an 
order, or to have a song present more than once in a list. Though there are 
some things that may not be as convenient with labels as they are with saved 
lists (you can't add a label by drag and drop for example) I will try to 
improve this in the future.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1220429

Title:
  gmusicbrowser lost saved lists

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1220429/+subscriptions

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


[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 this shortcut, the command you have chosen won't 
be executed.
For example if you have chosen a simple letter as shortcut, and a list widget 
has the focus, the list will use the letter to begin a search. Another example 
with list widgets is ctrl-g, ctrl-f and others I forgot.
To fix this problem I currently hesitate between :
1) adding a check box for each shortcut to chose if the shortcut should have 
priority over the focused widget's shortcut
2) making ctrl/alt/super shortcuts have priority over the focused widget's 
shortcut

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1051966

Title:
  gmusicbrowser ignores keyboard shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/1051966/+subscriptions

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


[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 is the
unstable branch, the fix is in the 1.260 stable release) it caused
random segmentation fault in some cases with gstreamer. Though it very
rarely affected simply playing a song, and the crashes were totally
random, so I don't think it is the cause here. I doubt this is

Searching for gst_type_find_factory_call_function sshfs, I found this amarok 
bug :
https://bugs.kde.org/show_bug.cgi?id=283469
So I'd say it is probably a gstreamer bug.

** Bug watch added: KDE Bug Tracking System #283469
   https://bugs.kde.org/show_bug.cgi?id=283469

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869199

Title:
  gmusicbrowser crashed with SIGSEGV in
  gst_type_find_factory_call_function()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/869199/+subscriptions

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


[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 an awful lot of data, it should work with all 
gstreamer-based players.
But I'm not sure it comes from gstreamer, it could come from pulseaudio or 
something.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993215

Title:
  gmusicbrowser sound randomly output stops

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/993215/+subscriptions

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


[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 yet closed
when opening the connection for the next file.

You can try changing the output device in the audio tab, to pulseaudio or alsa.
You can also try enabling the gapless option in the advanced options for 
gstreamer, also in the audio tab.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/892333

Title:
  Playing error : Resource not found. at
  /usr/bin/../share/gmusicbrowser/gmusicbrowser_gstreamer-0.10.pm line
  135.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/892333/+subscriptions

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


[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 for gstreamer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/993215

Title:
  gmusicbrowser sound randomly output stops

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/993215/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/929664/+subscriptions

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


[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 gmb is busy at the moment the playing track changes.
Seeing how the bug is 8 months old, I don't expect to have more details like 
where you using gstreamer, and was the gapless option enabled. So this bug 
should probably be closed unless you can still reproduce it, though I doubt it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/761917

Title:
  gmusicbrowser crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/761917/+subscriptions

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


[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 method, but Net::DBus still has
problems with DBus property types. This mpris2.pm includes a patched
version of the GetAll method that makes it work for properties that
return pre-typed values. I'll contact the author to fix it in
Net::DBus.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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.

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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 
https://raw.github.com/squentin/gmusicbrowser/c8ebed9f39ee910bdb22ebacff0ffe9696f6e7dc/plugins/mpris2.pm

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/903991

Title:
  [xubuntu] gmusicbrowser crashes on startup in xubuntu precise alpha 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/903991/+subscriptions

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


[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.
https://bugs.launchpad.net/bugs/784115

Title:
  gmusicbrowser is absent from Preferred Applications in Unity

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/784115/+subscriptions

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


[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

Also, are you using ubuntu's Soundmenu or anything else that uses mpris2
to control media players ?

-- 
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:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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:
  gmusicbrowser does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gmusicbrowser/+bug/880435/+subscriptions

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


[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 explains it. You should use a layout 
suited to your resolution anyway.
I guess I could add a message, when it is creating a window bigger than the 
screen, that propose using a smaller layout, I'll think about it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/765084

Title:
  gmusicbrowser unity integration broken

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


[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, 
removing all of them should be fine.

btw this bug seems to be due to compiz :
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/765422

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/765084

Title:
  gmusicbrowser unity integration broken

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


[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 seems there are some bugs with it and unity :
 - there is to be a bug with unity which makes it impossible to de-activate 
this mode if the window was created in this mode. And as gmb saves this mode on 
exit, that may be why you don't see it with another layout.
 - there is also a bug when using 2 monitors in unity and fullscreen windows, 
the top panel is not hidden as it should. (I found this when testing the 
emulation of 2 monitors in Virtualbox) This would correspond to your slightly 
off correct positioning.

I couldn't reproduce the part about not being active in the launcher.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/765084

Title:
  gmusicbrowser unity integration broken

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


[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: 
metacity:ERROR:core/prefs.c:2482:meta_prefs_get_workspace_name: assertion 
failed: (workspace_names[i] != NULL)
https://bugs.launchpad.net/bugs/583847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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 is subscribed to Ubuntu.

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


[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 Gtk2::StatusIcon, so I, at least, 
will probably keep using it.

About this bug in gmusicbrowser, see 
http://forum.gmusicbrowser.org/index.php?topic=109.0
I found a fix, but it breaks the transparency in non-gnome panels :(

-- 
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 subscribed to Ubuntu.

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


[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 handful of commits for the stable branch (v1.0.x), I should probably 
release a v1.0.3, they are all small fixes and translations update, so it 
should be safe to publish them in an updated ubuntu package.
http://github.com/squentin/gmusicbrowser/commits/v1.0.x
http://github.com/squentin/gmusicbrowser/compare/v1.0.2...v1.0.x

-- 
Track, album and artist title not redrawing
https://bugs.launchpad.net/bugs/557413
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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..

-- 
volume control gives error message
https://bugs.launchpad.net/bugs/239781
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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
https://bugs.launchpad.net/bugs/220952
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[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
Bugs, which is subscribed to Ubuntu.

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


[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, and the others 
(mpg321/ogg123/flac123 and mplayer) are not automatically installed, this bug 
makes gmusicbrowser broken for most people.
I could make a simple patch to correct it, but I would much prefer upgrade it 
to the latest gmusicbrowser version (v0.963) as it correct quite a few minor 
bugs and adds a few improvements.

I created the new package, and tested it by playing a ogg file with
gstreamer.

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

-- 
[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 Ubuntu.

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


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 subscribed to Ubuntu.

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


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 : libgtk2-mozembed-perl

main dependencies : libxul, libgtk2-perl
for building it needs : ibextutils-pkgconfig-perl, libextutils-depends-perl, 
libgtk2.0-dev, libxul-dev

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

** Tags added: needs-packaging

-- 
[needs-packaging] Gtk2::Mozembed
https://bugs.launchpad.net/bugs/187921
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 the package would be nice.

** Affects: libgtk2-trayicon-perl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs