Notices


Reply
Thread Tools
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#41
About "always open file with", isn't dbus-switchboard package exactly mean't for that? As it affects whole Maemo, I don't see reason, why it shouldn't be compatible with Hamster.

Even more than that - if decided to duplicated dbus-switchboard functionality inside Hamster, it would be regression for people using the former. So, if decided to, make it at least configurable (aka "turn off"), pretty please.

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 3 Users Say Thank You to Estel For This Useful Post:
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#42
Well this way is the most-flexible way I think but I would like to see just as in filebox, a special option for edit, used this alot.

Unfortunately did filebox not list all texteditors, like it didn't list txpad or KhtEditor. Nano and leafpad were succesfully integrated there.

Since I compared to filebox, I spotted more convenient differences for example
*Filebox has a nice way to tar a folder and or multiple files
*Filebox has inbuilt ability to open zip and tar internally (maybe even rar too but I don't remember)

Of course this are just request of useful features. You are not forced to implement anything of this. Actually I like the flexibility of putting your own command for open with..

Drawback of this method is that is a bit more unconvienent/difficult to set (for less experienced users).
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate
 

The Following 4 Users Say Thank You to mr_pingu For This Useful Post:
Posts: 1,163 | Thanked: 1,873 times | Joined on Feb 2011 @ The Netherlands
#43
Noticed a bug: When you use the keyboard to navigate it doesn't highlight the upfolder icon in both grid and list view. The highlight just dissappears.

Also when entering the folder you don't see the highlight because it starts in the upperight corner, the upfolder icon. When entering a folder you lose kind of your highlight...

Other thing, could backspace be mapped to previous folder? Just like you did with OMP?

Thanks gidzzz
__________________
N900 loaded with:
CSSU-T (Thumb)
720p recording,
Pierogi, Lanterne, Cooktimer, Frogatto
N9 16GB loaded with:
Kernel-Plus
--
[TCPdump & libpcap | ngrep]
--
donate
 

The Following 5 Users Say Thank You to mr_pingu For This Useful Post:
artpra's Avatar
Posts: 158 | Thanked: 355 times | Joined on Sep 2011
#44
Bugs:
1. Switching navigation bar (with bottom left icon) on/off resets multiselecion highlight
2. Go to some long patch, for example "/home/user/MyDocs/cities/diskcache/0/0/", now swipe navigation bar to the right to see "/" button and use it: You will be taken to the "/" as expected, but navigation bar swipes to the left by itself. Shouldn`t it stay at leftmost position showing "/", where You currently are?

Last edited by artpra; 2012-10-10 at 08:49.
 

The Following 6 Users Say Thank You to artpra For This Useful Post:
Posts: 440 | Thanked: 160 times | Joined on Aug 2010 @ Las Vegas, NV
#45
While changing directory, filebox is able to show another directory without flickering screen. Instead of showing blank screen for some milliseconds, it keeps on showing the old directory until new directory view is ready. It feels faster and smoother that way. I hope you got what I am saying.

Would be nice to see about and help menu in the application.

The view is not aligned to center of screen (instead, some space is left on right).

Possibly different sizes of grids to choose from for grid view.

Great works man. Will be replacing my filebox with this one soon.
 

The Following 4 Users Say Thank You to Joseph9560 For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#46
Request:

When one long-press path tabs (tabs, representing directories in path to current one), it got replaced by familiar imputable text field, where we can define path manually, using auto-completion, just like in filebox.

For me (and as I suppose, for many other users), it's more convenient, than clicking on tabs. Could there be an option, to make it *default* way, in which path is presented? Currently, upon every start of hamster, one need to long-press it, as toggle trigger.

Thanks in advance,

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 

The Following 3 Users Say Thank You to Estel For This Useful Post:
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#47
The most useful file manager for Maemo so far! THANK YOU
 

The Following 2 Users Say Thank You to tanago For This Useful Post:
Posts: 8 | Thanked: 21 times | Joined on Oct 2012 @ Russia
#48
Great app! Handy and flexible, with custom commands.
My additional commands:
  • 1. Terminal for current dir:
    osso-xterm "sh -c 'cd """$(dirname ""%s"")"""; sh'"
  • 2. Upload to ftp:
    ncftpput -u username -p password 10.0.0.1 / %s
  • 3. Create playlist for selected dir (*.mp3;*.mp4;*.flac):
    osso-xterm "sh -c 'find ""%s"" -type f -name *.mp3 -o -name *.mp4 -o -name *.flac > ""%s"".m3u'"
  • 4. QML viewer:
    qmlviewer -I /opt/qtm12/imports -fullscreen -opengl %s
  • 5. Install deb-package:
    osso-xterm "sh -c 'sudo dpkg -i ""%s"";echo ""press any key for exit"";read key;'"
  • 6. Unzip to dir:
    unzip-fm %s
  • 7. Try to execute Harmattan app:
    meecolay %s

Name:  qrcode_xterm_curdir.png
Views: 529
Size:  1.2 KB->1. Name:  qrcode_ftp_upload.png
Views: 437
Size:  1.2 KB ->2. Name:  qrcode_playlist_seldir.png
Views: 417
Size:  1.6 KB ->3. Name:  qrcode_qmlviewer.png
Views: 256
Size:  1.2 KB->4. Name:  qrcode_dpkg_install.png
Views: 271
Size:  1.4 KB->5.

Last edited by n0idea; 2012-10-28 at 16:56. Reason: add: deb install; update: qml viewer;
 

The Following 12 Users Say Thank You to n0idea For This Useful Post:
adelalgomai's Avatar
Posts: 54 | Thanked: 47 times | Joined on Oct 2011 @ Yemen
#49
How can I open video files with another player instead of default player ?
for example : Kmplayer ..
I tried to add kmplayer to applications like that :
( kmplayer) in the upper field .
( Kmplayer %s) in command bar
>>>>
but when I try to open a file with ( open with ) then chose kmplayer , nothing happen ..
how can I add my favorite apps please ??
I love to add those :
Kmplayer , leafpad , mypaint , symfonie , evince ,
>>>
ooh sorry .. I forget to thank u for this great app .. keep going man .
 

The Following User Says Thank You to adelalgomai For This Useful Post:
Posts: 8 | Thanked: 21 times | Joined on Oct 2012 @ Russia
#50
Originally Posted by adelalgomai View Post
...
how can I add my favorite apps please ??
I love to add those :
Kmplayer , leafpad , mypaint , symfonie , evince ,
...
Not all apps can to open file from command... but need to try it!

Example for KMPlayer:
  • 1. Try to run from terminal.
    "kmplayer" -> not found
  • 2. Okay, then go to "/usr/share/applications/hildon" and reading ".desktop" file.
    "kmplayer.desktop"
    Exec="/opt/kmplayer/bin/kmplayer"
    It's path to binary - u can run it!
  • 3. Try to run from Hamster.
    "/opt/kmplayer/bin/kmplayer %s" -> it's work - release & happy

"leafpad %s" -> working.
"evince %s" -> working too.
....

I think it's good feature request - preinstalled examples for applications, OR better - "Open with..." show dialog with list of applications, loaded from .desktop files - choose and auto add name and command with %s param favorites in top - it's really like "Open with...". And for commands other item menu...

Last edited by n0idea; 2012-10-22 at 18:04.
 

The Following 8 Users Say Thank You to n0idea For This Useful Post:
Reply

Tags
hamster filer, nokia n900


 
Forum Jump


All times are GMT. The time now is 08:50.