Thread 105574610 - /g/ [Archived: 1163 hours ago]

Anonymous
6/12/2025, 9:05:20 PM No.105574610
seething
seething
md5: f7348cdf41d671770cf788014176271f🔍
>Cinnamon has no up/down scrollbar buttons
>GTK3 dropped support for them

Holy shit my blood is boiling right now. Why the fuck do software keep dropping support for basic features, like that and bitmap fonts? Is technology progress backwards? Just keep making everything shittier and shittier?
Replies: >>105574651 >>105574766 >>105574781
Anonymous
6/12/2025, 9:08:10 PM No.105574651
>>105574610 (OP)
It is free open source software. Put them back, anon.
Replies: >>105574674
Anonymous
6/12/2025, 9:09:49 PM No.105574674
>>105574651
I don't know how.
I already tried setting up bitmap fonts but only got it working in Mousepad and Gnome Terminal so far. Why does it have to be so complicated to do something that should be simple and basic?
Replies: >>105574791
Anonymous
6/12/2025, 9:16:01 PM No.105574766
>>105574610 (OP)
for me it was that loonix openwrt x86 with no gui uses more memory than windows xp
Anonymous
6/12/2025, 9:17:11 PM No.105574781
>>105574610 (OP)
Win32 does nothing and keeps winning
Anonymous
6/12/2025, 9:17:41 PM No.105574791
>>105574674
gtk-widgets.css
/*************
* scrollbar *
*************/
.scrollbar {
-GtkScrollbar-has-backward-stepper: 0;
-GtkScrollbar-has-forward-stepper: 0;
-GtkRange-slider-width: 13;

gtk.css
scrollbar.vertical button.down {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
}

scrollbar.vertical button.up {
-gtk-icon-source: -gtk-icontheme("pan-up-symbolic");
}

scrollbar.horizontal button.down {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic");
}

scrollbar.horizontal button.up {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic");
}
Replies: >>105574856
Anonymous
6/12/2025, 9:22:38 PM No.105574856
>>105574791
>gtk.css
>/* Adwaita is now part of GTK+ 3, this file is no longer used */
So do I just ignore that warning?