Tagged Questions
The kde4 tag has no wiki summary.
7
votes
3answers
2k 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 ...
3
votes
1answer
378 views
Ruby, Qt and third party widgets
I'm learning Ruby and, for this, I'm writing an application in it. My background is in C++/Qt. So I've started writing a Ruby/Qt app.
But there's a few previously written widgets (C++) I would like ...
3
votes
1answer
277 views
Library Error for Ruby/QT
Trying to create a QtRuby application, I get the following error:
/usr/lib64/ruby/site_ruby/1.8/Qt/qtruby4.rb:2144: [BUG] Segmentation fault
ruby 1.8.6 (2008-03-03) [x86_64-linux]
I am running a ...
2
votes
2answers
278 views
Very frustrating problem with cmake
I am having a frustrating problem with cmake on windows. i have the kde libs installed.
when i am trying to compile my project with cmake . this shoots up again and again.
Found Qt-Version 4.7.0 ...
2
votes
4answers
717 views
Gui for KDE and Gnome
I want to write a gui to an application that is now CLI that needs to "look good" in both KDE and Gnome DE's, taking optimal advantage of a users settings for appearance.
If I select Qt or GTK+ will ...
2
votes
2answers
590 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 ...
1
vote
0answers
46 views
How to send a desktop notification in KDE from a daemon
I have a daemon (netplugd) which can take some actions when my cable is being plugged in or out. These actions can be defined via a bash script. How can I send a notification (as a different user) to ...
1
vote
0answers
148 views
KDevelop and linking a plugin to an outside library
I look at the examples in the kdevelop plugins folder but I did not find an example of linking a plugin to an outside library. When I do this I get these errors:
kdevelop(7910)/kdecore (KLibrary) ...
1
vote
5answers
464 views
How to change the library include path of a binary from bash?
I have a software properly installed on Kubuntu.
Now, I am patching and testing some of its libraries.
How can I start the software from bash so that it loads my patched libraries instead of the ...
1
vote
1answer
69 views
Screen resolution on KDE and Windows
I was developing a small application using Qt4 to get it cross-platform, but when I compared the result I found a really disturbing issue.
On both Linux (KDE4) and Windows 7 my screen resolution is ...
1
vote
0answers
114 views
PyQt and Bespin (KDE style)
What tab widget decorate by Bespin Tabs? I tried QTabWidget, QTabBar, KTabWidget, KTabBar, bau no effect. What Im doing wrong?
All KDE apps and SMPlayer decorate by Bespin, but acetoneiso and PyQt ...
1
vote
0answers
78 views
Resizing Plasma.Label
I'm writing plasmoid in python and when i'm trying to resize Plasma.Label nothing happens
label3= Plasma.Label(self.applet)
label3.setImage("/home/dark/fract.png")
...
1
vote
1answer
487 views
Initial emacs position in KDE
I use emacs 23.1.1 with KDE 4.3.1. I have set (initial-frame-alist) and (default-frame-alist) to make my windows come up where I want. But my initial window does not come up where I want.
My initial ...
0
votes
1answer
13 views
Setting size for Plasma::PushButton?
I'm trying to implement a simple KDE plasma plugin , which contains two PushButtons and a KLineEdit ,
But it seems KLineEdit and the PushButton has a minimum size , if the panel doesn't have enough ...
0
votes
0answers
57 views
KDE install dirs
I'm trying to write correct CMakeLists.txt file for my new KDE project. However, I have some troubles with KDE install directories.
Part of my installation commands in cmake file looks like below:
...
0
votes
1answer
100 views
opensuse KDE 11.x - How to edit $HOME/.bashrc
Just install opensuse 11.x kde into my Lennovo X60, kick out the ms window. The must function, input Chinese can't work. When start IBus, it shows following message. How to edit $HOME/.bashrc? ...
0
votes
1answer
109 views
KDE: klipper action script
So KDE's clipboard manager - klipper - allows one to write a script to be applied to clipboard contents matching regexp. Say, I want klipper to download an image through bash script.
Here's a ...
0
votes
2answers
72 views
How to put an image from python to klipper?
Using python, one can read in an image:
from PIL import Image, ImageTk
image = Image.open("test.jpg")
Then one can write to klipper in the following way:
import dbus
bus = dbus.SessionBus()
proxy ...
0
votes
0answers
122 views
kde 4.5 lockdown & immutability flags
I'm trying to nail an installation of Kubuntu 10.10 down as hard as possible by using immutable flags in configuration files.
All of the documentation, tools and help files are only relevant for KDE ...
0
votes
1answer
124 views
Trying to add to a toolbar and menubar in KDevelop 4
How do I add to a toolbar or menubar for a KDevelop 4 plugin. I know I need to use a .rc file but I'm not sure the exact syntax of that xml file and also what I need to put in my code in order for ...
0
votes
1answer
71 views
Where do I store plasmoid's custom data?
I'm new to KDE development. I wrote a plasmoid that needs to store its data somewhere, namely - ical feeds need to be stored for offline usage.
While I could just write it to ~/.ical/ or some other ...
0
votes
1answer
226 views
How do I create keyboard shortcuts programmatically in KDE?
I am able to create keyboard shortcuts for Ctrl-F1 and Ctrl-F2, making them launch a script, using the Control Center interface, Input Actions section. The platform of interest is KDE 3.5 on CentOS 5 ...
0
votes
1answer
70 views
In KDE4, how can I automatically tell which “Desktop” a Konsole terminal is in?
I was looking for this and found a question and answer for KDE3; I figured more people will be interested in the answer for KDE4 as time passes (posting here just so I can also post the answer...)
0
votes
1answer
706 views
How to make Qt::Tool not stay on top of the main window
I have problem with Qt::Tool flag. When I create new widget with Qt::Tool flag it appears on top of the main window. But when I switch back to main window and make it active the I still have the tool ...
0
votes
1answer
306 views
Qt::Tool window diasappears when application become inactive
I have problem with keeping Qt::Tool window visible when the application becomes inactive. The application is running and there are 2 windows opened - main and additional with Qt::Tool flag set. When ...
0
votes
2answers
132 views
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!
...
0
votes
1answer
756 views
KDE4.2 change wallpaper
How using qdbus or any other tool I can change KDE4.2 Plasma wallpaper?
I tried feh and wmsetbg but they don't change my background. The only thing that works so far is kwriteconfig, but I have to ...
0
votes
2answers
209 views
Please point me to (good) documentation about QT layouts for plasma development
I am trying to develop a plasmoid in python. I got some good tutorials here (techbase.kde.org/Development/Tutorials/Plasma) and they are really helpful, but they don't have documentation or examples ...
-1
votes
1answer
128 views
KDevelop and PHP: How to debug?
.Hello All,
I am using KDevelop4.1 and PHP plugin for it.
(OS: Mandriva 2010.2)
I have also installed the XDebug extension.
But I cannot find info about how I can debug my php code under KDevelop.
...
-1
votes
2answers
113 views
Is there a KDE systray epplet for Enlightment?
Enlightenment DR16 is packaged with openSUSE 11.1 but it's a bit painful to use with KDE apps as there's no obvious (on the Enlightenment site, google etc.) way to provide a systray for KDE apps that ...