You are not logged in.
Opening Gedit as a root user shows the toggle button that you can click to then edit preferences etc. However, when I open Gedit with a normal account there is no toggle button. Is this a side effect of things updating to Gnome40?
I have tried resetting the Gedit dconf settings and "gsettings set org.gnome.settings-daemon.plugins.xsettings overrides '@a{sv} {"Gtk/ShellShowsAppMenu": <int32 0>}'".
EDIT: I made a new user to see if it could open the preferences and it could. Seems to be some config setting that's been messed up on my main user. Any ideas?
Last edited by senede5304 (2021-03-30 10:20:29)
Offline
Or, some critical configuration file gedit is trying to use is owned by root, and not by your user.
I am not sure exactly where they are, but they the files are probably under ~/.local someplace -- probably in a gedit directory. check the ownership. You can also try strace gedit to see what file operation gedit tries; but (a) you may have to install it, and (b) it is verbose.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Opening Gedit as a root user
How did you do that, exactly?
The recommended approach is
gedit admin:///full/path/to/fileOr perhaps
SUDO_EDITOR=gedit sudoedit /full/path/to/fileJin, Jîyan, Azadî
Offline