You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just removed the Gui part from installer.ahk and then ran it with sudo rights and now my display server keeps crashing and coredumping and the entire system is broken. Maybe because of some of the xdg/mime commands, maybe because of the tool itself, I don't know.
No idea wtf is going on, and imma go off eating pizza now, so I guess this is a warning not to use root privileges until this is resolved.
The text was updated successfully, but these errors were encountered:
the reason was update-mime-database, which when run as root apparently reduces read permission for other users of /usr/share/mime, which then makes all gtk apps crash horribly. This code is not pushed, so everything was and is safe.
this can crash unrelated gtk applications such as xfce4-session and thus brick the whole system. See also #6
I thought I had prevented this from happening already but apparently all it took was a `sudo ahk_x11` and click INSTALL
I just removed the Gui part from
installer.ahk
and then ran it withsudo
rights and now my display server keeps crashing and coredumping and the entire system is broken. Maybe because of some of the xdg/mime commands, maybe because of the tool itself, I don't know.No idea wtf is going on, and imma go off eating pizza now, so I guess this is a warning not to use root privileges until this is resolved.
The text was updated successfully, but these errors were encountered: