install .desktop file in system's autostart dir

This commit is contained in:
Hylke Bons 2010-05-01 17:29:52 +01:00
parent 74f626540c
commit 8907652de6
3 changed files with 5 additions and 2 deletions

View file

@ -8,6 +8,8 @@ install:
cp src/sparklepony /usr/local/bin/
chmod 755 /usr/local/bin/sparklepony
cp data/icons /usr/share/ -R
mkdir -p ~/.config/autostart
cp sparklepony.desktop.in ~/.config/autostart/sparklepony.desktop
uninstall:
rm /usr/local/bin/sparklepony
@ -16,6 +18,7 @@ uninstall:
rm /usr/share/icons/hicolor/*x*/places/folder-publicshare.png
rm /usr/share/icons/hicolor/*x*/status/document-*ed.png
rm /usr/share/icons/hicolor/*x*/status/avatar-default.png
rm ~/.config/autostart/sparklepony.desktop
clean:
rm src/SparklePony.exe

2
README
View file

@ -14,7 +14,7 @@ SparklePony is not designed to be:
In contrast to the projects name, we will very likely
refuse to implement your personal ponies. :)
SparklePony currently only works on Linux.
SparklePony currently only works on Linux/GNOME.
Windows and OSX versions are planned for the future.

View file

@ -1,5 +1,5 @@
[Desktop Entry]
Name=Collaboration Folders
Name=SparklePony
Exec=sparklepony start
Icon=folder-publicshare
Terminal=false