Bug 55837 - problem executing the command pkexec in a graphical environment gtk
Summary: problem executing the command pkexec in a graphical environment gtk
Status: NEW
Alias: None
Product: Simply Linux
Classification: Distributions
Component: bugs (show other bugs)
Version: 11.0
Hardware: x86_64 Linux
: P5 major
Assignee: Mikhail Efremov
QA Contact: Andrey Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-02 13:49 MSK by Δημητριος
Modified: 2025-09-03 19:42 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Δημητριος 2025-09-02 13:49:44 MSK
First I tried to install synaptic and found that even though it was installed, it didn't appear in the whisker menu. I tried creating a shortcut in the usr/share/applications folder,but giving the order EXEC= pkexec synaptic ,
It opened the box for me to write the password but it was never executed-run synaptic...when I tried to execute this command through a terminal it said the following....

$ pkexec synaptic

(synaptic:32881): Gtk-WARNING **: 16:29:27.236: cannot open display: 

finally the shortcut ran only through terminal with the command below
xfce4-terminal --hold -e "sudo synaptic"