Search found 5 matches

by Mars
7. Oct 2022, 18:59
Forum: Bugs
Topic: Flatpak / Ungoogled Chromium / Chromium
Replies: 8
Views: 12117

Re: Flatpak / Ungoogled Chromium / Chromium

Hi! I encountered the same thing.
When running from the terminal :

Code: Select all

flatpak run com.github.Eloston.UngoogledChromium
i got an ERROR: ld.so: object 'libgtk3-nocsd.so.0' from LD_PRELOAD etc etc

Installed it:

Code: Select all

slapt-get -i gtk3-nocsd
rebooted
It works

PS: I also set the bwrap permissions
by Mars
3. Oct 2022, 21:55
Forum: Problems
Topic: Can't install xmonad
Replies: 7
Views: 2315

Re: Can't install xmonad

Thanx everybody! I got it installed.

I installed all dependencies that were able to install, and then I just installed haskell-X11 and xmonad with the --no-dep option.
As I thought, ghc was enough to be able to run xmonad.
by Mars
3. Oct 2022, 21:32
Forum: Problems
Topic: Can't install xmonad
Replies: 7
Views: 2315

Re: Can't install xmonad

Hmm. It doesn't work for me unfortunately. Installing ghc is not a problem. But when slapt-getting haskell-X11 it tells me it depends on the non-existent haskell package. If I try to build with slapt-src, (either haskell-X11 or xmonad), I get the message that it was unable to find all specified slac...
by Mars
3. Oct 2022, 18:39
Forum: Problems
Topic: Can't install xmonad
Replies: 7
Views: 2315

Re: Can't install xmonad

Thank you. Unfortunately one of the packages it wants to install from the "Package Required" list, is 'haskell'. That is not an existing package. try to install required dependencies first : sudo slapt-get --show xmonad | grep "Package Required:" | tr ',' '\n' | while read -r pac...
by Mars
3. Oct 2022, 17:53
Forum: Problems
Topic: Can't install xmonad
Replies: 7
Views: 2315

Can't install xmonad

Hi all! I am unable to install xmonad for some reason. It tells me that haskell-X11 depends on haskell. Makes sense, but there is no haskell package? I thought I'd install ghc, maybe that would fulfill the haskell dependency, but no :( slapt-get]$ doas slapt-get -i ghc xmonad Reading Package Lists.....