1
2
3
4
5
6
7
8
9
10
| echo -e "[Desktop Entry]\n"\
"Name=Hibiscus\n"\
"Comment=Hibiscus die freie Homebanking-Anwendung\n"\
"Exec=/opt/jameica/jameica.sh\n"\
"Terminal=false\n"\
"Encoding=UTF-8\n"\
"Type=Application\n"\
"Icon=/opt/jameica/jameica-icon.png\n"\
"Categories=Office,Finance\n"\
| sudo tee /usr/share/applications/Hibiscus.desktop |
echo -e "[Desktop Entry]\n"\
"Name=Hibiscus\n"\
"Comment=Hibiscus die freie Homebanking-Anwendung\n"\
"Exec=/opt/jameica/jameica.sh\n"\
"Terminal=false\n"\
"Encoding=UTF-8\n"\
"Type=Application\n"\
"Icon=/opt/jameica/jameica-icon.png\n"\
"Categories=Office,Finance\n"\
| sudo tee /usr/share/applications/Hibiscus.desktop
http://standards.freedesktop.org/menu-spec/latest/
Hello, IT — Have you tried turning it off and on again? (Graham Linehan)