pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

Error in rubyripper.desktop file and no icon installed by default! whoops! #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile rubyripper 0.5.0 (or emerge ebuild on Gentoo)
2.
3.

What is the expected output? What do you see instead?

1. /usr/share/applications/rubyripper.desktop file has an error
2. On line 6, it should read:

Icon=rubyripper.png

... not "rubyripper" minus the '.png' extension

3. rubyripper.png is _not_ installed into:

/usr/share/pixmaps/rubyripper.png

NO ICON is installed by default... whoops! ;-)

4. Simple Quality Control issue, easily fixable. 

What version of rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?

rubyripper-0.5.0 which is ~amd64 on Gentoo. Gentoo Linux with kernel
2.6.25-gentoo-r7, gtk2 interface. Support for cli enabled. all USE Flags
used except locales (I used English, hello from California)

Please provide any additional information below.

Original issue reported on code.google.com by FLACvest...@gmail.com on 28 Jul 2008 at 12:34

Attachments:

GoogleCodeExporter commented 8 years ago
I'm sorry, but I don't maintain older versions than the current. But I'll see 
what
remains in the latest code.

The icon is installed when the gtk2 frontend is configured. With ./configure --

This is standard compliant IMHO, there was a bug report fixed which requested 
the
change from /usr/share/pixmaps. Also extension .png is not needed, see also
http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html. It
automatically finds the icon in KDE, GNOME and XFCE. Perhaps you need to 
restart the
Desktop Environment first.

Perhaps your XDG_DATA_DIRS point to something different than /usr/share ?

If you still feel I'm missing something, feel free to argue :)

Original comment by rubyripp...@gmail.com on 4 Aug 2008 at 3:46

GoogleCodeExporter commented 8 years ago
I suppose I should give the freshest version a whirl then and see if it works 
as you
advertise... I don't know enough about XDG_DATA_DIRS to 'argue'... :-D

Wouldn't want to argue anyway... I was just trying to help, and besides, I just 
dig
the  purpose and aim of this project!

I can say that 0.5.0 didn't generate an icon on Xubuntu Gutsy, nor on Gentoo 
2008.0-r1

I'll unmerge the ebuild and manually install the new one and report back if 
there are
any issues on this front.

rubyripper, IMHO outclasses SoundJuicer, etc... I miss EAC, but not much. 
Thanks to
you guys!

Original comment by FLACvest...@gmail.com on 4 Aug 2008 at 3:59

GoogleCodeExporter commented 8 years ago
Well I didn't want to piss you off or something like that ;)

But perhaps an `echo $XDG_DATA_DIRS` would turn up something usefull to explain 
why
the icon isn't found.

Original comment by rubyripp...@gmail.com on 4 Aug 2008 at 5:14