Window Manager delimma! TWM is almost perfect, but not quite :(

Hi,
I guess I should start out by saying I'm pretty new to Linux, so I'm not experienced with all the DEs and WMs out there.  I've trief (very briefly) KDE, Xfce, and Openbox, but honestly none of them really got me as excited as TWM.  I've spent hours writing my own .twmrc from scratch, and I love it... unfortunately, there seem to be a few critical things things that TWM just won't do.  These are listed below in descending order of importance to me:
* task-switching (alt+tabbing): I've been able to do something simple with this using f.forwiconmgr to switch focus, and I like it fine; the only problem is that I can't make it raise the windows, too.  I tried a function {f.forwiconmgr f.raise}, but for some reason it would raise the CURRENT window before switching focus to the next.
* maximize (or fullzoom) on double-clicking the titlebar.
* I have one TitleButton which fullzooms on being clicked.  For some reason there's an issue where after clicking it, the next click anywhere in TWM's domain will be ignore and changes the cursor to a tiny mouse icon.  I have no idea why, and I haven't been able to get around it.
* fullzoom margins: I have my icon manager at the bottom of the screen and an xclock, almost like a taskbar which blends in with the background.  I don't like maximized windows blocking them.
* I'd really like to be able to force certain windows to always be in the back.  This is mainly because my icon manager and xclock are colored to look like they're part of the background, but I guess if the previous one is satisfied this becomes less important.
* I can't (or haven't figured out how to) make windows raise to the top when you click within them.  If I write a line to f.raise when clicking in the window, then TWM consumes the click-signal and it never reaches the window.  This is at the bottom because I'm already learning to live with this, and could even see myself starting to appreciate it as a feature before long.
I suppose what I'm asking for is either a solution to these issues with TWM, or suggestions for an alternative WM that will do all of these plus what I like so much about TWM.  Of what I've tried, I liked Openbox the most, but having to customize it in xml and its themes kind of turned me off.  At the bottom you'll find a link to a screenshot of my current TWM setup, just for some idea if what I'm getting at.  I just don't know what to do!  I've become very attached to TWM, but also very put off by its flaws.
Thanks!
http://www.bellsouthpwp.net/C/o/Correct … sariss.png

Hello!
I'm trying TWM.
It's rather interesting.
With my .twmrc, I can switch between windows pressing Alt + F3, and then Alt + F11 or F12 to select which window, and then Alt + F9 to raise it, or Alt + F10 to deiconify it.
If several windows are deiconified, I can switch pressing Alt + F1.
I made several keyboard shortcuts to start programms, to handle windows, etc…
With vdesk I have multiple desktops. I set Ctrl + F1-4 to switch to a desktop to anothers.
I made a menu with some programs I use often, but I must add some programs.
I use slim as login manager. I have the slim picture as background. It's good.
I wonder if I won't continue to use twm. It's rather nice, and well made.
Here is the .twmrc I modified:
# $XConsortium: system.twmrc,v 1.8 91/04/23 21:10:58 gildea Exp $
# A little $HOME/.twmrc by Thomas Eriksson [email protected]
# Modified (just colors and some menu options) by Istvan Keppler [email protected]
# twm... the original and the best...
NoGrabServer
#NoDefaults
RestartPreviousState
DecorateTransients
TitleFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
ResizeFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
MenuFont "-adobe-helvetica-bold-r-normal--*-120-*-*-*-*-*-*"
IconFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*-*-*-*"
IconManagerFont "-adobe-helvetica-bold-r-normal--*-100-*-*-*"
#ClientBorderWidth 2
BorderWidth 3
ButtonIndent 2
NoHighlight
AutoRelativeResize
#DefaultBackground
FramePadding 0
#ForceIcons
NoRaiseOnMove
OpaqueMove
Zoom 500
# This is for hiding the ugly menubar in windows who dont need em.
NoTitle
# "x11amp" # x11amp, the winamp lookalike, http://x11amp.ml.org.
# "xlogo" # a must have :)
"xosview"
Color
BorderColor "gray85"
DefaultBackground "black"
DefaultForeground "gray85"
TitleBackground "black"
TitleForeground "#4CD49E"
MenuBackground "black"
MenuForeground "gray85"
MenuTitleBackground "gray65"
MenuTitleForeground "black"
IconBackground "black"
IconForeground "white"
IconBorderColor "black"
IconManagerBackground "black"
IconManagerForeground "gray85"
PointerForeground "black"
PointerBackground "white"
# Define some useful functions for motion-based actions.
MoveDelta 1
Function "move-or-lower" { f.move f.deltastop f.lower }
Function "move-or-raise" { f.move f.deltastop f.raise }
Function "move-or-iconify" { f.move f.deltastop f.iconify }
# Set some useful bindings. Sort of uwm-ish, sort of
# simple-button-ish
Button1 = : root : f.menu "prg"
Button2 = : root : f.delete
Button3 = : root : f.menu "window"
Button1 = m : window|icon : f.function "move-or-lower"
Button2 = m : window|icon : f.iconify
Button3 = m : window|icon : f.function "move-or-raise"
Button1 = : title : f.function "move-or-raise"
Button2 = : title : f.raiselower
Button3 = : title : f.iconify
Button1 = : icon : f.function "move-or-iconify"
#Button2 = : icon : f.destroy
Button3 = : icon : f.iconify
Button1 = : iconmgr : f.iconify
Button2 = : iconmgr : f.destroy
Button3 = : iconmgr : f.iconify
"F1" = m : window : f.lower
"F3" = m : all : f.showiconmgr
"F2" = m : all : f.hideiconmgr
"F4" = s : window|icon : f.fullzoom
"F5" = m : window|icon : f.bottomzoom
"F6" = m : window|icon : f.topzoom
"F8" = m : window|icon : f.rightzoom
"F7" = m : window|icon : f.leftzoom
"F9" = m : window|icon : f.raise
"F10" = m : all : f.iconify
"F10" = s : all : f.deiconify
"F11" = m : all : f.downiconmgr
"F12" = m : all : f.upiconmgr
"F4" = m : window|icon : f.delete
"F1" = c : all : f.exec "vdesk 1 &"
"F2" = c : all : f.exec "vdesk 2 &"
"F3" = c : all : f.exec "vdesk 3 &"
"F4" = c : all : f.exec "vdesk 4 &"
"F5" = c : all : f.exec "sakura &"
"F6" = c : all : f.exec "thunar &"
"F7" = c : all : f.exec "icecat &"
"F8" = c : all : f.exec "sylpheed &"
"F9" = c : all : f.exec "gimp &"
"F10" = c : all : f.exec "libreoffice &"
"F11" = c : all : f.exec "scribus &"
"F12" = c : all : f.exec "xclock &"
# This is for the window bar
#LeftTitleButton "/usr/X11/include/bitmaps/checkmark.xbm" = f.delete
#LeftTitleButton "/usr/X11R6/include/X11/bitmaps/xm_noenter16" = f.delete
#RightTitleButton "/usr/X11/include/bitmaps/menu12" = f.resize
IconDirectory "/home/admin/.twm/icons" # Directory for non default icons
RightTitleButton "maximize.xbm"=f.fullzoom
RightTitleButton "close.xbm"=f.delete
# And a menus with the usual things
menu "prg"
"Menu" f.title
#"" f.nop
"Xterm" f.exec "xterm -sl 255 -bg black -fg white -name [email protected] &"
#"Midc" f.exec "xterm -sl 255 -bg black -fg white -e midc -b &"
#"Netscape" f.exec "netscape &"
#"Xosview" f.exec "xosview &"
"" f.nop
"Fichiers" f.menu "fichiers"
"Editeurs" f.menu "editeurs"
"Internet" f.menu "internet"
"Bureautique" f.menu "bureautique"
"Graphisme" f.menu "graphisme"
"Visionneurs" f.menu "visionneurs"
"Musique" f.menu "musique"
"Jeux" f.menu "jeux"
"Utilitaires" f.menu "utilitaires"
"Systeme" f.menu "systeme"
"Eteindre/Redémarrer" f.menu "etredemarrer"
menu "etredemarrer"
"Eteindre/Redémarrer" f.title
"Eteindre" f.exec "gksu xterm halt &"
"Redemarrer" f.exec "gksu xterm reboot &"
menu "fichiers"
"Files" f.title
".twmrc" f.exec "medit .twmrc &"
".xinitrc" f.exec "medit .xinitrc &"
menu "bureautique"
"Bureautique" f.title
"Libre Office" f.exec "libreoffice &"
"scribus" f.exec "scribus &"
"gnumeric" f.exec "gnumeric &"
menu "editeurs"
"Editeurs" f.title
"Mcedit" f.exec "xterm mcedit &"
"nano" f.exec "xterm nano &"
"medit" f.exec "medit &"
menu "systeme"
"Systeme" f.title
"Htop" f.exec "xterm htop &"
"Top" f.exec "xterm -bg black -fg white -e top &"
"gparted" f.exec "gksu gparted &"
"/usr/bin" f.exec "thunar /usr/bin &"
"/etc/rc.conf" f.exec "gksu medit /etc/rc.conf &"
"testdisk" f.exec "gksu xterm photorec &"
"Source /etc/pacman.d/mirrorlist" f.exec "gksu medit /etc/pacman.d/mirrorlist &"
menu "visionneurs"
"Visionneurs" f.title
"epdfview" f.exec "epdfview &"
"geeqie" f.exec "geeqie &"
"mupdf" f.exec "xterm mupdf &"
menu "internet"
"Internet" f.title
"icecat" f.exec "icecat &"
"midori" f.exec "midori &"
"elinks" f.exec "xterm elinks &"
"w3m" f.exec "xterm w3m http://www.scroogle.fr &"
"netrik" f.exec "netrik http://www.scroogle.fr &"
"Lynx" f.exec "xterm -bg black -fg white -e lynx &"
"sylpheed" f.exec "sylpheed &"
"skype" f.exec "skype &"
"icecat" f.exec "icecat &"
"deluge" f.exec "deluge &"
menu "ppp"
"PPP" f.title
"Linkup" f.exec "pppd &"
"Hang up" f.exec "ppp-off &"
menu "graphisme"
"Graphisme" f.title
"inkscape" f.exec "inkscape &"
"Gimp" f.exec "gimp &"
menu "musique"
"Music" f.title
"CdPlayer" f.exec "xterm -bg black -fg white -e cd-console &"
"Mp3Blaster" f.exec "xterm -bg black -fg white -e mp3blaster &"
"RealPlayer" f.exec "/usr/home/keppler/RealPlayer8/realplay &"
"Xmovie" f.exec "xmovie &"
#"X11amp" f.exec "x11amp &"
#"Workman" f.exec "workman &"
"vlc" f.exec "vlc &"
menu "jeux"
"Games" f.title
"Xboard" f.exec "xboard -rv &"
menu "utilitaires"
"Utilitaires" f.title
"Corbeille" f.exec "thunar trash:/// &"
"Thunar" f.exec "thunar &"
"Xcalc" f.exec "xcalc &"
"alsamixer" f.exec "alsamixer &"
"terminal Sakura" f.exec "sakura &"
"calc" f.exec "xterm calc &"
"qalculate" f.exec "qalculate-gtk &"
"truecrypt" f.exec "truecrypt &"
"scrot" f.exec "xterm scrot -d 20 &"
"xarchiver" f.exec "xarchiver &"
"xclock" f.exec "xclock &"
menu "window"
"Menu twm" f.title
"forcer à quitter" f.destroy
"Delete Window" f.delete
"" f.nop
"Maximize" f.fullzoom
"Minimize" f.iconify
#"Resize" f.resize
"Move" f.move
#"Raise" f.raise
#"Lower" f.lower
"" f.nop
"Focus" f.focus
"Unfocus" f.unfocus
"Show Iconmgr" f.showiconmgr
"Hide Iconmgr" f.hideiconmgr
"" f.nop
"Screensaver" f.menu "screensaver"
"Redraw" f.refresh
"Restart" f.restart
"Quit" f.menu "quit"
menu "quit"
"Really Quit?" f.title
"No" f.nop
"Yes" f.quit
menu "screensaver"
"ZZzz..." f.title
"Laser" f.exec "xlock -nolock -mode laser &"
"Qix" f.exec "xlock -nolock -mode qix &"
"Star trek" f.exec "xlock -nolock -mode star &"
"Galaxy" f.exec "xlock -nolock -mode galaxy -wireframe&"
"Pyrotechnical" f.exec "xlock -nolock -mode pyro -wireframe &"
"Swarm" f.exec "xlock -nolock -mode swarm &"
"Linux" f.exec "xlock -nolock -mode flag &"
Icons
"XTerm" "/usr/X11R6/include/X11/bitmaps/Term"
"x11amp" "/usr/include/X11/bitmaps/xfm_au.xbm"
Cursors
Frame "left_ptr"
Title "left_ptr"
Icon "left_ptr"
IconMgr "left_ptr"
Move "fleur"
Resize "fleur"
Menu "hand1"
Button "hand2"
Wait "clock"
Select "dot"
Destroy "pirate"

Similar Messages

  • Huey pro issue, almost resolved, but, not quite

    This machine and windows 7 are not a match made in heaven. Love the operating system, but, its totally a pain with the W700 stuff.  I have fully updated *everything*, it beeps like it is calibrating, it says its finished and successful, but, it doesn't do a thing. I have had this machine since 2009 and its always an issue after a clean reinstall of windows. this time worse than usual. This was working absolutely perfectly until I reinstalled windows. Yes, I have the latest driver. (heck, its taken a ton just to get it to work at all!)   I know it is a minor little software error but for the life of me I cannot figure out what

    Yes, you can switch it and it may be that my judgement is bad. I went in and messed up the color and it did change it. I think the monitor I am on is too warm and that may be affecting my perception on the Lenovo being too cool. I am going to mess with it some more this evening. Its my favorite feature on the w700

  • Embedded or in-line web page in mail!  Almost there but not quite.

    I have successfuly made a small web page in GoLive ( one small images, an animation GIF and a short block of text to act as an extended signature) then rendered/ viewed the page in Safari and everything looks OK at this stage. Then from file menu gone to 'Mail contents of this page' which of course opens the Mail.app and I can then see the images and text embedded into the mail and not as an attachment.
    Sending to myself it works fine so that when I receive it the images appear as part of the message but send out to others and they just see ? marks in blue boxes.
    What have I missed. Is there something I need to put into the header?

    Which options do you see enabled and which greyed out in the bottom part of the View > Message menu? If Best Alternative or Next Alternative are enabled, does choosing them fix the problem?
    There is a hidden setting that makes Plain Text the preferred alternative for viewing messages. Maybe something has caused that setting to be turned ON, in which case you might be able to fix the problem by turning it OFF.
    Open /Applications/Utilities/Terminal, type the following command (you can just copy it here and paste it in Terminal), and press <Return>:
    defaults write com.apple.mail PreferPlainText -bool FALSE
    Alternatively, you could issue the following command to revert to the default setting (which should accomplish the same, since the default is to not prefer Plain Text):
    defaults delete com.apple.mail PreferPlainText

  • I have made a webpage in HTML with several links to JPGs / GIFs. The text matter opens perfectly but not the images. Please help me

    I have made a web page in HTML with several links to JPGs / GIFs. While text matter opens up perfectly, but not the images. Please help me.
    == This happened ==
    Every time Firefox opened
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CTS Version; .NET CLR 1.1.4322; .NET CLR 2.0.50727)

    URL of that web page?

  • Just downloaded Firefox 6.0 and have restarted 4 plus times, but it continues to hang while launching. I cannot open new windows, change any settings, or do anything but Force Quit. I'm on Mac OSX 10.5.8. How do I get past this hang?

    Just downloaded Firefox 6.0 and have restarted 4 plus times, but it continues to hang while launching. I cannot open new windows, change any settings, or do anything but Force Quit. I'm on Mac OSX 10.5.8. How do I get past this hang?

    Long story short: Simply get CC for teams. At 500 bucks a year it's a steal and those 5 licenses in the base package (or was it 10 even?) cover all your computers, at least the 3 ones you mentioned. For system requirements refer to the individual product pages.
    Mylenium

  • Photo stream on my pc with windows 8 upload to my macbook (iphoto) but not to my ios devices.

    Photo stream on my pc with windows 8 upload to my macbook (iPhoto) but not to my ios devices. On the other hand, and that is the funny thing, the shared picture folder on the pc is updated with new photos/pictures from my ios devices and from my macbook. Anyone has any idea of what is the problem? This drives me crazy because i can't upload a picture manually from the PC. Hopefully anybody have an answer. Thanks in advance.

    Hi Naddod , I have the same problem. The same pc photostream receives new photos added using the photostream "add picture" button but ipad and iphone does not. If I take new photo from Iphone I can find it in Photostream of PC, Iphone and Ipad. Seems IOS error. Strange thing is that , if then I erase that new photo from the PC photostream, than it will be erased from photostream of PC, iPhone and iPad, erasing works, adding not.

  • IPod Touch 4G 8GB charging perfectly, but not being recognized by Windows 7 OR iTunes?

    Ipod touch charging, but not recognized by Itune or windowes, other divises are ( Iphone4 , Ipad) only my itouch is not... Should I reset it ?

    Hi lllaass,
    This looks like a very common problem.
    I tried everything. Reset, Safe Mode, checked all cable, Apple Services from the dminstration tools.... other devises, like my Iphone and Ipad works perfectly.Only this itouch doesn't. If I reset all I will loss all my data since I can't back it up. It's jailbroken and it was wotking fine. Could it be software that I downloaded recently?I'm not sure it will work even if reset all.  THANKS FOR YOUR HELP.

  • I can't see firefox. But, In windows task manager, firefox shows as a process but not an application. Icon shows in the tray.

    I downloaded and reinstalled firefox to try to eliminate an aggravation- playtopus. Now it doesn't load onto my desktop. I see the icon in the tray. In Task Manager I see firefox listed as a process. But not an application.
    tks.

    Check this
    *http://kb.mozillazine.org/Firefox.exe_always_open
    *https://support.mozilla.org/en-US/kb/firefox-already-running-not-responding

  • "save optimized as" window in save for web shows desktop but not correct folder

    In "where", it shows desktop, with the icon of a folder, and not the name of the folder the picture is in, as is usual, if I cick on the pop down menu,{of the where field) at the bottom i am showing recent places in gray, and then the name of a folder which is on the desktop, but not the one the picture is in. I want to keep the picture in the same folder.
    I have been saving for web  no problem recently. i quit PS and shut the computer, nothing
    PS cs3 10 0 1
    in the save as window I have no problem

    There's another "drop down" in the save window. To the right of the file name (Save As: field), if you click that arrow, it will allow you to browse to ANY folder or location on the HD to save.

  • Windows XP - ok with 4.6.21 but not with 4.7.25 (getting_started example)

    I'm new to this.
    I have installled BD 4.7.25 and 4.6.21 from the msi onto my Windows XP (SP3) m/c
    When I compile the simple examples 'getting_started_examples' they
    work with 4.6.21 but not with 4.7.25
    The error happens in 4.7.25 when the dbp->open() is called:
    /* Now open the database */
    ret = dbp->open(dbp, /* Pointer to the database */
              NULL, /* Txn pointer */
              file_name, /* File name */
              NULL, /* Logical db name */
              DB_BTREE, /* Database type (using btree) */
              open_flags, /* Open flags */
              0); /* File mode. Using defaults */
    The error message is:
    illegal flag specified to DB_ENV->set_encrypt
    Any suggestions why this is happening?
    I am using lcc-win32 as the C compiler.
    Regards
    David

    Hi,
    You need to make sure you are using the dll of db4.7 rather than db4.6. Rebuild db4.7 dll and the example program, and make sure the db4.7 dll is used rather than that of db4.6.

  • IOS device streaming working perfect but f4m quit on PC's now.

    The first event I streamed tonight worked fine for an hour or so then it stopped being accessible from the web . I had no problem viewing the stream on mobile devices though. The log file shows these errors.
    2011-12-27 16:58:39 4172 (e)2611178 Error from libf4f.dll: Failed to swap in file 'C:\fmshome\livepkgr\streams\_definst_\bbc2011-BBC12\bbc2011-BBC12.bootstrap'. -
    2011-12-27 16:58:39 4172 (e)2611178 Error from libf4f.dll: Failed to swap in file 'C:\fmshome\livepkgr\streams\_definst_\bbc2011-BBC13\bbc2011-BBC13.bootstrap'. -
    2011-12-27 17:21:30 4172 (e)2611178 Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit. -
    2011-12-27 17:21:30 4172 (e)2611423 Failed to record bbc2011-BBC23 (Unknown Error). -
    I can see the three stream directories get created but only one of them has all the files- bootstrap,control,meta,f4f,f4x. The other two stream directories only contain a control file.
    The event is streaming perfectly on iOS devices but not on PC's. The stream starts for a second then stops and displays the message 'Unable to connect to the content you've requested'.
    Thanks,
    Dave

    Sir,
    Can you please elaborate about your set-up..
    1. How many streams you hosted.
    2. Number of stream per event.
    3. Number of subscribers were there...
    Did a reclick on play button solved the issue.. It is highly unlikely that if there are some serious publishing issues (like Error from libf4f.dll etc).. then playback will be ok on devices and not on PCs. Were device and PC at that time susbscribing to different rendentions (bit rate stream) of same stream. It may happen that, PCs might be attacking a rendetion of stream which has stopped because of some error, while device might be on a different multi-bit rate rendetion of same stream ( that might be fine).. More about this can be understood by looking at the Apache's access logs.

  • HT1451 I have a new computer with Windows 8.  My music transferred over, but not the playlists.  what to do?

    I have a new HP desktop computer with Windows 8.  My music transferred over just fine, but not the playlists.  How do I get back my playlists?

    PlaylistFan wrote:
    I agree- I am having the exact same issue- No matter hpw I try to export and import from the old to the new computers,
    You don't need to import/export anything.
    Simply copy the entire /Music/iTunes folder from old computer to /Music on new computer.
    On new computer, open iTunes.
    Voila! Everything is the same as old computer.

  • LENOVO U310, windows 7, SSD drive showing in bios but not in the disk management

    Hi,
    I recently installed windows 7.
    But after installing I found out the the computer is not waking from sleep. When I enter the password and press enter the screen becomes blank. I have to again restart the system.
    Doing some googling I found out that SSD drive does the caching when iRST is used.
    So I tried to look for SSD in the Disk management, But I can see only 1 500 GB HHD. It doesn't show the SSD drive.
    Even the Intel Rapid Storage technology is not detecting. It shows internal empty port 0.
    But when I checked in the BIOS, in the system information i can see the SSD mentioned.
    If any one of you have faced the same problem and/or know some work around then please help.
    Thanks,
    Sumit

    Sounds one of the following problems:
    1.) The drive is formatted MBR w/ win 8 features enabled / legacy disabled.
    2.) A "dynamic" drive is present.

  • Everything almost perfect, but.........

    CS 5 Suite is working fine and many other apps that were great in Lion work great in 10.8.
    I also had no problems with installation.
    But... only 2 things to complain about: one is that a desktop picture that was perfect in Lion, now lacks a little bit of resolution.
    I'm sure that this will be taken care of very soon as Apple always does.
    The other is that the whole system has slowed down a lot, and I mean a lot. So much so as to be able to notice for every task
    that I want the computer to, do the machine takes 3 to 4 times more time then before with Lion.
    My question is: APPLE, are you going to take care of this very soon?
    Thanks.
    Beltran

    Help with what?  If the WiFi radio is broken, there's nothing any of us on this forum can do help you.  Either go to Apple and pay for an out of warranty replacement, or find a 3rd party repair shop and get the phone repaired.

  • Managing Computers with 10.5 Server, but NOT managing Local accounts?

    I'll try my best to be clear here - I'm new to 10.5 Server and a functioning Open Directory environment! (formerly used 10.3 Server and never had the OD working).
    Environment:
    School (K-8), with old iMac G3's (10.3.9), eMacs (10.4.11) and a smattering of Mini's and iMacs (10.5.x).
    Server:
    10.5 Server, OpenDirectory and DNS appear to be working perfectly.
    User Accounts:
    Staff members have accounts for logging into sharepoints.
    No one (yet!) has server based home directories except a couple for testing.
    On each computer there is a "staff" account and a "student" account.
    These are LOCAL accounts, and do NOT have same-named accounts on the Server.
    I have bound client computers to the Server by OpenDirector
    dsconfigldap -v -f -a servername.domain.org -n configname -u diradmin -p adminpass
    Now comes the trouble;
    I have added the computers to the Workgroup Manager computers list.
    I have applied computer preference settings for the Energy Saver preferences ONLY. THey appear to have worked (managed computers slept/shut-down/started up according to the managed preference).
    NOW comes the real problem;
    The "staff" account on the managed computers is denying access to most applications on the computer!
    Note: this "Staff" account is local ONLY, and is NOT a server-hosted account.
    I have NOT tried to manage the computer preferences for applications on these computers.
    I can resolve the problem by unbinding the computer from the OD Server - but I'd prefer not to do that. I just got them all bound! And, it screws up my migration plan TOWARDS server-hosted home directories.
    I have tried managing application prefs for a COMPUTER, only to have both the STaff and Student account lose ALL of their local-only application managment settings (all of a sudden, Students can open terminal, grading programs, etc).
    I am obviously missing something!
    At this point, I'd like to back up... to NOT having my Server interfereing with the local accounts until I'm further along mapping out my migration from local-only accounts with file sharing access to Server hosted accounts and server managed preferences.
    (I will also admit I'm a bit confused about when to manage USER preferences, vs when to use managed COMPUTER preferences.).
    Tips appreciated!

    Your last question - using managed user vs. computer preferences got my attention. Mostly, I use Group managed preferences. I do use computer preferences for a laptop cart, other than that I use group preferences. Perhaps your situation calls for managing users, but using group preferences allows me to change the settings for a bunch of people all at once rather than changing settings for each user.
    In any event, check all the managed preferences for your computer level settings. And since you're using a 10.5 server, you have to check the settings for clients that are running 10.4 and earlier as well as the settings for 10.5 and later clients, as they are different.
    At the user level, if you have an OD account and a local account with the same name, the local account will determine what the user can do - I honestly don't know if managed computer prefs will override local settings, but you should look into it. This could be your problem.
    At the very least, you should avoid "testing" with systems that folks are using if you want to avoid the frustration that you are now encountering (speaking from experience i.e. similar mistakes, not preaching).

Maybe you are looking for