https://bugs.kde.org/show_bug.cgi?id=403042
--- Comment #2 from scx.m...@gmail.com --- It seems that it has been fixed. Before: ``` > $ flatpak run --command=bash org.kde.Sdk//5.12 -c 'find / -xtype f > -executable 2>/dev/null | xargs -I{} file -L "{}" | grep "for GNU/Linux" ' | > grep -Ev '3\.2\.0' > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=343152921fe7eb79af20efb2f735659b0982991b, for GNU/Linux 3.17.0, > stripped > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.0: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=343152921fe7eb79af20efb2f735659b0982991b, for GNU/Linux 3.17.0, > stripped > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=343152921fe7eb79af20efb2f735659b0982991b, for GNU/Linux 3.17.0, > stripped > /usr/lib/x86_64-linux-gnu/libQt5Core.so: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=343152921fe7eb79af20efb2f735659b0982991b, for GNU/Linux 3.17.0, > stripped ``` After: ``` > $ flatpak run --command=bash org.kde.Sdk//5.12 -c 'find / -xtype f > -executable 2>/dev/null | xargs -I{} file -L "{}" | grep "for GNU/Linux" ' | > grep -Ev '3\.2\.0' > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=d4b2645839fd05656f1a7c5f7f9c5bf5965dddce, for GNU/Linux 2.6.28, > stripped > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12.0: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=d4b2645839fd05656f1a7c5f7f9c5bf5965dddce, for GNU/Linux 2.6.28, > stripped > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5.12: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=d4b2645839fd05656f1a7c5f7f9c5bf5965dddce, for GNU/Linux 2.6.28, > stripped > /usr/lib/x86_64-linux-gnu/libQt5Core.so: ELF 64-bit LSB pie executable > x86-64, version 1 (GNU/Linux), dynamically linked, interpreter > /lib64/ld-linux-x86-64.so.2, > BuildID[sha1]=d4b2645839fd05656f1a7c5f7f9c5bf5965dddce, for GNU/Linux 2.6.28, > stripped ``` -- You are receiving this mail because: You are watching all bug changes.