You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, June 14th 2006, 2:10am

[kopete] away messages

i really enjoy kopete, but i hate the away status box and other away message settings. is there a way to make the away status box a text box instead of single text line, so that my away messages can have line breaks (i.e. carraige returns). also, is there a way to make it so when i highlight my buddies names the html code in their away messages doesn't show up (for example, if a word is italics it will be shown in the pop up as <i>word</i>) but just to show that actual away message (like in gaim). thanks alot.

p.s. i am using kopete for aim. thanks again.

2

Sunday, June 25th 2006, 11:15pm

RE: [kopete] away messages

bumpity bump

bram85

Professional

Posts: 948

Location: Eindhoven

Occupation: Software Engineer

  • Send private message

3

Monday, June 26th 2006, 11:42am

RE: [kopete] away messages

GUI wise, this is not possible. What you could do is to make a script with something like this. You can type anything you want between the quotes.

Source code

1
2
3
bram@s040391 ~/KDE $ dcop kopete KopeteIface setAway "Test
> Test"
bram@s040391 ~/KDE $


It wouldn't hurt to submit a wish report at http://bugs.kde.org (if there's not already an existing wish for this).
Bram Schoenmakers
KDE Netherlands (www.kde.nl)

4

Wednesday, June 28th 2006, 1:38am

submitted wish report. thanks.