Notices


Reply
Thread Tools
Posts: 889 | Thanked: 537 times | Joined on Mar 2010 @ scotland
#31
Originally Posted by richard.lawry View Post
sorry subcore, as i told you i am new to XTerm
when type the second command it gives some error that file cannot be found...
can u make a simple file so that clicking on it it will automaticaly start installation process
make sure the downloaded file is in MyDocs (main n900 memory) not in a folder, OR amend the command to point to wherever u saved the file to.
__________________
sarcasm may be the lowest form of wit, but its the only wit i have.

its a sad day when i can't slip at least one hitchhiker reference in somewhere.
 
Banned | Posts: 388 | Thanked: 57 times | Joined on Mar 2010
#32
Originally Posted by SubCore View Post
download the file and put it on your N900's memory.
then start XTerm and execute these commands:
Code:
cd /home/user/MyDocs
tar -xzvf Doktu.tar.gz
cp Doktu /home/user
chmod +x /home/user/Doktu
then you can start the program by typing
Code:
/home/user/Doktu
Doktu should read as Dukto. o and u switch place.

./Dukto
-sh: ./Dukto: Permission denied error

When I run it as root:

sh Dukto

gives me
Dukto: line 1: syntax error: word unexpected (expecting ")")

Any extra dependency required to be installed?
 
colm.smyth's Avatar
Posts: 334 | Thanked: 94 times | Joined on May 2010 @ Ireland
#33
this a brilliant thread all, just goes to show where an idea can be taken, well done to the OP and especially to SubCore for doing this, cant wait for this to be in the repositories.

Please keep this thread going all
__________________
Ireland's Technology Blog
 
Posts: 39 | Thanked: 6 times | Joined on Dec 2010
#34
Originally Posted by gsever View Post
Doktu should read as Dukto. o and u switch place.

./Dukto
-sh: ./Dukto: Permission denied error

When I run it as root:

sh Dukto

gives me
Dukto: line 1: syntax error: word unexpected (expecting ")")

Any extra dependency required to be installed?
wollaah....... its working now
thanks for the spelling correction GSEVER i was totally clueless as if why its not working just didn't knew that there was a spelling mistake
thanks for all and especially SUBCORE

Last edited by richard.lawry; 2010-12-16 at 00:20.
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#35
Originally Posted by travla View Post
Just had a bit of a read up on woof, man, it looks awesome. There is no UI, but simple and complete.

How hard would it be to wrap a UI around the woof python script?
What do you mean by wrap a UI? You mean to start it? I personally have it setup as an alias in the terminal. But there's nothing stopping you from putting it as a Queen Beecon Widget, shortcutd, etc..

I then just use the personal IP address to figure out my IP. Alternatively if you have a service that resolves your external IP to a domain name, then you can just go to that one.I personally prefer using this since all you need for anyone to upload a file is a web browser.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 
travla's Avatar
Posts: 397 | Thanked: 241 times | Joined on Mar 2010 @ Melbourne, Australia
#36
Originally Posted by Laughing Man View Post
What do you mean by wrap a UI? You mean to start it? I personally have it setup as an alias in the terminal. But there's nothing stopping you from putting it as a Queen Beecon Widget, shortcutd, etc..

I then just use the personal IP address to figure out my IP. Alternatively if you have a service that resolves your external IP to a domain name, then you can just go to that one.I personally prefer using this since all you need for anyone to upload a file is a web browser.
Okay, sorry I wasn't clearer, my bad.

Given, starting it with a desktop icon is not too difficult, using a tool such as QBW. But from what I can tell you need to specify a file, and there are user option switches at the command line too (compression type, IP, Port etc.). It would be nice if the python script downloadable via http://www.home.unix-ag.org/simon/woof.html could be "part of" an installable application. Such an application would have a user interface, which would allow you to browse to a file, set the port and IP numbers, specify compression method etc.

Hope this makes sense now, not sure how much clearer I can be.

Regards,

travla
 
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#37
Originally Posted by gsever View Post
Doktu should read as Dukto. o and u switch place.

./Dukto
-sh: ./Dukto: Permission denied error

When I run it as root:

sh Dukto

gives me
Dukto: line 1: syntax error: word unexpected (expecting ")")

Any extra dependency required to be installed?
i don't think so... here's the output of "ldd Dukto":
Code:
	libQtBearer.so.1 => /usr/lib/libQtBearer.so.1 (0x40025000)
	libQtSystemInfo.so.1 => /usr/lib/libQtSystemInfo.so.1 (0x40065000)
	libQtGui.so.4 => /usr/lib/libQtGui.so.4 (0x400c5000)
	libQtNetwork.so.4 => /usr/lib/libQtNetwork.so.4 (0x40be3000)
	libQtDBus.so.4 => /usr/lib/libQtDBus.so.4 (0x40d40000)
	libQtXml.so.4 => /usr/lib/libQtXml.so.4 (0x40de3000)
	libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0x40e3b000)
	libpthread.so.0 => /lib/libpthread.so.0 (0x41135000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x41155000)
	libm.so.6 => /lib/libm.so.6 (0x41236000)
	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x412ac000)
	libc.so.6 => /lib/libc.so.6 (0x412be000)
	libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x413e3000)
	libdbus-glib-1.so.2 => /usr/lib/libdbus-glib-1.so.2 (0x41407000)
	libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x4142a000)
	libconninet.so.0 => /usr/lib/libconninet.so.0 (0x4146b000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x41494000)
	libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x414d1000)
	libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x41b78000)
	libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x415ad000)
	librt.so.1 => /lib/librt.so.1 (0x415b9000)
	libpng12.so.0 => /usr/lib/libpng12.so.0 (0x415c8000)
	libz.so.1 => /usr/lib/libz.so.1 (0x415f0000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x41750000)
	libEGL.so => /usr/lib/libEGL.so (0x41608000)
	libSM.so.6 => /usr/lib/libSM.so.6 (0x44e68000)
	libICE.so.6 => /usr/lib/libICE.so.6 (0x44d28000)
	libXrender.so.1 => /usr/lib/libXrender.so.1 (0x41988000)
	libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x417c8000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x41968000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x41612000)
	libdl.so.2 => /lib/libdl.so.2 (0x41701000)
	/lib/ld-linux.so.3 (0x40000000)
	libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x4170c000)
	libgq-gconf.so.0 => /usr/lib/libgq-gconf.so.0 (0x41717000)
	libconnsettings.so.0 => /usr/lib/libconnsettings.so.0 (0x41720000)
	libIMGegl.so => /usr/lib/libIMGegl.so (0x4172d000)
	libexpat.so.1 => /usr/lib/libexpat.so.1 (0x417f1000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x41742000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x41817000)
	libsrv_um.so => /usr/lib/libsrv_um.so (0x41823000)
all of these should be standard IMO...

are you sure you made it executable? without the +x flag, you get "Permission denied", so it's probably that...
and it's not a shell script, so "sh Dukto" won't work.
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg
 
Banned | Posts: 388 | Thanked: 57 times | Joined on Mar 2010
#38
@SubCore,

I can't seem to give exec permission by chmod +x Dukto, either in user or root mode. The command runs but ls -l Dukto doesn't show x in the listing. Very interesting. Any ideas?
 
Posts: 73 | Thanked: 141 times | Joined on Oct 2010
#39
I wrote to the developer and waiting to give me the permission to use his name and version of the software in a package, I've created a .deb for easy installation and have a launcher in the menu

Install whit dpkg

root
cd /home/user/MyDocs (if you download the package in MyDocs)
dpkg -i dukto.deb


Done
Attached Files
File Type: deb dukto.deb (64.6 KB, 177 views)
 

The Following 7 Users Say Thank You to Veleno For This Useful Post:
Posts: 39 | Thanked: 6 times | Joined on Dec 2010
#40
Originally Posted by Veleno View Post
I wrote to the developer and waiting to give me the permission to use his name and version of the software in a package, I've created a .deb for easy installation and have a launcher in the menu

Install whit dpkg

root
cd /home/user/MyDocs (if you download the package in MyDocs)
dpkg -i dukto.deb


Done
hey veleno thanks for the amazing work you've done...
 
Reply

Tags
file transfer


 
Forum Jump


All times are GMT. The time now is 13:38.