File system errors

yes, exactly that
just type:
firefox

see, go to up

Something about
~/.config/gtk-3.0/gtk.css
came up

Theme parsing error: gtk.css:--after installing code-oss

Compare
~/.config/gtk-3.0/gtk.css
with
/etc/skel/.config/gtk-3.0/gtk.css
(where this file originates when the user account is created)

is what I’d do

There seems to be a syntax error in ~/.config/gtk-3.0/gtk.css

there is no difference they both have this:

.window-frame {
  box-shadow: none;
  margin: 0;
}

~/.config/gtk-3.0/gtk.css

[Settings]
gtk-icon-theme-name=Papirus-Dark
gtk-theme-name=Adapta-Nokto-Eta-Maia
gtk-cursor-theme-name=xcursor-breeze-snow
gtk-font-name=Noto Sans 10
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=true
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=0

/etc/skel/.config/gtk-3.0/gtk.css

[Settings]
gtk-icon-theme-name=Papirus-Adapta-Nokto-Maia
gtk-theme-name=Adapta-Nokto-Eta-Maia
gtk-cursor-theme-name=xcursor-breeze
gtk-font-name=Noto Sans 10
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=true

Can you please find gtk-contained-dark.css (this is the file I mentioned 20 posts ago) and post the content of the file here.

Also give the full path to wherever the file is. Thanks.

I just tried exactly this - to have a look at it.
It’s not there. Not present.

@AAA_AAA
at the moment I’m struggling with the handling of i3 - I can’t even get a terminal to focus, so I can input some command.
I can launch it - but it’s not in focus.

It must be somewhere to trigger the error.

that’s what I thought - I just searched the whole file system for it

Then, logically, if it’s not in the default install, it belongs to something the OP has installed at some point.

@AAA_AAA

Quick question. Did you install i3 using the Manjaro i3 ISO, or did you install i3 manually on another Manjaro version?

FYI:
I just installed the i3 minimal - and then firefox
and that error appears and the mentioned file is nowhere to be found

palemoon is preinstalled - and it works

There is a reason it’s called minimal.

I had the full ISO here until only a few days ago; I’ve been playing with it a bit in a VM, and finally decided I wouldn’t bother with it again, so deleted the ISO. I could never get used to it. :slight_smile:

Of course there is - less stuff is pre-installed.
I never had a problem like this, where a piece of software is not present, then installed - and ends up not working because of a file parsing error
but the file failing to be parsed correctly is not even present.

firefox has never been a problem

OK, I found gtk-contained-dark.css is part of the Adwaita theme.

I’m guessing it’s located at:

/usr/share/themes/Adwaita/gtk-contained-dark.css

I found it on another route

/usr/share/themes/Adapta-Eta-Maia/gtk-3.0/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.20-eta/gtk-contained-dark.css");

it only has that ^
I just noticed that it is in folders with different paths:

 /usr/share/themes/Adapta-Eta-Maia/gtk-3.22/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.22-eta/gtk-contained-dark.css");

I installed it from the iso of the official manjaro repository and I use it since I made my first post back in January and the full image
pd: I experienced the error recently since I use the browser a lot, I don’t remember exactly about a month ago.

in all the routes I saw and I think there are more in different routes, I don’t know which one it is.

/usr/share/themes/Adapta-Maia/gtk-3.24/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.24/gtk-contained-dark.css");
/usr/share/themes/Adapta-Maia/gtk-3.22/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.22/gtk-contained-dark.css");
/usr/share/themes/Adapta-Maia/gtk-3.0/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.20/gtk-contained-dark.css");
/usr/share/themes/Adapta-Nokto-Eta-Maia/gtk-3.22/gtk-3.22/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.22-eta/gtk-contained-dark.css");
/usr/share/themes/Adapta-Nokto-Maia/gtk-3.22/gtk-3.22/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.22/gtk-contained-dark.css");
/usr/share/themes/Adapta-Nokto-Maia/gtk-3.0/gtk-3.0/gtk-dark.css
@import url("resource:///org/adapta-project/gtk-3.20/gtk-contained-dark.css");

A post was split to a new topic: Theme parsing errors with Adapta-Maia