diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-12 12:44:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-12 12:44:45 +0000 |
commit | 592828dbadbf03d7dfa698826764840009513653 (patch) | |
tree | 80cf743795d913383bf6e4e20a0d600322de4939 /move | |
parent | a762ad59cc68bd351cdbe0287c20d2ff8295368f (diff) | |
download | drakx-592828dbadbf03d7dfa698826764840009513653.tar drakx-592828dbadbf03d7dfa698826764840009513653.tar.gz drakx-592828dbadbf03d7dfa698826764840009513653.tar.bz2 drakx-592828dbadbf03d7dfa698826764840009513653.tar.xz drakx-592828dbadbf03d7dfa698826764840009513653.zip |
add an icon on the desktop to run mdk_totem
Diffstat (limited to 'move')
-rw-r--r-- | move/Makefile | 1 | ||||
-rw-r--r-- | move/tree/mdk_totem.desktop | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/move/Makefile b/move/Makefile index 5a604e355..21dc3462b 100644 --- a/move/Makefile +++ b/move/Makefile @@ -54,6 +54,7 @@ install: build sudo install -m 440 tree/sudoers $(DEST_LIVETREE)/etc sudo install -m 644 tree/mdk_move_boot_loop.desktop $(DEST_LIVETREE)/usr/share/autostart sudo install tree/{mdk_move_loop,mdk_totem,mdk_behind_totem} $(DEST_LIVETREE)/usr/bin + sudo install -m 644 -D tree/mdk_totem.desktop $(DEST_LIVETREE)/etc/skel/Desktop/mdk_totem.desktop sudo install -m 644 tree/kdedrc $(DEST_LIVETREE)/usr/share/config grep ChangeLog $(INSTALL)/CVS/Entries > /tmp/version diff --git a/move/tree/mdk_totem.desktop b/move/tree/mdk_totem.desktop new file mode 100644 index 000000000..9f6ecf195 --- /dev/null +++ b/move/tree/mdk_totem.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Multimedia Player for CDs +Comment=Play movies and songs +Exec=mdk_totem +Icon=totem.png +Type=Application +Terminal=false |