This is a project that I have a whim to help improve my ability to write code.
- qmake (>= 5.6)
- deepin-tool-kit (developer package)
- xcb-ewmh (developer package)
- libmpv (developer package)
- deepin-tool-kit
- Qt5 (>= 5.6)
- Qt5-DBus
- Qt5-X11extras
- xcb-ewmh
- libmpv
If you use Deepin, just add my ppa. see here
If you use Arch, you can install deepin-dreamscene with aur.
-
Make sure you have installed all dependencies.
-
Build:
$ cd deepin-dreamscene
$ mkdir Build
$ cd Build
$ qmake ..
$ make
- Install:
$ sudo make install
The executable binary file could be found at /usr/bin/deepin-dreamscene
after the installation is finished.
You can create a issue, I will help you.
You may also find these channels useful if you encounter any other issues:
- deepin community Topbar is also the community software that you can post for help.
first, find video file
qdbus --literal com.deepin.dde.DreamScene /com/deepin/dde/DreamScene com.deepin.dde.DreamScene.setFile FilePath
replace XXX to video file, only support one file.
and, run play
qdbus --literal com.deepin.dde.DreamScene /com/deepin/dde/DreamScene com.deepin.dde.DreamScene.play
pause
qdbus --literal com.deepin.dde.DreamScene /com/deepin/dde/DreamScene com.deepin.dde.DreamScene.pause
stop
qdbus --literal com.deepin.dde.DreamScene /com/deepin/dde/DreamScene com.deepin.dde.DreamScene.stop
clear
qdbus --literal com.deepin.dde.DreamScene /com/deepin/dde/DreamScene com.deepin.dde.DreamScene.clear
DreamScene is licensed under GPLv3.