Fixing bug for xfce task bar

This commit is contained in:
2023-09-01 12:15:32 +02:00
parent 630be0a305
commit 0b181009d4
2 changed files with 17 additions and 1 deletions

View 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

View File

@ -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