Quote:
|
Do know if will then work with Linux?
|
It will,if you want to use this downloader.
I prefer to use my own downloader,but if you want to use this one,then>
First make sure you extract the .zip to a directory.
To execute a .jar file in linux,you would open a terminal as a normal user in the directory the .jar file is located,or cd to that directory,and enter the command>
java -jar .jar file name.
Using this .jar file>
SoundsBox.v2.1.3.jar it would look like>
java -jar
SoundsBox.v2.1.3.jar
See this example:
$ java -jar
SoundsBox.v2.1.3.jar
/home/xxxx/.gtkrc-2.0:56: Clearlooks configuration option "menuitemstyle" is not supported and will be ignored.
/home/xxxx/.gtkrc-2.0:57: Clearlooks configuration option "listviewitemstyle" is not supported and will be ignored.
/home/xxxx/.gtkrc-2.0:58: Clearlooks configuration option "progressbarstyle" is not supported and will be ignored.
/usr/share/themes/Clearlooks/gtk-2.0/gtkrc:42: Invalid symbolic color 'fg_color'
/usr/share/themes/Clearlooks/gtk-2.0/gtkrc:42: error: invalid identifier `fg_color', expected valid identifier
A few errors of no real importance can be noted,but the GUI does open,and will work.
If you do want to use this downloader,instead of using a terminal constantly,create a new link to application>name it what you like>enter the same command>Done.
One click and the downloader GUI opens.
EDIT:
I forgot to mention,when you create the link to application,you also need to specify the workpath.
An example would be after you extract the
SoundsBox.v2.1.3.jar,you then keep it in your /home directory in a directory named
soundsbox.
So the workpath would be /home/username/soundsbox.
But the symlink you can keep anywhere,and also move if wanted.