Arrozyamani
Joined: May 07, 2020
|
  Posted:
May 10, 2020 - 00:24 |
|
you need icedtea for easy mode =)
step 1)
create a little script in /some/where/
in my case /home/me/bin/javaws
i named javaws
#!/bin/bash
unset -v GNOME_DESKTOP_SESSION_ID
javaws "$@"
sudo chmod 755 javaws
step 2)
cd /usr/share/applications
sudo nano icedtea-netx-javaws.desktop
##edit Exec= line with###
Exec=/home/me/bin/javaws %u
save
and enjoy =)
run in ubuntu 20.04 |
|
|
Muff2n
Joined: May 20, 2017
|
  Posted:
Mar 21, 2021 - 16:46 |
|
Thank you for this - working well for me. |
|
|
Subs
Joined: Jun 12, 2013
|
  Posted:
Mar 28, 2021 - 23:45 |
|
Thx again! This is a great fix! |
|
|
DonnyRainboe
Joined: Sep 13, 2011
|
  Posted:
Mar 29, 2021 - 01:14 |
|
I know I should know what ubuntuu is but I've had way to much to drink and it reminded me of my coding days where I could name classes after historical classic heros so long as the name had'nt been taken by anyone else working on the game.
I was Java script tester and not a very good one either.
But I wasn't at university to study at that stage of my life. |
|
|
Redhammer_the_Old
Joined: Aug 29, 2005
|
  Posted:
Oct 16, 2021 - 19:29 |
|
Sorry does not work for me - when I am about to start the game I get a little status bar at the bottom that looks like a taskbar and includes a start game "button" for a the pop-up window.
Any ideas Ubuntu 21.10 gnome 40 icedtea-netx 1.8.4
thanks |
_________________ Ouch that hurt. |
|
Redhammer_the_Old
Joined: Aug 29, 2005
|
  Posted:
Nov 01, 2021 - 22:17 |
|
Redhammer_the_Old wrote: | Sorry does not work for me - when I am about to start the game I get a little status bar at the bottom that looks like a taskbar and includes a start game "button" for a the pop-up window.
Any ideas Ubuntu 21.10 gnome 40 icedtea-netx 1.8.4
thanks |
I tried the fix on 20.04 version again and that worked, so its something to do with either gnome 40 and/or wayland |
_________________ Ouch that hurt. |
|