terraspace wrote: ↑Tue Jul 16, 2019 2:51 pmgksudo has been deprecated in Debian and thus in Buster.. what is the proposed alternative for example to run pcmanfm ?
Code: Select all
sudo pcmanfmCode: Select all
export XAUTHORITY=~/.XauthorityWhat's wrong with just sudo?terraspace wrote: ↑Tue Jul 16, 2019 2:51 pmgksudo has been deprecated in Debian and thus in Buster.. what is the proposed alternative for example to run pcmanfm ?
Code: Select all
sudo pcmanfmIt doesn't protect files in your /home directory and some configuration files may end up owned by root (see link above).
Code: Select all
sudo apt install lxqt-sudogksudo does nothing to reduce that risk, compared with regular sudo. The only file it treats specially is .Xauthority, and that file is never written to by normal clients.HawaiianPi wrote: ↑Wed Jul 17, 2019 6:44 pmIt doesn't protect files in your /home directory and some configuration files may end up owned by root (see link above).
Would like to explore. I installed it, but have no clue how to use. Could not find examples. Help would be greatly appreciated.ksharindam wrote: ↑Thu Jul 18, 2019 5:10 pmThe only proper alternative for gksu I found is lxqt-sudo.
Code: Select all
sudo apt install lxqt-sudo
I imagine something likePaPaTheGMan wrote: ↑Mon Aug 12, 2019 2:30 pmWould like to explore. I installed it, but have no clue how to use. Could not find examples. Help would be greatly appreciated.ksharindam wrote: ↑Thu Jul 18, 2019 5:10 pmThe only proper alternative for gksu I found is lxqt-sudo.
Code: Select all
sudo apt install lxqt-sudo
Code: Select all
lxqt-sudo [command [arguments]]Code: Select all
man lxqt-sudo