Code Monkey home page Code Monkey logo

Comments (5)

grigorii-horos avatar grigorii-horos commented on May 29, 2024

I have the same issue in KDE

output

from qogir-theme.

ww-9 avatar ww-9 commented on May 29, 2024

48b2abb2d73e

It works correctly in Gnome Files, but in GNOME Terminal, gedit or Firefox not. Is it theme or GTK issue?

from qogir-theme.

ww-9 avatar ww-9 commented on May 29, 2024

headerbar entry, headerbar spinbutton, headerbar button, headerbar separator {
margin-top: 0;
margin-bottom: 2px;
}

this code seems to fix the issue

from qogir-theme.

Hasshu avatar Hasshu commented on May 29, 2024

See also https://gitlab.gnome.org/GNOME/gtk/-/issues/583

from qogir-theme.

evgeniy-harchenko avatar evgeniy-harchenko commented on May 29, 2024

Have a similar problem on most windows. The part of close button near screen edge is not working. When I click on this part it clicks through the window, so current window loses focus, or it can close the window behind it. There is no problem on all apps in flatpak (also using this theme), Pamac, Google Chrome (Chromium). But the theme looks a bit different on them: buttons are bigger, header bar is wider, close button on hover is faded red (not red like on others).

I use XFCE+Compiz. There is no problem on XFCE+XFWM. Tested on Manjaro and EndeavourOS.

Also there is no problem on Arc theme (on which this theme is based) and Matcha themes, which also based on Arc.

111

UPD: Ok, here is a solution:
Find metacity-theme-3.xml in your theme and replace this:

<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
	<distance name="left_width" value="0" />
	<distance name="right_width" value="0" />
	<distance name="bottom_height" value="0" />
</frame_geometry>

with this:

<frame_geometry name="max" title_scale="medium" parent="normal" rounded_top_left="false" rounded_top_right="false">
	<distance name="left_width" value="1" />
	<distance name="right_width" value="1" />
	<distance name="bottom_height" value="0" />
</frame_geometry>

Since this fix is ​​not for everyone, maybe it can be added as an option during installation?

from qogir-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.