Enable line numbers in gedit

wim

I can't find how to enable the line numbers, current line highlight, and other goodness in 13.10.

enter image description here

doug

If you've removed indicator-appmenu to remove global menus then either

  1. Reinstall indicator-appmenu or

  2. run this command (one long line):

    gsettings set org.gnome.settings-daemon.plugins.xsettings overrides '@a{sv} {"Gtk/ShellShowsAppMenu": <int32 0>}'
    

    (If the above doesn't copy as a single line, this code box here will work).

If you've edited gedit.desktop to add an env to keep menus in their window then remove the env, typically env UBUNTU_MENUPROXY=.

As an aside: if one wanted the app menu present in a root nautilus browser then removing indicator-appmenu and running the above from a root prompt will achieve that.

Example:

sudo -i
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides '@a{sv} {"Gtk/ShellShowsAppMenu": <int32 0>}'

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Enable line numbers in gedit

From Dev

How can I print the line numbers of gedit?

From Dev

How can I print the line numbers of gedit?

From Dev

How do I adjust the margin for the line numbers in gEdit?

From Dev

How do I adjust the margin for the line numbers in gEdit?

From Java

How to enable line numbers in zen mode for VSCode?

From Dev

How do I enable line numbers in Kakoune?

From Dev

go to line in gedit

From Dev

Is there a keyboard shortcut to duplicate a line in gedit?

From Dev

How to re-enable wordwrap in gedit?

From Dev

How to re-enable wordwrap in gedit?

From Dev

How to enable gedit editor in midnight commander?

From Dev

Why "enable 32-bit applications" flag breaks line numbers in stack trace

From Dev

How to get a "duplicate line" hotkey in gedit?

From Dev

GEdit multi-line edit on Ubuntu 18.04

From Dev

How to enable Gedit autosave files with name of current system Date and Time

From Dev

Is it possible with Gedit or the command line to modify every fourth line of a text file?

From Dev

Is it possible with Gedit or the command line to modify every fourth line of a text file?

From Dev

How can I send current line in gedit to terminal?

From Dev

How can I send current line in gedit to terminal?

From Dev

gedit put BOLD text with Yellow Background on a script comment line

From Dev

Spacemacs hybrid line numbers

From Dev

Divide numbers in a line with sed

From Dev

Removing line numbers with sed

From Dev

RSyntaxTextArea not showing line numbers

From Dev

Doxygen @code line numbers

From Dev

parse a line to get numbers

From Dev

Jekyll + redcarpet line numbers

From Dev

Numbers not on the same line

Related Related

HotTag

Archive