Results 1 to 8 of 8

Thread: wily gedit preferences option is missing in flashback

  1. #1
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    wily gedit preferences option is missing in flashback

    I noticed in gedit there is no preferences option. So no way to not wrap lines, show line numbers, etc.

    I was going to open my own bug but I found this that was the same thing opened against Trusty.

    I have never had a problem with Trusty but am with Wily Werewolf 15.10 so I added wiley to it along with my name.

    If it's an issue with you feel free to add your name. I have been using leafpad until they fix gedit.

    https://bugs.launchpad.net/ubuntu/+s...t/+bug/1298666

    Solved by albertsmuktupavels' information in post #7.
    Last edited by Cavsfan; May 8th, 2015 at 01:45 PM.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: wily gedit preferences option is missing

    I have the preferences here, see screenshots
    Attached Images Attached Images

  3. #3
    Join Date
    Jun 2007
    Beans
    17,337

    Re: wily gedit preferences option is missing

    Not sure who "they" would be. Canonical & Gnome don't care about flashback so I guess you'd have to catch the attention of the 1 or maybe 1.5 dev's who do..
    Till then dconf-editor is good.

  4. #4
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: wily gedit preferences option is missing

    My bad. I didn't realize there was a difference with what session you were logged in with.
    I logged into a unity session and could then see the preferences. I changed it to show line numbers and not wrap lines.

    Then logged back in to a FB session and there is no preferences.

    Screenshot from 2015-05-07 17:35:31.png

    @mc4man I didn't know you could edit text files with dconf-editor. Please explain how you do that.

  5. #5
    Join Date
    Jun 2007
    Beans
    17,337

    Re: wily gedit preferences option is missing

    See screen -
    Too bad ~/.config/gedit/accels doesn't have an action for preferences then possibly a key binding could be set like one can do for nautilus's preferences which is similarly missing.
    (though gedit accels seem to be not subject to editing anyway so somewhat moot...
    Attached Images Attached Images

  6. #6
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: wily gedit preferences option is missing

    Quote Originally Posted by mc4man View Post
    See screen -
    Too bad ~/.config/gedit/accels doesn't have an action for preferences then possibly a key binding could be set like one can do for nautilus's preferences which is similarly missing.
    (though gedit accels seem to be not subject to editing anyway so somewhat moot...
    Oh I thought you were saying use dconf-editor to edit text files with. Now I understand what you mean.
    I thought I was going to have to force myself to start liking Unity. I was just in the process of doing that.

    I guess I can do whatever. I also noticed that if you set wrap-mode to 'none' it will not wrap around.

    Screenshot from 2015-05-07 18:29:05.png
    Last edited by Cavsfan; May 8th, 2015 at 01:33 PM.

  7. #7
    Join Date
    Jan 2013
    Location
    Riga, Latvia
    Beans
    131
    Distro
    Ubuntu Development Release

    Re: wily gedit preferences option is missing in flashback

    This is known problem in GNOME Flashback. From terminal:
    Code:
    gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
    '{"Gtk/ShellShowsAppMenu":<0>}'
    This will override existing value, by default it is empty. If it has been changed I would suggest to edit it from dconf-editor.

    Main problem here is that we are forced to use org.gnome.Shell dbus name. gnome-settings-daemon / unity-settings-daemon when org.gnome.Shell is available sets Gtk/ShellShowsAppMenu to 1 and applications thinks that appmenu will be shown by shell - this is wrong for GNOME Flashback.

  8. #8
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: wily gedit preferences option is missing in flashback

    Quote Originally Posted by albertsmuktupavels View Post
    This is known problem in GNOME Flashback. From terminal:
    Code:
    gsettings set org.gnome.settings-daemon.plugins.xsettings overrides
    '{"Gtk/ShellShowsAppMenu":<0>}'
    This will override existing value, by default it is empty. If it has been changed I would suggest to edit it from dconf-editor.

    Main problem here is that we are forced to use org.gnome.Shell dbus name. gnome-settings-daemon / unity-settings-daemon when org.gnome.Shell is available sets Gtk/ShellShowsAppMenu to 1 and applications thinks that appmenu will be shown by shell - this is wrong for GNOME Flashback.
    Thank you Alberts!
    I put that where you mentioned and now preferences shows up in gedit in Flashback. I had to leave the single quotes out.
    Code:
    {"Gtk/ShellShowsAppMenu":<0>}
    Screenshot from 2015-05-08 08:40:59.png

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •