<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://techbase.kde.org/skins/common/feed.css?0.2"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://techbase.kde.org/api.php?action=feedcontributions&amp;user=90.228.193.140&amp;feedformat=atom</id>
		<title>KDE TechBase - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://techbase.kde.org/api.php?action=feedcontributions&amp;user=90.228.193.140&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Special:Contributions/90.228.193.140"/>
		<updated>2013-05-21T02:28:25Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.20.2</generator>

	<entry>
		<id>http://techbase.kde.org/Talk:Installing_third_party_softwares_in_terminal/Set_up_KDE_4_for_development</id>
		<title>Talk:Installing third party softwares in terminal/Set up KDE 4 for development</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Talk:Installing_third_party_softwares_in_terminal/Set_up_KDE_4_for_development"/>
				<updated>2008-02-12T09:52:13Z</updated>
		
		<summary type="html">&lt;p&gt;Tampakrap: /* Problem: Kdevelop codecompletetion for KDE libs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==ssh?==&lt;br /&gt;
What benefits does ''ssh -X kde-devel@localhost'' have over&lt;br /&gt;
''su - kde-devel''? The question is directed mainly at tstaerk. ;) [[User:Logixoul|Logixoul]] 00:54, 5 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
'''Using sux'''&lt;br /&gt;
&lt;br /&gt;
Have you considered using sux instead of &amp;quot;ssh -X&amp;quot; or &amp;quot;su - kde-devel &amp;amp;&amp;amp; export DISPLAY=:0 &amp;amp;&amp;amp; xhost +localhost:kde-devel&amp;quot; I see it easier and more convient.&lt;br /&gt;
[[User:Kebianizao|Kebianizao]] 18:40, 7 July 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==$KDEDIR==&lt;br /&gt;
&lt;br /&gt;
IIRC, $KDEDIR is not used anymore for some weeks now. It's $KDEDIRS now. Right? --[[User:Dhaumann|Dhaumann]] 19:35, 27 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
:Yes, but as used in this tutorial it's just a regular environment variable used to fill in the $PREFIX in other env vars. Perhaps it should be renamed to $KDE_PREFIX or something? --[[User:Aseigo|Aseigo]] 00:55, 30 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
::How about $KDEBASEDIR? --[[User:80.250.128.6|80.250.128.6]] 08:43, 30 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
::Ah ok. Then let's keep KDEDIR, it's short and meaningful. --[[User:Dhaumann|Dhaumann]] 09:29, 30 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==Xephyr==&lt;br /&gt;
&lt;br /&gt;
'''keyboard layout'''&lt;br /&gt;
&lt;br /&gt;
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 :( --[[User:tbscope|tbscope]] 15:06, 24 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
'''screen size'''&lt;br /&gt;
&lt;br /&gt;
The default screen size for Xephyr is 640x480 which is not enough for using KDE. I propose adding the parameter -screen 1024x768x16 for example. --[[User:Kebianizao|Kebianizao]] 19:45, 10 July 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== kdesdk ==&lt;br /&gt;
&lt;br /&gt;
Wouldn't it be helpful, to post a hint, that the installation of kdesdk is very useful? --[[User:Lucas-r2d2|Lucas-r2d2]] 18:37, 3 May 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
:Well, probably yes (I don't use it myself). Please add it to the page (I'd say same level as KDevelop/KBugBuster/...). Explain how to install it (if that is much different from kdebase) and explain how to use the programs included there and why they are useful. Make sure there is no overlap with [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts|this page]]. [[User:TMG|TMG]] 17:16, 5 May 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== kdevelop ==&lt;br /&gt;
&lt;br /&gt;
I followed the chapter about kdevelop, nice work. Especially:&lt;br /&gt;
- you tell the reader what to do&lt;br /&gt;
- you tell him why to do this&lt;br /&gt;
- your language is clear, e.g. &amp;quot;Now you should be able to start KDevelop by typing start3app kdevelop. Do that now.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I really like this tutorial and it worked for me. Thanks for the tutorial.&lt;br /&gt;
&lt;br /&gt;
=== Problems ===&lt;br /&gt;
&lt;br /&gt;
* All menu items you name do not exist for me. I am using the latest kdevelop version from 3.5 branch, 3.3.5 (which is too minor according to you).&lt;br /&gt;
* $KDE_SRC/KDE/kdelibs/kdelibs-apidocs/index.html does not exist for me. make apidox is not possible.&lt;br /&gt;
&lt;br /&gt;
--[[User:Tstaerk|Tstaerk]] 09:25, 21 December 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Problem: Kdevelop codecompletetion for KDE libs ==&lt;br /&gt;
&lt;br /&gt;
Having problems getting the codecompletion to work for kde.&lt;br /&gt;
Qt4 works just fine.&lt;br /&gt;
&lt;br /&gt;
Tried to tell the importer to import every file in /usr/include/KDE&lt;br /&gt;
which it does, but codecompletetion won't work.&lt;br /&gt;
&lt;br /&gt;
Do this problem have anything to do with the fact that KDE includes &lt;br /&gt;
look like this (in this case /usr/include/KDE/KApplication):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#include &amp;quot;../kapplication.h&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also tried to download the newest KDElibs (4.0.1), but the files in &lt;br /&gt;
the &amp;quot;includes&amp;quot; dir looks exactly the same as those in /usr/include/KDE&lt;br /&gt;
&lt;br /&gt;
I use a temporary solution: I import every k*.h file from /usr/include&lt;br /&gt;
which seems to get most of the kde header files.&lt;br /&gt;
&lt;br /&gt;
--[[Special:Contributions/90.228.193.140|90.228.193.140]] 10:52, 12 February 2008 (CET)&lt;/div&gt;</summary>
		<author><name>Tampakrap</name></author>	</entry>

	<entry>
		<id>http://techbase.kde.org/Talk:Installing_third_party_softwares_in_terminal/Set_up_KDE_4_for_development</id>
		<title>Talk:Installing third party softwares in terminal/Set up KDE 4 for development</title>
		<link rel="alternate" type="text/html" href="http://techbase.kde.org/Talk:Installing_third_party_softwares_in_terminal/Set_up_KDE_4_for_development"/>
				<updated>2008-02-12T09:49:35Z</updated>
		
		<summary type="html">&lt;p&gt;Tampakrap: /* Problem: Kdevelop codecompletetion for KDE libs */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==ssh?==&lt;br /&gt;
What benefits does ''ssh -X kde-devel@localhost'' have over&lt;br /&gt;
''su - kde-devel''? The question is directed mainly at tstaerk. ;) [[User:Logixoul|Logixoul]] 00:54, 5 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
'''Using sux'''&lt;br /&gt;
&lt;br /&gt;
Have you considered using sux instead of &amp;quot;ssh -X&amp;quot; or &amp;quot;su - kde-devel &amp;amp;&amp;amp; export DISPLAY=:0 &amp;amp;&amp;amp; xhost +localhost:kde-devel&amp;quot; I see it easier and more convient.&lt;br /&gt;
[[User:Kebianizao|Kebianizao]] 18:40, 7 July 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==$KDEDIR==&lt;br /&gt;
&lt;br /&gt;
IIRC, $KDEDIR is not used anymore for some weeks now. It's $KDEDIRS now. Right? --[[User:Dhaumann|Dhaumann]] 19:35, 27 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
:Yes, but as used in this tutorial it's just a regular environment variable used to fill in the $PREFIX in other env vars. Perhaps it should be renamed to $KDE_PREFIX or something? --[[User:Aseigo|Aseigo]] 00:55, 30 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
::How about $KDEBASEDIR? --[[User:80.250.128.6|80.250.128.6]] 08:43, 30 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
::Ah ok. Then let's keep KDEDIR, it's short and meaningful. --[[User:Dhaumann|Dhaumann]] 09:29, 30 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==Xephyr==&lt;br /&gt;
&lt;br /&gt;
'''keyboard layout'''&lt;br /&gt;
&lt;br /&gt;
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 :( --[[User:tbscope|tbscope]] 15:06, 24 February 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
'''screen size'''&lt;br /&gt;
&lt;br /&gt;
The default screen size for Xephyr is 640x480 which is not enough for using KDE. I propose adding the parameter -screen 1024x768x16 for example. --[[User:Kebianizao|Kebianizao]] 19:45, 10 July 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== kdesdk ==&lt;br /&gt;
&lt;br /&gt;
Wouldn't it be helpful, to post a hint, that the installation of kdesdk is very useful? --[[User:Lucas-r2d2|Lucas-r2d2]] 18:37, 3 May 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
:Well, probably yes (I don't use it myself). Please add it to the page (I'd say same level as KDevelop/KBugBuster/...). Explain how to install it (if that is much different from kdebase) and explain how to use the programs included there and why they are useful. Make sure there is no overlap with [[Getting_Started/Increased_Productivity_in_KDE4_with_Scripts|this page]]. [[User:TMG|TMG]] 17:16, 5 May 2007 (CEST)&lt;br /&gt;
&lt;br /&gt;
== kdevelop ==&lt;br /&gt;
&lt;br /&gt;
I followed the chapter about kdevelop, nice work. Especially:&lt;br /&gt;
- you tell the reader what to do&lt;br /&gt;
- you tell him why to do this&lt;br /&gt;
- your language is clear, e.g. &amp;quot;Now you should be able to start KDevelop by typing start3app kdevelop. Do that now.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
I really like this tutorial and it worked for me. Thanks for the tutorial.&lt;br /&gt;
&lt;br /&gt;
=== Problems ===&lt;br /&gt;
&lt;br /&gt;
* All menu items you name do not exist for me. I am using the latest kdevelop version from 3.5 branch, 3.3.5 (which is too minor according to you).&lt;br /&gt;
* $KDE_SRC/KDE/kdelibs/kdelibs-apidocs/index.html does not exist for me. make apidox is not possible.&lt;br /&gt;
&lt;br /&gt;
--[[User:Tstaerk|Tstaerk]] 09:25, 21 December 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Problem: Kdevelop codecompletetion for KDE libs ==&lt;br /&gt;
&lt;br /&gt;
Having problems getting the codecompletion to work for kde.&lt;br /&gt;
Qt4 works just fine.&lt;br /&gt;
&lt;br /&gt;
Tried to tell the importer to import every file in /usr/include/KDE&lt;br /&gt;
which it does, but codecompletetion won't work.&lt;br /&gt;
&lt;br /&gt;
Do this problem have anything to do with the fact that KDE includes &lt;br /&gt;
look like this (in this case /usr/include/KDE/KApplication):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#include &amp;quot;../kapplication.h&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Also tried to download the newest KDElibs (4.0.1), but the files in &lt;br /&gt;
the &amp;quot;includes&amp;quot; dir looks exactly the same as those in /usr/include/KDE&lt;br /&gt;
&lt;br /&gt;
I use a temporary solution: I import every k*.h file from /usr/include&lt;br /&gt;
which seems to get most of the kde header files.&lt;/div&gt;</summary>
		<author><name>Tampakrap</name></author>	</entry>

	</feed>