English 中文 繁體中文(中国台湾) 繁體中文(中国香港) Español Polski 日本語 Deutsch 한국어 Italiano Français Русский Português Português (Brasil) Suomi Tiếng Việt Türkçe ภาษาไทย Magyar Svenska Slovenčina Română Bahasa Melayu Nederlands Eesti keel Български Čeština Dansk sprog Ελληνική γλώσσα
https://github.com/dependon/fantascene-dynamic-wallpaper/wiki
AppImage: 1.9.8, Packaged in Ubuntu 16.04, compatible with most versions, but the MPV version is very old and the probability of crashing when video switching web wallpapers is high. If you can use deb, try to use the deb package as much as possible
DownloadPath: https://sourceforge.net/projects/fantascene-dynamic-wallpaper/files/1.9.8/
COPYRIGHT (C) 2020-2024 LIUMINGHANG <liuminghang0821@gmail.com>
THE PROJECT IS RELEASED UNDER THE:
Solution: You need to turn off desktop display in more settings (set False)
The reason for the double icon, Essentially, our software adopts the form of setting up a desktop At the bottom level, in some operating systems, icons and wallpapers are mixed together, which means that icons and wallpapers are single form and cannot be separated. However, in some Ubuntu desktops, I am not sure if it is a Mate environment or a Unity environment. The design is similar to Windows, where wallpapers and icons are separated. That is, our software serves as wallpapers, while the icon layer is still on top of us, and our software implements simple desktop functions (This is also one of the reasons why some people believe that dynamic wallpapers like Windows have not been implemented, and one of the reasons why they have been criticized.) We need to choose whether to display desktop in more settings and click "no".)
Set MPV windows and webview managed windows to desktop properties
The wallpaper and icons are separated, which means that we do not need the desktop provided by our software. If it is a kneaded whole, it is necessary, otherwise it cannot be implemented (so if it is a native desktop, it cannot be implemented unless the official interface is provided)
The inspiration for the software comes from the deepin desktop dde-desktop. After modifying the source code, we can use dbus to make the wallpaper transparent, achieving our first version of dynamic wallpaper. Later, due to the need to frequently recompile dde-desktop, our mindset was quite explosive, so we chose not to maintain it as the main task in the future. Interested parties can compile the code and deep branch it themselves. We need to install dependencies on the dde-file-manager and deepin-moview to compile and package it for use
Later, I wrote a simple desktop for the general version
Please see: fantascene-dynamic-wallpaper
yay -S fantascene-dynamic-wallpaper-git
yay -S fantascene-dynamic-wallpaper
Please see: https://sourceforge.net/projects/fantascene-dynamic-wallpaper/files/1.9.1/
qt >=5.8
mpv >=29.0
git clone https://github.com/dependon/fantascene-dynamic-wallpaper.git
sudo apt-get install -y qtcreator libx11-xcb-dev libxcb-ewmh-dev libmpv-dev mpv ffmpeg dpkg-dev fakeroot libmtdev-dev qttools5-dev-tools qtbase5-dev qt5-qmake libxext-dev libxrender-dev libqt5x11extras5-dev libglib2.0-dev build-essential g++ libxcb-shape0-dev aria2
sudo apt-get install -y qtwebengine5-dev
sudo apt-get install -y libqt5opengl5-dev
sudo apt-get install -y qt5-default
sudo apt-get install -y qtdeclarative5-dev-tools
sudo apt-get install -y devscripts equivs
sudo apt-get install -y qttools5-dev-tools qttools5-dev
cd fantascene-dynamic-wallpaper
mkdir build
cd build
qmake ..
make -j4
debian and ubuntu and deepin
dpkg-buildpackage -b -us -uc
Thanks shenmo its great support.
Thanks taotieren for his help on arch.
Thanks gesangtome for fixing some project bugs.
Thanks Akiba illusion its great support.
Thanks for the Polish translation provided by raspin0.
Thanks for the Spanish translation provided by Alvaro samudio.
Thanks for the pkg2mp4.md provided by M0rtzz.
Thanks lisuke support fix bug
Contributions are always welcome, Please create a new PR or issue if necessary.