Fixing bug for xfce task bar
This commit is contained in:
16
config/xfce4/panel/launcher-45/16935632561.desktop
Normal file
16
config/xfce4/panel/launcher-45/16935632561.desktop
Normal file
@ -0,0 +1,16 @@
|
||||
[Desktop Entry]
|
||||
Name=KeePassXC
|
||||
GenericName=Password Manager
|
||||
GenericName[fr]=Gestionnaire de mot de passe
|
||||
Comment=Community-driven port of the Windows application “KeePass Password Safe”
|
||||
Exec=keepassxc %f
|
||||
TryExec=keepassxc
|
||||
Icon=keepassxc
|
||||
StartupWMClass=keepassxc
|
||||
StartupNotify=true
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Categories=Utility;Security;Qt;
|
||||
MimeType=application/x-keepass2;
|
||||
X-XFCE-Source=file:///usr/share/applications/org.keepassxc.KeePassXC.desktop
|
@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Script pour automatiser la customatisation et l'installation d'un linux mint windows like
|
||||
|
||||
echo "Installation des dépendances"
|
||||
sudo apt update -y && sudo apt upgrade -y
|
||||
sudo apt install git gtk2-engines-murrine unzip p7zip-rar 7zip -y
|
||||
@ -41,6 +40,7 @@ ln -sf $(pwd)/firefox/prefs.js $folder/prefs.js
|
||||
ln -sf $(pwd)/firefox/extensions/* $folder/extensions/
|
||||
|
||||
# Configuration xfce
|
||||
rm -rf $HOME/.config/xfce4/panel/
|
||||
ln -sf $(pwd)/config/xfce4/panel/ $HOME/.config/xfce4/
|
||||
echo "Configuration de timeshift"
|
||||
sudo timeshift-gtk
|
||||
|
Reference in New Issue
Block a user