We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, As reported here, the GUI does not start if Polkit is not installed. There is a condition here that works:
rmlint/gui/shredder/views/editor.py
Lines 25 to 28 in 2711b84
However, this condition is not optional:
rmlint/gui/shredder/__init__.py
Line 11 in 2711b84
Could you please look into making Polkit really optional?
The text was updated successfully, but these errors were encountered:
a807253
No branches or pull requests
Hi,
As reported here, the GUI does not start if Polkit is not installed.
There is a condition here that works:
rmlint/gui/shredder/views/editor.py
Lines 25 to 28 in 2711b84
However, this condition is not optional:
rmlint/gui/shredder/__init__.py
Line 11 in 2711b84
Could you please look into making Polkit really optional?
The text was updated successfully, but these errors were encountered: