Skip to content
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

Meson's polkit action breaks Mintstick's polkit action #90

Closed
kelebek333 opened this issue Sep 8, 2021 · 1 comment
Closed

Meson's polkit action breaks Mintstick's polkit action #90

kelebek333 opened this issue Sep 8, 2021 · 1 comment

Comments

@kelebek333
Copy link
Contributor

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

mintstick-polkit-action

Screenshot of expected behaviour

mintstick-polkit-action-2

Steps to reproduce

Install meson package
Restart nemo with nemo -q command
Format an USB keyring

Distribution
Linux Mint 20.2 Uma Cinnamon

@clefebvre
Copy link
Member

This is fixed in e02930c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants