costales / gufw

Linux Firewall
GNU General Public License v3.0
129 stars 33 forks source link

Can the choice of the display manager influence gufw? #29

Closed erikdubois closed 3 years ago

erikdubois commented 3 years ago

On ArcoLinux (based on Arch Linux) we have your version

21.04.0-1

package

https://archlinux.org/packages/community/any/gufw/

build

https://github.com/archlinux/svntogit-community/commit/2321982d0f254f345d927a9ee1622c28366278ca?branch=2321982d0f254f345d927a9ee1622c28366278ca&diff=split

When starting our OS with lightdm gufw launches after giving the password. When starting our OS with sddm gufw does NOT launch after giving the password.

Instead we get error messages.

https://pastebin.com/ChBxQGPN

Maybe if you see it, it gives you a clue what to look for.

Thanks in advance for your time.

This is the fix for the moment until we understand what is happening.

https://youtu.be/NiDwG0Z4IQU

costales commented 3 years ago

Hi,

Yes, Gufw didn't work with Wayland for example, I'm not sure it works now with Wayland.

But it's not Gufw, it's because Gufw is launched with pkexec.

Best regards.

arcolinuxz commented 3 years ago

Solved my issue. For future readers

.screenrc was adding wrong folders to the PATH echo $PATH Check what you have. I deleted these lines in .xsessionrc. They added the wrong path to my $PATH. Link

arcolinuxz commented 3 years ago

You can close the issue.