[resolved] gthumb segfaulting

Post Reply
Message
Author
User avatar
galen
Posts: 271
Joined: Thu Dec 15, 2016 1:37 pm

[resolved] gthumb segfaulting

#1 Post by galen »

anyone have gthumb working on MX?
it is my goto for video & photo viewing, image cropping
Last edited by galen on Mon Jun 24, 2019 9:42 am, edited 1 time in total.
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

User avatar
asqwerth
Developer
Posts: 7231
Joined: Sun May 27, 2007 5:37 am

Re: gthumb segfaulting

#2 Post by asqwerth »

I have it installed, but I've not used it for a while and won't get home for another 6 hours. I can only check tonight.

As far as I know, I've not had problems with it in the past.

You are running MX17/18, right?
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
JayM
Qualified MX Guide
Posts: 6793
Joined: Tue Jan 08, 2019 4:47 am

Re: gthumb segfaulting

#3 Post by JayM »

I installed it, opened a picture with it and it worked fine, then I uninstalled it.
Please read the Forum Rules, How To Ask For Help, How to Break Your System and Don't Break Debian. Always include your full Quick System Info (QSI) with each and every new help request.

User avatar
asqwerth
Developer
Posts: 7231
Joined: Sun May 27, 2007 5:37 am

Re: gthumb segfaulting

#4 Post by asqwerth »

No problem with my gthumb, even after applying the last few days' updates.

Please paste the output of

Code: Select all

inxi -r
Desktop: Intel i5-4460, 16GB RAM, Intel integrated graphics
Clevo N130WU-based Ultrabook: Intel i7-8550U (Kaby Lake R), 16GB RAM, Intel integrated graphics (UEFI)
ASUS X42D laptop: AMD Phenom II, 6GB RAM, Mobility Radeon HD 5400

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: gthumb segfaulting

#5 Post by Stevo »

Also the version of gthumb installed:

Code: Select all

apt policy gthumb

User avatar
galen
Posts: 271
Joined: Thu Dec 15, 2016 1:37 pm

Re: gthumb segfaulting

#6 Post by galen »

I've since moved to testing repos. It is now running but not playing movs

gthumb 3.4.4.1

Code: Select all

inxi -r
Repos:     Active apt repos in: /etc/apt/sources.list.d/antix.list 
           1: deb http://mirror.its.dal.ca/mxlinux/antix/stretch/ stretch main
           Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list 
           1: deb http://ftp.ca.debian.org/debian/ stretch-updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/debian.list 
           1: deb http://ftp.us.debian.org/debian/ stretch main contrib non-free
           2: deb http://security.debian.org/ stretch/updates main contrib non-free
           Active apt repos in: /etc/apt/sources.list.d/megasync.list 
           1: deb https://mega.nz/linux/MEGAsync/Debian_9.0/ ./
           Active apt repos in: /etc/apt/sources.list.d/mx.list 
           1: deb http://mirror.its.dal.ca/mxlinux/mx/repo/ stretch main non-free
           Active apt repos in: /etc/apt/sources.list.d/skype-stable.list 
           1: deb [arch=amd64] https://repo.skype.com/deb stable main

Code: Select all

apt policy gthumb
gthumb:
  Installed: 3:3.4.4.1-5
  Candidate: 3:3.4.4.1-5
  Version table:
 *** 3:3.4.4.1-5 500
        500 http://ftp.us.debian.org/debian stretch/main amd64 Packages
        100 /var/lib/dpkg/status
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: gthumb segfaulting

#7 Post by Stevo »

Do you mean those old .mov format files, or is that just shorthand for movie file?

Do you have the gstreamer 1.0 good, bad, and ugly plugin packages installed?

Can you upload or give us a link to a file that you can't play? I can play these sample files in it: https://file-examples.com/index.php/sam ... -download/

User avatar
galen
Posts: 271
Joined: Thu Dec 15, 2016 1:37 pm

Re: gthumb segfaulting

#8 Post by galen »

old .mov files yes
and .flv .mkv
none of the demos .mov s display the video only the audio
gthumbs info shows the acodec but not the vcodec
it will show info and display MPEG-1 VP9 THEO

the machine has a slew gstreamer 1.0 libs installed good bad ugly :tumbleweed:

did
# ldconfig -v |grep gstream

could gthumb be looking for gstream 0.10 plugins?
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

User avatar
Stevo
Developer
Posts: 12841
Joined: Fri Dec 15, 2006 8:07 pm

Re: gthumb segfaulting

#9 Post by Stevo »

From your obs-studio thread, it seems you have a broken multimedia setup. So fixing that will fix gthumbs.

User avatar
galen
Posts: 271
Joined: Thu Dec 15, 2016 1:37 pm

Re: gthumb segfaulting

#10 Post by galen »

since my MX got borked I've reinstalled to MX18.3-64
codecs are being picked up
but there are the occasional gthumb lockup

note: my SSD drive (Crucial make) as acting up by freezing and hard resetting , no doubt this was causing issues across the OS including poor wifi performance
Linux user since 1999, on-line 1993
Dtop#1: XU20 AMD-FX6300, GT730
Dtop#2: MX19 AM3ATH2X2, GT218-8400
Ltop#1: MX21 T500
Ltop#2: MX19 T440
Ltop#3: MX19 NC6400
Ltop#4: XU18 NC4400
Ltop#5: Sparky32 T30 :turtle:
Ltop#6: MX21 Acer E5

Post Reply

Return to “Software / Configuration”