[Bug 1851573] Re: configuration file //.config/debconf-kde-helperrc not writable
David
1851573 at bugs.launchpad.net
Fri Jun 18 05:49:21 UTC 2021
Creating the .config folder and file works fine (for me anyway). Think
there may be some confusion as to the pathing - the .config folder
SHOULD be /home/username/,config ----- but, it's NOT. The command
//.config, at least in my case, is referring to a non-existent folder -
specifically /.config (yes - off the root directory). Of course, the
folder doesn't exist and even if it did, in it's location we wouldn't
have access to it.
Simple to "fix", but a bit clumsy
terminal - sudo su or whatever you gotta do to get root
cd /
mkdir .config
cd .config
touch debconf-kde-helperrc
cd /
chown -hR username .config
Inelegant, but whatever, it works. I've avoided too much command line
trickery as that's always a bit confusing for some folks (myself
included - just getting back into linux after years away, gotta say it's
AMAZING).
Anyway, be looking into the root cause of this issue as time allows, but
until then, it's working without error and the file doesn't seem to get
written to anyway (still 0 bytes)
Cheers
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-runtime in Ubuntu.
https://bugs.launchpad.net/bugs/1851573
Title:
configuration file //.config/debconf-kde-helperrc not writable
To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-runtime/+bug/1851573/+subscriptions
More information about the kubuntu-bugs
mailing list