Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Leee on January 21, 2019, 09:42:18 PM

Title: filezilla.tcz - error in dep file (10.x / x86 )
Post by: Leee on January 21, 2019, 09:42:18 PM
The dep file for filezilla.tcz lists gcc-libs.tcz as a dependency but the required extension is actually gcc_libs.tcz.

When I correct the dep file locally (after having explicitly tce-load'd gcc_libs.tcz), filezilla seems to run as expected.
Title: Re: filezilla.tcz - error in dep file (10.x / x86 )
Post by: Juanito on January 22, 2019, 01:02:10 AM
dep file adjusted - thanks for reporting this.
Title: Re: filezilla.tcz - error in dep file (10.x / x86 )
Post by: neonix on October 04, 2019, 11:04:50 AM
I have a problem with filezilla.tcz in TC10 x86_64
I am using Xfbdev and when I run filezilla I get:
Code: [Select]
tc@box:~$ filezilla
Reading locale option from /home/tc/.config/filezilla/filezilla.xml

(filezilla:32067): Gtk-WARNING **: 16:58:50.158: Could not find the icon 'pan-down-symbolic'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
        http://icon-theme.freedesktop.org/releases

(filezilla:32067): Gdk-ERROR **: 16:58:50.188: The program 'filezilla' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 694 error_code 2 request_code 139 (RENDER) minor_code 34)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap

After installing hicolor-icon-theme.tcz I get:
Code: [Select]
tc@box:~$ filezilla
Reading locale option from /home/tc/.config/filezilla/filezilla.xml

(filezilla:1454): Gdk-ERROR **: 17:02:03.760: The program 'filezilla' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
  (Details: serial 694 error_code 2 request_code 139 (RENDER) minor_code 34)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
Trace/breakpoint trap
Title: Re: filezilla.tcz - error in dep file (10.x / x86 )
Post by: curaga on October 04, 2019, 01:28:33 PM
Yes, that's the same thing as with FF. They use a gtk theme that does things that were previously illegal, but now Xorg allows them. Use Xorg, or if you really want to use filezilla with Xfbdev, try various gtk themes.