![]() |
|
12-07-2012
|
1 |
|
Related Pirate
Join Date: Sep 2012
Location: California, US
Posts: 447
|
Graal on Ubuntu 12.10
I have received a new laptop recently and I'm running Ubuntu 12.10 on it. I tried downloading Graal for Linux and running it with "OpenJDK Java 6 Runtime" it wouldn't run so I downloaded the Windows version for it and tried to run it with "Wine Windows Installer" and it would stop me with an error after I pressed "Install". Anyone got any tips for me to run it on Ubuntu 12.10? (and yes I have used Wine before and it ran RuneScape for Windows perfectly)
|
|
12-07-2012
|
2 |
|
Registered User
Join Date: Apr 2012
Posts: 347
|
install windows
|
|
12-07-2012
|
3 |
|
Registered User
Join Date: Dec 2011
Location: Blacksburg, Virginia
Posts: 5,459
|
Opening it with Java?
|
|
12-07-2012
|
4 |
|
Related Pirate
Join Date: Sep 2012
Location: California, US
Posts: 447
|
Actually thanks to those two who commented but right after I put this thread up I messed around with the file and found out that if you open the windows file and don't tell it to make a desktop icon it'll load perfectly; it makes you use the setup icon as your home icon
|
|
12-07-2012
|
5 |
|
Registered User
Join Date: Apr 2016
Location: Testbed
Posts: 604
|
For future information, Graal is not reliant on Java at all. Generally it will run as is but at times, it may require the occassional additional library download. To find out which, try running Graal from console (e.g. from Bash) and the output should advise which libraries you need.
|
|
12-08-2012
|
6 |
|
299,792,458 m/s
Join Date: Mar 2012
Location: Lebanon
Posts: 3,581
|
Put Graal on your desktop, you must have small knowledge with terminal then open terminal : PHP Code:
PHP Code:
PHP Code:
[/PHP] |
|
12-08-2012
|
7 |
|
Elder ✔️
Join Date: Oct 2012
Posts: 2,286
|
It's all Greek to me
|
|
12-08-2012
|
8 | |
|
Related Pirate
Join Date: Sep 2012
Location: California, US
Posts: 447
|
Wow John, looks like you have adequate knowledge of Linux, thanks I'll try that and see if it runs better than PlayerWorlds on Wine
|
|
|
12-08-2012
|
9 |
|
Imperim Co-owner
Join Date: Jul 2012
Location: Sweden
Posts: 155
|
"sudo apt-get install getlibs" maybe? I haven't used getlibs before, but if it's available on the ubuntu repos you can download it like that.
|
|
12-09-2012
|
10 |
|
Registered User
Join Date: Apr 2012
Location: St. Louis, MO
Posts: 286
|
or you can just 'echo i am a noob | wall && rm -rf /' and run your windows platform, gimp is a free download for windows as well. GUI based Linux will never get you anywhere .Sorry! Couldn't resist.. |
|
12-09-2012
|
11 | |
|
299,792,458 m/s
Join Date: Mar 2012
Location: Lebanon
Posts: 3,581
|
PHP Code:
PHP Code:
|
|
|
12-09-2012
|
12 |
|
Registered User
Join Date: Aug 2011
Location: En La Caja
Posts: 1,679
|
Well I mean, it tells you what you need to gather if you do this, too: PHP Code:
Now, change the pointed directory to where Graal is located. PHP Code:
PHP Code:
Remember: Do not boot Graal like this after the dependencies have been installed, as it will lock the ~/.graal/graal4 directory to the root user, allowing no changes/executions from regular users. (it chmods it to 755 for root, thus not allowing anyone else to do anything.) Edit: I wish Stefan would just pack it into a simple deb so you could do sudo dpkg -i Graal.deb and it would just state what you need to install from Synaptic and this could all be done with. |
|
12-10-2012
|
13 |
|
Registered User
Join Date: Apr 2016
Location: Testbed
Posts: 604
|
getlibs is available on the Ubuntu repos now? I thought the dropped it :o If it's there, use it! It will attempt to run a program and determine every single download needed to run the application. |