GNOME Polkit Authentication Agent
- Add startup background process for polkit agent
This commit is contained in:
21
autostart.sh
21
autostart.sh
@@ -6,18 +6,19 @@
|
|||||||
# List of applications to run on start
|
# List of applications to run on start
|
||||||
declare -a applications_array=(\
|
declare -a applications_array=(\
|
||||||
# System Tray Applications
|
# System Tray Applications
|
||||||
"volctl" \ # PulseAudio Volume Control
|
"volctl" \ # PulseAudio Volume Control
|
||||||
"nyrna" \ # Nyrna Application Suspend
|
"nyrna" \ # Nyrna Application Suspend
|
||||||
"blueman-tray" \ # Blueman Bluetooth Manager
|
"blueman-tray" \ # Blueman Bluetooth Manager
|
||||||
"nm-applet" \ # Network Manager Applet
|
"nm-applet" \ # Network Manager Applet
|
||||||
"kdeconnect-indicator" \ # KDE Connect
|
"kdeconnect-indicator" \ # KDE Connect
|
||||||
# Background Processes
|
# Background Processes
|
||||||
"deadd-notification-center" \ # Deadd Notification Center
|
"deadd-notification-center" \ # Deadd Notification Center
|
||||||
"greenclip daemon" \ # Greenclip Clipboard Manager
|
"greenclip daemon" \ # Greenclip Clipboard Manager
|
||||||
"redshift-gtk" \ # Redshift Blue Light Filter
|
"redshift-gtk" \ # Redshift Blue Light Filter
|
||||||
|
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1" # GNOME Polkit Authentication Agent
|
||||||
# Hardware Driver Applications
|
# Hardware Driver Applications
|
||||||
"solaar --window=hide" \ # Logitech Mouse Driver
|
"solaar --window=hide" \ # Logitech Mouse Driver
|
||||||
"polychromatic-tray-applet" \ # Razer Keyboard Customization
|
"polychromatic-tray-applet" \ # Razer Keyboard Customization
|
||||||
)
|
)
|
||||||
|
|
||||||
# Run applications (ignore if they don't exist)
|
# Run applications (ignore if they don't exist)
|
||||||
|
Reference in New Issue
Block a user