jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
900 stars 77 forks source link

Strange border in cinnamon #169

Closed ViniciusBRodrigues closed 2 years ago

ViniciusBRodrigues commented 2 years ago

For some reason, there is this strange border in the apps names. It's happens just in opened apps.

Otherwise works fine (Whale is not opened):

jnsh commented 2 years ago

Thanks for the report.

Which cinnamon panel applet is that?

ViniciusBRodrigues commented 2 years ago

Hi, it's: grouped-window-list@cinnamon.org

I tested with other windows list and seems to work find. The problem is in this applet.

jnsh commented 2 years ago

Well I tested it myself, and can't reproduce the issue. Also, the grouped window list shouldn't look like that on 5.0 with this theme, e.g. the line underneath the icon should be blue and the background should change on mouseover. So something seems to be wrong with your installed theme.

Since you compiled the theme yourself, are you sure it was built for the correct cinnamon version? Please check your meson setup output, or use cinnamon_version=5.0 meson build option to force the correct version.

Another thing you could check is that you're not accidentally using e.g. outdated version of the theme installed trough your distribution's package manager, instead of the one you built yourself.

ViniciusBRodrigues commented 2 years ago

I see! I compiled again and seems to work fine. The problem is: I can find the theme in the desktop option. Bute there is no arc theme in the window border or control. But I think that is a mint bug.

ViniciusBRodrigues commented 2 years ago

Many thanks! Great job!

jnsh commented 2 years ago

Bute there is no arc theme in the window border or control. But I think that is a mint bug.

They should both be there, if you built the metacity theme (window borders) and gtk3 theme (controls).

ViniciusBRodrigues commented 2 years ago

Now it's fine. I think that my cinnamon theme config section it's kind of buggy somehow. But anyway, I noticed that keepassxc is not respecting the theme:

jnsh commented 2 years ago

But anyway, I noticed that keepassxc is not respecting the theme

Sorry, but this is nothing to do with Arc anymore, and I'm not providing support for general theming questions. If I'm not mistaken, keepassx is a QT5 application, and it may require some configuration to use the Arc GTK theme. Please look for help from e.g. your distribution's support channels. Also, in case you changed the themes= build option when building, I'd advice to keep it unchanged and just build every theme, if you're unsure what each theme may be needed for.