You are not logged in.

Search results

Search results 1-17 of 17.

Tuesday, June 21st 2005, 3:19pm

Author: !nkubus

KIO::listRecursive is giving me headhake

Thanks, I wil try this toight, now i'm stuck at work.

Tuesday, June 21st 2005, 1:12pm

Author: !nkubus

KIO::listRecursive is giving me headhake

I'm trying to list recursively the content of a folder, but KIO:listRecursive is giving me some headhake, it always tell: /home/frank/kamerawizard/src/kamerawizard.cpp:47: undefined reference to `KIO::listRecursive(KURL const&, bool, bool)' here is the part of my code where i'm calling it: Source code 1 2 3 4 5 6 7 #include <kio/job.h> ... ... ... QString sPath = "file:/home/frank/Pictures"; KURL *url = new KURL(sPath); KIO::ListJob *lFiles = KIO::listRecursive(*url); I Have tried to call it dif...

Tuesday, June 21st 2005, 1:05pm

Author: !nkubus

Autoclose app

It worked Thank you very much

Thursday, June 16th 2005, 4:13pm

Author: !nkubus

Autoclose app

ok ill look into that thank you again, i'm totally new to kde developement and this is a really good place to get help

Thursday, June 16th 2005, 2:15am

Author: !nkubus

Autoclose app

i'm fairly new to kde Developpement, and i have made a small systray applet that display a passive popup, but i want my app to close after it has been executed but i don't know how. i have 2 behavior 1. the app close before the popup is shown 2. the app stay in the systray after the popup. here is my main.cpp: i have tried to to app.ecex(); then return 0; after but it don't work Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 3...

Thursday, June 9th 2005, 6:19pm

Author: !nkubus

Systray Notification HELP

Thank you very much for your help You pointed me to the right direction I might try to hack into kdialog and make my own version of if that will create a small app in the systray and associate it with an is winID so the popup will show on the systray everywhere because here is the line i'm looking at it Kdialog.cpp: Source code 1 2 3 4 5 6 KPassivePopup *popup = KPassivePopup::message( title, QString::fromLocal8Bit( args->getOption("passivepopup") ), 0, // icon (QWidget*)0UL, // parent 0, // nam...

Thursday, June 9th 2005, 1:41pm

Author: !nkubus

Systray Notification HELP

I want to know if there is a way to notify the user in the systray without having to have an application sitting there. I have tried dcop knotify and kdialog --passivepopup but I'm not able to move the notification from the top left corner. so I want to know if there is a dcop call i can do to have let's say a Yellow popup with a title and an icon showing whan i insert a usb key (all the mounting and the detection part is already working on my computer there thanks to ivman) I just want to move ...

Thursday, September 30th 2004, 7:35pm

Author: !nkubus

[Kopete] Increasing user picture size

But look at gaim how they have resolved the issue they put it at the bottom at the left of the typing box, so ther not much space taken by the picture.. why not make this an option like picture size -> 16*16 24*24 32*32 64*64 96*96 and the we could choose where we want it? that will improve user experience i must sayt this is the main reason why i use gaim .

Friday, September 17th 2004, 11:08am

Author: !nkubus

Some Questions About software developement

ok i see, but where i set thoses environment in my app? in my shell? because if give the source to someone will they see the icons?. i know this is probably a basic thing but i'm new to kde developemment and i wan't to start in the right direction.

Thursday, September 16th 2004, 1:36pm

Author: !nkubus

Some Questions About software developement

i Just discovered QT and KDE developpement a couple a months a go , and i have to say th'at fantastic how it's easy . however there is some things that i don't quite understand. i have some pasive popup in my code and they are showing very well when i'm compiling with kdevelop but when i do my ./configure make and make install all the icons in the systray and on the popup are gone and of course ithere is no place where those icons are installed. so i want to know how should i resolve, where i ne...

Monday, September 13th 2004, 10:45pm

Author: !nkubus

need help with a bash script

it works now with the help of the script your fiend is doing i only had to set the export DISPLAU = :0.0 into the file and everything was fien thank you very much i apreciate it very much

Monday, September 13th 2004, 7:59pm

Author: !nkubus

need help with a bash script

Very nice from you i'm gonna check this

Monday, September 13th 2004, 4:15am

Author: !nkubus

need help with a bash script

thank you very much for your help, the problem with the $USER variable is that the current user is root when the kernel runs the script. what i want is to run the script with the current user connected to :0.

Sunday, September 12th 2004, 7:52pm

Author: !nkubus

need help with a bash script

ooops i have putted in portage and programming

Sunday, September 12th 2004, 7:41pm

Author: !nkubus

need help with a bash script

Quoted Is French the primary language in Quebec? yes it is so this i why my englis is a bit quirky thaks for your help i'll try the gentoo forum

Sunday, September 12th 2004, 7:15pm

Author: !nkubus

need help with a bash script

i don't know if i'm on the right place. but i'm a linux/kde user since about 1year and a half. Lately i have been jealous to see gnome-volume-manager so i have started to play a bit with hotplug to make my own usb-storage and usbcam mounter that will interact with KDE. i have been able by modifiying /etc/hotplug/usb.agent and by creating /usb/hotplug/usb-storage (wich is automatically called by hotplug deamon when a usb-torage device is plugged in). now in this script i want to warn the user so ...