Announcement

Collapse
No announcement yet.

Unexplained Errors When Starting Kate to Edit GRUB Menu

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

    Unexplained Errors When Starting Kate to Edit GRUB Menu

    In a previous thread, I learned how to edit the grub config file. When I did so, I received the following:

    Code:
    mark@Mark-AMD64:~$ sudo kate /etc/default/grub
    [sudo] password for mark: 
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Error: "/var/tmp/kdecache-mark" is owned by uid 1000 instead of uid 0.
    Error: "/tmp/kde-mark" is owned by uid 1000 instead of uid 0.
    Error: "/tmp/ksocket-mark" is owned by uid 1000 instead of uid 0.
    kdeinit4: Shutting down running client.
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Error: "/tmp/ksocket-mark" is owned by uid 1000 instead of uid 0.
    Error: "/tmp/kde-mark" is owned by uid 1000 instead of uid 0.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Error: "/var/tmp/kdecache-mark" is owned by uid 1000 instead of uid 0.
    kbuildsycoca4 running...
    Error: "/var/tmp/kdecache-mark" is owned by uid 1000 instead of uid 0.
    Error: "/var/tmp/kdecache-mark" is owned by uid 1000 instead of uid 0.
    Error: "/tmp/kde-mark" is owned by uid 1000 instead of uid 0.
    Yes, my user name is "mark" and I am in the adm group and my uid is 1000, and my gid is 1000. So what's up with all the errors? BTW, Kate booted just fine and I was able to edit the grub config file and save it without incident. Please advise.

    mhumm2
    "If you're in a room with another person who sees the world exactly as you do, one of you is redundant." Dr. Steven Covey, The 7-Habits of Highly Effective People

    #2
    You shouldn't use sudo with gui applications. Use kdesudo instead.

    Comment

    Working...
    X