Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
x11-tools
kroot
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File kroot of Package x11-tools
#!/bin/sh # # kroot # # Wrapper for X11 programs which use root window; useful for KDE 3 # desktops if [ $# -lt 1 ]; then echo "Usage: kroot <program>" exit 0 fi trap "xrefresh" EXIT SIGHUP SIGINT SIGPIPE SIGTERM SIGIO vroot=`/opt/kde3/bin/dcop kdesktop KDesktopIface isVRoot 2> /dev/null` if [ "x$vroot" == "xfalse" ]; then /opt/kde3/bin/dcop kdesktop KDesktopIface setVRoot true &> /dev/null fi "$@" & pid=$! if [ "x$vroot" == "xfalse" ]; then /opt/kde3/bin/dcop kdesktop KDesktopIface setVRoot false &> /dev/null fi wait $pid exit 0
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