lanceurs + copie des lanceurs sur le bureau

pull/30/head
arpinux 2 years ago
parent e8e29a97a8
commit 60543391e2

@ -0,0 +1,12 @@
[Desktop Entry]
Name=HandyMenu
Comment=Minimalist menu for Debian
Comment[fr]=Menu simplifié pour Debian
Exec=/usr/bin/handymenu
Icon=handymenu
StartupNotify=true
Terminal=false
Type=Application
Categories=X-XFCE;Utility;
OnlyShowIn=XFCE;
X-XFCE-Source=file:///usr/share/applications/handymenu.desktop

@ -0,0 +1,12 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=debian-facile on peertube
Name[fr]=peertube debian-facile
Comment=debian-facile peertube channel
Comment[fr]=chaîne peertube debian-facile
Icon=dfiso-peertube
Exec=x-www-browser https://video.tedomum.net/accounts/debian.facile/video-channels
Terminal=false
StartupNotify=true
Path=

@ -11,6 +11,14 @@ if ! [ -e /home/$USER/.gtk-bookmarks ]; then
echo "file:///home/$USER/Vid%C3%A9os" >> /home/$USER/.gtk-bookmarks
fi
# copie des lanceurs HandyMenu & peertube sur le bureau
if ! [ -e /home/$USER/Bureau/handymenu.desktop ]; then
cp /usr/share/dfiso/handymenu.desktop /home/$USER/Bureau/
fi
if ! [ -e /home/$USER/Bureau/peertube.desktop ]; then
cp /usr/share/dfiso/peertube.desktop /home/$USER/Bureau/
fi
# nom de l'utilisateur dans hexchat
f="$HOME/.config/hexchat/hexchat.conf"
if [ -f "$f" ]; then

Loading…
Cancel
Save