Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
oxygen-gtk2
qt-config-path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qt-config-path.patch of Package oxygen-gtk2
--- a/src/oxygenqtsettings.cpp +++ b/src/oxygenqtsettings.cpp @@ -277,7 +277,11 @@ // load icon install prefix gchar* path = 0L; - if( runCommand( "kde4-config --path config", path ) && path ) + if( runCommand( "qtpaths --paths ConfigLocation", path ) && path ) + { + out.split( path ); + g_free( path ); + } else if( runCommand( "kde4-config --path config", path ) && path ) { out.split( path );
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor