|
From: Marcelo L. <mar...@gm...> - 2016-02-10 20:56:26
|
Hi, I have JabRef-3.2.jar in ~/bin/JabRef/JabRef-3.2.jar I did a jabref.desktop in ~/.local/share/applications/jabref.desktop [Desktop Entry] Name=JabRef Comment=Graphical editor for BibTex bibliographies Comment[pt_BR]=Editor Gráfico para Bibliografias BibTex Exec=jabref %f Icon=JabRef-icon-48 Terminal=false Type=Application Categories=Office;Database; MimeType=text/x-bibtex; Keywords=BibTex; StartupWMClass=net-sf-jabref-JabRefMain So, I did a /usr/bin/jabref #!/bin/bash clear exec java -jar /home/marcelo/bin/JabRef/JabRef-3.2.jar "$@" exit Please, I could improve these scripts? Where I found de icon JabRef-icon-48? Thank you very much! -- Marcelo |