Hi Nathan,
I have the following in .profile:
source /usr/GNUstep/System/Library/Makefiles/GNUstep.sh
gdnc
and .xsessionrc on Ubuntu:
#!/bin/sh
exec wmaker &
gpbs
xterm &
openapp GWorkspace.app
This is working for me. Though I don’t know if this is ideal at least it works
for me.
Kind regards,
Lars
> Am 19.08.2025 um 01:14 schrieb Nathan Koch <[email protected]>:
>
> Hello,
>
> I was wondering what's the appropriate mechanic for starting gnustep on
> OpenBSD. My .xsession looks as such.
>
> ##GNUStep
> . /usr/local/share/GNUstep/Makefiles/GNUstep.sh &
> gdnc &
> gpbs &
> make_services
> ##
>
> Still to no avail. Was wondering the proper way of starting it?
>
>
> Nate
>
>