Notices


Reply
Thread Tools
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#51
You only have to find out where it is.. :-)
Then you put yourself in /home/user, that's where you are whenever you open a new xterm, or whenever you just enter 'cd' in an xterm.
Then specify the path to where the file is, e.g. tar zxvf MyDocs/sheep.tar or MyDocs/.documents/sheep.tar (you see, I don't know exactly which path is used for mass storage, I haven't used it). You can always find it with
find . -name sheep.tar
in an xterm.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
RevdKathy's Avatar
Posts: 2,173 | Thanked: 2,678 times | Joined on Oct 2009 @ Cornwall, UK
#52
Originally Posted by TA-t3 View Post
You only have to find out where it is.. :-)
Then you put yourself in /home/user, that's where you are whenever you open a new xterm, or whenever you just enter 'cd' in an xterm.
Then specify the path to where the file is, e.g. tar zxvf MyDocs/sheep.tar or MyDocs/.documents/sheep.tar (you see, I don't know exactly which path is used for mass storage, I haven't used it). You can always find it with
find . -name sheep.tar
in an xterm.
Sorry - this is only my second ever venture into xteminal. Yeah, I really AM that much of a n00b!

I got as far as opening it, but I get 'permission denied'. I'm obviously doing something very stupid.
__________________
Hi! I'm Kathy and I'm a Maemo Greeter! Welcome.
Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
Did you know Meego.com has forums too?
 
hopbeat's Avatar
Posts: 516 | Thanked: 643 times | Joined on Oct 2009 @ Denmark/Poland
#53
Sorry, I'm stupid...
Here is the package:

http://www.student.dtu.dk/~s081608/s....0.1_armel.deb

download it somewhere, copy to the device.
Go to Terminal.
Gain root.
Go to the directory, where the package is.

Do

Code:
dpkg -i sheep_0.0.1_armel.deb
You can now exit root (just type 'exit').
Type 'sheep'.
It should work

To remove (as root):

Code:
apt-get remove sheep
__________________
Hi! I'm a Maemo Greeter!
Witaj na talk.maemo.org!

Useful links for newcomers:
Użyteczne linki:
Nowi użyktownicy mówią cześć | New members say hello , Tu zaczynają nowi użytkownicy | New users start here, Podforum społeczności | Community subforum, Wiki dla początkujących | Beginners' wiki page, Maemo5 101, Często zadawane pytania | Frequently Asked Questions (FAQ), Google

Jeżeli mogę w czymś pomóc, pytaj!
If I can help with anything else, just ask!

Bored? Follow me
 

The Following User Says Thank You to hopbeat For This Useful Post:
casper27's Avatar
Posts: 844 | Thanked: 521 times | Joined on Jan 2009 @ UK southampton
#54
try executing

chmod 777 sheep_pack

This should allow you to open it.
 
hopbeat's Avatar
Posts: 516 | Thanked: 643 times | Joined on Oct 2009 @ Denmark/Poland
#55
@rcull, could you elaborate on those directions? Is it up and down (it can seem tricky)?
__________________
Hi! I'm a Maemo Greeter!
Witaj na talk.maemo.org!

Useful links for newcomers:
Użyteczne linki:
Nowi użyktownicy mówią cześć | New members say hello , Tu zaczynają nowi użytkownicy | New users start here, Podforum społeczności | Community subforum, Wiki dla początkujących | Beginners' wiki page, Maemo5 101, Często zadawane pytania | Frequently Asked Questions (FAQ), Google

Jeżeli mogę w czymś pomóc, pytaj!
If I can help with anything else, just ask!

Bored? Follow me
 
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#56
Ok, I'm not sure exactly what you did - what do you mean by 'opening' it?

The steps are:
1: Download the file, e.g. to your PC
2: Copy it to the N900. I _think_ it will end up in /home/user/MyDocs/ then.
3: Open an xterm
4: There should now be a file /home/user/MyDocs/sheep.tar, you can check with
Code:
ls -l MyDocs/sheep.tar
5: Unpack it with the command
Code:
tar zxvf MyDocs/sheep.tar
6: Run the program with
Code:
cd sheep_pack
./sheep
(Note leading '.' in ./sheep)

EDIT: hopbeat beat me to it with a proper .deb package.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
 
rcull's Avatar
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#57
Hopbeat

As I said it might be just my expectations but if I tilt the 900 forward I would expect the attractor to move forwards not backwards ( roll down the slope as it were ) the same with tilting left and right.

I'm surre I could eventually get used to it but it all seem diametrically opposite to what I instinctively expect.

Rick
__________________
Class .. : Power User,Tester,Apprentice Developer
Humor .. : [#####-----] Alignment: Gadget Junky,Grumpy old man
Patience : [##########] Weapon(s): Indifference
Agro ... : |##--------] Relic(s) : 770,N800,eee

 

The Following User Says Thank You to rcull For This Useful Post:
RevdKathy's Avatar
Posts: 2,173 | Thanked: 2,678 times | Joined on Oct 2009 @ Cornwall, UK
#58
./sheep: error while loading shared libraries: libQtGui.so.4 cannot open shared objec file: No such file or directory
~sheep_pack

(This may be terribly annoying for you but it's actually quite exciting for me... I'm actually working in Xterminal! )
Attached Images
 
__________________
Hi! I'm Kathy and I'm a Maemo Greeter! Welcome.
Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
Did you know Meego.com has forums too?
 
hopbeat's Avatar
Posts: 516 | Thanked: 643 times | Joined on Oct 2009 @ Denmark/Poland
#59
@RevdKathy

gain root and do
Code:
apt-get install libqt4-gui
This should fix the problem.

I know that it should be done through repo, but I just wanted to share how it looks right now and where it goes.
__________________
Hi! I'm a Maemo Greeter!
Witaj na talk.maemo.org!

Useful links for newcomers:
Użyteczne linki:
Nowi użyktownicy mówią cześć | New members say hello , Tu zaczynają nowi użytkownicy | New users start here, Podforum społeczności | Community subforum, Wiki dla początkujących | Beginners' wiki page, Maemo5 101, Często zadawane pytania | Frequently Asked Questions (FAQ), Google

Jeżeli mogę w czymś pomóc, pytaj!
If I can help with anything else, just ask!

Bored? Follow me
 

The Following User Says Thank You to hopbeat For This Useful Post:
RevdKathy's Avatar
Posts: 2,173 | Thanked: 2,678 times | Joined on Oct 2009 @ Cornwall, UK
#60
Originally Posted by hopbeat View Post
@RevdKathy

gain root and do
Code:
apt-get install libqt4-gui
This should fix the problem.

I know that it should be done through repo, but I just wanted to share how it looks right now and where it goes.
Ummm it won't let me do that, either. I suspect there are basic tools I don't have dlownloaded.

Now you're sorry you let yourself get talked into this by someone who knows ZILCH about code, aren't you. *sigh*

I want to see SHEEP! (Sobs)
Attached Images
 
__________________
Hi! I'm Kathy and I'm a Maemo Greeter! Welcome.
Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
Did you know Meego.com has forums too?
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:41.