default settings
automate default settings, added desktop fies to copy
This commit is contained in:
@@ -16,10 +16,19 @@ for l in en uk ru ar; do
|
||||
sudo apt -y install $(check-language-support -l $l)
|
||||
done
|
||||
# import panel settings from file
|
||||
xfce4-panel-profiles load default_panel.tar.bz2
|
||||
sudo xfce4-panel-profiles load ./default_panel.tar.bz2
|
||||
# clean the system
|
||||
sudo apt update -y
|
||||
sudo apt full-upgrade -y
|
||||
sudo apt autoremove -y
|
||||
sudo apt clean -y
|
||||
sudo apt autoclean -y
|
||||
|
||||
#set nomacs as default
|
||||
FILE="/usr/share/applications/momeinfo.cache"
|
||||
FILETYPES="org.nomacs.ImageLounge.desktop;XnView.desktop;gimp.desktop;simple-image-reducer.desktop;"
|
||||
for type in png jpg jpeg gif; do
|
||||
sudo sed -i "s|^\(image/${type}=\).*|\1${FILETYPES}|" "$FILE"
|
||||
done
|
||||
# copy content of desktop_files to desktop
|
||||
cp -r desktop_files/. $HOME/Schreibtisch
|
||||
|
||||
BIN
desktop_files/Infos zum Betriebssystem Xubuntu 24.pdf
Normal file
BIN
desktop_files/Infos zum Betriebssystem Xubuntu 24.pdf
Normal file
Binary file not shown.
0
desktop_files/TODO
Normal file
0
desktop_files/TODO
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user