An open API service indexing awesome lists of open source software.

https://github.com/dependon/fantascene-dynamic-wallpaper

Managed animated wallpaper based on X11 under Linux(Dynamic Wallpapers for Linux)
https://github.com/dependon/fantascene-dynamic-wallpaper

animated-wallpaper deepin deepin-apps deepin-linux linux live-wallpaper qt uos wallpaper wallpaper-engine

Last synced: 24 days ago
JSON representation

Managed animated wallpaper based on X11 under Linux(Dynamic Wallpapers for Linux)

Awesome Lists containing this project

README

          

# Fantascene-dynamic-wallpaper

### Managed animated wallpaper based on X11 under Linux.

### Official website

[https://www.fantacy.online](https://www.fantacy.online)

## Other Readme

[English](README.md) [中文项目介绍](README_zh.md)

## Update Log

[English](md/UpdateLog.md) [中文日志](md/UpdateLog_zh.md)

## Supporting languages (Current Using machine translation)

#### if possible, you can submit updates for '.ts' file to help us

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
Ελληνική γλώσσα

## wiki

https://github.com/dependon/fantascene-dynamic-wallpaper/wiki

## Latest version download (Open Build Service)

[https://software.opensuse.org//download.html?project=home%3Aliuminghang&package=fantascene-dynamic-wallpaper](https://software.opensuse.org//download.html?project=home%3Aliuminghang&package=fantascene-dynamic-wallpaper)

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/


### Give me a star on github page if you like this toy :)

[![biMxKK.gif](https://s4.ax1x.com/2022/02/24/biMxKK.gif)](https://imgtu.com/i/biMxKK)

## License
```
COPYRIGHT (C) 2020-2024 LIUMINGHANG
```

THE PROJECT IS RELEASED UNDER THE:

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://raw.github.com/dependon/fantascene-dynamic-wallpaper/master/LICENSE)

## Regarding the issue where ubuntu may display dual icons

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".)

## Principle:

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)

## Experience

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

## Installation

### Fedora and OpenSUSE

Please see: [fantascene-dynamic-wallpaper](https://software.opensuse.org//download.html?project=home%3Aliuminghang&package=fantascene-dynamic-wallpaper)

### archlinux and manjaro

yay -S fantascene-dynamic-wallpaper-git

yay -S fantascene-dynamic-wallpaper

### windows demo

Please see: [https://sourceforge.net/projects/fantascene-dynamic-wallpaper/files/1.9.1/](https://sourceforge.net/projects/fantascene-dynamic-wallpaper/files/1.9.1/)

## Build Dependencies

```
qt >=5.8
mpv >=29.0
```

### debian/Deepin/Other

```
git clone https://gitee.com/liuminghang/fantascene-dynamic-wallpaper

cd fantascene-dynamic-wallpaper

sh start_makeLocal.sh

```

## Build from SCM

debian and ubuntu and deepin

```
git clone https://gitee.com/liuminghang/fantascene-dynamic-wallpaper

cd fantascene-dynamic-wallpaper

sh start_deb.sh

```

## Thanks

Thanks [shenmo](https://gitee.com/spark-store-project) its great support. [欢迎体验星火商店,专为linux应用分发打造的社区商店](https://www.spark-app.store)

Thanks [taotieren](https://github.com/taotieren) for his help on arch.

Thanks [gesangtome](https://github.com/gesangtome) for fixing some project bugs.

Thanks [Akiba illusion](https://github.com/AkibaIllusionLinux) its great support.

Thanks for the Polish translation provided by [raspin0](https://github.com/raspin0).

Thanks for the Spanish translation provided by [Alvaro samudio](https://github.com/alvarosamudio).

Thanks for the pkg2mp4.md provided by [M0rtzz](https://github.com/M0rtzz).

Thanks [lisuke](https://github.com/lisuke) support fix bug

Thanks [gfdgd_xi](https://github.com/lisuke) Solve the compilation issues on loongarch,Welcome to [GXDE OS](https://www.gxde.top/)

Thanks [SoHugePenguin](https://github.com/SoHugePenguin) Add dark-style QSS and optimize program experience

## Contribute
```
Contributions are always welcome, Please create a new PR or issue if necessary.
```

## Extremely simple example

[https://github.com/dependon/simple-wallpaper](https://github.com/dependon/simple-wallpaper)

## ScreenShot show

#### manjaro xfce4
show

#### manjaro kde
show

#### cutefish
show

#### ubuntu
show