The officially official Devuan Forum!

You are not logged in.

#1 2025-06-02 01:33:39

joser
Member
Registered: 2024-05-20
Posts: 3  

[HowTo] Fix Synaptic Package Manager not opening

#Symptom: It just exits without any error message right after enter your password.

#Execute to verify the issue:
exo-open /usr/share/applications/synaptic.desktop

#Result should be:
Authorization required, but no authorization protocol specified

Failed to initialize GTK.

Probably you're running Synaptic on Wayland with root permission.
Please restart your session without Wayland, or run Synaptic without root permission

#Then Solution is:
rm .Xauthority
touch .Xauthority
chmod 600 .Xauthority
xauth generate $DISPLAY . trusted

Offline

Board footer