From 699c83b6ff56d9333a1d575606d8e0a713f590d9 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 1 Aug 2020 15:27:30 -0400 Subject: [PATCH] GNOME Polkit Authentication Agent - Add startup background process for polkit agent --- autostart.sh | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/autostart.sh b/autostart.sh index 74c23c6..6c0bdb1 100755 --- a/autostart.sh +++ b/autostart.sh @@ -6,18 +6,19 @@ # List of applications to run on start declare -a applications_array=(\ # System Tray Applications - "volctl" \ # PulseAudio Volume Control - "nyrna" \ # Nyrna Application Suspend - "blueman-tray" \ # Blueman Bluetooth Manager - "nm-applet" \ # Network Manager Applet - "kdeconnect-indicator" \ # KDE Connect + "volctl" \ # PulseAudio Volume Control + "nyrna" \ # Nyrna Application Suspend + "blueman-tray" \ # Blueman Bluetooth Manager + "nm-applet" \ # Network Manager Applet + "kdeconnect-indicator" \ # KDE Connect # Background Processes - "deadd-notification-center" \ # Deadd Notification Center - "greenclip daemon" \ # Greenclip Clipboard Manager - "redshift-gtk" \ # Redshift Blue Light Filter + "deadd-notification-center" \ # Deadd Notification Center + "greenclip daemon" \ # Greenclip Clipboard Manager + "redshift-gtk" \ # Redshift Blue Light Filter + "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" # GNOME Polkit Authentication Agent # Hardware Driver Applications - "solaar --window=hide" \ # Logitech Mouse Driver - "polychromatic-tray-applet" \ # Razer Keyboard Customization + "solaar --window=hide" \ # Logitech Mouse Driver + "polychromatic-tray-applet" \ # Razer Keyboard Customization ) # Run applications (ignore if they don't exist)