From eb1df28f5893efd6188a0c0edba372bed757aa0e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 18 Jan 2008 05:50:55 +0000 Subject: [PATCH] Qt4 - make a small comment on how to integrate better the application with your desktop... Yet again the problem with cleanlooks and requests on gconftool. If you want your KDE4 desktop to tell VLC to use Oxygen, comment the line... --- modules/gui/qt4/qt4.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index 3f6c666dd8..ccb83846a9 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -259,6 +259,8 @@ static void Init( intf_thread_t *p_intf ) * disables icon theme use because that makes Cleanlooks style bug * because it asks gconf for some settings that timeout because of threads * see commits 21610 21622 21654 for reference */ + + /* If you are under KDE, Xfce or e17, you should comment this line */ QApplication::setDesktopSettingsAware( false ); #endif @@ -302,6 +304,7 @@ static void Init( intf_thread_t *p_intf ) msg_Dbg( p_intf, "Error while initializing qt-specific localization" ); app->installTranslator( &qtTranslator ); #endif //ENABLE_NLS + /* Start playing if needed */ if( !p_intf->pf_show_dialog && p_intf->b_play ) { -- 2.39.2