Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
3 votes
0 answers
468 views

GTK3 - How to set Font on a per-application basis?

I have seen this question about setting a GTK3 theme on a per-application basis. However that question is about changing the theme but no mentions about the font/font size. Is it possible to change ...
Amazigh_05's user avatar
1 vote
1 answer
2k views

Is there a way to upper-case a selected text?

I use gedit text editor; in this application I can easily change the case of a selected text: all UPPER case all lower case invert case title case (screenshot) The question is: is there a ...
mattia.b89's user avatar
  • 3,328
0 votes
2 answers
779 views

How to use GTK_DEBUG to MATE Caja?

I'm working on a GTK3 theme and I use GTK_DEBUG=interactive to test changes in the CSS. I start an application with the gtk inspector attached, I launch it with: $ GTK_DEBUG=interactive <name> ...
Zhro's user avatar
  • 2,759
2 votes
1 answer
665 views

GTK3 gsettings usage

As background: Electronics engineer, follow suckless philosophy (where posible), no knowledge about X and and any kind of toolkits (GTK or Qt), using arch linux, cannot stand GNOME. It bothers me ...
Upgrade's user avatar
  • 23
1 vote
1 answer
26 views

On clicking Show Application in docker start hanging

I changes my theme by following youtube video. Now after changing theme my app launcher has started freezing and hanging and also background image has became fuzzy and so to reset i have executed ...
Nasiruddin Saiyed's user avatar
2 votes
3 answers
686 views

How to run jhbuild as root

I have installed jhbuild and set the PATH variable to $PATH:~/.local/bin. Now when I run jhbuild command I get error: You should not use jhbuild as root user and when I change the user to non-root and ...
Prvt_Yadav's user avatar
  • 5,952
2 votes
1 answer
4k views

gmodule-2.0 not found while compiling

I can't figure it out. I seem to have all deps installed, but I'm getting the following error while trying to compile ValaPanel on Xenial: ./configure Will output: -- Looking for RPMTools... - ...
nkkollaw's user avatar
  • 123
2 votes
1 answer
319 views

Enable recently used on Gtk3 file chooser

I can no longer see "recently used" in my GTK3 File Chooser Dialog. How can I put it back?
user4388177's user avatar
2 votes
0 answers
2k views

How to safely upgrade GTK+ version?

I'm installing trying to install an extension that requires gtk+ 3.16 but my current version is 3.14 on Debian Jessie 8. The error message that the extension gives me is gtkbuilder: required gtk+ ...
Katz's user avatar
  • 1,081
1 vote
1 answer
967 views

GNOME fails to start

I recently upgraded my Arch system to kernel 4.9.8. Upon reboot, I am unable to isolate the graphical target. dmesg gives me this: [ 54.537319] gnome-shell[756]: segfault at 44 ip 00007f312c42b311 ...
vespid's user avatar
  • 339
0 votes
1 answer
3k views

GTK applications looking bad

I'm running ArchLinux and gnome shell 3.16.1. GTK+ theme: Evopop-gtk-theme Icons: Adwaita Global dark theme. Running applications like nautilus, gnome-tweak-tool, dconf, system-monitor, gnome-...
Jesus's user avatar
  • 103
0 votes
1 answer
54 views

Error I get when I try install IDE Anjuta

sudo apt-get install anjuta Error I get while installing the IDE. What is this error about? However, I am able to successfully install the IDE Unknown media type in type 'all/all' Unknown media ...
Human's user avatar
  • 15
8 votes
1 answer
3k views

How To Change Scrollbar Action In GNOME 3.10

I am using Ubuntu GNOME 14.04 which includes GNOME 3.10. I would like to change the default method / action xwindows takes when I click on a scrollbar above or below the slider. Currently it moves ...
LambdaFox's user avatar
3 votes
0 answers
122 views

Prevent pressing the alt hotkey from focusing menu in Gtk 3

The behavior of Alt changed in a subtle manner between gtk2 and gtk3. In gtk2, pressing Alt then releasing it did nothing. In gtk3, pressing Alt then releasing it focuses the first item of the first ...
Jonathan Protzenko's user avatar
94 votes
10 answers
137k views

GTK - Enable/set dark theme on a per-application basis

Is there a way to set gtk-application-prefer-dark-theme for an application? This is normally set in the code by the application. Apps such as Eye of Gnome and Totem turn it on. I want to, as a user ...
Gary van der Merwe's user avatar