LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-18-2011, 01:41 AM   #1
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Rep: Reputation: 60
/.config/Trolltech.conf


I am on up to date 64-current. Installed Alien Bob's multilib packages on top of it as well as his kde packages. I changed inittab to go to runlevel 4 by default.

I figured out that my system all the time creates /.config/Trolltech.conf

I think it shouldn't be there, but even when I manually delete /.config dir, it is created again.

Code:
vladimir@darkstar:~$ ls -la /
итого 97
drwxr-xr-x  22 root root  4096 Апр 17 16:32 ./
drwxr-xr-x  22 root root  4096 Апр 17 16:32 ../
drwxr-xr-x   2 root root  4096 Апр  8 16:29 .config/
drwxr-xr-x   2 root root  4096 Апр 16 14:42 bin/
drwxr-xr-x   4 root root  1024 Апр 16 16:35 boot/
drwxr-xr-x  18 root root  5820 Апр 18 08:41 dev/
drwxr-xr-x  88 root root 12288 Апр 18 08:57 etc/
drwxr-xr-x   7 root root    40 Апр  5 06:57 home/
drwxr-xr-x   6 root root  4096 Апр 15 02:19 lib/
drwxr-xr-x   2 root root  4096 Апр 14 10:17 lib64/
drwx------   2 root root 16384 Мар 26 15:59 lost+found/
drwxr-xr-x  18 root root  4096 Апр 18 08:42 media/
drwxr-xr-x  10 root root  4096 Апр  5 16:05 mnt/
drwxr-xr-x   3 root root  4096 Апр  5 11:14 opt/
dr-xr-xr-x 246 root root     0 Апр 18 08:39 proc/
drwx--x---  15 root root  4096 Апр 17 16:58 root/
drwxr-xr-x   2 root root 12288 Апр 17 00:22 sbin/
drwxr-xr-x   2 root root  4096 Апр  8  2007 srv/
drwxr-xr-x  12 root root     0 Апр 18 08:39 sys/
drwxrwxrwt  12 root root  4096 Апр 18 09:32 tmp/
drwxr-xr-x  18 root root  4096 Апр 15 01:13 usr/
drwxr-xr-x  17 root root  4096 Апр 14 22:44 var/
Code:
vladimir@darkstar:~$ ls -la /.config/
итого 12
drwxr-xr-x  2 root root 4096 Апр  8 16:29 ./
drwxr-xr-x 22 root root 4096 Апр 17 16:32 ../
-rw-r--r--  1 root root  278 Апр  8 20:34 Trolltech.conf
I cannot figure out which program creates it. Is it something wrong with my system or not?
 
Old 04-18-2011, 02:16 AM   #2
narz
Member
 
Registered: May 2007
Location: US
Distribution: slackware
Posts: 186

Rep: Reputation: 37
It's generated from using the qt framework. It stores your local qt settings afaik.
 
1 members found this post helpful.
Old 04-18-2011, 02:17 AM   #3
Ilgar
Senior Member
 
Registered: Jan 2005
Location: Istanbul, Turkey
Distribution: Slackware64 15.0, Slackwarearm 14.2
Posts: 1,156

Rep: Reputation: 234Reputation: 234Reputation: 234
It's probably for the Qt applications. Trolltech is the company that develops Qt, and Qt is the main toolkit used by the KDE applications.
 
Old 04-18-2011, 02:36 AM   #4
dolphin77
Member
 
Registered: May 2009
Location: Odesa, Ukraine
Distribution: Slackware
Posts: 206

Original Poster
Rep: Reputation: 60
Thank you guys. So there is no reason to worry about, I believe. I was just afraid, that something was wrong with my system...

Code:
vladimir@darkstar:~$ cat /.config/Trolltech.conf 
[Qt%20Plugin%20Cache%204.7.false]
usr\lib64\kde4\plugins\kauth\backend\kauth_backend_plugin.so=40700, 0, x86_64 linux g++-4 full-config, 2011-04-07T01:49:24
usr\lib64\kde4\plugins\kauth\helper\kauth_helper_plugin.so=40700, 0, x86_64 linux g++-4 full-config, 2011-04-07T01:49:24
 
Old 04-18-2011, 03:04 AM   #5
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Its created when you try to do something as root and the KDE authentication dialogue pops up.
I am not aware of any other times this might be the case.
 
Old 04-18-2011, 03:07 AM   #6
Darth Vader
Senior Member
 
Registered: May 2008
Location: Romania
Distribution: DARKSTAR Linux 2008.1
Posts: 2,727

Rep: Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247Reputation: 1247
Quote:
Originally Posted by dolphin77 View Post
Thank you guys. So there is no reason to worry about, I believe. I was just afraid, that something was wrong with my system...

Code:
vladimir@darkstar:~$ cat /.config/Trolltech.conf 
[Qt%20Plugin%20Cache%204.7.false]
usr\lib64\kde4\plugins\kauth\backend\kauth_backend_plugin.so=40700, 0, x86_64 linux g++-4 full-config, 2011-04-07T01:49:24
usr\lib64\kde4\plugins\kauth\helper\kauth_helper_plugin.so=40700, 0, x86_64 linux g++-4 full-config, 2011-04-07T01:49:24
It is nothing wrong in your system, maybe in KDE/Qt code someone missed something ...

BTW, this is my personal Quick&Dirty solution for this 'problem'.

Code:
--- rc.4.orig   2007-03-27 04:12:55.000000000 +0300
+++ rc.4        2011-04-18 11:02:33.450035360 +0300
@@ -9,6 +9,8 @@            
 # At least 47% rewritten by:  Patrick J. Volkerding <volkerdi@slackware.com>
 #                          
                          
+HOME=/root ; export HOME         
+                        
 # Tell the viewers what's going to happen...
 echo "Starting up X11 session manager..."
 
Old 04-18-2011, 03:29 AM   #7
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
Quote:
Originally Posted by sahko View Post
Its created when you try to do something as root and the KDE authentication dialogue pops up.
I am not aware of any other times this might be the case.
Although when doing it in KDE, you also get a /.kde dir.
Maybe you are running some QT application as root?
 
Old 02-01-2012, 05:41 PM   #8
DrTor
LQ Newbie
 
Registered: Jan 2010
Posts: 10

Rep: Reputation: 3
Hi dolphin77.
How you fix it ?
 
Old 02-16-2012, 12:15 AM   #9
rstrcogburn
LQ Newbie
 
Registered: Feb 2012
Posts: 1

Rep: Reputation: Disabled
Hello, I'm rstrcogburn usually found on crunchbang forums. Since I'm using exherbo linux which doesn't have a support forums or really support this sort of thing, I made an account here being a general help forums.

My problem is I want a unified look with gtk2/qt4 and I've always used Trolltech.conf for this which would at least colorize and set my fonts to the same as gtk2. Since on exherbo, and I've tried on arch and FreeBSD as well.. Trolltech.conf is seemingly being ignored when running vlc which I'd like to look a bit more like my gtk2 apps. Maybe I need some kind of qt4 translation layer in the form of an engine installed. I dunno. Thanx

Here's my Trolltech.conf for refference

Code:
[Qt%20Plugin%20Cache%204.5.false]
usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:28
usr\lib\qt4\plugins\imageformats\libqgif.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:28
usr\lib\qt4\plugins\imageformats\libqico.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:28
usr\lib\qt4\plugins\imageformats\libqjpeg.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:28
usr\lib\qt4\plugins\imageformats\libqmng.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:28
usr\lib\qt4\plugins\imageformats\libqtiff.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:28
usr\lib\qt4\plugins\imageformats\libqsvg.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:33
usr\lib\qt4\plugins\iconengines\libqsvgicon.so=40503, 0, x86_64 linux g++-4 full-config, 2009-10-15T23:00:33

[Qt%20Factory%20Cache%204.5]
com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2009-10-15T23:00:28, imsw-multi
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqgif.so=2009-10-15T23:00:28, gif
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqico.so=2009-10-15T23:00:28, ico
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqjpeg.so=2009-10-15T23:00:28, jpeg, jpg
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2009-10-15T23:00:28, mng
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2009-10-15T23:00:28, tiff, tif
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2009-10-15T23:00:33, svg
com.trolltech.Qt.QIconEngineFactoryInterfaceV2%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2009-10-15T23:00:33, svg, svgz, svg.gz
com.trolltech.Qt.QIconEngineFactoryInterface%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2009-10-15T23:00:33

[Qt]
font="Sans Serif,9,-1,5,50,0,0,0,0,0"
Palette\active=#000000, #dddfe4, #ffffff, #ffffff, #555555, #c7c7c7, #000000, #ffffff, #000000, #ffffff, #efefef, #000000, #678db2, #ffffff, #0000ee, #52188b, #e8e8e8, #000000, #ffffdc, #000000
Palette\inactive=#000000, #dddfe4, #ffffff, #ffffff, #555555, #c7c7c7, #000000, #ffffff, #000000, #ffffff, #efefef, #000000, #678db2, #ffffff, #0000ee, #52188b, #e8e8e8, #000000, #ffffdc, #000000
Palette\disabled=#808080, #dddfe4, #ffffff, #ffffff, #555555, #c7c7c7, #c7c7c7, #ffffff, #808080, #efefef, #efefef, #000000, #567594, #ffffff, #0000ee, #52188b, #e8e8e8, #000000, #ffffdc, #000000
fontPath=@Invalid()
embedFonts=true
style=GTK+
doubleClickInterval=400
cursorFlashTime=1000
wheelScrollLines=3
resolveSymlinks=false
globalStrut\width=0
globalStrut\height=0
useRtlExtensions=false
XIMInputStyle=On The Spot
DefaultInputMethod=xim
audiosink=Auto
videomode=Auto
GUIEffects=none

[Qt%20Plugin%20Cache%204.7.false]
usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53
usr\lib\qt4\plugins\imageformats\libqgif.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53
usr\lib\qt4\plugins\imageformats\libqico.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53
usr\lib\qt4\plugins\imageformats\libqjpeg.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53
usr\lib\qt4\plugins\imageformats\libqmng.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53
usr\lib\qt4\plugins\imageformats\libqsvg.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53
usr\lib\qt4\plugins\imageformats\libqtiff.so=40704, 0, i386 linux g++-4 full-config, 2012-02-14T18:09:53

[Qt%20Factory%20Cache%204.7]
com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2012-02-14T18:09:53, imsw-multi
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqgif.so=2012-02-14T18:09:53, gif
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqico.so=2012-02-14T18:09:53, ico
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqjpeg.so=2012-02-14T18:09:53, jpeg, jpg
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2012-02-14T18:09:53, mng
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2012-02-14T18:09:53, svg, svgz
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2012-02-14T18:09:53, tiff, tif
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error message: WARNING: All config files need .conf the trooper Debian 15 05-17-2011 11:46 AM
[SOLVED] asound.conf adrsound advanced config phanohanover Linux - Hardware 0 02-06-2009 10:46 AM
Why can't I get x-config and xorg.conf to give me two displays? maestro52 Linux - Software 1 01-01-2009 04:36 AM
Config Error: Error accessing config file: /etc/yum.conf dr_zayus69 Linux - Software 2 01-17-2006 05:20 PM
/etc/hosts, /etc/resolve.conf and /etc/host.conf config probs below_average Linux - Networking 1 12-08-2004 10:07 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration