Moving from mailing lists to Discourse

2019-02-06 Thread Emmanuele Bassi via gtk-list
[Cross-posted to various relevant mailing lists; please, reply to gtk-devel-list] As part of an attempt at making GTK more friendly to newcomers, I and other core developers were thinking of moving the mailing lists from the current mailman installation to Discourse: https://discourse.org/ Pos

Re: Moving from mailing lists to Discourse

2019-02-06 Thread Paul Davis
Emmaneule, at ardour.org, we recently switched from using Drupal forums to Discourse. The results have been delightful. We managed to get single sign on integration with our existing site working, which was important for us, but probably not so much for a GTK Discourse. More notably, once you figu

Re: Moving from mailing lists to Discourse

2019-02-06 Thread Emmanuele Bassi via gtk-list
More information on Discourse: - About: https://www.discourse.org/about - Features: https://www.discourse.org/features Discourse is a forum software that has multiple ways to access it: web, native apps, and email. It's not a mailing list software with a web frontend. The interesting (to me)

Gtk3 text view anchored in text view cannot get cursor inside (Ok in Gtk2)

2019-02-06 Thread Giuseppe Penone via gtk-list
The problem happens only building for GTK3; building the exact same code for GTK2 works fine. In the code, posted to https://stackoverflow.com/questions/54529359/gtkmm-3-text-view-anchored-in-text-view-cannot-get-cursor-inside , I'm having a text view anchored into another text view. The problem i