(→kdevelop) |
(→Problem: Kdevelop codecompletetion for KDE libs: new section) |
||
| Line 49: | Line 49: | ||
--[[User:Tstaerk|Tstaerk]] 09:25, 21 December 2007 (CET) | --[[User:Tstaerk|Tstaerk]] 09:25, 21 December 2007 (CET) | ||
| + | |||
| + | == Problem: Kdevelop codecompletetion for KDE libs == | ||
| + | |||
| + | Having problems getting the codecompletion to work for kde. | ||
| + | Qt4 works just fine. | ||
| + | |||
| + | Tried to tell the importer to import every file in /usr/include/KDE | ||
| + | which it does, but codecompletetion won't work. | ||
| + | |||
| + | Do this problem have anything to do with the fact that KDE includes | ||
| + | look like this (in this case /usr/include/KDE/KApplication): | ||
| + | |||
| + | <code>#include "../kapplication.h"</code> | ||
| + | |||
| + | Also tried to download the newest KDElibs (4.0.1), but the files in | ||
| + | the "includes" dir looks exactly the same as those in /usr/include/KDE | ||
| + | |||
| + | I use a temporary solution: I import every k*.h file from /usr/include | ||
| + | which seems to get most of the kde header files. | ||
Contents |
What benefits does ssh -X kde-devel@localhost have over su - kde-devel? The question is directed mainly at tstaerk. ;) Logixoul 00:54, 5 January 2007 (CET)
Using sux
Have you considered using sux instead of "ssh -X" or "su - kde-devel && export DISPLAY=:0 && xhost +localhost:kde-devel" I see it easier and more convient. Kebianizao 18:40, 7 July 2007 (CET)
IIRC, $KDEDIR is not used anymore for some weeks now. It's $KDEDIRS now. Right? --Dhaumann 19:35, 27 January 2007 (CET)
keyboard layout
Can a note be added on how to change the Xephyr keyboard layout? I tried several options already but always end up with the default qwerty layout :( --tbscope 15:06, 24 February 2007 (CET)
screen size
The default screen size for Xephyr is 640x480 which is not enough for using KDE. I propose adding the parameter -screen 1024x768x16 for example. --Kebianizao 19:45, 10 July 2007 (CET)
Wouldn't it be helpful, to post a hint, that the installation of kdesdk is very useful? --Lucas-r2d2 18:37, 3 May 2007 (CEST)
I followed the chapter about kdevelop, nice work. Especially: - you tell the reader what to do - you tell him why to do this - your language is clear, e.g. "Now you should be able to start KDevelop by typing start3app kdevelop. Do that now."
I really like this tutorial and it worked for me. Thanks for the tutorial.
--Tstaerk 09:25, 21 December 2007 (CET)
Having problems getting the codecompletion to work for kde. Qt4 works just fine.
Tried to tell the importer to import every file in /usr/include/KDE which it does, but codecompletetion won't work.
Do this problem have anything to do with the fact that KDE includes look like this (in this case /usr/include/KDE/KApplication):
#include "../kapplication.h"
Also tried to download the newest KDElibs (4.0.1), but the files in the "includes" dir looks exactly the same as those in /usr/include/KDE
I use a temporary solution: I import every k*.h file from /usr/include which seems to get most of the kde header files.