Added Hidden=True nm-applet.desktop to autostart so nm.applet doesn't autostart. Change default icon theme from Papirus to ePapirus
Summary: Added Hidden=True nm-applet.desktop to xdg autostart so nm.applet doesn't autostart. This will be good since we plan to use network-manager-gnome for connection-editor but not for tray applet. Change default icon theme from papirus to ePapirus... which make dark icons gray instead of black so they look better in dark background Test Plan: See if icons change to ePapirus. See if nm-applet.desktop is present in ~.config/autostart with Hidden=true entry Reviewers: wxl, tsimonq2 Subscribers: apt-ghetto, hmollercl Differential Revision: https://phab.lubuntu.me/D11ubuntu/eoan
parent
3d644d591c
commit
41b776dddb
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
Comment=Manage your network connections
|
||||
Exec=nm-applet
|
||||
Hidden=true
|
||||
Icon=nm-device-wireless
|
||||
Name=Network
|
||||
NoDisplay=true
|
||||
NotShowIn=KDE;GNOME;
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Component=nm-applet
|
||||
X-GNOME-Bugzilla-Product=NetworkManager
|
||||
X-GNOME-UsesNotifications=true
|
||||
X-Ubuntu-Gettext-Domain=nm-applet
|
Loading…
Reference in new issue