Questions tagged [gtk3]

14 questions
13
votes
1 answer

gtk3 file chooser and recent directory setup

after having changed my distro from an up-to-date Mint that contained gtk3 3.24.18 to Arch that contains gtk3 3.24.31 gtk4 4.4.1 I noticed a change in the file chooser dialogs, both in Firefox as well as in Chromium. The behaviour before was Go to…
Thomas
  • 131
2
votes
0 answers

Disable autocompletion in the GTK3 file chooser

The GTK3 file chooser dialog allows you to type a filename with the keyboard. It includes an autocompletion feature that will go ahead and immediately type (not merely suggest) the rest of a file or directory name as soon as you've typed an…
2
votes
0 answers

Rounded corners on a gtk window

I'm trying to get rounded corners on every corner of a window. How can I achieve that? I tried to change my gtk.css in ~/.config/gtk-3.0/gtk.css and I'm getting rounded corners without transparency. css I used: .background.csd { border-radius: 0…
2
votes
0 answers

LightDM refuses to read monitor configuration in .config folder (monitors.xml)

I'm the proud owner of an Eluktronics RP-15 Laptop featuring an AMD Ryzen CPU with an integrated Radeon GPU and an NVIDIA RTX 2060 discrete GPU. The display outputs seem to be married to the discrete GPU and, even in Windows, fail to work until the…
Vlad
  • 121
1
vote
1 answer

Problems while trying to install libgtk-3-dev for flutter

I have already read the similar questions, but no one has the solution... I am trying to install libgtk-3-dev on Debian 6.1.128-1. I need to install the package for amd64. Flutter doctor suggests this command: sudo apt install libgtk-3-dev. This is…
Alan
  • 21
1
vote
1 answer

xfce4-panel update broke border radius

Today I updated most of my packages following the release of Debian 12, but after a reboot for some reason the amd 4.18.2-1 version of xfce4-panel bugged the border radius I set up for its old version using the gtk.css config file as…
1
vote
1 answer

How do I set (firefox) gtk theme at runtime under wayland?

With firefox under wayland (Hyprland), if I set gtk-application-prefer-dark-theme={0,1} in ~/.config/gtk3.0/settings.ini and then launch firefox it correctly determines the system theme. How do I set this at runtime? gsettings set…
2e0byo
  • 121
1
vote
1 answer

GTK theme doesn't works on every window

I'm using Xubuntu and downloaded a GTK 3 theme. However, this theme does not affect all parts of XFCE. For example, the buttons of the "Appearance" window in the picture and the buttons and appearance of the "Software" window are different. How can…
ifatxh
  • 31
1
vote
1 answer

MyPaint not working with graphics tablet in Fedora

I got a new "Wacon One" tablet two weeks ago - my PC is a recent Fedora version (fedora 31), and as expected, it worked out of the box in testing and for many apps. But MyPaint was the first GTK+3 app I tried with it, and it does not "see" the…
jsbueno
  • 908
0
votes
0 answers

Debian 12 loop to user login on ARM64-VM

I'm facing this issue that I'm not able to solve by myself. Thanks in advanced for any help. Let me try to detail it as much as possible. After one update that I cannot precise (I don't know where this error starts, since I don't log off quite…
0
votes
0 answers

Why do graphical programs in Ubuntu 24 take about 25 seconds to start up?

I recently set up a new Ubuntu 24 computer with all latest software. Previously had Ubuntu 16. Now many programs are taking 25 seconds to start up. They all seem to be hanging while writing an 8-byte sequence to a pipe and waiting for an 8-byte…
0
votes
0 answers

Qt theming and appmenu issues

I have a couple of problems with Qt5/Qt6 applications. I have installed xfce4-appmenu-plugin vala-panel-appmenu and vala-panel-appmenu-common packages. I have configured xfce4 specific settings with xfconf-query as mentioned in vala's github page.…
0
votes
0 answers

Disabling ALL animations on MATE 22.04

I've tried various gsetting values under gnome, mate, marco, gtk using dconf editor or the gsettings command directly, and none disable them even temporarily, let alone permanently!!! The first thing I tried was MATE Tweak, and that had no effect! I…
0
votes
0 answers

How can I change the line height in the Xfce4 interface?

I have been looking for ways to change(reduce) the line height or padding top/bottom on all lines in the X interface. Xubuntu 18.04 LTS After many searches, I have found that I have to edit the ~/.config/gtk-3.0/gtk.css file. However, the file does…