mirror of
https://github.com/reactos/reactos.git
synced 2026-06-22 04:12:45 +08:00
Default wallpaper needs to be bitmap to show up in live environment. This is not intended to be ported to master.
Wallpapers
===========
|-------------------------------|--------------|-----------------------------------------------|--------------------------------------------------------|
| Filename | License | Author | Origin |
|-------------------------------|--------------|-----------------------------------------------|--------------------------------------------------------|
| Backwoods.jpg | CC-BY-NC-3.0 | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
| Borealis.jpg | CC-BY-NC-3.0 | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
| Borealis Dark.jpg | CC-BY-NC-3.0 | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
| Deep Sea.bmp | CC-BY-NC-3.0 | Forum user "Angelus" (jedi.knight@wanadoo.es) | https://reactos.org/forum/viewtopic.php?p=50543#p50543 |
| Grass.jpg | CC0-1.0 | Public domain | https://jira.reactos.org/browse/CORE-8446 |
| Mizu.png | CC-BY-SA-4.0 | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
| Mizu (4x3).png | CC-BY-SA-4.0 | Forum user "Foxlet" (foxlet@furcode.co) | https://jira.reactos.org/browse/CORE-15783 |
| Nebula.jpg | CC-BY-1.0 | Community member _twotime on Discord | https://jira.reactos.org/browse/RELEASE-7 |
| Polarlicht.jpg | CC0-1.0 | Public domain | https://jira.reactos.org/browse/CORE-8446 |
| Silhouette.png | CC-BY-4.0 | Jake Collins (polar@ever3st.com) | https://ever3st.com/Graphics/Loot/ |
| Silhouette Dark.png | CC-BY-4.0 | Jake Collins (polar@ever3st.com) | https://ever3st.com/Graphics/Loot/ |
|-------------------------------|--------------|-----------------------------------------------|--------------------------------------------------------|
Note: Nebula was inspired from concept art by community member taisayshello.
You can download other wallpapers from the "ReactOS Standard Wallpapers" package in the ReactOS Application Manager.
To include the module in your build folder, run the configure script with the flags -DENABLE_WALLPAPERS=1
# For Windows users
configure.cmd -DENABLE_WALLPAPERS=1
# For UNIX users
./configure.sh -DENABLE_WALLPAPERS=1