diff --git a/autoinstall.sh b/autoinstall.sh index 73ac512..0e79186 100644 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -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 \ No newline at end of file +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 diff --git a/desktop_files/Infos zum Betriebssystem Xubuntu 24.pdf b/desktop_files/Infos zum Betriebssystem Xubuntu 24.pdf new file mode 100644 index 0000000..3b7e90c Binary files /dev/null and b/desktop_files/Infos zum Betriebssystem Xubuntu 24.pdf differ diff --git a/desktop_files/TODO b/desktop_files/TODO new file mode 100644 index 0000000..e69de29 diff --git a/desktop_files/Про операційну систему/Використання камери і мікрофону (Kamera und Mikrofon nutzen ukrainisch).pdf b/desktop_files/Про операційну систему/Використання камери і мікрофону (Kamera und Mikrofon nutzen ukrainisch).pdf new file mode 100644 index 0000000..279eea0 Binary files /dev/null and b/desktop_files/Про операційну систему/Використання камери і мікрофону (Kamera und Mikrofon nutzen ukrainisch).pdf differ diff --git a/desktop_files/Про операційну систему/Зміна мови комп’ютера (Sprache des Computers ändern ukrainisch).pdf b/desktop_files/Про операційну систему/Зміна мови комп’ютера (Sprache des Computers ändern ukrainisch).pdf new file mode 100644 index 0000000..22c2e06 Binary files /dev/null and b/desktop_files/Про операційну систему/Зміна мови комп’ютера (Sprache des Computers ändern ukrainisch).pdf differ diff --git a/desktop_files/Про операційну систему/Короткий посібник користувача (Infos zum Betriebssystem Xubuntu 22).pdf b/desktop_files/Про операційну систему/Короткий посібник користувача (Infos zum Betriebssystem Xubuntu 22).pdf new file mode 100644 index 0000000..b1d4417 Binary files /dev/null and b/desktop_files/Про операційну систему/Короткий посібник користувача (Infos zum Betriebssystem Xubuntu 22).pdf differ diff --git a/desktop_files/Про операційну систему/Налаштування інтернету (Internet einrichten ukrainisch).pdf b/desktop_files/Про операційну систему/Налаштування інтернету (Internet einrichten ukrainisch).pdf new file mode 100644 index 0000000..7209e4a Binary files /dev/null and b/desktop_files/Про операційну систему/Налаштування інтернету (Internet einrichten ukrainisch).pdf differ