Binary compatiblity for liboxygenstyle.so

Andras Mantia amantia at kde.org
Sat Feb 25 20:38:26 GMT 2012


On Saturday, February 25, 2012 09:25:36 PM Thomas Lübking wrote:
> Am 25.02.2012, 21:15 Uhr, schrieb Andras Mantia <amantia at kde.org>:
> > I did remove that countless times while trying to find a solution...
> 
> Meaning it is /not/ there when the simple env path launch fails?

Yes.

> What about
> QT_PLUGIN_PATH=/opt/kde4/lib64/kde4/plugins: strace kwrite --style oxygen
> 2>&1 | grep -i oxygen | grep open
>                                                        NOTICE the colon ^

Ouch, this also works.

QT_PLUGIN_PATH=/opt/kde4/lib64/kde4/plugins: strace kwrite --style oxygen  2>&1 | grep -i oxygen | grep open
open("/opt/kde4/lib64/kde4/plugins/styles/oxygen.so", O_RDONLY) = 7
open("/opt/kde4/lib64/liboxygenstyle.so.4", O_RDONLY) = 7
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 7
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 7
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 7
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 8
open("/opt/kde4/share/icons/Oxygen_White/cursors/left_ptr", O_RDONLY) = 9
open("/opt/kde4/share/icons/oxygen/index.theme", O_RDONLY|O_CLOEXEC) = 9
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/etc/kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/encrypted/home/andris/.kde4/share/config/oxygenrc", O_RDONLY|O_CLOEXEC) = 9
open("/opt/kde4/share/icons/Oxygen_White/cursors/ibeam", O_RDONLY) = 12

Andras





More information about the kde-core-devel mailing list