Skip to main content
Creating Jabref launcher for Fedora Core 15

I am not sure why, Fedora Core does not include Jabref in their distro, unlike Ubuntu.

Since this is application is VERY CRUCIAL in my work, so I ease up my days by writing my own desktop shortcut file. So I have option whether to run through terminals or simply desktop.

Here goes. I am not aware if anybody else actually created this, since I cannot file any.


With you favorite editor, write an empty file, let say jabref.desktop .. locate it in your favorite place.


[Desktop Entry]
Name=Jabref
GenericName=Jabref
Exec=java -jar /home/najmi/JabRef-2.7.jar
Icon=jabref
Terminal=false
Type=Application

Change the values accordingly. Prior to that, don't forget to get the JAR file for JabRef!

Now, as you can see we have a value, Icon=Jabref. This actually points to

/usr/share/icons/hicolor/

 Now, we just have to locate them in the following places

/usr/share/icons/hicolor/48x48/apps/
/usr/share/icons/hicolor/16x16/apps/

I have created the icons, just simply download them here

jabref.png is a 48x48 icon

jabref.png3 is a 16x16 icon

To copy them, you may need a superuser access.


That's all. You should get your own desktop shortcut for JabRef now!


Comments

Anonymous said…
thanks for the launcher tip!
0xff said…
no problem bro
Arko said…
I am using fedora 16 with gnome 3.0 desktop..what should i do to use jabref?Please suggest...this method of yours is not working ..:(
0xff said…
Arko, you can simply use gnome-terminal or from list of apps (press Windows button, you should get this) and type Jab- it will fill the rest automatically.

as simple as that.

i am not clear what is your problem actually.

Popular posts from this blog

Gue dengan S2 gue. Sronok banget!
Beijing and image manipulation addict Salam, Image manipulation with command line is fun and time consuming too. Given my Digikam plugins unable to work, I start to figure out many wonderful features of other tool which offer almost the same quality. However I was stucked with ImageMagick,with many tutorial on the net: Here and Here for i in *jpg ;do convert -font helvetica -fill white -pointsize 18 -draw 'text 10,50 "ACM-ICPC Beijing 2005"' $i $i;done The pix above shows a heater to heat up guest room during ACM-ICPC competition. (outside building's temperature is almost 4 celcious).