Tagged Questions
KDE is a powerful graphical desktop environment for Unix workstations.
14
votes
7answers
2k views
How do you get the icon, MIME type, and application associated with a file in the Linux Desktop?
Using C++ on the Linux desktop, what is the best way to get the icon, the document description and the application "associated" with an arbitrary file/file path?
I'd like to use the most "canonical" ...
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 ...
7
votes
4answers
3k views
Linux GUI development
I have a large GUI project that I'd like to port to Linux.
What is the best framework to use for GUI programming in Linux? Should KDE / Gnome frameworks be used? Or can I use something more generic ...
6
votes
2answers
2k views
Window placement: WinSplit Revolution -like application for Linux (KDE)? [closed]
What is the WinSplit Revolution -like application for Linux (KDE)?
Or maybe there is a functionality in KDE I am missing?
Thanks and Happy New Year!
6
votes
3answers
3k views
How to set my application's desktop icon for Linux: KDE, Gnome etc?
I have a cross platform program that runs on Windows, Linux and Macintosh. My windows version has an Icon but I don't know how to make have one for my Linux build.
Is there a standard format for KDE, ...
5
votes
1answer
58 views
Can I reach the shell, web or menu commands from the Kate editor's JavaScript?
You can extend the KDE Kate editor with JavaScript, and control e.g. the undo buffer.
I would like to call e.g. HTML Tidy from inside such a script, but I cannot find any bindings from inside the ...
5
votes
3answers
2k views
Disable Ctrl-Alt-L in KDE
The IntelliJ IDEA short-cut to reformat source code is Ctrl-Alt-L. This happens to lock the screen in KDE (Gnome too?). How can I disable this so IntelliJ receives the key sequence?
4
votes
1answer
104 views
change Gnome preferred applications without installing Gnome?
I'm using KDE, but I also use some GTK applications. When those GTK apps make a call to an external program, they use the preferred applications set for Gnome rather than the ones I've set.
One ...
4
votes
2answers
876 views
How do you use kate? Tips/Tricks/Workflow
We all seen a bunch of these? Mostly for IDE's but also for vim and emacs.
Kate is (only) a text editor (an awesome one) but it has a ton of options plus a number of plugins, so its hard to know all ...
4
votes
6answers
988 views
Do Qt Applications require KDE?
Do all Qt applications require KDE to be installed? Is it enough if the Qt runtime is installed along with GNOME? Can I make a Qt application look exactly like a GTK application under GNOME? Could ...
4
votes
8answers
2k views
How to set up headers and libraries for Linux development
I recently set up, for a learning exercise, an Ubuntu desktop PC with KDE 4.2, installed Eclipse and started to look for information on how to develop for KDE. I know there's KDevelop and will ...
4
votes
4answers
3k views
How do I force/get to use GTKLookAndFeel in Java on KDE?
First of all, using gnome is not an option (but it is possible to install its libraries).
I need to know what is necessary to display a Java Swing desktop application using the current installed KDE ...
3
votes
1answer
146 views
About mouse controlling in c/c++ [ubuntu] gnome or kde??? probably
Several questions about how to write a mouse controlling module in c/c++
Any comments are much appreciated.
I have a mobilephone which can connect to my ubuntu 11.04 laptop
through wireless network.
...
3
votes
3answers
408 views
KDE themes used to style Qt4 application
can kde themes be used to style multi platform (linux/windows) Qt4 applications ?
3
votes
1answer
170 views
How does the *NIX GUI work?
I would like to know more about what makes the GUI on *NIX systems work, but not quite sure where to begin the research. From my understanding, the X server is what makes all the visuals possible, and ...
3
votes
2answers
540 views
Qt - how to detect whether the application is running on GNOME or KDE?
I was wondering how I could do something like this (source) using Qt. I looked through the documentation but couldn't find any method to check if an external process is running.
if [ "$(pidof ...
3
votes
2answers
1k 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 ...
3
votes
3answers
3k views
how to use default icons with qt
I'm using only Qt (though PyQt) and I don't get icons when I call e.g. QMessageBox.warning(). Is there a way to use the platform's default icons? Currently I'm using the more complete QMessageBox ...
3
votes
2answers
2k views
embedding an application (in this case a terminal) within a QT application
I am writing a QT application and I need to embed a terminal (we say,xterm) within a QDialog, like some KDE application (see kdevelop/kate/...).
I've been trying with:
- QX11EmbedContainer placed ...
2
votes
1answer
642 views
swt browser No more handles Error
I wrote a simple program. just a CTabFolder and a WelcomTab inherent from CTabItem. I want to fill my WelcomeTab by a browser which render my htmls. at the init() method of WelcomeTab I Create a ...
2
votes
0answers
81 views
Linux GUI stack confusion [closed]
I am trying to understand how Linux GUI stack works. Let me explain:
In Windows, thigs are relativelly simple. You have GDI/GDI+. It handles all the subsequent operations from windows drawing and ...
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
3answers
518 views
Mono/C#: A good GUI toolkit ? looks good on KDE?
i am trying to get into developing for linux and i am a .net developer so i decided to give Mono a try. THe problem is that i am having problems trying to find a good gui toolkit.
I have chosen KDE ...
2
votes
1answer
324 views
Using KDE style in pure Qt app under Windows
How can i use KDE style in pure Qt app's under Windows?
Thanks
2
votes
2answers
389 views
Updating notification using KNotify
I've converted a gnome python script to use KDE notifications every time Spotify changes track. The code is below:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Title: Spotify Notification Demo
...
2
votes
1answer
145 views
How to get user defined system colors on Linux?
How do I get correct colors associated with my KDE or Gnome profile on Linux?
java.awt.SystemColor seems to give me root (?) account colors, at least colors definitions doesn't match my settings ...
2
votes
1answer
250 views
How can I check with Python which Window Manager is running?
I want to check which Window Manager the user is using (like GNOME or KDE etc.). How do I do that?
2
votes
1answer
144 views
KDE contribution [closed]
Does it make any sense to contribute to KDE lately, now that all that's "cool" is being moved in the cloud?
It seems like these guys are in need of some contributors and I was wondering whether it's ...
2
votes
1answer
97 views
porting kde application to windows
hy
I'm trying to port a KDE application to windows
my problem is finding a suitable KDE SDK for windows, i can't include any k-headers (kapplication.h kaction.h ....) and I haven't even got to the ...
2
votes
4answers
300 views
How to launch a website in Java Swing, in a way that works in Gnome and KDE
As outline in a previous question I asked.
A website can be launched by doing this:
Desktop.getDesktop().browse(new java.net.URI("www.google.com"));
This works fine in Ubuntu(gnome), but it ...
2
votes
4answers
315 views
What Linux Full Text Indexing Tool Has A Good C++ API?
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 reviews ...
2
votes
6answers
1k 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 ...
2
votes
2answers
592 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 ...
2
votes
4answers
851 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?
2
votes
3answers
734 views
In KDE, how can I automatically tell which “Desktop” a Konsole terminal is in?
I have multiple "desktops" that I switch between for different tasks in my KDE Linux environment. How can I automagically determine which desktop my Konsole ( kde console) window is being displayed ...
2
votes
3answers
1k views
How great is xmonad if I still want my “old” graphical IDE?
I've heard excellent reports of xmonad, but how good is it for everyday use and for development? For various reasons I don't use vim/emacs (though I don't suffer from terminal-phobia!). All the ...
2
votes
2answers
368 views
Using KDE4 localization mechanisms in pure QT4 application
I'm writing an application that is currently a pure QT4 app. It is designed to run cleanly on both Linux and Windows.
However I plan to integrate it a bit into KDE in future and here come the ...
2
votes
3answers
3k views
install EventFilter on QWidget (qt4.4.3/kde4)
I have a K* window, and within it, a widget which needs the events filtered.
For example I do not want the possibility of clicking it...
How can I do that?
Have I to use eventfilters? In this ...
2
votes
2answers
244 views
What is the widget name of the Kde bar used in program like Kate? (image inside)
What is the object name of the Kde bar that provide buttons to hide/unhide widgets? I can't find on kde official API references. It's used in program like Kate, Kdevelop. Here the screenshot of the ...
1
vote
1answer
25 views
When do bugfixes appear in ubuntu repositories?
For a specific bug on
https://bugs.kde.org/
the messages show that the bug was fixed and commited to the source repository. But when will the bugfix appear in the ubuntu repositories. Is there a fix ...
1
vote
2answers
43 views
Way to force KDE to not allow minimization of Java JDialog elements?
I have a Java application that uses JDialog boxes for displaying certain information. The JDialog boxes are not minimizable (and shouldn't be), but we've run into a problem specific to Linux KDE ...
1
vote
1answer
156 views
Linux Red Hat 5.6 and VNC: KDE & Gnome
I am using Red Hat 5.6 and I have configured VNC for my Unix user with no issues. I am able to log into it and it defaults to Gnome. KDE is installed on the machine and I would like to use it. Below ...
1
vote
3answers
137 views
lock screen on linux based screens [closed]
I would like to know is there a lock screen on linux based systems, when the screen is locked user should enter PIN code to enter back. Like PIN screen lock on iPhone.
Regards,
deimus
1
vote
1answer
64 views
Itegrate Pysmell in Kate , how hard will it be?
i want to make a plugin for kate , to support autocompletion of python using pysmell I don't know where to start and how hard it will be.
As far as i know , kate support scripting with javasccript , ...
1
vote
2answers
753 views
Debian+KDE. Set kde look for gtk applications?
Default look of gtk applications such as iceweasel is ugly, how can I change gtk applications to look like kde native?
1
vote
1answer
121 views
1
vote
2answers
147 views
How can one put the output of a command into a konsole title bar?
Through the clever use of some escape characters, I used to put the output of arbitrary commands (e.g. "dirs") into my xterm title bar. Can I do the same thing in konsole? If so, how?
1
vote
0answers
155 views
Detecting active windows in python with KDE
I'm writing a small python script that tracks how I'm dividing my time between programs. It needs to detect the currently active window (ideally, the application controlling that window, but I can ...
1
vote
2answers
908 views
How to check if screen saver is running?
I have a script written in bash, which I need to take different route in case screensaver is currently running. This is Linux with Xorg and KDE. Script is called from cron, and it connects to ...
1
vote
1answer
222 views
multiple layouts/layout transitions in a python plasmoid
I'm doing a little python plasmoid that deals with remote resources.
Here's the code : glpoid
It offers a view of tickets (the default one), a view that let the user filling and sending a new ticket, ...