You are not logged in.
Hi,
I've been developing this filemanager for some months now, although with many of breaks in between. I started developing it because i think current filemanagers lack some useful features, for example:
-Run scripts or open files as root;
-More details about multimedia files (bitrate, container, codec, etc);
-A more intuitive address bar;
-Edition of ID3 tags (or others, of course);
-Basic image edition (resize, rotate, etc);
-Possibly basic video edition (crop, cut, resize, convert);
-Embedded terminal as another view;
-Plugin system;
-Etc...
I know there's still a lot of features to be implemented (i hope someone out there is willing to help ) and since it hasn't been much tested i'm labeling it as an alpha version.
You can get the source from Qt-Apps. The build instructions are there too.
If you have any suggestions or bug reports let me know here or at the Qt-Apps page. Thanks.
Offline
My initial feedback:
1. When I am inside /home/user/ folder and I change the view, scope will move me to /home/.
2. The folders/files are way too crowded in icon view.
3. When I right-click on the menu bar or toolbar the first item is blank, however, I noticed that it toggles the right-side panel.
4. On a GTK system, the address bar looks weird as the arrows are not immediately visible:
5. For people using this under non-KDE systems, would it be possible to use the system's GTK icons?
6. How are mimetype files handled (non-KDE)?
7. Why wion't scope let me change file permissions for stuff in my own home folder?
8. Are thumbnails or a details view planned for later?
edit: when I select File -> Quit, I see "segmentation fault" in the terminal output.
Last edited by anonymous_user (2011-10-06 02:22:39)
Offline
Hi,
Fast feedback, thanks. About your questions...
1. When I am inside /home/user/ folder and I change the view, scope will move me to /home/.
That's odd, i tried here and i didn't get that behaviour. Can you reproduce it?
2. The folders/files are way too crowded in icon view.
I see, I'll increase the space between them.
3. When I right-click on the menu bar or toolbar the first item is blank, however, I noticed that it toggles the right-side panel.
Ah, i see what you mean. That's actually provided by Qt, i need to make a menu entry for that. Anyway i'll add a name to it.
4. On a GTK system, the address bar looks weird as the arrows are not immediately visible:
http://s3.postimage.org/2u3gji32c/screenshot_10_05_2011_070806.png http://s3.postimage.org/2u3i71fk4/screenshot_10_05_2011_070911.png
It uses icons from the Oxygen theme. I have to change that. Not only that but also some quirks still visible, not related to the icons.
5. For people using this under non-KDE systems, would it be possible to use the system's GTK icons?
Yes, that's my plan. I'll probably implement that for the next version.
6. How are mimetype files handled (non-KDE)?
You mean, icon-wise? It uses the default QFileIconProvider, but i plan to provide my own FileIconProvider. The default seems to just show two icons (files and folders) for non-KDE systems, am i right?
If you mean application-wise, it uses xdg-mime command to obtain the default application to handle that mimetype.
7. Why wion't scope let me change file permissions for stuff in my own home folder?
I haven't implement that yet, sorry.
8. Are thumbnails or a details view planned for later?
Absolutely.
edit: when I select File -> Quit, I see "segmentation fault" in the terminal output.
I couldn't reproduce it, maybe you did something before that i didn't do?
Last edited by freemind (2011-10-06 17:52:02)
Offline
That's odd, i tried here and i didn't get that behaviour. Can you reproduce it?
Maybe I was too tired when I posted because now I can't reproduce it either.
The default seems to just show two icons (files and folders) for non-KDE systems, am i right?
Correct.
I couldn't reproduce it, maybe you did something before that i didn't do?
I just start scope (v0.2a) from a terminal:
~ $ scope
bool Scope::setDir(const QString&)
"/home/kevin"
Loading default translator from text
Then when I do File -> Quit, I see segmentation fault:
~ $ scope
bool Scope::setDir(const QString&)
"/home/kevin"
Loading default translator from text
Segmentation fault
~ $
Also I have a few more questions:
1. Will you be adding a .desktop file for scope?
2. Will you be adding a Create file feature?
3. Where does scope save its settings?
And a couple comments:
1. When I right-click on a file and select Properties, the Open With box is empty. Also I can only open a file by right-clicking and selecting Open. If I double-click the file, nothing happens.
2. The Properties feature does not work for multiple files or folders.
Offline
I just start scope (v0.2a) from a terminal:
~ $ scope bool Scope::setDir(const QString&) "/home/kevin" Loading default translator from text
Then when I do File -> Quit, I see segmentation fault:
~ $ scope bool Scope::setDir(const QString&) "/home/kevin" Loading default translator from text Segmentation fault ~ $
Hmn, with me it gives me a message "Application asked to unregister timer...", maybe it's somehow related. I'll look into it.
1. Will you be adding a .desktop file for scope?
Yes.
2. Will you be adding a Create file feature?
Yes, that's important.
3. Where does scope save its settings?
It doesn't yet. I will probably implement in the next version, since it's a very important and basic feature.
1. When I right-click on a file and select Properties, the Open With box is empty. Also I can only open a file by right-clicking and selecting Open. If I double-click the file, nothing happens.
Yes, i was aware of this bug, but thanks for point it out. One more thing to fix for the next version.
2. The Properties feature does not work for multiple files or folders.
Yes, indeed, another fix for next version.
Keep posting, thanks.
Offline
BTW, what do you think of Wittfella's qtfm:
Will scope end up similar or is your vision completely different?
Offline
BTW, what do you think of Wittfella's qtfm:
Will scope end up similar or is your vision completely different?
I think qtFM aims to be minimalistic whereas scope aims to be a full-featured filemanager. I even talked with qtFM's developer but he didn't show much interest.
Offline
Hey anonymous_user,
Which Qt version are you using? I tried scope in a GNOME environment with Qt 4.7 and it provided a good set of icons.
Offline
Im using awesomewm with Qt 4.7.
Offline
can you also implement the folder size option in this filemanager. So that one can see the folder size column
Offline
Just released a new version, with a couple of new features and bugfixes. Here's a list of changes:
Scope 0.3a | 13/10/2011
----------------------
-Added "Create file" action.
-Added image thumbnails.
-Added settings.
-Improved icon provider.
-Fixed properties dialog when selecting multiple files.
-Open files/folders on double-click.
-Other minor improvements and bugfixes.
-----------------------
can you also implement the folder size option in this filemanager. So that one can see the folder size column
Are you talking about the side panel?
Last edited by freemind (2011-10-13 23:18:19)
Offline
I mean in the main view along with date and permissions there should also be size of the folder. File size are shown generally but not the folder sizes
Offline
Hey,
Scope 0.4a | 27/10/2011
-----------------------
-Added "Open With" action.
-Added support to change current default application(s).
-Improved properties dialog layout.
-Fixed folder size calculation.
-Fixed size count for multiple items.
-Set size count more readable on properties.
-Changeable permissions on non-root files/folders.
-Fixed distorted icons when showing thumbnails.
Offline
I made an AUR package for scope if anyone is interested:
https://aur.archlinux.org/packages.php?ID=54185
BTW it would be nice if scope showed some file info in the status bar. At least when the right panel is closed.
Offline
I made an AUR package for scope if anyone is interested:
https://aur.archlinux.org/packages.php?ID=54185
BTW it would be nice if scope showed some file info in the status bar. At least when the right panel is closed.
Hey, thanks a lot, sorry for not replying sooner.
Another developer also developing a filemanager in Qt asked me to join him and i accepted it. So i'll be working on it and not so much on scope anymore, unless users prefer it or i change my mind.
The other filemanger is called Andromeda. There's a package in AUR and the source is available here.
Let me know what you think.
Offline
Will there be a separate forum thread for Andromeda? Or where should we submit feedback?
Offline
Will there be a separate forum thread for Andromeda? Or where should we submit feedback?
It's also hosted at github (which i didn't know) here. You can submit bug reports there.
Also you can leave any comment/suggestion here if you wish.
Offline