Questions tagged [gtk-2]
55 questions
35
votes
2 answers
error while loading shared libraries: libgtk-x11-2.0.so.0: No such file or directory
My OS is Ubuntu 14.04. I am trying to download a a 3.6.x firefox version. I've gotten this one.
According to the README, all I have to do is unpack, enter the folder and run ./firefox. However, I get the following error when I do…
regina_fallangi
- 451
- 1
- 4
- 7
32
votes
2 answers
How to install gtk+2.0
When I enter the command
sudo apt-get install gtk+2.0
I get Output is like this:
Reading state information... Done
Note, selecting 'gir1.2-spice-client-gtk-2.0' for regex 'gtk+-2.0'
Note, selecting 'gir1.2-gtk-2.0' for regex 'gtk+-2.0'
Note,…
vinay krishna
- 429
- 1
- 4
- 5
8
votes
2 answers
Can I choose to not sort directories before files on file open dialogs?
I would prefer to not have directories sorted before files within the file open/save dialogs. I would like everything sorted by modification date regardless of file or directory.
I have done a fair amount of googleing with trial and error still…
winchendonsprings
- 2,172
- 6
- 27
- 40
7
votes
1 answer
Adding scrollbar arrows to Adwaita (default) on GTK2 apps
I am using Ubuntu 22.10 Desktop. I have only the default themes installed on my system. Currently, I am using Adwaita (default) which does not have arrows at the two ends of vertical or horizontal window scrollbars.
I have tested the other themes;…
FedKad
- 9,212
- 7
- 40
- 79
6
votes
2 answers
Unable to install libgtk2.0-dev on ubuntu 16.04
While installing libgtk2.0-dev i'm receiving following error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible…
Al Mamun
- 211
- 1
- 2
- 7
6
votes
1 answer
How to get normal Ubuntu orange color in window titlebar using Human-Clearlooks theme?
I have Ubuntu MATE 18.04 LTS installed. Previously I got this problem on MATE 17.10.
I like old-fashioned Human-Clearlooks theme, so I installed human-theme package.
But it has strange silver background color in window titlebar:
In 16.04 LTS it has…
N0rbert
- 97,162
- 34
- 239
- 423
4
votes
1 answer
Difference between GTK and Gnome
I am new to Linux OS. Can some body help to understand the difference between GNOME and GTK+?
Chandrayya G K
- 2,193
- 3
- 16
- 14
4
votes
2 answers
Is there any Gtk+ 3 port of the Redmond theme?
I have the gtk2 version of Redmond installed, but it doesn't work for programs using gtk3. Redmond looks like this:
Or are there any gtk3 themes similar to redmond?
functionptr
- 983
- 1
- 9
- 23
4
votes
1 answer
Change gtk-2 scrollbar to something like overlay scrollbar (in appearance)
When there are scroll wheels on mice and scrollbar functions on thouchpads, a low contrast wide scrollbar doesn’t make sense. So I wanted to change gtk-2.0 scrollbar to something like overlay one – orange narrow slider with white background.
I…
AliNajafies
- 5,732
- 4
- 30
- 38
3
votes
1 answer
dump gtk2 elements to png
i want do dump every gtk2 element in single png files. So that i can analyze them for creating gtk3 themes. This questions is only about the way how to dump every element like buttons scrollbars etc to single png files , not more !! The other…
user43787
- 352
- 1
- 5
- 17
3
votes
0 answers
How can I theme the Pidgin conversation window?
I have been looking for a way to theme the Pidgin conversation window to match my Ubuntu (12.10) theme. I have tracked it down to the gtkrc-2.0 (gtkrc-3.0?) file and now know that if a customized file is placed in the .purple directory, the default…
ionyx
- 131
- 1
- 9
3
votes
0 answers
Is it possible to use different color for a minimized window taskbar button? Any theme that does?
I use Fbpanel as my panel. It uses GTK2 for theming. I would like to know which windows are minimized by a quick glance at the taskbar.
Below, GIMP's icon background is green because GIMP has focus, but there is no indication that Xeyes (the right…
LoremIpsum
- 71
- 6
2
votes
1 answer
17.04: using matplotlib with GTK-based backend?
On a new 17.04 Ubuntu system, with python and python-matplotlib, I wanted to plot using the Matplotlib GTKAgg or GTKCairo backends. This works nicely in 16.04, but is broken in 17.04, as a result of the following:
>>> import…
jdpipe
- 749
- 8
- 21
2
votes
1 answer
python3 and opencv error
I have some errors with python3 when I want to use opencv. It works well with python2 but not python3.
import cv2
import numpy as np
img = cv2.imread('test.jpg')
print(img)
cv2.imshow('image',img)
cv2.waitKey(0)
cv2.destroyAllWindows()`
The code I…
Shiro
- 123
- 1
- 4
2
votes
1 answer
Desktop icon foreground text is way offset
I'm not sure where I need to go to tweak this icon text being so far offset. Please see the screenshot below:
I'm using Xubuntu 16.04 64-bit with Arc theme and Paper icon theme.
EDIT: This happens when the update shown below is applied. Here's a…
programmer
- 151
- 7