Questions tagged [gtk2]
GTK+ (formerly, short for "GIMP Toolkit") is a cross-platform framework for creating graphical user interfaces. GTK2 is the long-obsolete second major version of GTK.
43 questions
2
votes
1
answer
503
views
change gtk-2 font only for specific application
I have changed general font size for gtk-2 applications by adding this to my gtkrc file:
gtk-font-name = "Sans 16"
this also affected the text size in the application "dock", or ...
0
votes
1
answer
71
views
Xfce: Tab Key No Longer Navigates Within Some Dialog Windows
Xfce 4.10; Gtk 2.24.25
For example, zenity --question invokes an austere zenity question dialog window with default verbiage and two buttons, as expected. But, with focus on said window, pressing the ...
2
votes
1
answer
676
views
Wrongly sudo apt-get remove gtk2.0
I used sudo apt-get remove gtk2.0 command wrongly. Now, I don't know how to fix my problem.
5
votes
3
answers
2k
views
Traditional scrollbars in GTK2 applications
To enable traditional scrollbars with scroll buttons in GTK3 applications I have added the file ~/.config/gtk-3.0/gtk.css with the content
scrollbar {
-GtkScrollbar-has-backward-stepper: true;
...
2
votes
1
answer
1k
views
How to display GUI in PAM module?
I am trying to add a GTK window in PAM module. It works from my test pam app but doesn't work during desktop login or unlock. I see another unanswered question here - https://stackoverflow.com/...
0
votes
0
answers
191
views
Problem compiling PCSX-Reloaded
I was trying to install pcsx 1.10 from source. After the configure step, make was executing until
Utils.hpp:31:21: error: gtk/gtk.h: No such file or directory
In file included from About.cpp:54:
...
1
vote
1
answer
144
views
Can't compile Pango with X support
I have the goal to compile a gtk version, so I can compile Gimp manually. This is necessary because I use Gimp 2.6, and newer distros only use 2.8 or newer. So I decided to manually compile and old ...
0
votes
1
answer
3k
views
How can I install a GTK2 theme on XFCE?
I want to install Qogir theme on Xfce (I'm using Debian).
I've downloaded and extracted the files in the ~/.local/themes directory, then went to Appearance and selected Qogir in the list of "styles" (...
-2
votes
1
answer
151
views
Ubuntu(Mini) - How to replace the shell of system message dialogs with my own version? [closed]
I'm using Linux Ubuntu 14.04 LTS installed on VirtualBox using mini .iso and trying to make my own distribution based on it. I know, support of that version ends in 3-4 months, I'll update it on my ...
0
votes
0
answers
183
views
Make GTK3 applications use the GTK2 dialog for font selection?
I prefer the user interface of the font-selection dialog of GTK2 to that of GTK3. How can I make GTK3 applications use the GTK2 dialog?
EDIT: Unfortunately, Gnome doesn't let me take screenshots of ...
4
votes
1
answer
12k
views
How to set font and theme for GTK+2 programs from the command-line on Linux?
I know how to set font for GTK+3 programs from the command-line, namely by editing the right-hand side (RHS) of ~/.config/gtk-3.0/settings.ini's font line:
gtk-font-name=Font Awesome 5 Free Regular
...
0
votes
0
answers
687
views
Roboto font not working with Openbox GTK3 applications while other fonts do
I am using Debian Stretch with Openbox window manager and I am trying to set the uniform look for GTK2, GTK3, QT4, QT5 widgets. Everything went smoothly except for GTK3 that partially ignores ~/....
1
vote
1
answer
200
views
Seamonkey browser not honouring Gtk font settings
I am having some minor trouble with SeaMonkey 2.49.1 on Linux (Manjaro 17.1.1 KDE). SeaMonkey isn't affected by my Gtk font settings. Instead it uses a really thin and barely legible font. It is the ...
2
votes
1
answer
6k
views
Install Firefox 57 on CentOS 6.5
I did the following steps to install Firefox 57 on CentOS 6.5 :
1) wget http://ftp.mozilla.org/pub/firefox/releases/57.0/linux-x86_64/en-US/firefox-57.0.tar.bz2
2) tar xvjf firefox-57.0.tar.bz2
3) ...
0
votes
1
answer
59
views
How to remove on press effect from a theme?
I am modifying the Greybird theme for xfce, and there is something that I want to remove but I can't find where the code for it is located. I already figured out how to change the colors when the ...