From 41b776dddb1d2a86924645844caee985fc8fe95c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20P=2E=20M=C3=B6ller?= Date: Fri, 14 Jun 2019 20:42:24 -0700 Subject: [PATCH] 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/D11 --- debian/changelog | 7 +++++++ .../xdg/xdg-Lubuntu/autostart/nm-applet.desktop | 15 +++++++++++++++ src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 src/etc/xdg/xdg-Lubuntu/autostart/nm-applet.desktop diff --git a/debian/changelog b/debian/changelog index e883b02..2582de2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lubuntu-default-settings (19.10.1) eoan; urgency=medium + + * Set default icon theme to ePapirus which is grey instead of black and looks better for dark icons over dark background (printer, about, skanlite, etc...) + * Added "Hidden=true" nm-applet.desktop to autostart so nm-applet is not autostarted. + + -- Hans P Möller Sun, 09 Jun 2019 21:15:54 -0400 + lubuntu-default-settings (19.04.2) disco; urgency=medium [ Hans P Möller ] diff --git a/src/etc/xdg/xdg-Lubuntu/autostart/nm-applet.desktop b/src/etc/xdg/xdg-Lubuntu/autostart/nm-applet.desktop new file mode 100644 index 0000000..081245d --- /dev/null +++ b/src/etc/xdg/xdg-Lubuntu/autostart/nm-applet.desktop @@ -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 diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf index 28327da..1b74d72 100644 --- a/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/lxqt.conf @@ -1,5 +1,5 @@ [General] -icon_theme=Papirus +icon_theme=ePapirus icon_follow_color_scheme=false theme=Lubuntu Arc single_click_activate=false