#gdk — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gdk, aggregated by home.social.
-
Podoba mi się konsekwencja w nazwach klawiszy #GDK pomiędzy alfanumeryczną częścią klawiatury, a numpadem.
GDK_KEY_Return -- GDK_KEY_KP_Enter
GDK_KEY_plus -- GDK_KEY_KP_Add
GDK_KEY_minus -- GDK_KEY_KP_Subtracthttps://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/gdkkeysyms.h
[EDIT: mój błąd, jednak źródłem ten niekonsekwencji jest nasze ukochane #X11
https://cgit.freedesktop.org/xorg/proto/x11proto/tree/keysymdef.h
] -
I love how consistent #GDK key constants are between alphanumeric part of the keyboard and the keypad.
GDK_KEY_Return -- GDK_KEY_KP_Enter
GDK_KEY_plus -- GDK_KEY_KP_Add
GDK_KEY_minus -- GDK_KEY_KP_Subtracthttps://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/gdkkeysyms.h
[EDIT: my mistake, the source of this inconsistency is our beloved #X11
https://cgit.freedesktop.org/xorg/proto/x11proto/tree/keysymdef.h
] -
@aruiz AHA!!!
after a quick check with strace was not immediately helpful I hit upon using gdk-pixbuf-query-loaders. Using it on my file ended up outputting:g_module_open() failed for /home/joncruz/Amiga/ilbm_pixbuf_loader.so: /home/joncruz/Amiga/ilbm_pixbuf_loader.so: undefined symbol: gdk_pixbuf_get_n_channels
So that's a handy tool when working on loaders
-
Since "The Year of 🐧GNU/Linux on the Desktop" has surprisingly been postponed once more:
I want "xfce4-display-settings -m" to show up on *every* connected display when I press Meta+P, not just on my (closed) notebook in its dock 😡
The #pseudocode is easy:
for each display in connect_displays
$process = start "xfce4-display-settings -m"
move $process.window to $display.centerI have the 🔧 bits 'n' 🧩 pieces
#bash #xdotool #wmctrl #xrandr #gdk #xfce4 #python ready.but still: welp 🥺