

Cheers,
whilo - Mar 20 2008
I most likely won't make it a systray application, neither in KDE3 nor in KDE4, since I don't think there is any reason for KBlogger to be open all the time. The applet layout in 0.7 and earlier is not the nicest, but we focus on KBlogger 1.0 for KDE4 now.
Comment moderation is not supported by the apis. Maybe Atom API will fix this.
Cheers,
whilo - Jan 18 2008
since you are back with your great app, you might be interested in joining efforts with us and help getting at least KBlog in kdepimlibs, but maybe also KBlogger in playground/trunk, in shape. I fully understand that you have written a LiveJournal client and that it is your baby, but it would be *really* great for us to have another member in the kde blogging team. Looking on your source I have to say that you have done great work here and you could really help us to improve the KBlog/KBlogger code and add the LiveJournal gimmicks to our code. On the other side KBlogger already supports many great features, like GData(KBlog), autoconfiguration, preview and richtext editor including preview, multiblog support and media management, so we might port parts of your code/knowledge over to it. I would like to invite you to #kblogger on freenode to discuss cooperation.
Cheers,
duns_s - Jan 18 2008
E.g.
http://somesite.com/xmlrpc.php
http://someothersite.com/somepath/xmlrpc.php
Cheers,
whilo
P.S.: Sorry for responding so late. KBlogger for KDE 4 is in the pipe ;-) - Aug 01 2007

Full Icon Themes by Shirakawasuna 63 comments
I've downloaded the version now and I can't find the kpdf icon.
Other icons missing:
the icon for media:/ (e.g. in dolphin)+
a plain camera icon (without _mounted/_unmounted)
Pipe
folder_documents (maybe just clone folder_text?)+
KsCD
Juk
KRec
Icons for KDE-Edu
KVpnc+
KPPP
KDE-Bluetooth Icons+
KDVI+
KGhostview
digiKam+
KSnapshot
KView
Kooka
Kuickshow
Quanta
KWallet (KWalletManager)+
Kerry+
Filelight
OpenOffice+
KBlogger
This is quite a lot and still incomplete, but getting a consistant icon-set for an up-to-date linux distribution is a really hard task as one can see here on kde-look, since there are so many applications available.
Therefore I've added a plus to the applications I personally miss the most.
I hope you can add them.
Cheers,
Christian
P.S.: Once again, I really like your Iconset. - Jul 08 2007

Full Icon Themes by Shirakawasuna 63 comments
Maybe something like creative commons share alike non commercial license could be used?
This would clarify what i might do with the icon set and what not.
I hope you can talk to Paul to clarify it.
Cheers,
whilo
P.S.: I like it a lot. KPdf and other graphics viewer icons are missing though. - Jul 07 2007

Audio Extractors/Converters by HessiJames 608 comments
--- soundkonverter-0.2.90/src/metadata/Makefile.am 2006-08-31 16:28:04.000000000 +0200
+++ soundkonverter-0.2.90_new/src/metadata/Makefile.am 2006-11-20 05:56:45.000000000 +0100
@@ -4,7 +4,7 @@
noinst_LTLIBRARIES = libmetadata.la
-libmetadata_la_SOURCES = tagengine.cpp tagengine.cpp tplugins.cpp
+libmetadata_la_SOURCES = tagengine.cpp tplugins.cpp
SUBDIRS = wma audible rmff aac m4a ape
libmetadata_la_LIBADD = $(taglib_libs) wma/libtagwma.la \
audible/libtagaudible.la rmff/libtagrealmedia.la aac/libtagaac.la $(MP4_LDADD) \
diff -Naur soundkonverter-0.2.90/src/pluginloader/Makefile.am soundkonverter-0.2.90_new/src/pluginloader/Makefile.am
--- soundkonverter-0.2.90/src/pluginloader/Makefile.am 2006-08-31 16:27:59.000000000 +0200
+++ soundkonverter-0.2.90_new/src/pluginloader/Makefile.am 2006-11-20 05:57:22.000000000 +0100
@@ -5,5 +5,5 @@
noinst_LTLIBRARIES = libpluginloader.la
libpluginloader_la_SOURCES = pluginloaderbase.cpp \
- convertpluginloader.cpp convertpluginloader.cpp pluginloaderbase.cpp replaygainpluginloader.cpp formatinfoloader.cpp \
+ convertpluginloader.cpp replaygainpluginloader.cpp formatinfoloader.cpp \
ripperpluginloader.cpp
It is a duplicate entry in the Makefiles.
Cheers,
whilo - Nov 20 2006

Browser by jkyro 7 comments
Cheers,
whilo - Aug 13 2006

Browser by jkyro 7 comments
by the way i like your idea. i should dive into kde 4/ blog programming soon ;-)
cheers,
whilo - Aug 12 2006

Bootsplash Various by stanlus 9 comments
thx,
whilo - Aug 12 2006
either kontact learns blogging and other programs can use the dbus interface, but that means everybody needs kontact, or we do a plasma applet with dbus support and kontact can use that one for its journal part.
but still there would be the problem that kontact gets new dependencies which is not allowed, i don't know how the handle the ipc dependencies. i don't think it would be a problem, if it's an optional component.
finally there is the possibility to put everything necessary in a lib and do an plasma applet with dbus support and a kontac component with dbus support. this is double work though.
cheers,
whilo - Jul 18 2006
which blogging gateway do you use? it only works if the gateway supports blog-id fetching via blogger api. you also have to add your username and the password. once you entered all three entries and change the entry field it should try to fetch the id. you can also kill and start kicker from a shell and send the debug output. maybe the helps. you must have enabled debug support in kblogger though.
if it doesn't work try to find out the gateway yourself.
cheers,
whilo - Jul 18 2006
you cannot enter a title because blogger api doesn't support it. blogging apis are a nightmare, there is no standard available, which supports all or the best features.
cheers,
whilo
p.s.: i'm afraid of your avatar ;-) - May 17 2006
this is the typical way of configuring kicker applets, so i don't want to go another way. plasma will most likely change that. could you please attach a backtrace and mail me? kill kicker and execute kicker in a shell, than send me the result of the crash. you should build kblogger with ./configure --enable-debug=full
cheers,
whilo - May 01 2006
the url of the gateway is http://example.com/wordpress/xmlrpc.php
you can use either blogger api 1.0 or metaweblogapi. both are supported by kblogger. metaweblogapi is better though.
i don't know how you get the blog-id out of wordpress, but most likely you can fetch it from the urls in the web-interface.
cheers,
whilo - Mar 29 2006
Thx,
whilo - Feb 20 2006
could you please add more information or compile it with the ./configure --enable-debug command. after reinstallation kill kicker and restart it from a shell, you'll get a lot of output from kblogger. please post it either here or to my mail, don't forget to remove any login information.
thx, whilo - Jan 16 2006
WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs
I of course prechecked ./configure && make && make install and it worked perfectly for me. Could you please put the output and more details on your problem?
By the way I'm very happy that you like it! :-)
Has anybody tried to post non-latin-1- chars (utf support) to his blog? - Sep 27 2005

Wallpapers KDE Plasma by loemmel 7 comments

KDE 3.x Splash Screens by Scavenger 1 comment
whilo - Mar 28 2005

Various KDE 1.-4. Improvements by f10nk 43 comments
http://lists.kde.org/?l=kde-devel&m=109863377620287&w=2.
Since Trolltech does not accept the QT patches (they work on QT 4 now), this won't get into KDE CVS. - Mar 06 2005

Various KDE 1.-4. Improvements by f10nk 43 comments
i'm using the rc currently and it is not in it. try it yourself... - Mar 03 2005