|
|
08-21-2007
, 01:41 AM
|
|
|
Posts: 114 |
Thanked: 55 times |
Joined on Jan 2007
@ Silicon Valley
|
#2
|
GPE filemanager and canoe don't have an 'open with' feature and the built in file manager doesnt even leave /home/user/mydocs
$ cd MyDocs $ ln -s / Root
| The Following User Says Thank You to jethro.itt For This Useful Post: | ||
|
|
08-21-2007
, 07:30 AM
|
|
|
Posts: 692 |
Thanked: 483 times |
Joined on Jul 2007
|
#3
|
|
|
08-21-2007
, 08:36 AM
|
|
|
Posts: 114 |
Thanked: 55 times |
Joined on Jan 2007
@ Silicon Valley
|
#4
|
I thought i read there were issues with doung that. Something like metalayer crawler getting confused : http://www.gossamer-threads.com/list...velopers/25820
|
|
08-21-2007
, 06:19 PM
|
|
|
Posts: 692 |
Thanked: 483 times |
Joined on Jul 2007
|
#6
|
|
|
09-22-2007
, 10:20 PM
|
|
|
Posts: 692 |
Thanked: 483 times |
Joined on Jul 2007
|
#7
|
| The Following User Says Thank You to pipeline For This Useful Post: | ||
|
|
09-23-2007
, 01:59 AM
|
|
|
Posts: 1,254 |
Thanked: 697 times |
Joined on Dec 2006
@ Sicily
|
#8
|
fileHandle.write(self.combobox.child.get_text() + ' "' + self.entry.get_text() + '"\n')
system(self.combobox.child.get_text() + ' "' + self.entry.get_text() + '"')
|
|
09-23-2007
, 09:39 AM
|
|
|
Posts: 692 |
Thanked: 483 times |
Joined on Jul 2007
|
#9
|
|
|
10-16-2007
, 08:45 AM
|
|
Posts: 81 |
Thanked: 3 times |
Joined on Jul 2007
|
#10
|
GPE filemanager and canoe don't have an 'open with' feature and the built in file manager doesnt even leave /home/user/mydocs
So i have started coding a proof of concept and i've got one working but its still very ugly.
Basically i just want a file browser than can browse the whole filesystem, and i pick a file and select app to launch it with.
i would think eventually i would like to have either (or both) :
- user editable list of apps containing [DisplayName] and [pathprefix] so that you might display 'MPlayer' but pathprefix of 'mplayer -vo x11 ....' to load up command line.
- or i can read in and parse everything in the desktop files in /usr/share/applications/hildon is this the central place for operating system-level associations?
Also i would like the possibility to (instead of running a file on your hard drive) execute something like a url. So perhaps keep of list of urls/uris whatever that are saved in config file to be executed against mplayer or leafpad or browser.
Anyone know of programs doing this already?
Anyone with suggestions about how this should be laid out?
Anyone want to collaborate?
So far i have only I just have hardcoded list of apps like 'mplayer', 'leafpad', 'SciTE', etc and rough navigation throughout entire filesystem. Once both app and file are picked i just execute command line.
Last edited by pipeline; 08-20-2007 at 10:56 PM.