Questions tagged [gtk]
GTK+ (GIMP Toolkit) is a cross-platform framework for creating graphical user interfaces.
349 questions
0 votes
0 answers
22 views
Gnumeric cell pointer/cursor is completely white without a black border on Arch KDE Plasma
Changed cursor theme for KDE and GTK on Arch KDE Plasma. The white cell cursor seems to be controlled by Gnumeric not with system cursor theme. Is there a way to get the normal cell cursor? No, I ...
1 vote
0 answers
46 views
Mouse middle-button doesn't work in libev, but does in GUIs
I want to use my mouse's middle-button in the TTY, so I tried to debug it. When I perform a middle-click, it doesn't show up in evtest /dev/input/eventN. All other actions show up, so I'm in the ...
2 votes
2 answers
885 views
GtK Version Incompatibility
I'm trying to run a program called foxglove-studio, as part of a research package that someone built and successfully ran on a different machine. The program, even when run standalone, gives the ...
0 votes
0 answers
44 views
Zenity Access Keys
The Gnome Help zenity manual explains: An access key is a key that enables you to perform an action from the keyboard rather than use the mouse to choose a command from a menu or dialog. Each access ...
-1 votes
1 answer
588 views
installiing libwebkit2gtk-4.0-37
$apt install libwebkit2gtk-4.0-37 output : Package libwebkit2gtk-4.0-37 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is ...
0 votes
0 answers
98 views
How can I set the titlebar icon in GTKmm GUI application to a different icon in Kubuntu?
I have learned to create a simple C++ GUI application using GTKmm version 4, and managed to compile it and make it run on Kubuntu. I have also defined a .desktop file with a custom icon and with the ...
0 votes
1 answer
119 views
meld won't run on Cygwin: AttributeError: module 'gi' has no attribute 'require_version
I'm trying to run meld on Cygwin, after having installed it, and circumvented the "no module named 'meld'" issue by forcing it to use Python 3.6. Now, I get: $ meld Traceback (most recent ...
1 vote
1 answer
163 views
GTK apps UIs look broken in Debian
What is the problem and how to fix it? gdmap looks like this: I think it has to do with GTK. I'm using Debian 12 with KDE and Wayland. On a nearly identical machine gdmap looks fine. I have libgtk-3-...