maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   [Maemo 5] File manager only sees MyDocs. Is there a better file manager? (https://talk.maemo.org/showthread.php?t=35490)

les_garten 2010-03-12 18:29

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by Corso85 (Post 565117)
nice find spain! i like this prog. using it now.

It is real nice, but it needs it's privileges elevated.

Here's the Link for folks that want to try it out:

https://garage.maemo.org/projects/homunculus/

RobbH 2010-03-12 19:17

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Homunculus looks promising.

I still like emelfm2, even though I understand some of the objections to it. But is there any way to simulate a right click in it?

biggzy 2010-03-12 19:46

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
still not working for me, any other suggestions guys? Thanx

bober12 2010-03-14 08:18

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Hi,
I am creator of the Homunculus FM.

biggzy, can you show traceback message, after you installed python-gtk2?

thanx.

biggzy 2010-03-14 08:41

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566648)
Hi,
I am creator of the Homunculus FM.

biggzy, can you show traceback message, after you installed python-gtk2?

thanx.

Hi, yes i can but how to do that lol? im learning so forgive my noobness.

bober12 2010-03-14 08:57

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by biggzy (Post 566660)
Hi, yes i can but how to do that lol? im learning so forgive my noobness.

run terminal, and type

~$ python /opt/homunculus.py
and post here answer )

biggzy 2010-03-14 09:02

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566666)
run terminal, and type

~$ python /opt/homunculus.py
and post here answer )

Here is the output...

/home/user # python /opt/homunculus.py
Traceback (most recent call last):
File "/opt/homunculus.py", line 4, in <module>
import hildon
ImportError: No module named hildon
/home/user #

I had to reinstall homunculus as i had removed it due to it not working.

bober12 2010-03-14 09:12

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by biggzy (Post 566670)
Here is the output...

/home/user # python /opt/homunculus.py
Traceback (most recent call last):
File "/opt/homunculus.py", line 4, in <module>
import hildon
ImportError: No module named hildon
/home/user #

I had to reinstall homunculus as i had removed it due to it not working.


thanx!
Sorry, It's my fail with deb dependences;]


Try in terminal )

~$ sudo gainroot
~$ apt-get install python-hildon
~$ exit
~$ python /opt/homunculus.py

should work ))

biggzy 2010-03-14 09:17

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566676)
thanx!
Sorry, It's my fail with deb dependences;]


Try in terminal )

~$ sudo gainroot
~$ apt-get install python-hildon
~$ exit
~$ python /opt/homunculus.py

should work ))

Thanx it works now, this is the output once i have done the above..

/home/user # python /opt/homunculus.py
process 2387: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some application using the D-Bus library.
process 2387: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some application using the D-Bus library.
Aborted
/home/user #
is that output normal? thanx again for helping.

bober12 2010-03-14 09:26

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
biggzy,

Yes, this output is normal, if prog. runned from sudo gainroot root shell.. )

sorry again for my errors, it's first program, that i create ;]

biggzy 2010-03-14 09:31

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566688)
biggzy,

Yes, this output is normal, if prog. runned from sudo gainroot root shell.. )

sorry again for my errors, it's first program, that i create ;]

It wont run from xterm, i type sudo gainroot, then homunculus and i get ...

home/user # homunculus
process 2533: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some application using the D-Bus library.
process 2533: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some application using the D-Bus library.
Aborted
/home/user #

bober12 2010-03-14 09:45

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
biggzy..

there is a bug, prog. doesn't runs from ~$ sudo gainroot shell,

if you need to run prog as root,
try to use ~$ root rootshell instead

biggzy 2010-03-14 09:50

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566698)
biggzy..

there is a bug, prog. doesn't runs from ~$ sudo gainroot shell,

if you need to run prog as root,
try to use ~$ root rootshell instead

sorry for being a noob but how do i do that. thanx

bober12 2010-03-14 09:59

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by biggzy (Post 566700)
sorry for being a noob but how do i do that. thanx

You can create shortcut on desktop, and use prog. without root privileges (system files will be readonly), to run from terminal -
Start terminal, and type
~$ homunculus

if you need root privileges, you need to
start terminal
~$ root
~$ homunculus

biggzy 2010-03-14 10:01

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566701)
You can create shortcut on desktop, and use prog. without root privileges (system files will be readonly), to run from terminal -
Start terminal, and type
~$ homunculus

if you need root privileges, you need to
start terminal
~$ root
~$ homunculus

Thanx, di i have to install anything first? as i get not found when i type root.

bober12 2010-03-14 10:11

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
biggzy

it must be in rootsh package

biggzy 2010-03-14 12:28

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by bober12 (Post 566709)
biggzy

it must be in rootsh package

Thanx, all done and working, had to reinstall rootsh, even tho i already had it, must have been a prob with rootsh itself, thanx again.

rolan900d 2010-03-14 12:41

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
You did it!
Great ....
:)

biggzy 2010-03-14 17:35

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
here is config to always have root with homunculus file manager.

just edit the homunculus.desktop file in /usr/share/applications/hildon

Make sure you have rootsh installed.

You just need to edit the Exec line as below.

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Homunculus File Manager
Exec=/bin/busybox sh -c 'echo homunculus | root'
Icon=tasklaunch_file_manager

WARNING doing this will alow homunculus file manager to edit/delete system files, do so only if you know what you are doing.

les_garten 2010-03-14 18:39

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by biggzy (Post 566986)

WARNING doing this will alow homunculus file manager to edit/delete system files, do so only if you know what you are doing.

Warnings... Warnings... We don't need no stinkin' Warnings!

biggzy 2010-03-14 18:44

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by les_garten (Post 567030)
Warnings... Warnings... We don't need no stinkin' Warnings!

lol i wasnt going to put a warning but thought about it and what if a total noob does this? they may end up with a n900 brick if they mess with system. thats why its there lol.... and to cover my back, dont want people sayin "biggzy you killed my n900"

les_garten 2010-03-14 19:04

Re: [Maemo 5] File manager only sees MyDocs. Is there a better file manager?
 
Quote:

Originally Posted by biggzy (Post 567035)
lol i wasnt going to put a warning but thought about it and what if a total noob does this? they may end up with a n900 brick if they mess with system. thats why its there lol.... and to cover my back, dont want people sayin "biggzy you killed my n900"

Yeah, no doubt a cautious move.

Reminds me of the warnings on Firearms though.


Said in Reference to a Gun:
"You're kidding man, I didn't know that think could kill ya!"

Said on reference to Xtem:
"You're kidding man, I didn't now that thing could brick ya!"


All times are GMT. The time now is 05:56.

vBulletin® Version 3.8.8