Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:KDE3
kdebase3
ksplashml.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ksplashml.patch of Package kdebase3
Index: ksplashml/kcmksplash/installer.cpp =================================================================== --- ksplashml/kcmksplash/installer.cpp.orig +++ ksplashml/kcmksplash/installer.cpp @@ -474,6 +474,14 @@ void SplashInstaller::slotTest() KMessageBox::error(this,i18n("Unable to start ksplashsimple.")); return; } + if( themeName.startsWith( "ksplashx-" )) + { + KProcess proc; + proc << "ksplashx" << themeName.mid( 9 ) << "--test"; + if (!proc.start(KProcess::Block)) + KMessageBox::error(this,i18n("Unable to start ksplashx.")); + return; + } KProcess proc; proc << "ksplash" << "--test" << "--theme" << themeName; if (!proc.start(KProcess::Block))
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