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,
Polkit action of Meson package's breaks polkit action of Mintstick.
I guess, the issue is due to the following line including /usr/bin/python3 command.
From polkit action file of meson
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/python3</annotate> <annotate key="org.freedesktop.policykit.exec.argv1">/usr/bin/meson</annotate>
From polkit action file of mintstick
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/python3</annotate> <annotate key="org.freedesktop.policykit.exec.argv1">/usr/lib/mintstick/raw_write.py</annotate> <annotate key="org.freedesktop.policykit.exec.argv1">/usr/lib/mintstick/raw_format.py</annotate> <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
Any package including /usr/bin/python3 line in the polkit action file can also cause this issue.
Screenshot of issue
Screenshot of expected behaviour
Steps to reproduce
Install meson package Restart nemo with nemo -q command Format an USB keyring
Distribution Linux Mint 20.2 Uma Cinnamon
The text was updated successfully, but these errors were encountered:
This is fixed in e02930c
Sorry, something went wrong.
No branches or pull requests
Hi,
Polkit action of Meson package's breaks polkit action of Mintstick.
I guess, the issue is due to the following line including /usr/bin/python3 command.
From polkit action file of meson
From polkit action file of mintstick
Any package including /usr/bin/python3 line in the polkit action file can also cause this issue.
Screenshot of issue
Screenshot of expected behaviour
Steps to reproduce
Install meson package
Restart nemo with nemo -q command
Format an USB keyring
Distribution
Linux Mint 20.2 Uma Cinnamon
The text was updated successfully, but these errors were encountered: