egara / buttermanager

ButterManager is a BTRFS tool for managing snapshots, balancing filesystems and upgrading the system safetly.
GNU General Public License v3.0
129 stars 6 forks source link

Error if sudo is not found #43

Open StayBlue opened 2 years ago

StayBlue commented 2 years ago

Title is self-explanatory.

While most systems do have sudo, some don't, including mine (I use doas).

There should be some sort of option to allot for people who might not have sudo on their system.

egara commented 2 years ago

Hi @StayBlueee and thanks for the report.

Honestly, I didn't even know that there were other programs similar to sudo to do the same things that sudo does.

I'll take a look to this problem to see how I can resolve it.

Best,

Eloy

StayBlue commented 2 years ago

Hi @StayBlueee and thanks for the report.

Honestly, I didn't even know that there were other programs similar to sudo to do the same things that sudo does.

I'll take a look to this problem to see how I can resolve it.

Best,

Eloy

https://github.com/Duncaen/OpenDoas

Baerbeisser commented 6 months ago

Same problem here, using rdo.

Getting the password via gui and handing it to sudo is really bad anyway. Please use pkexec.

egara commented 6 months ago

Hi and thaks @Baerbeisser for the feedback too. I'll check it and see if I can implement this solution.