Any thoughts about this error?

(filezilla:2049): Gtk-WARNING **: Incapaz de localizar motor de temas na module_path: "adwaita",

(filezilla:2049): Gtk-WARNING **: Incapaz de localizar motor de temas na module_path: "adwaita",
wxD-Bus: Signal from /org/freedesktop/DBus, member NameAcquired
wxD-Bus: Reply with serial 2
wxD-Bus: Signal: Error: The name org.gnome.SessionManager was not provided by any .service files

    alexandremig does the app run? Since those messages are only warnings about the filezilla to be running not on a gnome session

    francisco@hp-ks [~]$ filezilla
    Reading locale option from /home/francisco/.config/filezilla/filezilla.xml
    
    (filezilla:11801): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «adwaita»,
    Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `gtk-primary-button-warps-slider' of type `gboolean' from rc file value "((GString*) 0x1c96020)" of type `gboolean'
    
    (filezilla:11801): Gtk-WARNING **: Imposible encontrar el motor de temas en la ruta al _modulo: «adwaita»,
    wxD-Bus: Signal from /org/freedesktop/DBus, member NameAcquired
    wxD-Bus: Reply with serial 2
    wxD-Bus: Signal: Error: The name org.gnome.SessionManager was not provided by any .service files

      alexandremig for some the filezilla.desktop doesn't render on the menu 😅, but you can launch it with krunner and pin it in the tastk bar

      Now i know why it doesn't appear, it seems there's a non printable character in the .desktop file which prevent to appear in the menu and you only have to type on konsole/yakuake sed -e 's/^\W//' -i /usr/share/applications/filezilla.desktop to fix it 😃

        fjmorazan make sure to open bug reports for these kind of things, users should not have to adjust .desktops and on updates those will be overwritten again.
        Either open in KaOS, so I will use the sed line, or upstream, see if they have a reason to ship their .desktop this way.