Active Topics

 



Notices


Reply
Thread Tools
Posts: 671 | Thanked: 1,630 times | Joined on Aug 2010
#251
Very nice (0.6-5)
 
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#252
Hi CepiPerez

I did install filebox 0.6-9 but i can't find the option to apply custom icons to subfolders.
Also in the about box the version is 0.6-8
As to the "#" char issue it still remains in 0.6-9. Looking at the source file mainwindow.cpp line 678:
Code:
678      file.replace("#","%2523");
i wonder why is it "%2523" and not just "%23" ?

Sorry if my question is nonsense as my knowledge of c++ is very limited.

Thanks
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#253
When you select an icon it should ask if you want to apply to subfolders.
I've tried 23 before and doesn't work. if you open dbus-monitor and send a file via email you'll see it uses 2523 for the # character.
 

The Following 2 Users Say Thank You to CepiPerez For This Useful Post:
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#254
Hi CepiPerez
Thanks for your reply

Apply custom icons to subfolders works as you said.
I was looking for it on settings and tools and didn't notice the "change icon" option in the context menu - my fault.

The "#" char issue is of low importance but it really annoys me because with the standard filemanager it works without any problem.
.
In fact you are right about the string returned by dbus-monitor when sending a file by e-mail in filebox.
For instance for this file: "/home/user/MyDocs/#test.txt"
the dbus-monitor string with filebox is:
Code:
method call sender=:1.314 -> dest=com.nokia.modest serial=2 path=/com/nokia/modest; interface=com.nokia.modest; member=ComposeMail
   string ""
   string ""
   string ""
   string ""
   string ""
   string "file:///home/user/MyDocs/%2523test.txt"
Just for curiosity with standard filemanager is:
Code:
method call sender=:1.298 -> dest=com.nokia.modest serial=15 path=/com/nokia/modest; interface=com.nokia.modest; 

member=ComposeMail
   string ""
   string ""
   string ""
   string ""
   string ""
   string ",file%3A%2F%2F%2Fhome%2Fuser%2FMyDocs%2F%2523test.txt"
Note that the file "#test.txt" is correctly attached to the e-mail using either filemanager or filebox.

However, if the file name is "%test.txt" the dbus string with filebox is:
Code:
string "file:///home/user/MyDocs/%test.txt"
and with filemanager:
Code:
   string ",file%3A%2F%2F%2Fhome%2Fuser%2FMyDocs%2F%2525test.txt"
but although the file is attached when using filemanager with filebox there is no attachment.

It seams that the "%25" prefix is needed and not only with the "#" char.

I couldn't figure how to get the dbus string when opening "#test.txt". It would allow to compare filemanager and filebox and find why it doesn't work with filebox.
 

The Following User Says Thank You to sacal For This Useful Post:
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#255
I've uploaded version 0.7-1.
There's nothing new in this, I just clean some parts of the code.
The popup menu should work better now. Please test and comment.


@sacal: I've tryed to fix the # and % problem but no luck yet.
 

The Following 3 Users Say Thank You to CepiPerez For This Useful Post:
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#256
Originally Posted by CepiPerez View Post
I've uploaded version 0.7-1.
There's nothing new in this, I just clean some parts of the code.
The popup menu should work better now. Please test and comment.


@sacal: I've tryed to fix the # and % problem but no luck yet.
Hi CepiPerez

Installed v0.7-1 and rebooted after install

In my device this new version doesn't run well:
- exits when trying to open the majority of MyDocs folders. It however opens some folders with just a few items inside.

Thanks
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#257
I don't understand what you're trying to say.
 
Posts: 165 | Thanked: 78 times | Joined on Jun 2010
#258
Originally Posted by CepiPerez View Post
I don't understand what you're trying to say.
Sorry if i wasn't clear.
With multiselection enabled trying to open a folder crashes filebox.
If muitiselectiion disabled the folders open normaly
 

The Following User Says Thank You to sacal For This Useful Post:
Posts: 76 | Thanked: 4 times | Joined on Nov 2008 @ Pittsburgh, PA USA
#259
I just installed 0.7-1. I've tested it fairly thoroughly and so far have not seen any problems. Multitouch works fine - I was able to select several files and send via bluetooth.

To me, this looks like the nicest file browser I've seen for the N900. It has a nice, straight forward display, it's easy to use, has a tremendous number of features, many preferences can be changed, and it works. Thanks!!
 
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#260
@sacal:
Sorry, you're right. The new implementation for a faster popup menu fails on multiselection. That's why filebox crashes.
Uploading 0.7-2 now
 

The Following User Says Thank You to CepiPerez For This Useful Post:
Reply

Tags
file manager, filebox


 
Forum Jump


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