
qtfm
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
qtFM is a small, lightweight file manager for Linux desktops based on pure Qt and works great with minimal desktop environments like Openbox.
Features
- lightweight, pure Qt, no kde libraries or other dependencies
- full theme and mime filetype icon integration
- tree, bookmarks, list, icon, detail and thumbnail views
- customizable interface, rearrange views and toolbars to suit
- powerful custom command system for user defined actions
- customizable key bindings for built-in and custom actions
- drag & drop functionality
- tabs
8 years ago
CHANGELOG: http://www.qtfm.org/home/changelog
README: http://www.qtfm.org/home/readme
Requires Qt >= 4.6
8 years ago
CHANGELOG: http://www.qtfm.org/home/changelog
README: http://www.qtfm.org/home/readme
Requires Qt >= 4.6
rodlie
2 years ago
Report
kingdom
8 years ago
Only missing network connections like ssh.
Report
Drool
9 years ago
g++ -c -pipe -pipe -Wall -O2 -march=athlon -mtune=athlon-xp -D_REENTRANT -w -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I../../../../share/qt4/mkspecs/linux-g++ -I. -I../../../../include/qt4/QtCore -I../../../../include/qt4/QtNetwork -I../../../../include/qt4/QtGui -I../../../../include/qt4 -I. -Isrc -Ibuild -o build/mainwindow.o src/mainwindow.cpp
In file included from src/mainwindow.cpp:29:
src/actions.cpp: In member function 'void MainWindow::addressChanged(int, int)':
src/actions.cpp:605: error: 'MiddleButton' is not a member of 'Qt'
make: *** [build/mainwindow.o] Error 1
=======================================
With 5.2 version - all Ok.
rpm -q libqt4
libqt4-4.6.3-alt1.M51.1
Report
Wittfella
9 years ago
At first I thought "that's weird!". That MiddeButton thing is used elsewhere, in 5.2 , so I wondered why its not working properly.
I just checked and the other places it is used are set to 'Qt::MidButton' instead of Qt::MiddleButton'. Now the docs say both are the same, so I don't know. Maybe Qt::MiddleButton was introduced in a later version of Qt, but it doesn't say.
Can you try changing 'Qt::MiddleButton' to 'Qt::MidButton' and see if it works. It's in the last function in actions.cpp.
Report
Drool
9 years ago
http://git.altlinux.org/people/drool/packages/?p=qtfm.git;a=blob_plain;f=qtfm-5.3-old_qt.diff;hb=HEAD
Now QtFM pushed to ALT Linux (unstable Sisyphus and branches t6 ant 5.1). Thank you!
http://sisyphus.ru/en/srpm/Sisyphus/qtfm
http://git.altlinux.org/people/drool/packages/?p=qtfm.git
P.S. ssh git.alt task ls
Enter passphrase for key '/home/drool/.ssh/id_dsa':
#60579 AWAITING #1 5.1 qtfm.git=5.3-alt0.M51.1
#60578 AWAITING #1 t6 qtfm.git=5.3-alt0.M60T.1
#60577 BUILDING #1 [locked] sisyphus qtfm.git=5.3-alt1
Report
shpbzr
9 years ago
Report
Wittfella
9 years ago
You didn't read the dialog :P That dialog that popped up asked:
"Do you want to confirm all delete operations? Yes/No"
You said 'no', so now it doesn't ask you anymore. Open the qtfm.conf file and remove/change the 'confirmDelete' key if you want this functionality back.
Cheers,
Wittfella
Report
Deluge
9 years ago
I packaged it up for Debian/Ubuntu. If you want to offer it up for download you can get the package here: https://sourceforge.net/projects/debreate/files/other/qtfm_5.3_i386.deb/download. If I had a 64bit machine I would package it for that as well. But unfortunately I don't. If you've got a 64bit binary available let me know and I will package it.
Also, the qtfm.desktop file needs a small fix. The Russian comment line is spelled "comment" with a small "c", it needs a capital.
Report
Wittfella
9 years ago
Cheers
Report
Deluge
9 years ago
Report
Wittfella
9 years ago
You didn't read the dialog :P That dialog that popped up asked:
"Do you want to confirm all delete operations? Yes/No"
You said 'no', so now it doesn't ask you anymore. Open the qtfm.conf file and remove/change the 'confirmDelete' key if you want this functionality back.
Cheers,
Wittfella
Report
Wittfella
9 years ago
When you you say you cancelled the confirmation dialog, it should of done nothing. Is it doing that all the time. ie. try it on a dummy file.
Report
Deluge
9 years ago
http://www.youtube.com/watch?v=U8E3mpCxdDo
I'll delete it after you have a look.
I couldn't get the confirmation dialog to pop up this time, I don't know what I did last time.
A couple of suggestions I would like to make: In the Tree context menu have an option to open in new tab. On the tab context menu have an option to close tab. I don't have a middle mouse button on some of my computers.
Report
Deluge
9 years ago
http://www.youtube.com/watch?v=U8E3mpCxdDo
I'll delete it after you have a look.
I couldn't get the confirmation dialog to pop up this time, I don't know what I did last time.
A couple of suggestions I would like to make: In the Tree context menu have an option to open in new tab. On the tab context menu have an option to close tab. I don't have a middle mouse button on some of my computers.
Report
Deluge
9 years ago
Report
dgoryachev
9 years ago
It will allow us to handle complicated file extensions like fb2.zip in custom actions :)
Thank you for great app :)
Report
Wittfella
9 years ago
@dgoryachev - Oh cheers, I didn't realise that. A Qt function I added recently is >=4.7. Updated above.
Report
dgoryachev
9 years ago
Report
quax
9 years ago
please find a patch for German translation at
http://fluxflux.net/downloads/progs/qtfm/qtfm-de.diff (based on version 5.1).
Slackware-13.37 compatible package at: http://fluxflux.net/downloads/progs/qtfm/qtfm-5.1-i486-1lmo.txz
MD5 sum: http://fluxflux.net/downloads/progs/qtfm/qtfm-5.1-i486-1lmo.md5
Dependencies: http://fluxflux.net/downloads/progs/qtfm/qtfm-5.1-i486-1lmo.dep
Build script: http://fluxflux.net/downloads/progs/qtfm/build-qtfm.sh
Regards and keep up your good work,
Quax
Report
Trekker
9 years ago
qtfm should be the default FM of Razor-Qt!
Report