Revert "Hide nm-applet when NetworkManager is disabled"
This reverts commit 85f4e494e8
.
This way isn't effective - the command is called too early.
This commit is contained in:
parent
58496dbac0
commit
c86581ace4
@ -48,11 +48,6 @@ fi
|
|||||||
|
|
||||||
# Start services which haven't own proper systemd unit:
|
# Start services which haven't own proper systemd unit:
|
||||||
|
|
||||||
# Hide nm-applet when network-manager is disabled
|
|
||||||
nm_enabled=false
|
|
||||||
[ -f /var/run/qubes-service/network-manager ] && nm_enabled=true
|
|
||||||
su -c "gsettings set org.gnome.nm-applet show-applet $nm_enabled" user 2> /dev/null
|
|
||||||
|
|
||||||
# Start AppVM specific services
|
# Start AppVM specific services
|
||||||
if [ ! -f /etc/systemd/system/cups.service ]; then
|
if [ ! -f /etc/systemd/system/cups.service ]; then
|
||||||
if [ -f /var/run/qubes-service/cups ]; then
|
if [ -f /var/run/qubes-service/cups ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user