Date: Wed, 23 Nov 2011 12:46:33 +0100 From: Polytropon <freebsd@edvax.de> To: ajtiM <lumiwa@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: .config Message-ID: <20111123124633.28028a25.freebsd@edvax.de> In-Reply-To: <201111230539.21395.lumiwa@gmail.com> References: <201111230539.21395.lumiwa@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 23 Nov 2011 05:39:21 -0600, ajtiM wrote: > Hi! > > I succesfully installed FreeBSD 9.0 RC-2 and I didn't have problems with > bsdinstall and others. What I didn't have on 8.2 is when I start KDE4 with > startx I got directory .config in /. I have one .config in /home but what it > happened? When I deleted as root and I start again KDE4 as user I got it > again. Inside is a file Trolltech.conf (the same is in /home/.config). That file seems to be part of Qt. How can it be created outside your $HOME when you startx? That's somewhat strange... how _can_ that happen? % cd % touch ../bla touch: ../bla: Permission denied % touch /bla touch: /bla: Permission denied Only root permissions allow the creation of files in that specific directories. Neither /.config or /home/.config should exist. It shoud be ~/.config for your user account. I also have ~/.config/Trolltech.conf. I'm not using KDE, but one KDE program, maybe other Qt-based programs. Maybe one of them has installed the directory (at this correct location)? % ls .config/ Trolltech.conf audacious/ autostart/ gsmartcontrol/ gtk-2.0/ menus/ Okay, seems that other toolkits also use it. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111123124633.28028a25.freebsd>