GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Window manager script
Operating System - HP-UX
1851284
Members
3847
Online
104057
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 08:40 AM
12-12-2003 08:40 AM
Window manager script
ok...I got CDE,Gnome and windowmaker all loaded...
Is it posible to write a script that's called cde
and runs xinit /usr/dt/bin/Xsession
or
wm
and runs xinit /usr/local/bin/wmaker
or
gnome
and runs
xinit /etc/gnome/gdm/Sessions/Gnome
Is it possible? This is my first attempt at writing a script so any help would be appreciated.
John
Is it posible to write a script that's called cde
and runs xinit /usr/dt/bin/Xsession
or
wm
and runs xinit /usr/local/bin/wmaker
or
gnome
and runs
xinit /etc/gnome/gdm/Sessions/Gnome
Is it possible? This is my first attempt at writing a script so any help would be appreciated.
John
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 10:09 AM
12-12-2003 10:09 AM
Re: Window manager script
##Run this script as "script cde/wm/gnome"
case $1 in
cde) xinit /usr/dt/bin/Xsession
;;
wm) xinit /usr/local/bin/wmaker
;;
gnome) xinit /etc/gnome/gdm/Sessions/Gnome
;;
esac
-Karthik S S
case $1 in
cde) xinit /usr/dt/bin/Xsession
;;
wm) xinit /usr/local/bin/wmaker
;;
gnome) xinit /etc/gnome/gdm/Sessions/Gnome
;;
esac
-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP