AppImage on openSUSE 13.2

probono probono at puredarwin.org
Fri Jun 24 08:18:14 PDT 2016


I can't test on openSUSE right now but this *might* fix it.
There are some blacklisted libraries at
https://github.com/probonopd/AppImages/blob/master/excludelist
which I recommend not to put into AppImages. The below removes them
from the AppImage.

# Unpack AppImage
sudo mount '/home/me/Downloads/Subsurface-4.5.6-x86_64.AppImage' /mnt
mkdir Subsurface
cd Subsurface
cp -r /mnt Subsurface.AppDir
sudo umount /mnt
sudo chown -R $USER Subsurface.AppDir/

# Delete blacklisted libraries
wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh
-O ./functions.sh
. ./functions.sh
( cd Subsurface.AppDir ; delete_blacklisted )

# Repack AppImage
APP=Subsurface
VERSION=4.5.6
ARCH=x86_64
generate_appimage

2016-06-24 17:11 GMT+02:00 Robert Helling <helling at atdotde.de>:
>
> On 24.06.2016, at 17:02, Robert Helling <helling at atdotde.de> wrote:
>
> This one is fatal. The internets suggest (see for example
> https://github.com/MultiMC/MultiMC5/issues/1501) that there is some bad
> interaction with libxcb. Do you have that installed and if yes, could you
> please try deinstalling ist? Or (subsurfers?), is that provided by the
> AppImage? Dirk, you seem to be the X11 person…
>
>
> Bummer, looking at it, libxcb sits inside the AppImage. Probono?!?
>
> Best
> Robert
>
> --
> .oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oOo.oO
> Robert C. Helling     Elite Master Course Theoretical and Mathematical
> Physics
>                       Scientific Coordinator
>                       Ludwig Maximilians Universitaet Muenchen, Dept. Physik
>                       Phone: +49 89 2180-4523  Theresienstr. 39, rm. B339
>                       http://www.atdotde.de
>
> Enhance your privacy, use cryptography! My PGP keys have fingerprints
> A9D1 A01D 13A5 31FA 6515  BB44 0820 367C 36BC 0C1D    and
> DCED 37B6 251C 7861 270D  5613 95C7 9D32 9A8D 9B8F
>
>
>
>
>


More information about the subsurface mailing list