• Tumbleweed Issues after Recent Upgrade

    From PaulRS@21:1/5 to All on Wed Jun 18 01:00:25 2025
    I have had great sucess with Tumbleweed after many "zypper dup"s over
    the last 4 years. This is the first one that has given me issues. It
    was done Friday 6 June.

    Afterwards all seemed normal until I tried to start 3 programs I use.
    From Command line starts here is the message I get - the same message
    connected with three different files:
    The Programes are: Filezilla (ftp), Selene (Audio file converter),
    and Pan (newsreader) {In fact I am using Pronews an OS/2 system to
    contact this group)

    paul@suse15linux:~> filezilla
    filezilla: symbol lookup error: /lib64/libsecret-1.so.0: undefined
    symbol: g_task_set_static_name
    paul@suse15linux:~> selene
    selene: symbol lookup error: /lib64/libgdk_pixbuf-2.0.so.0: undefined
    symbol: g_task_set_static_name
    paul@suse15linux:~> pan
    pan: symbol lookup error: /lib64/libgck-1.so.0: undefined symbol: g_task_set_static_name
    paul@suse15linux:~>

    Anybody have any suggestions?

    Paul Schmidtbleicher

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lawrence D'Oliveiro@21:1/5 to PaulRS on Wed Jun 18 01:53:06 2025
    On 18 Jun 2025 01:00:25 GMT, PaulRS wrote:

    paul@suse15linux:~> filezilla
    filezilla: symbol lookup error: /lib64/libsecret-1.so.0: undefined
    symbol: g_task_set_static_name
    paul@suse15linux:~> selene
    selene: symbol lookup error: /lib64/libgdk_pixbuf-2.0.so.0: undefined
    symbol: g_task_set_static_name
    paul@suse15linux:~> pan
    pan: symbol lookup error: /lib64/libgck-1.so.0: undefined symbol: g_task_set_static_name

    They’re all missing the same symbol. After checking a few shared
    libraries, I found that g_task_set_static_name is defined in /lib/x86_64-linux-gnu/libgio-2.0.so.0 on my system (Debian Unstable,
    but that shouldn’t matter much). The Debian package name that contains
    this library is libglib2.0-0t64; do you have a package with a name
    like “libglib2.0” installed? Perhaps its version is wrong? So there
    was a bug in the package depencencies? Try installing/upgrading that
    package explicitly?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)