remove ibus and usbprotect

This commit is contained in:
Tobias Powalowski 2024-06-14 16:34:01 +02:00
parent 1deaae2b35
commit cec634bcbd
2 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,7 @@ _VNC_PW="archboot"
_STANDARD_BROWSER="firefox" _STANDARD_BROWSER="firefox"
### GNOME defaults ### GNOME defaults
# GNOME packages # GNOME packages
_GNOME_PACKAGES="gnome-desktop-4 gnome-shell gnome-terminal gnome-control-center nautilus gvfs-smb gthumb file-roller gnome-keyring gedit ibus usbguard" _GNOME_PACKAGES="gnome-desktop-4 gnome-shell gnome-terminal gnome-control-center nautilus gvfs-smb gthumb file-roller gnome-keyring gedit"
### KDE/Plasma defaults ### KDE/Plasma defaults
# KDE/Plasma packages # KDE/Plasma packages
_PLASMA_PACKAGES="plasma-wayland-session plasma-desktop konsole kscreen kate dolphin powerdevil ark gwenview" _PLASMA_PACKAGES="plasma-wayland-session plasma-desktop konsole kscreen kate dolphin powerdevil ark gwenview"

View file

@ -43,8 +43,6 @@ _start_gnome() {
sleep 2 sleep 2
echo "MOZ_ENABLE_WAYLAND=1 QT_QPA_PLATFORM=wayland XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session >${_LOG} 2>&1" > /usr/bin/gnome-wayland echo "MOZ_ENABLE_WAYLAND=1 QT_QPA_PLATFORM=wayland XDG_SESSION_TYPE=wayland exec dbus-run-session gnome-session >${_LOG} 2>&1" > /usr/bin/gnome-wayland
chmod 755 /usr/bin/gnome-wayland chmod 755 /usr/bin/gnome-wayland
systemctl restart ibus
systemctl restart usbguard
gnome-wayland gnome-wayland
} }
# vim: set ft=sh ts=4 sw=4 et: # vim: set ft=sh ts=4 sw=4 et: