![]() |
2011-05-06
, 22:11
|
Banned |
Posts: 726 |
Thanked: 497 times |
Joined on Aug 2010
@ Gravesend, UK
|
#41
|
![]() |
2011-05-06
, 22:23
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#42
|
im not too sure how to run from command so not too sure why it wont run from gui
how do i run from xterm?
sorry for being a noob
thanks for the help
The Following User Says Thank You to ade For This Useful Post: | ||
![]() |
2011-05-06
, 22:47
|
|
Posts: 400 |
Thanked: 76 times |
Joined on Nov 2009
@ uk
|
#43
|
![]() |
2011-05-06
, 23:10
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#44
|
still no joy
tried running from xterm like:
/opt/gngeo/bin/gngeo
/home/user/MyDocs/aof.zip
but get permission denied
![]() |
2011-05-07
, 03:39
|
Posts: 371 |
Thanked: 252 times |
Joined on Nov 2010
|
#45
|
Acidspunk,
This does not look like any issue regarding the package, but simply an issue of not executing the command in the right directory. Dpkg is just saying it cannot find gngeo-gui_0.0.1-1_armel.deb.
So make sure you are in the same directory where gngeo-gui_0.0.1-1_armel.deb is placed (via "cd") and then executed the command again. Please let me know if it helped, and if not, upload the exact commands you gave and the errors you encounter.
Unpacking gngeo-gui (from gngeo-gui_0.0.1-1_armel.deb) ...
dpkg: dependency problems prevent configuration of gngeo-gui:
gngeo-gui depends on python-pyside.qtgui; however:
Package python-pyside.qtgui is not installed.
gngeo-gui depends on python-pyside.qtcore; however:
Package python-pyside.qtcore is not installed.
dpkg: error processing gngeo-gui (--install):
dependency problems - leaving unconfigured
![]() |
2011-05-07
, 06:59
|
Posts: 173 |
Thanked: 21 times |
Joined on Sep 2010
@ Rio de Janeiro
|
#46
|
![]() |
2011-05-07
, 08:00
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#47
|
Ok so in terminal I typed
sudo gainroot
then cd MyDocs
and then dpkg -i gngeo-gui_0.0.1-1_armel.deb
what I got was this
Unpacking gngeo-gui (from gngeo-gui_0.0.1-1_armel.deb) ...
dpkg: dependency problems prevent configuration of gngeo-gui:
gngeo-gui depends on python-pyside.qtgui; however:
Package python-pyside.qtgui is not installed.
gngeo-gui depends on python-pyside.qtcore; however:
Package python-pyside.qtcore is not installed.
dpkg: error processing gngeo-gui (--install):
dependency problems - leaving unconfigured
![]() |
2011-05-07
, 08:49
|
|
Posts: 400 |
Thanked: 76 times |
Joined on Nov 2009
@ uk
|
#48
|
The call is in a correct way if it is done in one line.
If you just enter /opt/gngeo/bin/gngeo, does it give a help page, or a permission denied?
I cannot imagine /home/user/MyDocs/aof.zip will have permission issues. Just entering /home/user/MyDocs/aof.zip will give a permission denied, because it is not executable.
So the call in one line must be: /opt/gngeo/bin/gngeo /home/user/MyDocs/aof.zip
![]() |
2011-05-07
, 10:10
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#49
|
if i type /opt/gngeo/bin/gngeo and press enter, the help menu comes up, followed by
/home/user/MyDocs/aof.zip, i get permission denied
if i type /opt/gngeo/bin/gngeo /home/user/MyDocs/aof.zip all as one line i get 'unknown or unsupported romset'
cheers for all the help ade
![]() |
2011-05-07
, 10:52
|
Posts: 2 |
Thanked: 0 times |
Joined on Mar 2011
|
#50
|