ade
|
2011-05-01
, 20:34
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#21
|
The Following User Says Thank You to ade For This Useful Post: | ||
|
2011-05-02
, 08:34
|
Posts: 173 |
Thanked: 21 times |
Joined on Sep 2010
@ Rio de Janeiro
|
#22
|
|
2011-05-05
, 22:18
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#23
|
The Following User Says Thank You to ade For This Useful Post: | ||
|
2011-05-06
, 01:42
|
Posts: 371 |
Thanked: 252 times |
Joined on Nov 2010
|
#24
|
dpkg: error processing gngeo-gui_0.0.1-1_armel.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
gngeo-gui_0.0.1-1_armel.deb
|
2011-05-06
, 03:38
|
Posts: 173 |
Thanked: 21 times |
Joined on Sep 2010
@ Rio de Janeiro
|
#25
|
|
2011-05-06
, 08:31
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#26
|
can`t install the gui. seems to be missing dependencies. tried through xterm too with the commands in the first page and it still won´t install.
pkg: error processing gngeo-gui_0.0.1-1_armel.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
gngeo-gui_0.0.1-1_armel.deb
The Following User Says Thank You to ade For This Useful Post: | ||
|
2011-05-06
, 13:17
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#27
|
|
2011-05-06
, 17:13
|
|
Posts: 400 |
Thanked: 76 times |
Joined on Nov 2009
@ uk
|
#28
|
The Following User Says Thank You to Kevstacey For This Useful Post: | ||
|
2011-05-06
, 17:53
|
|
Posts: 1,034 |
Thanked: 784 times |
Joined on Dec 2007
@ Annapolis, MD
|
#29
|
im getting an error:
cannot write /home/user/.gngeo/gngeorc.old
when trying to save settings, any help appreciated cheers
The Following User Says Thank You to cddiede For This Useful Post: | ||
|
2011-05-06
, 19:57
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#30
|
In the xterm type:
cd /home/user/.gngeo
Then type:
ls -al | grep gngeorc
Look for the gngeorc.old file. See if it's owned by user or root. If it's owned by root, become root with the sudo gainroot command, cd back to the .gngeo directory, and type:
chown user gngeorc.old
and for good measure, type:
chmod 755 gngeorc.old
In the off chance that your entire .gngeo directory is owned by root (can happen if you run gngeo for the first time as root), just delete the directory and re-start gngeo-gui by tapping on the icon. You'll have to punch all of your settings back in, but your permissions will be fixed.
The Following 2 Users Say Thank You to ade For This Useful Post: | ||