1
vote
2answers
80 views
linux clipboard read/write in C
I done lots of googling but I am still unsure on how to proceed.
What's the most common way of reading/write to the clipboard under Linux? I want both support for Gnome & KDE desktops.
Updated: …
0
votes
2answers
86 views
What Linux Full Text Indexing Tool Has A Good C++ API?
Hi,
I'm looking to add full text indexing to a Linux desktop application written in C++. I am thinking that the easiest way to do this would be to call an existing library or utility. This article …
0
votes
5answers
112 views
Get window title with python?
I'm trying to write a python program that checks every X seconds if the 'window title' for 'last.fm' (http://www.last.fm/download) changed, if it did (or it's the first time I run the program) it …
1
vote
1answer
47 views
kdialog progress bar “object not accessible” as root
Hi all
I have a script containing lots of commands that need root rights. Instead of running all these command with sudo inside the script I prefer to run the whole script with sudo. This is also …
0
votes
1answer
198 views
Activating KDE 4 notifications from bash scripts
I have a bash script activated by crontab and running in background. I would like to add to it the ability to send notifications during the execution. My KDE 4 desktop has a fancy notification system …
0
votes
1answer
116 views
Plasmoids development in Javascript
Does anyone know about good tutorials for developing KDE plasmoids in Javascript?
I have been going over the KDEBase Tutorials, but they have just few examples and not going into advanced techniques.
…
2
votes
2answers
292 views
Qt, Mouse skipping, not updating every pixel, mouseMoveEvent()
I working on a simple paint program.
It seemed Qt (and KDE) would be a easy way to implement it.
I find Qt quite easy to work with, but now I have hit a problem.
When I draw something in my program …
0
votes
1answer
15 views
khtml library tutorials/guides?
Hi,
I'm trying to use the khtml library, basically just the DOM html implementation from there, but I even failed to create a basic HTMLDocument from a file using load(), and when I tried to create …
1
vote
4answers
166 views
Can Phonon be used for capture or transcoding?
Qt/KDE's Phonon media framework abstraction implemented playback first. Can it do anything more complicated yet?
0
votes
2answers
68 views
[KDE4] How did you setup your dev-env / desktop on a very large screen?
This question is specific to KDE4 if you are using a different Desktop/OS then please open another thread.
--
Hi there,
for a day now I have been using a 24" 1920x1200px monitor.
And it's awful!
…
2
votes
6answers
337 views
Programatic desktop icon placement
I am looking for a way to programatically get/set the icon positions on the desktop.
Clearly there is some "state" stored in a somewhere.
Does anybody know here?
I am trying to get a proof of concept …
0
votes
1answer
74 views
how to programically set keybinding schemes in kde
I'm making a automatic configuration script for kde and I want to replace the current keybindings with a key binding file of my own.
I found that there is a list of keybinding files in …
0
votes
9answers
280 views
Smallest Xwindow for Linux [closed]
Hi,
What is the smallest, friendliest Window Manager that I can run on Linux.
I currently use Gnome which is a bit heavy.
All I would be needing it for is to run Firefox.
Xfce?
1
vote
1answer
219 views
How to compile kscope on windows system?
kscope is a very nice gui tool on unix to analysis of sorce code i am using it for a while on my linux box.
is there is any port of kscope on windows availbale?
I know cygwin support kde env. but i am …
1
vote
2answers
169 views
Run a script at unlock?
Hey, I'd like to get a shell script to run everytime I unlock my computer, on KDE 4. I learned that I could run one by overwriting /usr/lib/kde4/libexec/krunner_lock with a shell script doing its …
