cheesecakeufo / komorebi

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

black screen #89

Open j2lapoin opened 6 years ago

j2lapoin commented 6 years ago

The videos are not display on the wall. I got GStreamer Libav plug-in. I did verify my config, I have the proper name for the video and I also I managed to rename thumb.jpg in wallpaper.jpg. I try with a custom but I also try with the other include with komorebi but nada. I run archlinux.

obendidi commented 6 years ago

had the same probleme with ubuntu 1604 LTS , got black video screen , but the audio was working

rhogeranacleto commented 6 years ago

I had the same issue

mvrozanti commented 6 years ago

Have you guys figured this out already? I too was missing gstreamer1.0-libav. But I did install it to no avail.

** (komorebi:25536): CRITICAL **: file /home/nexor/komorebi/build/src/Utilities.c: line 294: uncaught error: <data>:1:5Missing name of pseudo-class (gtk-css-provider-error-quark, 1)

** (komorebi:25536): CRITICAL **: file /home/nexor/komorebi/build/src/Utilities.c: line 294: uncaught error: <data>:1:5Missing name of pseudo-class (gtk-css-provider-error-quark, 1)

** (komorebi:25536): CRITICAL **: file /home/nexor/komorebi/build/src/Utilities.c: line 294: uncaught error: <data>:1:5Missing name of pseudo-class (gtk-css-provider-error-quark, 1)

** (komorebi:25536): CRITICAL **: file /home/nexor/komorebi/build/src/Utilities.c: line 294: uncaught error: <data>:1:5Missing name of pseudo-class (gtk-css-provider-error-quark, 1)

** (komorebi:25536): CRITICAL **: file /home/nexor/komorebi/build/src/Utilities.c: line 294: uncaught error: <data>:1:5Missing name of pseudo-class (gtk-css-provider-error-quark, 1)
sweetquiet commented 5 years ago

!/bin/bash

echo "[INFO] Ignore any errors" echo "[*] Resetting desktop configuration" gsettings set org.gnome.desktop.background show-desktop-icons true || true gsettings set org.nemo.desktop show-desktop-icons true || true

TechieAndroid commented 5 years ago

Having this problem on Arch. Where is the log file located?

[edit] So apparently I still needed the gst-plugins-good package and just in case I ever use HEVC videos I installed gst-plugin-libde265 as well. Now it's working.