Activity log for bug #145709

Date Who What changed Old value New value Message
2007-09-27 17:18:53 Savvas Radevic bug added bug
2007-09-27 17:21:00 Savvas Radevic bug added attachment 'qtrc' (the ~/.qt/qtrc)
2007-10-06 08:02:54 Saivann Carignan bug added attachment 'Capture.png' (Capture.png)
2007-10-06 08:03:03 Saivann Carignan None: status New Confirmed
2007-10-06 11:50:56 Savvas Radevic title Qt3 ~/.qt owner root 7.10: Qt3 ~/.qt owner root and missing qtrc result result in ugly appearance
2007-10-09 02:10:40 Saivann Carignan bug added attachment 'debdiff.diff' (debdiff.diff)
2007-10-09 02:13:28 Saivann Carignan bug added attachment 'libqt3-mt_3.3.8really3.3.7-0ubuntu12_i386.deb' (libqt3-mt_3.3.8really3.3.7-0ubuntu12_i386.deb)
2007-10-09 02:13:50 Saivann Carignan qt-x11-free: status Confirmed In Progress
2007-10-09 02:15:00 Saivann Carignan bug added attachment 'debdiff' (debdiff)
2007-10-09 11:35:08 unggnu bug added attachment 'Screenshot-HP Device Manager - No Installed HP Devices Found.png' (screenshot of hp-setup)
2007-10-12 15:50:15 Jonathan Riddell qt-x11-free: status In Progress Fix Released
2007-10-15 20:45:20 Saivann Carignan qt-x11-free: status Fix Released Fix Committed
2007-10-17 21:26:54 Jonathan Riddell bug added attachment 'qt-x11-free_3.3.8really3.3.7-0ubuntu12.debdiff' (debdiff for qt uploaded to gutsy-proposed)
2007-10-18 02:09:33 Saivann Carignan bug added attachment 'debdiff.diff' (debdiff.diff)
2007-10-19 00:55:08 Saivann Carignan description I've recently installed Virtualbox, the Ubuntu Feisty package on Ubuntu Gutsy (amd64, tribe 5), since there's no newer release. Everything works fine, except for the part that the Qt looks ugly. I tried to change the files, but the qtconfig-qt3 wouldn't save them, complaining: QSettings::sync: filename is null/empty I've then checked the ~/.qt directory in the home, and its owner was root:root, hence it doesn't allow the user to save their settings in ~/.qt/qtrc A quick fix would be: sudo apt-get install qtconfig-qt3 sudo chown -R `whoami`:`whoami` ~/.qt qtconfig-qt3 I'm also providing a nice "theme", you just have to save it as ~/.qt/qtrc like so: sudo apt-get install qtconfig-qt3 sudo chown -R `whoami`:`whoami` ~/.qt gedit ~/.qt/qtrc and then paste the following and do qtconfig-qt3 when you're done [3.3] libraryPath=/usr/lib/qt3/plugins:/usr/bin [Font Substitutions] arial=helvetica^e helv=helvetica^e tms rmn=times^e [General] GUIEffects=general^e XIMInputStyle=On The Spot cursorFlashTime=1000 doubleClickInterval=400 embedFonts=true font=Sans Serif,9,-1,5,50,0,0,0,0,0 fontPath=\0 globalStrut=0^e0^e resolveSymlinks=true style=CDE useRtlExtensions=false wheelScrollLines=3 [Palette] active=#000000^e#ebebeb^e#ffffff^e#f5f5f5^e#757575^e#9c9c9c^e#000000^e#ffffff^e#000000^e#ffffff^e#ebebeb^e#000000^e#2d7daf^e#ffffff^e#1f72a6^e#1f7cd9^e disabled=#808080^e#ebebeb^e#ffffff^e#ffffff^e#757575^e#9c9c9c^e#808080^e#ffffff^e#808080^e#ffffff^e#ebebeb^e#000000^e#2d7daf^e#808080^e#1f72a6^e#1f7cd9^e inactive=#000000^e#ebebeb^e#ffffff^e#ffffff^e#757575^e#9c9c9c^e#000000^e#ffffff^e#000000^e#ffffff^e#ebebeb^e#000000^e#2d7daf^e#ffffff^e#1f72a6^e#1f7cd9^e [customColors] 0=-1 1=-1 10=-1 11=-1 12=-1 13=-1 14=-1 15=-1 2=-1 3=-1 4=-1 5=-1 6=-1 7=-1 8=-1 9=-1 --Changed by Saïvann-- /etc/qt3 folder is missing or empty with very low permissions ( drwxr----- 2 root root ). Because the /etc/qt3/qtrc file doesn't exist or cannot be accessed because of the low permissions of the /etc/qt3 folder, all qt3 programs have HUGE fonts and become near to unusable. This problem is caused by the absence of the "/etc" value in the debian/libqt3-mt.install file, so the package won't install his config files to /etc/qt3. A quick workaround to fix that problem is to create the /etc/qt3 folder and create the file "qtrc" into that folder. qtrc file should contain this: [3.3] libraryPath=/usr/lib/kde3/plugins/ [General] GUIEffects=general^eanimatecombo^e embedFonts=true enableXft=true font=Sans Serif,9,-1,5,50,0,0,0,0,0 fontPath=\0 useXft=true style=Plastik [KDE] contrast=7 kdeAddedLibraryPaths=/usr/lib/kde3/plugins/^e [KWinPalette] activeBackground=#1f26ad activeBlend=#259bb8 activeForeground=#ffffff activeTitleBtnBg=#e6e6e6 frame=#efefef inactiveBackground=#cdcdcd inactiveBlend=#ababab inactiveForeground=#dddddd inactiveFrame=#efefef inactiveTitleBtnBg=#ebebeb [Palette] active=#000000^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#000000^e#ffffff^e#000000^e#ffffff^e#efefef^e#000000^e#678db2^e#ffffff^e#0000ee^e#52188b^e disabled=#808080^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#c7c7c7^e#ffffff^e#808080^e#ffffff^e#efefef^e#000000^e#567594^e#ffffff^e#0000ee^e#52188b^e inactive=#000000^e#dddfe4^e#ffffff^e#ffffff^e#555555^e#c7c7c7^e#000000^e#ffffff^e#000000^e#ffffff^e#efefef^e#000000^e#678db2^e#ffffff^e#0000ee^e#52188b^e
2007-10-19 00:55:08 Saivann Carignan title 7.10: Qt3 ~/.qt owner root and missing qtrc result result in ugly appearance 7.10: Qt3 /etc/qt3/qtrc owner root result in ugly appearance
2007-10-19 17:22:10 Martin Pitt qt-x11-free: status Fix Committed In Progress
2007-10-19 17:22:10 Martin Pitt qt-x11-free: assignee jr
2007-10-20 02:57:20 Saivann Carignan bug added attachment 'debdiff.diff' (debdiff.diff)
2007-10-23 23:42:30 Saivann Carignan bug added attachment 'libqt3-mt.debdiff' (libqt3-mt.debdiff)
2007-10-24 07:22:03 Martin Pitt bug added subscriber Ubuntu Stable Release Updates Team
2007-10-24 17:35:40 Saivann Carignan qt-x11-free: status In Progress Fix Committed
2007-10-27 16:04:03 Martin Pitt qt-x11-free: status New Fix Committed
2007-10-30 23:17:42 Saivann Carignan qt-x11-free: status Fix Committed Fix Released
2007-10-30 23:17:51 Saivann Carignan qt-x11-free: status Fix Committed Fix Released
2007-10-31 01:42:05 Daniel Hahler qt-x11-free: status Fix Released Fix Committed
2007-10-31 23:16:16 Conrad Knauer bug added attachment 'VB-OSE_QTfixed.png' (VB-OSE_QTfixed.png)
2007-11-13 08:55:51 Martin Pitt qt-x11-free: status Fix Committed Fix Released