Gentoo Archives: gentoo-commits

From: "Andreas Proschofsky (suka)" <suka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice/files: qt-use-native-backend.diff
Date: Mon, 22 Feb 2010 10:11:22
Message-Id: E1NjVG2-0003t4-Ov@stork.gentoo.org
1 suka 10/02/22 10:11:18
2
3 Added: qt-use-native-backend.diff
4 Log:
5 hardcode native Qt graphics backend, doesn't startup otherwise, bug
6 (Portage version: 2.2_rc63/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 app-office/openoffice/files/qt-use-native-backend.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/qt-use-native-backend.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice/files/qt-use-native-backend.diff?rev=1.1&content-type=text/plain
13
14 Index: qt-use-native-backend.diff
15 ===================================================================
16 *** vcl/unx/kde4/KDEXLib.cxx_ 2010-02-21 22:34:18.917502324 +0200
17 --- vcl/unx/kde4/KDEXLib.cxx 2010-02-21 22:35:29.642770570 +0200
18 ***************
19 *** 134,137 ****
20 --- 134,138 ----
21 KCmdLineArgs::init( m_nFakeCmdLineArgs, m_pAppCmdLineArgs, kAboutData );
22
23 + KApplication::setGraphicsSystem( "native" );
24 m_pApplication = new VCLKDEApplication();
25 kapp->disableSessionManagement();