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: GPL
Conflicts: dfilemanager
Provides: dfilemanager
Submitter: sxe
Maintainer: None
Last Packager: sxe
Votes: 11
Popularity: 0.000000
First Submitted: 2015-06-05 14:37 (UTC)
Last Updated: 2015-06-23 08:52 (UTC)

Required by (0)

Sources (1)

Latest Comments

simona commented on 2020-12-09 20:17 (UTC)

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 (UTC)

builds if source changed to: 'git+https://github.com/probonopd/dfilemanager.git'

simona commented on 2020-08-03 17:58 (UTC)

/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 (UTC)

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 (UTC)

Ok working after installing Qt5X11Extras!

bluebyt commented on 2015-09-26 23:28 (UTC)

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 (UTC)

done, thx for the info.

Nierro commented on 2015-06-06 07:59 (UTC)

Please add "cmake" as makedep and "solid" as optdep. :)