windowmaker and gworkspace

I forgot: run wmaker.inst as your normal user in a terminal before starting windowmaker for the first time. This command creates the appropriate directories and files in your user's /home for windowmaker.
 
Hello I have just compiled x11-wm/windowmaker and deskutils/gworkspace and x11/terminal.app it said deskutils/gworkspace and x11/terminal.app are installed, however I can't find them and don't know how to get x11-wm/windowmaker to automatically start deskutils/gworkspace. Is someone able to point me in the right direction?
You can always list all package files with
% [b]pkg inf -l[/b] deskutils/gworkspace
Code:
gworkspace-0.9.3_1:
        [b]/usr/local/GNUstep/System/Applications/GWorkspace.app/GWorkspace[/b]
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/BrasilPortuguese.lproj/Localizable.strings
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/CellHighlight_osx.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/ComputeSize.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/ComputeSize_dimm.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/Date-0.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/Date-1.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/Date-2.tiff
        /usr/local/GNUstep/System/Applications/GWorkspace.app/Resources/Date-3.tiff...

To autostart any Window Maker application, you need to add the line to $HOME/GNUstep/Library/WindowMaker/autostart.
For example:
Code:
compton &
pidgin &
clipit &

Or just save session on exit.
 
Back
Top