You are not logged in.
If anyone started using the ARC theme for it's GTK3 3.20 theme compatibility but still have issues with Firefox there's also an ARC firefox theme: https://addons.mozilla.org/en-US/firefo … cb-dl-user
Works well for me, and arguably better looking than Adwaita
Offline
I need this fix to prevent Gtk3 menus and other popups from having terrible ugly shadows with xfwm4+compton. How would I adapt it to 3.20?
.window-frame, .window-frame:backdrop { box-shadow: 0 0 0 black; border-style: none; margin: 0; border-radius: 0; } .titlebar { border-radius: 0; } .window-frame.csd.popup, .header-bar { box-shadow: none; }
I'm heavily considering moving every app I can to its gtk2 version from AUR, but I'd rather just fix gtk3.
Try this.
decoration, decoration:backdrop {
box-shadow: 0 0 0 black;
border-style: none;
margin: 0;
border-radius: 0;
}
.titlebar, titlebar { border-radius: 0; }
decoration.csd.popup, headerbar { box-shadow: none; }
Offline
I have an issue with drag and drop in GTK3 applications. As soon as I start to drag some element, none of my i3 keybinds work, so I cannot switch to another window. It still works in GTK2 applications such as Thunderbird, but not in GTK3 applications such as Firefox or spaceFM. Of course, I am not sure if it is actually GTK3's fault, but considering all the problems it has caused the last few days, it's sort of the first candidate to blame. Does anyone else have issues with drag and drop?
EDIT: I just found two deleted threads on this, so I don't seem to be the only one.
Last edited by stupidus (2016-04-12 12:12:01)
Offline
I also have problems with drag'n'drop in spaceFM - but in my case it segfaults.
Tried both spacefm and spacefm-git, but to no avail.
Switching to spacefm-gtk2 "solves" the issue, but is not really what I want.
Cheers,
Sven
Offline
If you can reproduce it with Adwaita, report it on the SpaceFM github.
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Not sure this is a GTK 3.20 bug since I installed Arch just a few days ago but I'm having trouble with getting window tile bars to look right with custom themes in some applications such as firefox, gimp and gparted. Seems like it occurs on all non GTK 3 applications.
I've tested both Arc and Adapta, both git version and standard from AUR.
Here's a screenshot of my desktop showing the issue: http://dev.albounty.net/sc.png
Edit: Never mind
Just realized that I've added a fix to ~/.config/gtk-3.0/gtk.css to remove the ugly border in Adwaita from https://bbs.archlinux.org/viewtopic.php?id=211102 which messed my title bars.
Last edited by Lazze (2016-04-12 16:29:29)
Offline
I had same issues reported here after update of GTK3. The strange thing (for me, at least) is:
I fixed most of the issues installing Arc theme on my desktop pc. Today I updated my laptop (which has an almost identical configuration with OpenBox), but installing Arc didn't fix the input fields issue on Firefox.
Any suggestions on what might cause this different behaviour of GTK/Firefox on OpenBox?
EDIT: re-installing Arc theme this time solved some of the issues on my laptop too.
Last edited by childerico (2016-04-13 10:13:11)
Offline
I have the same issue as coalpaw. Network manager related windows are not able to be resized and are too small show all fields. This makes it near impossible to modify/create connections. This includes using the default Adwaita theme. http://i.imgur.com/LoK9toU.png
Last edited by abstracted (2016-04-12 19:26:43)
Offline
Well personally, for now, for a "dark" theme (quotes intentional) I've settled on xfce4-dusk with a slight modification to gtk-2.0/gtkrc to reset titlebar, borders and highlights to my preferred shade of blue. It;s not perfect, since the dark aspect doesn't carry to FF's toolbar, but at least I can see and use stuff again.
Ryzen 5900X 12 core/24 thread - RTX 3090 FE 24 Gb, Asus Prime B450 Plus, 32Gb Corsair DDR4, Cooler Master N300 chassis, 5 HD (1 NvME PCI, 4SSD) + 1 x optical.
Linux user #545703
/ is the root of all problems.
Offline
Firefox interface is broken after yesterday's update. Any solution for that?
...but installing Arc didn't fix the input fields issue on Firefox.
I had the same issue & all working now.
Try cleaning ~/.cache
If that doesn't work, try deleting ~/.config/gtk-2.0/ and ~/.config/gtk-3.0/
Last edited by knightRider0xD (2016-04-16 08:42:39)
Offline
Stickied (for the time being) so people can stop opening new threads about this issue...
Offline
Like many others, I experienced major display problems following the recent GTK3 upgrade. I have a relatively simple set-up, based on Openbox, and have never experienced anything similar before. I understand very little about themes, or GUI frameworks, etc, so had no idea what was the cause.
The symptoms were two-fold:
(1) Many application menus (and sometimes actual displays) became corrupted.
(2) The fonts used by a number of applications became extremely ugly, both in the window decorations, and within the displays themselves. This applied to particularly to Firefox, Thunderbird, and QT-based applications.
I assumed that these problems had the same cause, but this was to prove incorrect. The menu theme corruption seems to have been fixed by switching to the GTK3 default Adwaita theme (from Raleigh - a much better display IMHO). I don't like it, but it works.
However, the font problems remained. Changing default fonts for QT seem to have had no effect. Everything appeared to be displayed in an ugly bold sans-serif type font. I finally discovered that the fontconfig package had been upgraded (from 2.11.94-1 -> 2.11.95-1) at the same time as GTK3, and that this was the culprit. Downgrading to 2.11.94-1 fixed all fonts problems.
These observations are made from a position of total ignorance, but I hope they may be of use to others.
Offline
I think it may be useful to add to the opening post that everyone should try Adwaita before posting about their issue, because that's what most of the threads seem to be about.
An Adwaita user myself, the update didn't change anything for me (Firefox).
Offline
I have an issue with drag and drop in GTK3 applications. As soon as I start to drag some element, none of my i3 keybinds work[...]
Offline
Here's my cup of issues with the latest update:
- the scrollbar in firefox is gone and the lines in the menus are black and ugly
- something's screwed up with the mouse/touchpad menu in GNOME; some settings don't show up, tap to click is enabled without any way to disable it, and it seems like it "taps" randomly without me even touching it - switching to Wayland fixes this
- in Cinnamon, right clicking brings up the menu in a fixed place, not under the mouse cursor
- also in Cinnamon, fonts look thin even tough font hinting is set to "slight"
Offline
Here's my cup of issues with the latest update:
- the scrollbar in firefox is gone and the lines in the menus are black and ugly
...
About the scrollbar, it will work if you use the normal Arch firefox package. You can't use the beta/developer versions anymore. Those are broken with gtk 3.20. The normal package is compiled with a patch for gtk 3.20, but the binaries that are built by Mozilla themselves don't have that.
About those ugly black lines in the menus, I've hid them with this userstyle defined in the 'Stylish' firefox addon:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
menuseparator {
opacity: 0 !important;
}
Offline
I tried using breeze-gtk-git instead of breeze-gtk .
This seems to have solved all my GTK issues.
Thanks you GTK, for being absolutely NOT backwards compatible when it comes to themes >_>
Offline
However, the font problems remained. Changing default fonts for QT seem to have had no effect. Everything appeared to be displayed in an ugly bold sans-serif type font. I finally discovered that the fontconfig package had been upgraded (from 2.11.94-1 -> 2.11.95-1) at the same time as GTK3, and that this was the culprit. Downgrading to 2.11.94-1 fixed all fonts problems.
Thanks a lot,
I was quite pissed with font rendering since last week updates, downgrading & adding fontconfig to IgnorePkg made my day !
Did you file a bug for this ?
Best regards,
Guiluge
Offline
axfelix wrote:Titlebars and borders are ruined in [...] Arc
The current gtk-theme-arc-git package seems to work just fine with GTK 3.20
Indeed; it's a nice looking theme BTW
Fundamental Axiom of the Universe (aka Murphy's Law): Whatever can go wrong, will go wrong.
First Digital Deduction: Nothing obeys Murphy's Law so well as computers.
Second Digital Deduction: Everything go wrong at least once.
Third Digital Deduction: Things go wrong even when there's absolutely no possibility of anything go wrong.
Offline
- in Cinnamon, right clicking brings up the menu in a fixed place, not under the mouse cursor
- also in Cinnamon, fonts look thin even tough font hinting is set to "slight"
I have the first one as well. It may be the case that we have to tell the CInnamon developers about this one.
On the fonts, do they actually change when changing the hinting with GTK 3.20? It may just be the 1080p on a 15.6 inch screen monkeying with me on this one though.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
the font problems remained. Changing default fonts for QT seem to have had no effect. Everything appeared to be displayed in an ugly bold sans-serif type font. I finally discovered that the fontconfig package had been upgraded
I had to disable bitmap fonts manually [1] after that fontconfig update -- try that.
[1] https://wiki.archlinux.org/index.php/Fo … tmap_fonts & https://wiki.archlinux.org/index.php/Fo … on#Presets
Para todos todo, para nosotros nada
Offline
`hintslight` has been made default in the latest fontconfig release. This broke font rendering of DejaVu Sans for me in various programs including chromium and firefox. Instead of downgrading to the previous fontconfig release you can `ln -s /etc/fonts/conf.avail/10-hinting-full.conf ~/.config/fontconfig/conf.d/`.
Last edited by mahkoh (2016-04-18 22:20:08)
Offline
Please note that the fontconfig changes have nothing to do with the gtk3 changes.. please refrain from further hijacking of this thread. There are plenty of topics about the fontconfig changes already.
https://wiki.archlinux.org/index.php/Fo … _hijacking
(Note: this isn't a comment against any one individual, but rather the direction this thread is currently heading)
Last edited by WorMzy (2016-04-18 22:27:19)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Here's my cup of issues with the latest update:
- the scrollbar in firefox is gone and the lines in the menus are black and ugly
- something's screwed up with the mouse/touchpad menu in GNOME; some settings don't show up, tap to click is enabled without any way to disable it, and it seems like it "taps" randomly without me even touching it - switching to Wayland fixes this
- in Cinnamon, right clicking brings up the menu in a fixed place, not under the mouse cursor
- also in Cinnamon, fonts look thin even tough font hinting is set to "slight"
For your mousepad you need to install xf86-input-libinput
I don't really know what I'm doing.
Offline
Still having issue with firefox (aurora) and breeze-gtk. (Invisible scrollbar)
Installed breeze-gtk and set gtk3 theme to breeze gtk (git), but it's still not working. Same situation with other firefox versions and also I edited pkgbuild for breeze-gtk from aur with https://github.com/Martchus/PKGBUILDs/b … t/PKGBUILD, but with no change after that also.
http://i.imgur.com/f1dNmcZ.png
http://i.imgur.com/HWXt2CZ.png
Last edited by serjuice (2016-04-19 12:11:24)
Offline