Announcement

Collapse
No announcement yet.

Kate does not remember sessions

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kate does not remember sessions

    Hi all,

    Kate does not remember my saved sessions.

    I save a couple of sessions, go to 'manage sessions' - nothing there.

    I have kate configured to open at last used session - but this does not happen.

    I suspect some kind of permissions thing in my kate config file(s).
    But that's just a guess ...

    Any thought are appreciated.

    Thanks,
    Rich.

    #2
    Originally posted by richhorn View Post
    I suspect some kind of permissions thing in my kate config file(s).
    But that's just a guess ...
    jlittle posted this nifty code:
    Code:
    find . '!' -user $USER
    which may help.
    Kubuntu 20.04

    Comment


      #3
      Originally posted by chimak111 View Post
      jlittle posted this nifty code:
      Code:
      find . '!' -user $USER
      which may help.
      Yaay!
      Brilliant.
      Thanks.

      I'm not sure how that worked but it threw up the location of .local/share/kate (among a big bunch of other paths) and permissions were set to root:root.
      So I changed them to my user and hey presto!



      Long Live Linux!
      Long Live Kubuntu!

      Comment


        #4
        Glad to see you got your issue sorted out. But you also need to figure out what you did in the first place to get permissions altered for that "big bunch of other paths"
        Kubuntu 20.04

        Comment

        Working...
        X