[Xfce-bugs] [Bug 16137] Thunar crash when executable produces multiple output files

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Nov 12 11:34:15 CET 2019


https://bugzilla.xfce.org/show_bug.cgi?id=16137

--- Comment #5 from alexxcons <alexxcons at xfce.org> ---
(In reply to hyper-nova from comment #4)
> (In reply to alexxcons from comment #3)
> > (In reply to hyper-nova from comment #2)
> > > Hi thanks for this - how can I check the version?
> > help --> about  or "thunar --version" in an console
> 
> Great thanks, here's the result
> 
> Thunar 1.6.11 (Xfce 4.12)
> 
> Copyright (c) 2004-2015
> 	The Thunar development team. All rights reserved.
> 
> Written by Benedikt Meurer <benny at xfce.org>.
> 
> Please report bugs to <http://bugzilla.xfce.org/>.
> 
> How can I upgrade my system, either the entire of xfce or just thunar? I'm
> currently running debian 9. Seems like something that should be fairly easy
> but I've tried to find the answer to this before and didn't get anywhere.
> 
> Thanks for the help so far

You are using a thunar version from 2017 ... so changes are good that your bug
got fixed meanwhile.

So you have different options:
1.) Upgrade to debian 10, which is the current stable version (see here:
https://de.wikipedia.org/wiki/Debian)
That I would advice you in any case, since sooner or later you anyhow need to
upgrade in order to get security fixes. This would bring you thunar 1.8.4 (and
possibly more recent bugfix versions over time)
Here some manual:
https://phoenixnap.com/kb/how-to-upgrade-debian-9-stretch-to-debian-10-buster  
... there are many others out there.
2.) Compile thunar master (or 1.8.10)  from source:
sudo apt-get install automake gcc 
git clone https://git.xfce.org/xfce/thunar
cd thunar
./autogen.sh
<Here you need to add all missing development packages (packagename-dev).
Autogen will telll you which are needed>
make -j4
./thunar/thunar -q; ./thunar/thunar   (This will quit the current thunar and
run the self-build thunar without installing it to the system)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list