Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2:Update
x11-tools
wmlist
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File wmlist of Package x11-tools
#!/bin/bash # wmlist # SuSE wmlist 2001, last updated Nov 20 # # check for installed window managers # WMs=" kde gnome windowmaker sawfish enlightenment blackbox openbox fluxbox DyDe 9wm afterstep amiwm bowman cdesim ctwm dtwm fvwm1 fvwm2 fvwm95 icewm-session mlvwm mwm olvwm olwm piewm qvwm scwm wm2 XFce kde1 twm xsplash " newWM="" for wm in $WMs ; do type -p $wm &> /dev/null && newWM="$newWM ${wm##*/}" done test -z "$newWM" && exit 1 echo $newWM 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