fixes
This commit is contained in:
parent
c84777a10d
commit
4c64a6cccb
|
@ -13,5 +13,8 @@ gpg=seahorse
|
||||||
browser=firefox-i18n-de
|
browser=firefox-i18n-de
|
||||||
video=vlc
|
video=vlc
|
||||||
music=vlc
|
music=vlc
|
||||||
|
policykit=polkit-gnome
|
||||||
|
sshaskpass=gnome-ssh-askpass
|
||||||
|
office=libreoffice-i18n-de
|
||||||
|
|
||||||
misc=""
|
misc=""
|
|
@ -10,8 +10,11 @@ calc=galculator-gtk3
|
||||||
pinentry=pinentry-qt
|
pinentry=pinentry-qt
|
||||||
keyring=gnome-keyring
|
keyring=gnome-keyring
|
||||||
gpg=gnome-keyring
|
gpg=gnome-keyring
|
||||||
|
sshaskpass=gnome-ssh-askpass
|
||||||
|
policykit=polkit-gnome
|
||||||
browser=firefox-i18n-de
|
browser=firefox-i18n-de
|
||||||
video=vlc
|
video=vlc
|
||||||
music=vlc
|
music=vlc
|
||||||
|
office=libreoffice-i18n-de
|
||||||
|
|
||||||
misc="lxqt-openssh-askpass lxqt-policykit"
|
misc=""
|
||||||
|
|
|
@ -13,5 +13,8 @@ gpg=kleopatra
|
||||||
browser=firefox-i18n-de
|
browser=firefox-i18n-de
|
||||||
video=vlc
|
video=vlc
|
||||||
music=vlc
|
music=vlc
|
||||||
|
policykit=polkit-kde-agent
|
||||||
|
sshaskpass=ksshaskpass
|
||||||
|
office=libreoffice-i18n-de
|
||||||
|
|
||||||
misc="kdegraphics-thumbnailers ffmpegthumbs print-manager plasma-browser-integration"
|
misc="kdegraphics-thumbnailers ffmpegthumbs print-manager plasma-browser-integration"
|
|
@ -31,7 +31,7 @@ fi
|
||||||
|
|
||||||
if [[ ! "${cfg[de]}" == "none" ]]; then
|
if [[ ! "${cfg[de]}" == "none" ]]; then
|
||||||
source "${dir}/desktop-profiles/${cfg[de]}"
|
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"
|
addpkg "aspell-de" "gspell"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user