Skip to content

GXDE-OS/dde-file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dde-file-manager

Deepin File Manager is a file management tool independently developed by Deepin Technology, featured with searching, copying, trash, compression/decompression, file property and other file management functions.

Now DFM V4.x is forked and maintained by GXDE to provide filemanager and desktop for GXDE

Dependencies

Build dependencies

The master branch is current development branch, build dependencies may changes without update README.md, refer to ./debian/control for a working build depends list

  • pkg-config
  • dh-systemd
  • libxcb1-dev
  • libxcb-ewmh-dev
  • libxcb-util0-dev
  • libx11-dev
  • libgsettings-qt-dev
  • libsecret-1-dev
  • libpoppler-cpp-dev
  • libpolkit-agent-1-dev
  • libpolkit-qt5-1-dev
  • libjemalloc-dev
  • libmagic-dev
  • libtag1-dev
  • libdmr-dev
  • x11proto-core-dev
  • libdframeworkdbus-dev
  • dde-dock-dev(>=4.0.5)
  • deepin-gettext-tools
  • libdtkcore-dev
  • ffmpeg module(s):
    • libffmpegthumbnailer-dev
  • Qt5(>= 5.6) with modules:
    • qtbase5-dev
    • qtbase5-private-dev
    • libqt5x11extras5-dev
    • qt5-qmake
    • libqt5svg5-dev
    • qttools5-dev-tools
    • qtmultimedia5-dev
    • qtdeclarative5-dev
    • libkf5codecs-dev
  • Deepin-tool-kit(>=2.0) with modules:
    • libdtkwidget-dev
  • deepin-anything with modules:
    • deepin-anything-dev
    • deepin-anything-server-dev

Installation

Build from source code

  1. Make sure you have installed all dependencies.

Package name may be different between distros, if dde-file-manager is available from your distro, check the packaging script delivered from your distro is a better idea.

Assume you are using Deepin or other debian-based distro which got dde-file-manager delivered:

$ apt build-dep dde-file-manager
  1. Build:
$ cd dde-file-manager
$ mkdir Build
$ cd Build
$ qmake ..
$ make
  1. Install:
$ sudo make install

The executable binary file could be found at /usr/bin/dde-file-manager

Usage

Execute dde-file-manager

Documentations

License

dde-file-manager is licensed under GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published