Anno domini 2022 Sat, 05 Feb 11:43:56 +0100 deloptes scripsit: > J Leslie Turriff wrote: > > > This is getting more and more strange. Checking on the package contents, > > I see > > |~ > > |● rpm -q trinity-konq-plugins --filesbypkg|grep ark > > |trinity-konq-plugins /opt/trinity/lib64/trinity/libarkplugin.la > > |trinity-konq-plugins /opt/trinity/lib64/trinity/libarkplugin.so > > |trinity-konq-plugins > > |/opt/trinity/share/applnk/.hidden/arkplugin.desktop trinity-konq-plugins > > | /opt/trinity/share/services/ark_plugin.desktop @21:07:41,root@pinto > > |rc=0 > > the code piece I posted indicates it is looking for a binary executable not > a library. Most likely it is using the executable within a TQProcess Here it definitly uses the ark plugin. Test1: Press RMB when konqueror starts $ konqueror & sleep 5; lsof|grep ark kdesktop 2438 nik mem REG 8,4 89864 8520448 /opt/trinity/lib/trinity/libarkplugin.so kdesktop 2438 2439 kdesktop nik mem REG 8,4 89864 8520448 /opt/trinity/lib/trinity/libarkplugin.so Test 2, this time press RMB on a folder within 5 secs after conqueror is started: $ konqueror & sleep 5; lsof|grep ark konqueror 2151 nik mem REG 8,4 89864 8520448 /opt/trinity/lib/trinity/libarkplugin.so kdesktop 2438 nik mem REG 8,4 89864 8520448 /opt/trinity/lib/trinity/libarkplugin.so kdesktop 2438 2439 kdesktop nik mem REG 8,4 89864 8520448 /opt/trinity/lib/trinity/libarkplugin.so So libarkplugin.so is dynamicly loaded by konqueror (or its subprocesses). Nik > > > ____________________________________________________ > tde-users mailing list -- users@xxxxxxxxxxxxxxxxxx > To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxx > Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@xxxxxxxxxxxxxxxxxx -- Please do not email me anything that you are not comfortable also sharing with the NSA, CIA ... ____________________________________________________ tde-users mailing list -- users@xxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxx Web mail archive available at https://mail.trinitydesktop.org/mailman3/hyperkitty/list/users@xxxxxxxxxxxxxxxxxx