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, ...
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to