FLTK logo

Re: [fltk.coredev] Fedora 39 Native File Chooser issues when compiled on RH8.9.1

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: Fedora 39 Native File Chooser issues when compiled on RH8.9.1 "'Albrecht Schlosser' via fltk.coredev" 11:50 Apr 09  
 
On 4/9/24 20:32 Gonzalo Garramulo wrote:

This is a minor issue.

A user of my program ran into a Linux issue on Fedora 39 that I don't
know how to resolve.

[... error messages elided ...]

To be honest, I am not too familiar with how the Native File Chooser
works as I never use it.  Neither libpixbufloader-svg.so, librsvg-2.so
nor libgvfscommon.so show as dependencies of either my executable nor
the libpango libraries, so I am a tad lost.  I don't distribute
neither libpixbufloader-svg nor librsvg-2.


Only loosely related: do you know `lddtree` for dependency checks?

Anybody has ideas?


FLTK loads the GTK filechooser dynamically if it is found on the system
and if it is not disabled by the user or system option
Fl::option(OPTION_PRINTER_USES_GTK). That's why it doesn't show up in
linked dependencies. Look for 'libgtk' in the FLTK sources, e.g. `git
grep libgtk`. Looks like the library is either "libgtk-3" or
"libgtk-x11-2.0" but this may not help you.

Manolo is our specialist for filechooser related issues and may give you
more details.

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/819b6889-36a5-4688-89d9-618d31e3500f%40aljus.de.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.