WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: filezilla.tcz - error in dep file (10.x / x86 )  (Read 2945 times)

Offline Leee

  • Jr. Member
  • **
  • Posts: 84
filezilla.tcz - error in dep file (10.x / x86 )
« on: January 21, 2019, 06: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.
core 14.0 x86_64

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: filezilla.tcz - error in dep file (10.x / x86 )
« Reply #1 on: January 21, 2019, 10:02:10 PM »
dep file adjusted - thanks for reporting this.

Offline neonix

  • Sr. Member
  • ****
  • Posts: 305
Re: filezilla.tcz - error in dep file (10.x / x86 )
« Reply #2 on: October 04, 2019, 08: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

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: filezilla.tcz - error in dep file (10.x / x86 )
« Reply #3 on: October 04, 2019, 10:28:33 AM »
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.
The only barriers that can stop you are the ones you create yourself.