Launching and Managing Programs:
If you come from another window manager such as GNOME or KDE, you don't have to worry. All your GNOME, KDE, and xFce application will run fine. You can find your applications by right-clicking on the desktop and scrolling through the categories to find all installed applications (that WM knows about.) The categories you stored applications in GNOME or KDE are going to be different in WM however.
When you start a program an icon will appear at the bottom of the screen to represent it. If you minimize a window it will shrink down to an icon on the dock as well. If you want an icon to stay permanently on your screen after it is closed drag it either to the dock on the right or attacked to the clip in the upper-left corner. When you switch between workspaces the programs and applets on the dock on the right will stay on all spaces and the ones attached to the clip will only appear on their original workspace unless you right-click them and select "Omnipresent." The clip can also be set to collapse all icons attached to it. To launch a program, simply double click on it. To edit the command that it runs or its icon right-click the icon and select settings.
Auto-starting Programs and Commands with Window Maker:
Auto-starting programs, services, and commands is important to many people to save time every time they turn on their computer. Auto-starting some things, such as programs, are easy, while starting some other things are not obvious unless you know how to do it.
The easiest way to start all programs and services that were running at shutdown is when exiting Window Maker to check the "Save workspace state." Some people like all their old programs restarting up again when they turn their computer on again, but this isn't for everyone.
To autostart an application that is either in the dock or attached to the clip, right click it, select settings, and check "Start when Window Maker is started." Now each time you start up Window Maker this program will start automatically.
Starting services, general commands, and programs without an icon is a different matter. To do this you need to edit an autostart file. Open up your terminal and type in the following. If you don't have gedit then replace it with nano or your text editor of choice. ~ represents home. In the case of problems, try replacing this with the full address.
sudo gedit ~/GNUstep/Library/WindowMaker/autostart
Unless you edited this file before, it will likely be blank because it hasn't existed before. This is where you should enter any commands that you want to start when Window Maker starts. It is also a good idea to end the line (or put between commands on one line) the & symbol. In my experiences Window Maker does not start well without it. If you forget and Window Maker freezes when you start up you'll need to go in with another Window Manager or use nano in the terminal to fix it. If you use the docker applet with Window Maker to show GNOME or KDE status icons such as for the Network Manager or Gnome Power Manager, this is where they go. An example for starting the Network Manager Applet for Gnome and the Power Manager is bellow:
nm-applet &
gnome-power-manager &
Do this for any commands you want to startup automatically. In the case of these gnome services, if you have docker start up automatically by right-clicking it, selecting settings, and checking "Start when Window Maker is Started," then these gnome services will start all on their own you boot into Window Maker.
One last think to do is to make autostart executable. This involves changing the permissions. An easy way to allow Read/Write/Execute is to use the following command. It is important this script is executable! If it isn't done, then your commands will not start.
chmod 777 ~/GNUstep/Library/WindowMaker/autostart
Next time you restart your computer your commands in autostart and your applications you checked to start up should all begin automatically.
Published by Ryan Karolak
I'm a college student and am here on AC to share with the world my knowledge and perspective on the world. I'm also trying to make a little money to support my daily expenses. Thanks for visiting and I hope... View profile
- Independent Spiritual Movie Takes Film Maker to Himalayas and Back AgainThe story of an interesting independent film maker who takes the adventure of a life time in the Himalayas and films some of the holiest sites in the world.
- Krups Espresso Machine and Coffee Maker Review, Model: XP2070he Krups Espresso Machine and Coffee Maker, Model: XP2070 is the answer for many consumers who desire to make professional-quality coffees and espressos within their own home.
- Cuisinart Coffee-on-Demand 12-Cup Programmable Coffee Maker: ReviewThe Cuisinart Coffee-on-Demand 12-Cup Programmable Coffee Maker, Model: DCC-2000 is one of the most sophisticated, and highly celebrated, coffee makers on the market.
- Cuisinart Grind and Brew 12-Cup Automatic Coffee Maker Review, Model: DGB-700BCThe Cuisinart Grind-and-Brew 12-Cup Automatic Coffee Maker, Model: DGB-700BC is a perfect coffee maker for those who enjoy their morning cup of coffee without having to deal with a complex coffee maker.
Ubuntu Linux a Powerhouse OS for EveryoneUbuntu is a cost effective OS that everyone in the computer world can try and use with out any commitment. Using LiveCD technology allows you to try the OS and supporting softw...
- Black & Decker Programmable 12-Cup Coffee Maker Review, Model: DCM2500
- Mr. Coffee 4 Cup Coffee Maker Review
- Ubuntu Storms Linux Community
- Top Ten Applications Every Linux User Should Have
- How to Switch to the Window Maker Desktop in Ubuntu
- Nespresso Ezzenza Espresso Machine & Coffee Maker Review, Model: C100
- Cuisinart Brew Central 12-Cup Coffee Maker Review, Model: DCC-1200W
- Programs can nomally be started from the main menu when you right-click on the desktop
- Programs on the dock and clip can be started in their icon settings found by right-clicking on them
- Commands can be run at startup by editing an autostart file.




6 Comments
Post a CommentI'm not sure. I wrote this a long time ago. It might have been how I set up permissions. Any case I can't go back and edit this article.
Why would you sudo to edit your own file?
Bruce, you are right. It would be safer. I considered changing this a while ago, but because of how AC works, I can't edit this article after being published.
Please, not 'chmod 777'. Why make this file world-writable? Very bad habit. 'chmod 755' or 'chmod +x'
Sorry for taking so long to reply. Window Maker's workspaces can be set by right-clicking the desktop and going under the "workspaces" menu. This will allow you to create/destroy workspaces. They should stay after ending your session. You can have icons stay on the workspace they were created on or be pinned to be seen on all of them. This also should be remembered by Window Maker. I'm not aware of a command that you could put in your startup file to create a new workspace every time you start window maker. (being each time you log in, there is a new workspace... so if you had 3 workspaces before, now you'll have 4 next time you log in.) If I find or think of anything, I'll let you know.
Thanks for reading.
Thanks for this info. Do you know how to get WindowMaker to open a new workspace at startup?