[awesome] Packages and services 'equal' to Xfce

Modify profile.conf and Packages-Desktop so that they are as equal as
possible to the Xfce release. Most important are ufw and snapd.
This commit is contained in:
Frank Kusters 2019-06-25 23:08:42 +02:00
parent ab2bf26aea
commit cc0ee7384b
2 changed files with 19 additions and 12 deletions

View File

@ -126,7 +126,7 @@ gtk3-classic
exo-gtk3 exo-gtk3
garcon-gtk3 garcon-gtk3
thunar-gtk3 thunar-gtk3
thunar-volman-gtk3 thunar-volman
tumbler tumbler
xfce4-power-manager-gtk3 xfce4-power-manager-gtk3
xfce4-settings-gtk3 xfce4-settings-gtk3
@ -137,7 +137,7 @@ xfconf-gtk3
blueman blueman
ffmpegthumbnailer # tumbler - for video thumbnails ffmpegthumbnailer # tumbler - for video thumbnails
freetype2 # tumbler - for font thumbnails freetype2 # tumbler - for font thumbnails
gksu-polkit gksu
gnome-keyring # fix wlan segfault gnome-keyring # fix wlan segfault
libgsf # tumbler - for ODF thumbnails libgsf # tumbler - for ODF thumbnails
libopenraw # tumbler - for RAW thumbnails libopenraw # tumbler - for RAW thumbnails
@ -146,11 +146,12 @@ network-manager-applet
menulibre menulibre
orage orage
poppler-glib # tumbler - for PDF thumbnails poppler-glib # tumbler - for PDF thumbnails
thunar-archive-plugin-gtk3 thunar-archive-plugin
>extra thunar-shares-plugin-gtk3 >extra thunar-shares-plugin
file-roller file-roller
thunar-media-tags-plugin thunar-media-tags-plugin
i3-scrot # instead of xfce4-screenshooter? i3-scrot
xfce4-screenshooter
xfce4-taskmanager xfce4-taskmanager
pavucontrol pavucontrol
@ -169,9 +170,9 @@ kvantum-manjaro
catfish catfish
dmidecode # optional dependency inxi dmidecode # optional dependency inxi
engrampa engrampa
firefox >extra firefox
# >extra flashplugin # >extra flashplugin
galculator >extra galculator-gtk2
gcolor2 gcolor2
>extra gimp >extra gimp
gparted gparted
@ -183,7 +184,7 @@ htop
zathura-pdf-poppler zathura-pdf-poppler
zathura-djvu zathura-djvu
inxi inxi
>extra libreoffice-fresh >extra libreoffice-still
ms-office-online ms-office-online
manjaro-hello manjaro-hello
manjaro-application-utility manjaro-application-utility
@ -217,6 +218,7 @@ manjaro-documentation-en
manjaro-awesome-settings-18.0 manjaro-awesome-settings-18.0
manjaro-browser-settings manjaro-browser-settings
>extra manjaro-settings-samba >extra manjaro-settings-samba
manjaro-zsh-config
## Xorg Input Drivers ## Xorg Input Drivers
xf86-input-elographics xf86-input-elographics
@ -253,12 +255,10 @@ gtkhash-thunar
manjaro-hotfixes manjaro-hotfixes
>basic ufw >basic ufw
libappindicator-gtk3 libappindicator-gtk3
python-dbus
mate-polkit mate-polkit
pa-applet pa-applet
rofi rofi
xcape xcape
manjaro-zsh-config
qt5ct qt5ct
downgrade downgrade
>extra bmenu >extra bmenu

View File

@ -16,7 +16,7 @@ displaymanager="lightdm"
# nonfree_mhwd="true" # nonfree_mhwd="true"
# use extra packages as defined in pkglist to activate a full profile # use extra packages as defined in pkglist to activate a full profile
extra="false" #extra="true"
################ install ################ ################ install ################
@ -39,9 +39,16 @@ user_shell=/bin/zsh
# unset defaults to given values # unset defaults to given values
# names must match systemd service names # names must match systemd service names
# enable_systemd=('bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep') enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'org.cups.cupsd' 'tlp' 'tlp-sleep' 'ufw' 'apparmor' 'snapd.apparmor' 'snapd')
disable_systemd=('pacman-init') disable_systemd=('pacman-init')
# add strict snaps: strict_snaps="core core18 gnome-3-28-1804 gtk-common-themes snap-store"
strict_snaps="snapd core18 snap-store core gnome-3-28-1804 gtk-common-themes"
# add classic snaps: classic_snaps="code"
# classic_snaps=""
# choose the snap channel. Possible options are: stable, candidate, beta, edge
# snap_channel="stable"
# the same workgroup name if samba is used # the same workgroup name if samba is used
# smb_workgroup="" # smb_workgroup=""