Style textview's font-family, but not its popup

2017-07-13 Thread c . lobrano
Hi, I hope this is the right place to ask this. I'm trying to add support in a theme for the "monospace" class in a GtkSourceView using basically the following code: textview.view.monospace { font-family: monospace; } While this is fine for the textview itself, when I

GDM wayland login -- display shuts down and is hard to get on again

2017-07-13 Thread Stefan Salewski
Since a few months I have GTK 3.22 on my gentoo box, and so I tried to log in with Wayland support from the graphical GDM display manager. Works all fine. But one problem is, that the display is shut down after a few hours sometimes. Initially I had the impression that wayland does that shut

High level GI-based GTK3 bindings for the Nim programming language

2017-07-13 Thread Stefan Salewski
I have uploaded the first public release of the high level GObject- Introspection-based GTK3 bindings for the Nim programming language yesterday. If you have GTK3 and Nim compiler installed you may try them. Install is currently cd /tmp git clone https://github.com/stefansalewski/gintro cd

Re: Adding Glib::IO to the released modules

2017-07-13 Thread Emmanuele Bassi
Hi Torsten; On 23 June 2017 at 10:36, Torsten Schoenfeld wrote: > Hi Emmanuele! > > On 20.06.2017 12:35, Emmanuele Bassi wrote: >>> We discussed this some time ago on the list. But I think, there was nobody, >>> who could maintain the Glib::IO module. Jeremy Volkening and I