Skip to content

Solution for Ubuntu 24.04, and the latest versions of operating systems #396

@zyouax

Description

@zyouax

Solution for Ubuntu 24.04 and Others

1. Install equivs (tool to create fake packages):

sudo apt install equivs

2. Creates a control file to "make believe" that libwebkit2gtk-4.0-37 is installed:

mkdir ~/equivs-fake
cd ~/equivs-fake
equivs-control libwebkit2gtk-4.0-37

3. Edit the libwebkit2gtk-4.0-37 file with nano or vim:

nano libwebkit2gtk-4.0-37

4. Delete all and replace its contents like this:

Section: misc
Priority: optional
Standards-Version: 3.9.2

Package: libwebkit2gtk-4.0-37
Provides: libwebkit2gtk-4.0-37
Description: Fake libwebkit2gtk-4.0-37 to satisfy Komorebi
 This is a dummy package that provides libwebkit2gtk-4.0-37 to satisfy dependencies.

5. Build your fake package:

equivs-build libwebkit2gtk-4.0-37

Note: This will create a .deb like libwebkit2gtk-4.0-37_1.0_all.deb.

6. Install this fake package:

sudo dpkg -i libwebkit2gtk-4.0-37_1.0_all.deb

7. Then install Komorebi:

sudo apt install ~/Downloads/komorebi-2.1-64-bit.deb

IMPORTANT: 👉 Normally, it works without any problems, but there may be visual or behavioral bugs (for example, an animated background that doesn't display correctly).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions