cheesecakeufo / komorebi

A beautiful and customizable wallpapers manager for Linux
GNU General Public License v3.0
3.41k stars 238 forks source link

how about a centos/fedora release here. #158

Open c4pt000 opened 5 years ago

c4pt000 commented 5 years ago

apt-get install alien alien -r --scripts komorebi-2.1-64-bit.deb

cd /System/Applications/ sudo cp -rf komorebi* /usr/bin/

for centos support add nux desktop (for video wallpaper support) yum install gstreamer1-libav.x86_64

(for video container conversion) yum install winff ffmpeg

seems like conversion to .mp4 video ?

seems like a buggy application? temporary workaround for me was to do this? replace /home/user accordingly && replace out.mp4 with your custom.mp4 file

cd /System/Resources/Komorebi/ cp -rf aerial_mountain_and_ocean aerial_mountain_and_ocean.orig cd aerial_mountain_and_ocean
mv video.mp4 video.mp4.orig mv wallpaper.jpg wallpaper.jpg.orig cp -rf /home/user/Desktop/out.mp4 video.mp4

@author of komorebi forked here

https://github.com/c4pt000/komorebi-centos

tim77 commented 5 years ago

https://github.com/cheesecakeufo/komorebi/issues/75#issuecomment-524556217