kSnapshot asking for libkio.so.5
kSnapshot asking for libkio.so.5
Ksnapshot is not working on my porteus v09, 32bit. If run from commandline it is asking for libkio.so.5. I checked from slax site that this is found in Kdelibs 4.1, kde 4.2.1 part 3-9, kdelibs-4.3.4 ; these are apparently kde4 modules. Please help.
Re: kSnapshot asking for libkio.so.5
@rnport
All power is allocate to Porteus-v1, please download latest v1.0-RC1 version !!
All power is allocate to Porteus-v1, please download latest v1.0-RC1 version !!
Re: kSnapshot asking for libkio.so.5
32 bit run trinity not kde 4.6.3 you don't run kde application into trinity environment that is kde 3.5.12
Re: kSnapshot asking for libkio.so.5
I will download rc1. Please confirm that following is the link:
http://www.ponce.cc/porteus/i486/testin ... c1-x86.iso
on page: http://porteus.org/distro-download/down ... 2-bit.html
http://www.ponce.cc/porteus/i486/testin ... c1-x86.iso
on page: http://porteus.org/distro-download/down ... 2-bit.html
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: kSnapshot asking for libkio.so.5
That is the correct link.
If you have /usr/lib/libkio.so.4.2.0 available then just link your required library against this. It should work fine.
If you have /usr/lib/libkio.so.4.2.0 available then just link your required library against this. It should work fine.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: kSnapshot asking for libkio.so.5
Please tell me the exact steps for linking /usr/lib/libkio.so.4.2.0
- Ahau
- King of Docs
- Posts: 1331
- Joined: 28 Dec 2010, 15:18
- Distribution: LXDE & Xfce 32/64-bit
- Location: USA
Re: kSnapshot asking for libkio.so.5
cd /usr/lib
ls | grep libkio
To see what version, if any, you have already, then
ln -s libkio.so.4.2.0 libkio.so.5
I'm going from memory here, so if you try that and it says the file already exists, just swap the order:
ln -s libkio.so.5 libkio.so.4.2.0
ls | grep libkio
To see what version, if any, you have already, then
ln -s libkio.so.4.2.0 libkio.so.5
I'm going from memory here, so if you try that and it says the file already exists, just swap the order:
ln -s libkio.so.5 libkio.so.4.2.0
Please take a look at our online documentation, here. Suggestions are welcome!
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: kSnapshot asking for libkio.so.5
That is correct
cd /usr/lib
ln -s libkio.so.4.2.0 libkio.so.5
ln : make a link
-s : make it a symbolic (soft) link
libkio.so.4.2.0 the place you want to link to
libkio.so.5 the name of the link you will create
cd /usr/lib
ln -s libkio.so.4.2.0 libkio.so.5
ln : make a link
-s : make it a symbolic (soft) link
libkio.so.4.2.0 the place you want to link to
libkio.so.5 the name of the link you will create
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
Re: kSnapshot asking for libkio.so.5
I had reinstalled porteus v1rc1. Now ksnapshot is giving this message:
ksnapshot: symbol lookup error: ksnapshot: undefined symbol: _ZN7KDialog16staticMetaObjectE
Please help. Ksnapshot is important. Or else suggest another screencapture program.
ksnapshot: symbol lookup error: ksnapshot: undefined symbol: _ZN7KDialog16staticMetaObjectE
Please help. Ksnapshot is important. Or else suggest another screencapture program.
- Ahau
- King of Docs
- Posts: 1331
- Joined: 28 Dec 2010, 15:18
- Distribution: LXDE & Xfce 32/64-bit
- Location: USA
Re: kSnapshot asking for libkio.so.5
I checked kSnapshot on my install of 32-bit V1RC1, and it seems to be working normally. Try the following:
1) Boot into 'Always Fresh' mode, to see if your problem resides in your saved changes
If you still receive the error,
2) Rename your /porteus/modules folder to something else (e.g. /porteus/tempmods), so that none of the modules you've added are loaded at startup
Hopefully your problem is in saved changes or a conflict with some module you've installed. If not, then you might have a corrupted ISO (did you check the md5sum when you downloaded it?). If you've been putting things in rootcopy or magic folders, you might want to try not loading those, too.
I'm working on a doc for debugging issues with previously working installations -- your feedback on these instructions will be useful.
Thanks!
1) Boot into 'Always Fresh' mode, to see if your problem resides in your saved changes
If you still receive the error,
2) Rename your /porteus/modules folder to something else (e.g. /porteus/tempmods), so that none of the modules you've added are loaded at startup
Hopefully your problem is in saved changes or a conflict with some module you've installed. If not, then you might have a corrupted ISO (did you check the md5sum when you downloaded it?). If you've been putting things in rootcopy or magic folders, you might want to try not loading those, too.
I'm working on a doc for debugging issues with previously working installations -- your feedback on these instructions will be useful.
Thanks!
Please take a look at our online documentation, here. Suggestions are welcome!
Re: kSnapshot asking for libkio.so.5
Thanks. I will try these steps.
Posted after 18 hours 9 minutes 9 seconds:
Ksnapshot works all right after removing modules. I had earlier transferred all modules from slax and converted them in one go to xzm by "lzm2xzm ." ; I will have to add modules few at a time probably.
Posted after 18 hours 9 minutes 9 seconds:
Ksnapshot works all right after removing modules. I had earlier transferred all modules from slax and converted them in one go to xzm by "lzm2xzm ." ; I will have to add modules few at a time probably.