In previous versions of Ubuntu, gedit had a wordwrap option available in the menu option Edit -> Preferences -> View -> Enable text wrapping.
But in Ubuntu 13.10, I don't see a Preferences menu anymore. How do I toggle word wrapping?
In previous versions of Ubuntu, gedit had a wordwrap option available in the menu option Edit -> Preferences -> View -> Enable text wrapping.
But in Ubuntu 13.10, I don't see a Preferences menu anymore. How do I toggle word wrapping?
Oh, that ever-annoying app-menu! Thanks, @vasa1, that seems to have done the trick. If anyone else runs into this, the solution is to paste this in a terminal window:
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides '@a{sv} {"Gtk/ShellShowsAppMenu": <int32 0>}'
I didn't have to reboot or logout. As soon as I restarted gedit, the Preferences menu item was available.
(Bonus points to anyone who know what that arcane @a{sv...} text means!?)
indicator-appmenus
? If you did then see if http://askubuntu.com/a/364763/25656 helps. – Dec 27 '13 at 05:15