How to run java as the GUI instead of the default gui?

Hi,

If you are using Angstrom I believe if you look around /etc/systemd/system/graphical.target.wants you can remove the sym link : gdm.service → /lib/systemd/system/gdm.service this should do it.

Can you share your project, does sound like fun. We need more fun!

David

Hi,

If you are using Angstrom I believe if you look around /etc/systemd/system/graphical.target.wants you can remove the sym link : gdm.service -> /lib/systemd/system/gdm.service this should do it.

Can you share your project, does sound like fun. We need more fun!

Or the proper way:
  systemctl disable gdm.service

Thanks Koen, That helps me understand whats going on. That makes much more sense now.

David