<div dir="ltr"><div class="gmail_default" style="font-size:small"><font face="arial, helvetica, sans-serif">Those files/directories are owned by me on my system. On Ubuntu sudo preserves the user</font><span style="font-family:'courier new',monospace"> HOME </span><font face="arial, helvetica, sans-serif">variable</font><span style="font-family:'courier new',monospace"> </span><font face="arial, helvetica, sans-serif">by default, maybe you somehow ran</font><span style="font-family:'courier new',monospace"> </span><font face="courier new, monospace"><b>`sudo dconf ...`</b> </font><font face="arial, helvetica, sans-serif">or</font><font face="courier new, monospace"> <b>`sudo gsettings ...`</b> </font><font face="arial, helvetica, sans-serif">?</font></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 5, 2014 at 4:26 AM, Oscar <span dir="ltr"><<a href="mailto:oscar@tiderman.net" target="_blank">oscar@tiderman.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
On 2014-04-05 10:19, Thomas Novin wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Sat, Apr 5, 2014 at 8:19 AM, Martin Pitt <<a href="mailto:martin.pitt@ubuntu.com" target="_blank">martin.pitt@ubuntu.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thomas Novin [2014-04-04 23:20 +0200]:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
$ sudo ls -la .cache/dconf<br>
total 12<br>
drwx------ 2 root root 4096 mar 28 18:06 .<br>
drwx------ 24 thnov thnov 4096 apr 4 22:45 ..<br>
-rw------- 1 root root 2 mar 28 18:06 user<br>
<br>
$ sudo ls -la .dbus<br>
total 12<br>
drwx------ 3 root root 4096 mar 28 18:06 .<br>
drwxr-xr-x 35 thnov thnov 4096 apr 4 22:47 ..<br>
drwx------ 2 root root 4096 mar 28 18:06 session-bus<br>
</blockquote>
You somehow managed to get root-owned files into your home directory.<br>
In particular, the .cache/dconf/user file is rather worrying. If you<br>
fix that with<br>
<br>
sudo chown -R thnov:thnov ~<br>
<br>
it should be all fine again, and probably also fix a couple of other<br>
misbehaviours.<br>
<br>
</blockquote>
Strange, I have not done anything manually to get these permissions,<br>
AFAIK. The system is installed ~ 10 days ago and it is pretty vanilla.<br>
If you do some Googling, there are lots of others with the same<br>
problem.<br>
<br>
<a href="http://askubuntu.com/questions/350633/what-is-dconf-and-gvfs-folders" target="_blank">http://askubuntu.com/<u></u>questions/350633/what-is-<u></u>dconf-and-gvfs-folders</a><br>
<a href="http://askubuntu.com/questions/346392/why-can-deja-dup-not-complete-the-backup-of-cache-dconf-and-gvfs" target="_blank">http://askubuntu.com/<u></u>questions/346392/why-can-deja-<u></u>dup-not-complete-the-backup-<u></u>of-cache-dconf-and-gvfs</a><br>
<a href="http://askubuntu.com/questions/346392/why-can-deja-dup-not-complete-the-backup-of-cache-dconf-and-gvfs" target="_blank">http://askubuntu.com/<u></u>questions/346392/why-can-deja-<u></u>dup-not-complete-the-backup-<u></u>of-cache-dconf-and-gvfs</a><br>
<br>
Rgds//Thomas<br>
<br>
</blockquote></div></div>
That seems to be the case for me too:<br>
<br>
oscar@hibbert:~$ sudo ls -la .cache/dconf/<br>
total 20<br>
drwx------ 2 root root 4096 mar 30 14:54 .<br>
drwx------ 26 oscar oscar 4096 apr 4 23:43 ..<br>
-rw------- 1 root root 2 apr 1 06:58 user<br>
<br>
Are you sure these are not intended to be owned by root? As far as I know there a re no (serious) issues on my system.<div class="HOEnZb"><div class="h5"><br>
<br>
-- <br>
Ubuntu-devel-discuss mailing list<br>
<a href="mailto:Ubuntu-devel-discuss@lists.ubuntu.com" target="_blank">Ubuntu-devel-discuss@lists.<u></u>ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss" target="_blank">https://lists.ubuntu.com/<u></u>mailman/listinfo/ubuntu-devel-<u></u>discuss</a><br>
</div></div></blockquote></div><br></div>