Skip to content

Commit

Permalink
better way to disable nm-applet
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Oct 19, 2023
1 parent 4ec2658 commit 8f0efa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion katsu/modules/flagship/flagship-live.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
systemctl disable gdm

# Remove Networkmanager Applet
rm -f /etc/xdg/autostart/nm-applet.desktop
echo "X-GNOME-Autostart-enabled=false" >> /etc/xdg/autostart/nm-applet.desktop
ln -sf /bin/true /usr/local/bin/nm-applet

# set livesys session type
sed -i 's/^livesys_session=.*/livesys_session="budgie-desktop"/' /etc/sysconfig/livesys
Expand Down

0 comments on commit 8f0efa0

Please sign in to comment.