Hi! Ludovic Rousseau: > gscriptor uses Gtk2::SimpleMenu. I could not find an equivalent for Gtk3 :-(
Thanks for looking into it! FTR: - Gtk2::SimpleMenu seems to be a mere Perl-specific convenience wrapper around Gtk2::MenuBar and Gtk2::MenuItem; both have Gtk3:: equivalents so in theory, an app author could port their menu handling to GTK+3 using existing code only (libgtk3-perl). - We currently have 5 packages that use Gtk2::SimpleMenu in the archive, so creating a Gtk3::SimpleMenu wrapper (in its own CPAN dist) would make it easier for the authors of all these apps to port their code to GTK+3. > I do not use gscriptor any more and do not use the PCSC Perl wrapper much > these days. So I do not plan to invest time in porting gscriptor to > libgtk3-perl. > My plan is to remove gscriptor from the pcsc-tools package after the release > of Buster. Unless someone provides a patch in the meantime. Makes sense to me. Cheers, -- intrigeri

