


Network by CKulT 2 comments
- Dec 19 2007
I need yet another applet for my machine at work - smb4k client for kicker. And I'm working on it now. It will allow much faster access to smb shares, than running smb4k or konqueror (my machine is too slow, so I need to wait 5-7 seconds until smb4k/konq is started). - Dec 17 2007

Network by CKulT 24 comments
Yes, I need tcpkill functionality for myself. I use tcpkill in console at work to kill unwanted connections. But it is complex task to implement it in GUI due to huge number of tcpdump expressions (tcpkill uses tcpdump expressions). We can
1) Rely on user. Simply create text input box and pass its contents to tcpkill. In this case user should learn tcpdump expressions and exactly know what is he doing. This is easier for me and more complex for user.
2) Implement all tcpdump expressions as GUI elements: checkboxes, linedits etc. This will be easier for user and more complex for me :)
I hope I'll implement the second one in the future. - Dec 10 2007

Network by CKulT 24 comments
KDE has excellent KWin manager. Use it to save position and size of KConnections' windows. KSquirrel FAQ tells how to do it: http://ksquirrel.sourceforge.net/faq.php - Dec 10 2007

Network by CKulT 24 comments

Network by CKulT 24 comments

Network by CKulT 24 comments

Network by CKulT 24 comments
1) See 3)
2) It would be much better to use KWin settings to save Options' position
3) Current connections are shown in tooltip. Just move mouse to KConnections' icon and wait few seconds. 0.3 will also have additional window to show current connections in real time. This window will popup when you click on KConnections' icon. - Dec 07 2007

Network by CKulT 24 comments

Network by CKulT 24 comments

Network by CKulT 24 comments
------------------
Since version 0.7.3, binary package of ksquirrel-libs for Debian/Ubuntu depends on libjasper-1.701 OR libjasper1. It will allow to install ksquirrel-libs_0.7.3-1etch_i386.deb both in Debian Etch and in Kubuntu Gutsy with libjasper-1.900. But in order to use JPEG2000 codec with libjasper1 (e.g. 1.900) without problems you should do one simple trick (as root):
# ln -s /usr/lib/libjasper.so.1.0.0 /usr/lib/libjasper-1.701.so.1
If you don't need JPEG2000 at all, you can simply remove this codec:
# rm -f /usr/lib/ksquirrel-libs/libkls_jpeg2000.so.0.7.3 - Nov 03 2007
1) install libjasper1_1.900
2) create symlink (as root):
# ln -s /usr/lib/libjasper.so.1 /usr/lib/libjasper-1.701.so.1
3) use dpkg with "--force" to install ksquirrel-libs:
# dpkg -i --force all ksquirrel-libs_0.7.2-1etch_i386.deb
This should work :) - Oct 05 2007
Thanks :)
Say, 0.7.1 with KEXIF and kio-slaves support is coming soon :) - Aug 06 2007
...But now you can just go to ksquirrel.h file at line 174 and replace
void KSquirrel::configAnime(bool init = true);
with
void configAnime(bool init = true);
and recompile package.
Sorry once more :)
- May 17 2007
TTF codec is designed for freetype-2.1.10. Since freetype is not binary compatible from version to version it is not guaranteed that TTF codec will be built successfully with other versions of freetype rather than 2.1.10. Ask freetype team about it. - May 14 2007
Maybe this link will help you: http://ubuntuforums.org/showthread.php?p=848199 - Apr 02 2007
[Now as far as I know aRts is for sound. What functionality will I lose with an image viewer??]
KSquirrel doesn't use arts, configure checks for it automatically. - Jan 08 2006