-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NOT AN ISSUE] - DistroBox - DaVinci Helper doesn't launch with sudo in distrobox container #16
Comments
The issue is happening because DaVinci Helper uses Polkit to get root permission. I never tried Distrobox and I don't know if it supports the use of Polkit to get authentication. The idea behind DaVinci Helper is to run DaVinci Resolve natively on Fedora Linux, without using any type of container or intermediation. |
@H3rz3n could you close this issue as "not planned" instead of "completed" please? :) |
Would you also consider adding support for atomic systems (such as Fedora Atomic) ? Those systems rely mostly on Flatpak / Distroboxes for GUIs |
Maybe in the future, now the priority is to make a fully functional porting for Debian-based OS like Linux Mint, Ubuntu, ecc... . I tried to make a Flatpack version of DaVinci Helper but I had some troubles with Polkit. Making a version for Distrobox would be probably easier because replacing polkit commands with sudo should be enough to make it compatible. If you have some spare time you can try yourself to replace those commands with sudo. (^_^) |
Also see ublue-os/config#339 (comment) :) |
i think i can help with troubles solving @H3rz3n, can you share flatpak manifest you wrote? |
I'm sorry but I don't have it anymore, I tried to make a flatpak version when I was trying to compile the first builds of the version 1. Thank you for your support ! (^_^) |
ok maybe i will try to write manifest from scratch |
Distrobox container (fedora 41 image).
By running
davinci-helper
in terminal, shows needs to be run as root.Running with
sudo davinci-helper
, doesnt open the app:Running with
sudo -E davinci-helper
, it does opens the app, but still show the same error message as running without sudo:The text was updated successfully, but these errors were encountered: