Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:wolfi323:branches:KDE:KDE3
kdebase3
kompmgr_use_defaults.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kompmgr_use_defaults.diff of Package kdebase3
Index: kwin/kcmkwin/kwinoptions/windows.cpp =================================================================== --- kwin/kcmkwin/kwinoptions/windows.cpp.orig +++ kwin/kcmkwin/kwinoptions/windows.cpp @@ -46,6 +46,7 @@ #include <kprocess.h> #include <qtabwidget.h> +#include <stdlib.h> #include <X11/X.h> #include <X11/Xlib.h> #include <X11/Xutil.h> @@ -1524,6 +1525,8 @@ void KTranslucencyConfig::load( void ) movingWindowOpacity->setEnabled(movingWindowTransparency->isChecked()); dockWindowOpacity->setEnabled(dockWindowTransparency->isChecked()); + if( !QFile::exists( QDir::homeDirPath() + "/.xcompmgrrc" )) + system( "/bin/cp /etc/opt/kde3/share/config/xcompmgrrc $HOME/.xcompmgrrc" ); KConfig conf_(QDir::homeDirPath() + "/.xcompmgrrc"); conf_.setGroup("xcompmgr"); Index: kwin/kompmgr/kompmgr.c =================================================================== --- kwin/kompmgr/kompmgr.c.orig +++ kwin/kompmgr/kompmgr.c @@ -2431,6 +2431,8 @@ loadConfig(char *filename){ strcat(filename, home); strcat(filename, configfile); + if( access( filename, R_OK ) != 0 ) + system( "/bin/cp /etc/opt/kde3/share/config/xcompmgrrc $HOME/.xcompmgrrc" ); } printf("trying '%s' as configfile\n\n", filename);
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