8 lines
205 B
Bash
8 lines
205 B
Bash
#!/bin/bash
|
|
|
|
# Disabling .xsession-errors
|
|
# export ERRFILE=/tmp/xsession-errors
|
|
|
|
# Run polkit agent (See: https://wiki.archlinux.org/title/Polkit)
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|