You are not logged in.
I'll check that
Offline
I just noticed something annoying in the "Edit filetype" dialog:
I think the problem is that Qt Designer's icon only comes in 128px, however I was wondering if qtfm could just downsize the icon to prevent this.
Last edited by anonymous_user (2011-06-16 01:53:37)
Offline
Using the Elementary iconset, the label for a folder with the "emblem-downloads" icon ends up misaligned (in Icon mode). FWIW the icon does exist for size 24x24.
Last edited by anonymous_user (2011-06-16 01:53:59)
Offline
Small update -
- fixed the problem with large icons in 'Edit filetype' dropdown.
- fixed the different folder sorting between tree and list view.
- changed the address bar so it doesn't reset the text while typing if the path doesn't exist.
Last edited by Wittfella (2011-06-07 06:41:38)
Offline
Any reason you placed the tabs at the bottom rather than the top?
Offline
I thought it was ugly
Offline
For custom action, is there a way to show a command for all files and folders in a specific directory (similar to the $parent filetype, but also match files)?
Offline
Would it be possible to access the Menu using the Alt key? For example, if I want to have the Menu bar hidden like in your screenshots but still use it, I first have to re-enable it, select the action, and then disable it again. Also it would make qtfm more keyboard friendly.
Firefox for example, hides the menubar in favor of its menu button but you can still access the Menu bar using the Alt+f,e,v,s,t,h keys. Once your select an action, click the mouse off the menu, or press Alt again, the menu hides automatically.
Offline
@tri976 - I'll have a look at that. Out of curiosity what type of action are you thinking of?
@anonymous - I think I looked at this before, putting shortcuts on the main menu items. The problem was the shortcuts won't activate when the menu is hidden anyway. I'll have another look at it. I just have shortcuts to the individual things in the menu I need, so I don't ever need to unhide it.
Last edited by Wittfella (2011-06-14 03:33:24)
Offline
Onto a different topic, how about having a "breadcrumbs" style location bar?
Last edited by anonymous_user (2011-06-14 03:44:05)
Offline
Out of curiosity what type of action are you thinking of?
I have a script (trash.sh) that delete (mv) things to a trash folder. I associate this script with everything (*, trash, user-trash, trash.sh %F). When I right-click on trash folder, I can empty it (trash, trash empty, user-trash, trash.sh --empty). Now, I'd like to have a custom action to right-click on files and folder in trash folder to restore them.
edit: if anyone interested, here is my trash.sh script http://pastebin.com/S4t1uBER
Last edited by tri1976 (2011-06-15 00:33:11)
Offline
Onto a different topic, how about having a "breadcrumbs" style location bar?
It would be nice if you can make the address clickable instead of another bar. For example, "/home/tri/qtfm/src", click on "tri" will go to "/home/tri". pcmanfm accomplishes this by doing ctrl+click, but it would be nice if one can just click
Offline
Can't say I'm a massive fan of breadcrumb navigation. Whenever I use Win7 these days I miss the up/back button approach.
Doesn't seem to be too many issues with tabs, maybe not many have played with it yet, or is it just a resounding 'meh...'. I think they are a bit of a 'meh' too, I don't really see what they provide over bookmarks but it was relatively cheap and didn't add much overhead so I don't care if they stay there.
There have been a few fixes now and I want to push v5.0 soon.
Offline
@Wittfella - any chance v5.0 will give me the ability to associate a custom action to everything in a specific folder (#733)? I have not played with the tab beta version yet, but can you open a tab from cli in the currently running instance of qtfm?
Offline
ability to associate a custom action to everything in a specific folder (#733)
yep just playing with that now
Offline
@tri1976 - I just made that change so $Parent custom action applies to everything in folder if you want to try it.
Offline
@tri1976 - I just made that change so $Parent custom action applies to everything in folder if you want to try it.
it works...thanks
Offline
@Wittfella - Are you planning to add command or keyboard shortcut for opening tab or just middle click?
Offline
@Wittfella - Are you planning to add command or keyboard shortcut for opening tab or just middle click?
its already there, check the shortcut configuration
Offline
I got a segfault while copying a few sets of files. Heres a trace:
Starting program: /usr/bin/qtfm
[Thread debugging using libthread_db enabled]
[New Thread 0xb5d89b70 (LWP 2134)]
[New Thread 0xb534fb70 (LWP 2135)]
[New Thread 0xb4a3eb70 (LWP 2136)]
[New Thread 0xb07e9b70 (LWP 2138)]
[New Thread 0xaffe8b70 (LWP 2139)]
[New Thread 0xaf7e7b70 (LWP 2140)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xaffe8b70 (LWP 2139)]
0xb7b9d3f4 in QDialog::result() const () from /usr/lib/libQtGui.so.4
#0 0xb7b9d3f4 in QDialog::result() const () from /usr/lib/libQtGui.so.4
#1 0x0806a256 in ?? ()
#2 0x08079438 in ?? ()
#3 0x08077b06 in ?? ()
#4 0xb71d7af1 in ?? () from /usr/lib/libQtCore.so.4
#5 0xb71e3913 in ?? () from /usr/lib/libQtCore.so.4
#6 0xb6efcc77 in start_thread () from /lib/libpthread.so.0
#7 0xb6fe0c6e in clone () from /lib/libc.so.6
BTW sometimes in the terminal, I also see messages like:
Application asked to unregister timer 0x5c000002 which is not registered in this thread. Fix application.
Last edited by anonymous_user (2011-06-24 16:38:18)
Offline
Yes I see those 'unregister timer' errors aswell. It seems to be some internal Qt thing, heaps of Qt apps are reporting the same thing. The bugtracker indicates it is fixed and may be in 4.7.4.
About the copy problem, can you reproduce it. Was it on the same or across filesystems.
Offline
One of the copy operation was across filesystems and the other was on the same. I probably could reproduce it but not reliably.
Offline
Something I've noticed: For many versions now there have been slight problems with hidden folders being visible when they shouldn't be, like if one was selected when dot files were hidden, or one was backed out of or gone up from after hiding them. The weirdest bit is that when a hidden folder is selected after which dot files are hidden, not just that hidden folder remains visible but it keeps another hidden folder visible as well with no pattern I can decipher (other than the non selected one being first alphabetically). Yet when a hidden folder is backed out of or gone up from after hiding dot files, it's just that one folder that remains visible.
Offline
Yep that problem is known. It is a Qt thing. You can check the same behavior in the 'Open file' dialog in any Qt app such as QtCreator. There is a bug on the tracker about it which I posted in a long time ago. Not much activity on it though last time I looked, not sure if it will get fixed any time soon.
Offline