Bila menggunakan sudo xfconf-query langsung error yang muncul

Failed to init libxfconf: Failed to connect to socket /tmp/dbus-RuTKgz7Utu: Connection refused.

Solusi

Contoh kita akan membuat script sederhana untuk memanipulasi XFCE. Contoh script xfce.sh

#!/usr/bin/env bash
# xfce.sh
su jaranguda -m -c 'xfconf-query -c xfce4-panel -p /plugins/plugin-1/show-button-title -n -t bool -s false'

ganti jaranguda menjadi user anda. Jalankan script diatas dengan

sudo -E bash ./xfce.sh

Leave a comment

Your email address will not be published. Required fields are marked *