Komorebi-Fork / komorebi

A beautiful and customisable wallpaper manager for Linux
GNU General Public License v3.0
271 stars 17 forks source link

Error while installing in ubuntu #97

Closed Schkimansky closed 1 month ago

Schkimansky commented 1 month ago

Using ubuntu 24.04 LTS

thearchcoder@thearchcoder-HP-EliteDesk-800-G1-SFF:~/Downloads$ sudo dpkg -i komorebi.deb
Selecting previously unselected package komorebi.
(Reading database ... 221184 files and directories currently installed.)
Preparing to unpack komorebi.deb ...
Unpacking komorebi (2.2.0-1) ...
dpkg: dependency problems prevent configuration of komorebi:
 komorebi depends on libclutter-1.0-0 (>= 1.11.10); however:
  Package libclutter-1.0-0 is not installed.
 komorebi depends on libclutter-gst-3.0-0 (>= 3.0.4); however:
  Package libclutter-gst-3.0-0 is not installed.
 komorebi depends on libclutter-gtk-1.0-0 (>= 0.91.8); however:
  Package libclutter-gtk-1.0-0 is not installed.
 komorebi depends on libgdk-pixbuf2.0-0 (>= 2.25.2); however:
  Package libgdk-pixbuf2.0-0 is not installed.
 komorebi depends on libwebkit2gtk-4.0-37 (>= 2.5.3); however:
  Package libwebkit2gtk-4.0-37 is not installed.
 komorebi depends on libclutter-gst-3.0-dev; however:
  Package libclutter-gst-3.0-dev is not installed.
 komorebi depends on libwebkit2gtk-4.0-dev; however:
  Package libwebkit2gtk-4.0-dev is not installed.
 komorebi depends on libclutter-1.0-dev; however:
  Package libclutter-1.0-dev is not installed.
 komorebi depends on libgee-0.8-dev; however:
  Package libgee-0.8-dev is not installed.

dpkg: error processing package komorebi (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
Errors were encountered while processing:
 komorebi

I tried to install the missing dependecies, However it couldnt find 2 of them. Most of the dependencies were installed except for some: Used this command if someone needs it:

sudo apt install libclutter-1.0-0 libclutter-gst-3.0-0 libclutter-gtk-1.0-0 libgdk-pixbuf2.0-0 libwebkit2gtk-4.0-37 libclutter-gst-3.0-dev libwebkit2gtk-4.0-dev libclutter-1.0-dev libgee-0.8-dev

But as i said, They were installed except for 2 which it couldnt find:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libwebkit2gtk-4.0-37
E: Couldn't find any package by glob 'libwebkit2gtk-4.0-37'
E: Unable to locate package libwebkit2gtk-4.0-dev
E: Couldn't find any package by glob 'libwebkit2gtk-4.0-dev'

Anyone help?

Schkimansky commented 1 month ago

Screw it ill make my own animated wallpaper program

Beast-Viper commented 1 month ago

Screw it ill make my own animated wallpaper program

Tell me if you succeed!

Schkimansky commented 1 month ago

Yeah well about that, Its insanely difficult to render a video in sfml. I actually got a custom background with a moving circle, But rendering videos was out of my abilties

Beast-Viper commented 1 month ago

Would it be better to use some other format for the video wallpaper (if possible)? For dynamic gnome wallpapers one can make an xml file (there's some project on github).

Sent from Proton Mail Android

-------- Original Message -------- On 09/06/24 8:52 pm, Schkimansky wrote:

Yeah well about that, Its insanely difficult to render a video in sfml. I actually got a custom background with a moving circle, But rendering videos was out of my abilties

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>