![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Easy Hosting Control Panel for Ubuntu 0.24 (Default branch) | iBot | Software Releases - RSS News | 0 | 02-21-2008 12:20 PM |
| Easy Hosting Control Panel for Ubuntu 0.23.3 (Default branch) | iBot | Software Releases - RSS News | 0 | 01-24-2008 06:30 AM |
| Control Panel seeking. | HOUSCOUS | UNIX for Dummies Questions & Answers | 2 | 03-13-2003 02:34 PM |
| OS X / fsck / apps dont work no control panel | maxwell | Filesystems, Disks and Memory | 0 | 08-14-2002 05:03 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Control panel
I'm running Solaris 7 11/99, and what I want to do is delete a icon off the control panel.
Now Iknow how to do a normal icon like the file manager etc etc... But it's the 'exit' icon that logs you out. With the software we use and teh drop-down menu's our software uses is sometimes pretty large and people double click the menu items and if the 'exit' button is below this well then they log themself out of their session. No a right click and slecet delete wont work. If anyone knows how to delete this. Thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
to remove the Exit application from the Front Panel
copy its text from: /usr/dt/appconfig/types/C/dtwm.fp into $HOME/.dt/types/dtwm.fp then add the line: DELETE True on the control definition for Exit (search for Fpexit) The control definition should look like: CONTROL Exit { TYPE icon CONTAINER_NAME SWITCH CONTAINER_TYPE SWITCH POSITION_HINTS 4 ICON Fpexit LABEL Exit PUSH_ACTION ExitSession HELP_TOPIC FPOnItemTextExit HELP_VOLUME FPanel DELETE True } Finally, choose "Restart Workspace Manager..." , from the root menu. For more info check out SunSolve. You could just have them minimize the front panel so they don't hit the exit button. Last edited by RTM; 08-14-2002 at 10:41 AM. |
|
#3
|
|||
|
|||
|
Thanks for the help RTM
|
|||
| Google The UNIX and Linux Forums |