geo_c wrote:"You can not run OctoXbps with administrator's credentials."
Is there an easy solution for this? Should it be run as spot?
This method will preserve the modified .desktop
file during and after any updates of OctoXBPS. This trick is good for any modified .desktop files since /root/.local/share/applications
takes precedent.
Create the directory: /root/.local/share/applications
Copy /usr/share/applications/octoxbps.desktop
to /root/.local/share/applications/octoxbps.desktop
Copy /usr/share/applications/octoxbps-notifier.desktop
to /root/.local/share/applications/octoxbps-notifier.desktop
Modify in /root/.local/share/octoxbps.desktop
:
Code: Select all
Exec=/usr/bin/octoxbps
to:
Code: Select all
Exec=run-as-spot /usr/bin/octoxbps
and do the same for /root/.local/share/octoxbps-notifier.desktop