Results 1 to 4 of 4

Thread: Changing default text editor -- Kate not in list?

  1. #1
    Join Date
    Sep 2008
    Location
    Asheville, NC, US
    Beans
    65
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Changing default text editor -- Kate not in list?

    I'm having trouble changing my default text editor in Kubuntu. Right now, every document, even simple text documents, open in Libre Office. I much prefer Kate for most of my GUI text needs, but the only option listed in System Settings --> Default Applications is Advanced Embedded Text Editor.

    I also tried the CLI command:
    Code:
    sudo update-alternatives --config editor
    But again, Kate isn't in the list -- just nano, ed, vi and vim. And while I'm comfortable with vi, when I'm using the GUI, I really prefer Kate. Is there another way to set the default text editor?

  2. #2
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Changing default text editor -- Kate not in list?

    In gnome I have 2 editor settings
    Code:
    sudo update-alternatives --config editor
    and
    sudo update-alternatives --config gnome-text-editor
    Run
    Code:
    sudo update-alternatives --get-selections
    and see if there is something similar in kde.

    Not familiar with kde but it may just be simply associating file types to
    kate which in ubuntu I can do buy right clicking on a text file.
    Last edited by stinkeye; January 11th, 2013 at 06:35 AM.

  3. #3
    Join Date
    Sep 2008
    Location
    Asheville, NC, US
    Beans
    65
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Changing default text editor -- Kate not in list?

    I couldn't find anything about an X- or KDE- editor in the list your first suggestion pulled up.

    Not familiar with kde but it may just be simply associating file types to
    kate which in ubuntu I can do buy right clicking on a text file.
    This worked for me. Thanks for the help!

  4. #4
    Join Date
    Jan 2012
    Location
    US-PA
    Beans
    97
    Distro
    Kubuntu Development Release

    Re: Changing default text editor -- Kate not in list?

    I am glad that you found a pretty painless work-around, but this might be the bug report:
    https://bugs.launchpad.net/ubuntu/qu...e/+bug/1062086
    if you are interested.

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
  •