Search Criteria
Package Details: dfilemanager-git r384.806a28a-2
Git Clone URL: | https://aur.archlinux.org/dfilemanager-git.git (read-only, click to copy) |
---|---|
Package Base: | dfilemanager-git |
Description: | Dfilemanager, a QT based crossplatform File browser. |
Upstream URL: | http://dfilemanager.sourceforge.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sxe |
Maintainer: | sxe |
Last Packager: | sxe |
Votes: | 12 |
Popularity: | 0.000034 |
First Submitted: | 2015-06-05 14:37 |
Last Updated: | 2015-06-23 08:52 |
Dependencies (6)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-script (qt5-script-git)
- qt5-tools (qt5-tools-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- solid (solid-git) (optional)
Latest Comments
simona commented on 2020-12-09 20:17
here is ok
https://www.linuxlinks.com/now-and-then-dfilemanager/
Here’s the steps to compile from the GitHub fork.
$ git clone https://github.com/probonopd/dfilemanager.git
$ cd dfilemanager
$ mkdir build
$ cd build
$ cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DQT5BUILD=ON
$ make -j4
$ sudo make install
ncmprhnsbl commented on 2020-10-13 08:25
builds if source changed to: 'git+https://github.com/probonopd/dfilemanager.git'
simona commented on 2020-08-03 17:58
/home/simona/.cache/yay/dfilemanager-git/src/dfilemanager/dfm/titlewidget.h:55:18: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined
55 | QPainterPath path;
| ^~~~
make[2]: [dfm/CMakeFiles/dfm.dir/build.make:212: dfm/CMakeFiles/dfm.dir/dockwidget.cpp.o] Errore 1
make[1]: [CMakeFiles/Makefile2:485: dfm/CMakeFiles/dfm.dir/all] Errore 2
acampoverde_arch commented on 2017-08-14 21:15
Hi,
I could install the package, I also used Qt5X11Extras, as one of the people posting. I can see previews of png files but it does not work with pdf files. When I open it I get:
[acampove@archlinux Jpsi_Fit]$ dfm . &
[2] 5031
[1] Done dfm .
[acampove@archlinux Jpsi_Fit]$ attempting to load thumbnailer plugins from "/usr/lib/dfm"
found thumbnailer: "ImageThumbs" "Thumbnailer for images using only Qt classes."
found thumbnailer: "TextThumbs" "plugin for generating thumbs for text files"
In the terminal.
Cheers
bluebyt commented on 2015-09-26 23:39
Ok working after installing Qt5X11Extras!
bluebyt commented on 2015-09-26 23:28
I have the following error:
[100%] Linking CXX executable dfm
/usr/bin/ld: cannot find -lQt5X11Extras
collect2: error: ld returned 1 exit status
dfm/CMakeFiles/dfm.dir/build.make:995: recipe for target 'dfm/dfm' failed
make[2]: *** [dfm/dfm] Error 1
CMakeFiles/Makefile2:448: recipe for target 'dfm/CMakeFiles/dfm.dir/all' failed
make[1]: *** [dfm/CMakeFiles/dfm.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build dfilemanager-git.
sxe commented on 2015-06-06 09:14
done, thx for the info.
Nierro commented on 2015-06-06 07:59
Please add "cmake" as makedep and "solid" as optdep. :)
Nierro commented on 2015-06-06 07:58
please add cmake as makedep :)