kevin-vigor / clamz

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

.desktop files #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Attached is a .desktop file for your application.  Please add this file to
your source tarball.  

http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html

Original issue reported on code.google.com by fabian.a...@gmail.com on 23 Dec 2008 at 10:19

Attachments:

GoogleCodeExporter commented 9 years ago
I'll add this in the next version.  Thanks.

Original comment by Benjamin...@gmail.com on 28 Dec 2008 at 7:53

GoogleCodeExporter commented 9 years ago
Better use this one, no need to clutter the menu with an entry.

Original comment by Goetz.Wa...@gmail.com on 14 Dec 2009 at 2:15

Attachments:

GoogleCodeExporter commented 9 years ago
Done in 0.3.  I've made some changes (thanks to suggestions by Jim Radford) so 
that
running clamz directly from the browser should work fairly painlessly.  By 
default,
when clamz is launched via the desktop file, MP3 files will be downloaded to 
~/Music/
(this can be changed through ~/.clamz/config, of course.)

Original comment by Benjamin...@gmail.com on 1 Apr 2010 at 4:52

GoogleCodeExporter commented 9 years ago
Thanks a lot. Regarding the default download dir, whouldn't it be best to use 
the
right xdg-user-dir for it?

$ xdg-user-dir MUSIC
/home/goetz/Musik

Original comment by Goetz.Wa...@gmail.com on 1 Apr 2010 at 5:42

GoogleCodeExporter commented 9 years ago
I've never heard of 'xdg-user-dirs' before, but that sounds like a reasonable 
idea. 
There needs to be a good fallback, though (it appears that the 'xdg-user-dir' 
tool
itself uses $HOME as the default, which seems like a poor choice in this case.)

I'm also a little hesitant to add so much complexity to the question of "where 
are my
downloaded files going to end up?"  Keeping it simple means keeping it 
predictable.

Original comment by Benjamin...@gmail.com on 11 Apr 2010 at 2:28

GoogleCodeExporter commented 9 years ago
xdg-user-dir uses $HOME if you haven't run "xdg-user-dirs-update" before, which 
most desktops do on startup.

Original comment by hadessuk@googlemail.com on 11 Apr 2010 at 5:38