diff --git a/desktop-profiles/gnome b/desktop-profiles/gnome index 193d9e0..4450477 100644 --- a/desktop-profiles/gnome +++ b/desktop-profiles/gnome @@ -13,5 +13,8 @@ gpg=seahorse browser=firefox-i18n-de video=vlc music=vlc +policykit=polkit-gnome +sshaskpass=gnome-ssh-askpass +office=libreoffice-i18n-de -misc="" \ No newline at end of file +misc="" diff --git a/desktop-profiles/i3wm b/desktop-profiles/i3wm index 22f704b..9d211e9 100644 --- a/desktop-profiles/i3wm +++ b/desktop-profiles/i3wm @@ -10,8 +10,11 @@ calc=galculator-gtk3 pinentry=pinentry-qt keyring=gnome-keyring gpg=gnome-keyring +sshaskpass=gnome-ssh-askpass +policykit=polkit-gnome browser=firefox-i18n-de video=vlc music=vlc +office=libreoffice-i18n-de -misc="lxqt-openssh-askpass lxqt-policykit" \ No newline at end of file +misc="" diff --git a/desktop-profiles/kde5 b/desktop-profiles/kde5 index dcf7256..67d7550 100644 --- a/desktop-profiles/kde5 +++ b/desktop-profiles/kde5 @@ -13,5 +13,8 @@ gpg=kleopatra browser=firefox-i18n-de video=vlc music=vlc +policykit=polkit-kde-agent +sshaskpass=ksshaskpass +office=libreoffice-i18n-de -misc="kdegraphics-thumbnailers ffmpegthumbs print-manager plasma-browser-integration" \ No newline at end of file +misc="kdegraphics-thumbnailers ffmpegthumbs print-manager plasma-browser-integration" diff --git a/step1/50-de b/step1/50-de index 2809ad0..6745839 100644 --- a/step1/50-de +++ b/step1/50-de @@ -31,7 +31,7 @@ fi if [[ ! "${cfg[de]}" == "none" ]]; then source "${dir}/desktop-profiles/${cfg[de]}" - addpkg "${email}" "${messenger}" "${terminal}" "${imageviewer}" "${pdf}" "${filemanager}" "${archiver}" "${screenshot}" "${calc}" "${pinentry}" "${keyring}" "${gpg}" "${browser}" "${video}" "${music}" "${misc}" + addpkg "${email}" "${messenger}" "${terminal}" "${imageviewer}" "${pdf}" "${filemanager}" "${archiver}" "${screenshot}" "${calc}" "${pinentry}" "${keyring}" "${gpg}" "${browser}" "${video}" "${music}" "${misc}" "${policykit}" "${sshaskpass}" "${office}" addpkg "aspell-de" "gspell"