Announcement

Collapse
No announcement yet.

Dolphin Error on kubuntu 11.04 just installed on my laptop(solved)

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

    Dolphin Error on kubuntu 11.04 just installed on my laptop(solved)

    Hey guys, well I installed kubuntu to my laptop pc at work and wanted to give it some use to that Old vostro 1500 that has its screen totally unusable so...I plugged y laptop to an external screen and an external mouse and keyboard...everything is working great in windows 7 got it to boot and show in external screen even the BIOS setup so everything is perfect...Installed Kubuntu along with WIndows 7 after that..and well it was hard to setup since no screen was available till I did the coinfi with the xorg.conf and put it in the etc/x11/xorg.conf and GREATNESS and Karma was going into my Kubuntu

    Now to do that I had to root startx and then do a ctrl+alt+f7 to restart xserver...and everything worked great.

    Now im concerned about this error that keeps showing up that no issues with it or any changes noticed besides that everything runs great but when I got to the file manager Dolphin before starting I get this error:

    Can not write to the configuration file "/ home / kira / .kde / share / config / dolphinrc"
    Kira is my username....

    Any ideas?? Thanks.

    #2
    Re: Dolphin Error on kubuntu 11.04 just installed on my laptop

    What is telling? (konsole):
    Code:
    ls -l ~/.kde/share/config/dolphinrc
    It should tell something like:
    -rw------- 1 kira kira 1857 2011-06-09 14:40 /home/kira/.kde/share/config/dolphinrc

    IF

    If the owner/group is the root:
    -rw------- 1 root root 1857 2011-06-09 14:52 /home/kira/.kde/share/config/dolphinrc
    then restore them with the command:
    Code:
    sudo chown -v kira.kira ~/.kde/share/config/dolphinrc
    Should tell:
    changed ownership of `/home/kira/.kde/share/config/dolphinrc' to kira:kira

    man chown:
    NAME
    chown - change file owner and group

    SYNOPSIS
    chown [OPTION]... [OWNER][:[GROUP]] FILE...
    chown [OPTION]... --reference=RFILE FILE...

    DESCRIPTION
    This manual page documents the GNU version of chown. chown changes the user and/or group owner‐
    ship of each given file. If only an owner (a user name or numeric user ID) is given, that user is
    made the owner of each given file, and the files' group is not changed. If the owner is followed
    by a colon and a group name (or numeric group ID), with no spaces between them, the group owner‐
    ship of the files is changed as well. If a colon but no group name follows the user name, that
    user is made the owner of the files and the group of the files is changed to that user's login
    group. If the colon and group are given, but the owner is omitted, only the group of the files is
    changed; in this case, chown performs the same function as chgrp. If only a colon is given, or if
    the entire operand is empty, neither the owner nor the group is changed.

    OPTIONS
    ...

    -v, --verbose
    output a diagnostic for every file processed
    A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
    Searching FAQ's: Google Search 'FAQ from Kubuntuforums'

    Comment


      #3
      Re: Dolphin Error on kubuntu 11.04 just installed on my laptop

      Thanks!!! for the help that was pretty straight , by the way love your ppa rog131, been using it already for a time and quite happy with your work!

      Comment

      Working...
      X