Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - EZStreet

Pages: [1]
1
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 05:54:32 pm »
when I click the desktop shortcut it says this.

Untrusted application launcher
The application launcher "PlaneShift.desktop" has not been marked as trusted. If you do not know the source of this file, launching it may be unsafe.

Also when launching from Applications > Other > PlaneShift nothing happens.

2
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 05:39:04 pm »
Wow why wouldnt it let you know that it suceeded, like a confirmation or something, is all Linux stuff installed like this? It seems really hard.

I typed the code to check and got this...

cali@HomeLaptop:~$ ls -la /opt/PlaneShift
total 29236
drwxrwx---  9 cali cali     4096 2011-05-26 10:34 .
drwxr-xr-x  3 root root     4096 2011-05-26 10:34 ..
drwxrwx---  6 cali cali     4096 2011-05-26 10:34 art
drwxrwx--- 15 cali cali     4096 2011-05-26 10:34 data
drwxrwx---  2 cali cali     4096 2011-05-26 10:34 docs
drwxrwx---  5 cali cali     4096 2011-05-26 10:34 guide
drwxrwx--- 16 cali cali     4096 2011-05-26 10:34 lang
drwxrwx---  2 cali cali     4096 2011-05-26 10:34 libs
-rwxrwx---  1 cali cali      100 2011-02-27 09:28 psclient
-rwxrwx---  1 cali cali 18480676 2011-02-27 09:28 psclient.bin
-rwxrwx---  1 cali cali    18093 2011-02-27 09:28 psclient.cfg
-rwxrwx---  1 cali cali      100 2011-02-27 09:28 pslaunch
-rwxrwx---  1 cali cali  7030548 2011-02-27 09:28 pslaunch.bin
-rwxrwx---  1 cali cali      999 2011-02-27 09:28 pslaunch.cfg
drwxrwx---  3 cali cali     4096 2011-05-26 10:34 support
-rwx------  1 cali cali  4334938 2011-05-26 10:34 uninstall
-rwxrwx---  1 cali cali      206 2011-05-26 10:34 unscript.sh
-rwxrwx---  1 cali cali     6335 2011-02-27 09:28 updaterinfo.xml
-rwxrwx---  1 cali cali     2560 2011-02-27 09:28 vfs.cfg
cali@HomeLaptop:~$


Not sure what that meens.... how do I launch my game now.... (no wonder no one plays this threw linux)



Thanks to Gilrond for getting me this far.

3
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 05:33:48 pm »
cali@HomeLaptop:~$ sudo chown -R ${USER}:${USER} /opt/PlaneShift
[sudo] password for cali:
cali@HomeLaptop:~$


I enterd that..... then ask's for password...  enter that, then nothing happend

4
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 05:29:26 pm »
i copied and pasted what you wrote.... still nothing... again...


cali@HomeLaptop:~$ cali@HomeLaptop:~$ sudo chown -R ${cali}:${cali} /opt/PlaneShift
cali@HomeLaptop:~$: command not found
cali@HomeLaptop:~$



I also tried the other thing you wrote.....

cali@HomeLaptop:~$ cali@HomeLaptop:~$ sudo chown -R ${cali}:${cali} /opt/PlaneShift
cali@HomeLaptop:~$: command not found
cali@HomeLaptop:~$ sudo chown -R ${USER}:${USER} /opt/PlaneShift
[sudo] password for cali:
cali@HomeLaptop:~$ sudo chown -R ${USER}:${USER} /opt/PlaneShift
cali@HomeLaptop:~$ sudo chown -R ${USER}:${USER} /opt/PlaneShift
cali@HomeLaptop:~$


5
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 05:24:16 pm »
uhg......

cali@HomeLaptop:~$ whoami
cali
cali@HomeLaptop:~$ echo $USER
cali
cali@HomeLaptop:~$ sudo chown -R ${cali}:${cali} /opt/PlaneShift
[sudo] password for cali:
cali@HomeLaptop:~$ sudo chown -R ${cali}:${cali} /opt/PlaneShift
cali@HomeLaptop:~$


still nothing....


Why do I have to use this damm terminal, why cant I just unpack and install....

I enter "sudo chown -R Cali /opt/PlaneShift/" and literally nothing happens.... why does this not SAY WIHAT ACTION IT WILL TAKE! 

6
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 04:53:59 pm »
I do belive I said I am SUPER NEW TO LINUX  so these instructions you are giving are kinda confusing. just linking me to a bunch of forum post wont help.

I see you want me to change permisiions?  aparently with a code like this? sudo chown -R your_username_here:users /opt/PlaneShift/  
I have tried this but it dosnt seem to work.


cali@HomeLaptop:~$ sudo ./PlaneShift-v0.5.6-x86.bin


(main.tcl:5617): Gdk-WARNING **: gdk_window_set_icon_list: icons too large
cali@HomeLaptop:~$
cali@HomeLaptop:~$ sudo chmod +x PlaneShift-v0.5.6-x86.bin
cali@HomeLaptop:~$ chmod +x PlaneShift-v0.5.6-x86.bin
cali@HomeLaptop:~$
cali@HomeLaptop:~$
cali@HomeLaptop:~$
cali@HomeLaptop:~$
cali@HomeLaptop:~$ /sudo chown -R cali@homelaptop /opt/Planeshift/
bash: /sudo: No such file or directory
cali@HomeLaptop:~$ /opt/PlaneShift/psclient
bash: /opt/PlaneShift/psclient: Permission denied
cali@HomeLaptop:~$ sudo chmod a+rx /usr/share/applications/planeshift*.desktop
cali@HomeLaptop:~$ /opt/PlaneShift/psclient
bash: /opt/PlaneShift/psclient: Permission denied
cali@HomeLaptop:~$ sudo chown -R Cali /opt/PlaneShift/
chown: invalid user: `Cali'
cali@HomeLaptop:~$ sudo chown -R cali@HomeLaptop /opt/PlaneShift/
chown: invalid user: `cali@HomeLaptop'
cali@HomeLaptop:~$


ONCE AGAIN I HAVE NO IDEA HOW TO DO THIS PLEASE GIVE SPECIFIC INSTRUCTIONS!  ( Why the hell is is so F**KING Hard to Install this)

7
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 04:40:11 pm »
You say it is on the desktop so you need to be in the desktop folder.
Code: [Select]
cd Desktopthen follow instructions.
Alternatively you could move in into your home folder .

The snippets you posted indicate you are in the home directory.
from that directory you can
Code: [Select]
mv Desktop/PlaneShift-v0.5.6-x86.bin ./but it is probably easier to do that with the file manager whichever it is. You can probably do it by right clicking on the file on your desktop and choosing 'move to' from the context menu.


So I moved the file into the Home folder because what you said about the desktop made sense to me, so after moving to home folder I tried the same Chmod and Sudo code's both seemed to do nothing when entered.  I enterd both again a second time, this time the sudo code didnt nothing again but the Chmod code did run the installer finally. however after i installed the game now when I go to Applications > Other > Plane Shift it gives me this; 

"Could not launch 'PlaneShift'     Failed to execute child process "/opt/PlaneShift/pslaunch" (Permission denied)"

8
Linux Specific Issues / Re: Trying to Install....Problems
« on: May 26, 2011, 04:35:57 pm »
if you want to change permissions you have to use sudo command:
cali@HomeLaptop:~$ sudo chmod +x PlaneShift-v0.5.6-x86.bin

This did literally nothing.......



9
Linux Specific Issues / Trying to Install....Problems
« on: May 26, 2011, 06:30:02 am »
Ok so I downloaded the new PS file for linux but I cant get it to do anything.
it is named   PlaneShift-v0.5.6-x86.bin  and located on my desktop.
I try to use the suggested commands but nothing happens.... here is the terminal I see.

cali@HomeLaptop:~$ chmod +x PlaneShift-v0.5.6-x86.bin
chmod: cannot access `PlaneShift-v0.5.6-x86.bin': No such file or directory
cali@HomeLaptop:~$ sudo ./PlaneShift-v0.5.6-x86.bin
[sudo] password for cali:
sudo: ./PlaneShift-v0.5.6-x86.bin: command not found


I am really new to Linux and Ubuntu so when giving advice please assume I know how to do nothing except open the terminal.

Pages: [1]