[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 2bf80068b3e0b363.png (56 KB, 1058x1058)
56 KB
56 KB PNG
KDE, GTK, GNOME and Servo are supporting us sisters
https://floss.social/@kde/116324991730619684
https://floss.social/@gnome/116324750064520367
https://floss.social/@servo/116323571395722966
https://floss.social/@GTK/116323144903005111
>>
>>108494368
Is it today "international faggot day"?
Ah the usual subjects I see.
>>
>>108494368
>servo added anarchocommunist flag too
>>
>>108494368
Linux is so fucking possed as Windows...
>2026: GNOME still works like shit with Steamshit Overlay
>>
File: 1677339374197483.png (639 KB, 1300x826)
639 KB
639 KB PNG
>>108494368
writing cute c++ tricks!
>>
>>108494368
KDE are pajeets, pajeets hate trannies, right tuxsis? We got too cocky
>>
>>108495122
Fuck man nobody would care if they weren't so atrociously ugly and also revolving everything around their weird fetish. Cute c++ trick - women don't do that shit! No woman is putting "cute" in the title of any presentation on code.

Fuck, can they just stop being so UGLY though. Look at that jaw and chin and forehead and big monkey lips. Gross!
>>
File: visability.png (241 KB, 1920x1020)
241 KB
241 KB PNG
my only real grievance is the lack of creative programming,
>>
>>108495286
Hello beaver
Are you still running cinnamon?
I gave gnome a try last month and quite enjoy the vanilla version, once I got used to the whole "workspace instead of minimizing" thing it clicked in my head.
I would have stayed with cinnamon but I wanted HDR already so I gave up on it
>>
>>108495305
Have you tried the PaperWM extension?
>>
>>108494368
Imagine you're telling your friends - who are sick of all that corporate crap - about open-source software, and they see this
>>
>>108495391
I've tried it, it's cool and all but having also tried niri, I think combining scrolling with gnome's workspaces it's just too many different workflows. I tried some of the work in progress mosaic extensions and they felt a bit more natural to me
>>
>>108495305
i am on xfce but I have cinnamon session still active and it runs fine just like it use to. I've been using mainly using XFCE ever late 2025 when Grok wrote a script that allows it to pane with clicking both mouse buttons like Cinnamon does. Before then I used XFCE but it wasn't my main due to a huge inconvenience that Cinnamon avoided.

With this I can pane in GIMP just by holding down both buttons, also it registers as a middle click. That way I don't have to hold my index finger on the tiny middle button


#!/bin/bash
# ===============================================
# XFCE-ONLY Middle Click Emulation (Safe to re-run)
# Works after suspend, hotplug, or "it just stopped"
# Does NOT affect Cinnamon
# ===============================================

# 1. Wait
sleep 3.5

# 2. Find ALL physical mice (not touchpads, not virtual)
mapfile -t MOUSE_LINES < <(
xinput list |
grep -iE 'mouse|pointer' |
grep -vE 'Virtual|XTEST|keyboard|Touchpad' |
grep -i 'slave pointer'
)

# If no mice found exit silently
(( ${#MOUSE_LINES[@]} == 0 )) && {
echo "[$(date)] No mouse found. Skipping."
exit 0
}

echo "[$(date)] Found ${#MOUSE_LINES[@]} mouse device(s)"

for LINE in "${MOUSE_LINES[@]}"; do
ID=$(echo "$LINE" | grep -oP 'id=\K[0-9]+')
NAME=$(echo "$LINE" | sed -E 's/.*\s*//; s/\s*id=.*//')

echo " Configuring: $NAME (ID: $ID)"

# Enable middle-click emulation
xinput set-prop "$ID" "libinput Middle Emulation Enabled" 1 2>/dev/null || \
xinput set-prop "$ID" "Middle Emulation Enabled" 1 2>/dev/null

# Restore clean button map
xinput set-button-map "$ID" 1 2 3 4 5 6 7 8 9 10 11 12 13 2>/dev/null
done

echo "Middle-click emulation ACTIVE (left+right = middle)"




Grok also made another script at startup that makes sure it only runs on XFCE and ignores Cinnamon

-

tHE last time I used GNOME was in October 2024 when I installed it for a brief day for the lulz.
>>
>>108495450
What's a mosaic extension? You mean those that turn GNOME into a tilling WM like forge and Tilling Shell?
>>
>>108495542
they implement some tiling idea a gnome designer had, which is a mix of tiling and floating and the layout changes based on the windows preferences
https://blogs.gnome.org/tbernard/2023/07/26/rethinking-window-management/

Two different extensions are working towards this right now
https://github.com/CleoMenezesJr/MosaicWM
https://github.com/jardon/gnome-mosaic



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.