8 lines
205 B
Cheetah
8 lines
205 B
Cheetah
|
#!/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
|