<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6548</id>
	<title>Nabble - kde-windows</title>
	<updated>2009-12-22T18:03:28Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/kde-windows-f6548.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kde-windows-f6548.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26897109</id>
	<title>[review-request] K3B - Windows/MinGW</title>
	<published>2009-12-22T18:03:28Z</published>
	<updated>2009-12-22T18:03:28Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Please find attached the proposed patch for K3B compiling on MinGW.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;My comments:&lt;/div&gt;&lt;div&gt;...&lt;/div&gt;&lt;div&gt;&lt;div&gt;+else(NOT WIN32)&lt;/div&gt;&lt;div&gt;+&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;target_link_libraries(k3b uuid ole32)&lt;/div&gt;

&lt;div&gt;...&lt;/div&gt;&lt;div&gt;without linking to these libraries I got several linking errors such as:&lt;/div&gt;&lt;div&gt;&lt;div&gt;C:/Users/Andrius/Desktop/kdetest/jr/k3b/libk3b/tools/qprocess/private/qfsfileengine_win.cpp:1457: undefined reference to `CoCreateInstance@20&amp;#39;&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;+set_target_properties(k3b PROPERTIES OUTPUT_NAME k3blib)&lt;/div&gt;&lt;div&gt;libk3b.dll.a was being generated twice, causing errors:&lt;/div&gt;&lt;div&gt;&lt;div&gt;Linking CXX shared library ..\bin\libk3b.dll&lt;/div&gt;&lt;div&gt;Creating library file: ..\bin\libk3b.dll.a&lt;/div&gt;

&lt;div&gt;[ 46%] Built target k3b&lt;/div&gt;&lt;div&gt;[ 46%] Built target k3b_bin_automoc&lt;/div&gt;&lt;div&gt;Linking CXX executable ..\bin\k3b.exe&lt;/div&gt;&lt;div&gt;Creating library file: ..\bin\libk3b.dll.a&lt;/div&gt;&lt;div&gt;C:\MinGW\Bin/ld.exe: final link failed: File truncated&lt;/div&gt;

&lt;div&gt;collect2: ld returned 1 exit status&lt;/div&gt;&lt;div&gt;mingw32-make[2]: *** [bin/k3b.exe] Error 1&lt;/div&gt;&lt;div&gt;mingw32-make[1]: *** [src/CMakeFiles/k3b_bin.dir/all] Error 2&lt;/div&gt;&lt;div&gt;mingw32-make: *** [all] Error 2&lt;/div&gt;&lt;div&gt;&lt;br&gt;

&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;-inline void *dlsym(void *a, char *b)&lt;/div&gt;&lt;div&gt;+inline void *dlsym(void *a, const char *b)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;conversions between char* and const char* were failing on MinGW, also the linux manpages defines the second parameter of dlsym as const char*&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Could you please confirm if this does not hurt MSVC or linux?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;obs.: K3B halts on initialization using 4.3.4 kdelibs, but works normally using latest svn of kdelibs.&lt;/div&gt;

&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks,&lt;/div&gt;&lt;div&gt;Andrius da Costa Ribas.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26897109&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;k3b.patch&lt;/strong&gt; (1K) &lt;a href=&quot;http://old.nabble.com/attachment/26897109/0/k3b.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-review-request--K3B---Windows-MinGW-tp26897109p26897109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26864879</id>
	<title>FindQt4.cmake synced with the version from cmake</title>
	<published>2009-12-20T08:23:35Z</published>
	<updated>2009-12-20T08:23:35Z</updated>
	<author>
		<name>Alexander Neundorf</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;our FindQt4.cmake in kdelibs/cmake/modules/ is now basically synced with the 
&lt;br&gt;version from current cmake.
&lt;br&gt;The big change today was to merge the way how the libraries are found from the 
&lt;br&gt;cmake-version into ours.
&lt;br&gt;I tested it here on my linux box and didn't notice any problems.
&lt;br&gt;&lt;br&gt;Please give it a good try, especially on Windows and OSX, and let me know if 
&lt;br&gt;there are problems (should be mostly that libraries are not found).
&lt;br&gt;&lt;br&gt;Alex
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26864879&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FindQt4.cmake-synced-with-the-version-from-cmake-tp26864879p26864879.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26846781</id>
	<title>(no subject)</title>
	<published>2009-12-18T09:26:52Z</published>
	<updated>2009-12-18T09:26:52Z</updated>
	<author>
		<name>Greegar George</name>
	</author>
	<content type="html">&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26846781&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;greegargeorge@...&lt;/a&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26846781&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/%28no-subject%29-tp26846781p26846781.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825181</id>
	<title>[Bug 212465] Okular in KDE 4.3.[1-2] for Windows 7 can't open PDFs</title>
	<published>2009-12-17T01:14:30Z</published>
	<updated>2009-12-17T01:14:30Z</updated>
	<author>
		<name>Bugzilla from pino@kde.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=212465&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=212465&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pino Toscano &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825181&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pino@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825181&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yassendobrev@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #7 from Pino Toscano &amp;lt;pino kde org&amp;gt; &amp;nbsp;2009-12-17 10:14:29 ---
&lt;br&gt;*** Bug 216814 has been marked as a duplicate of this bug. ***
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825181&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-212465--Okular-in-KDE-4.3.-1-2--for-Windows-7-can%27t-open-PDFs-tp26825181p26825181.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825190</id>
	<title>[Bug 216814] &quot;could not open file&quot; on trying to open any pdf-file</title>
	<published>2009-12-17T01:14:29Z</published>
	<updated>2009-12-17T01:14:29Z</updated>
	<author>
		<name>Bugzilla from pino@kde.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216814&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216814&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pino Toscano &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825190&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pino@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|UNCONFIRMED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825190&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CC|okular-devel@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Component|general &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |general
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|DUPLICATE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Product|okular &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|kde-windows
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Pino Toscano &amp;lt;pino kde org&amp;gt; &amp;nbsp;2009-12-17 10:14:29 ---
&lt;br&gt;(In reply to comment #1)
&lt;br&gt;&amp;gt; Same here.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Linux 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686
&lt;br&gt;&amp;gt; GNU/Linux
&lt;br&gt;&amp;gt; Ubuntu 9.10
&lt;br&gt;&amp;gt; KDE 4.3.2
&lt;br&gt;&lt;br&gt;RProgrammer, yours is a distribution bug (so you should ask to the support of
&lt;br&gt;your distro), while this is a Windows-specific issue.
&lt;br&gt;&lt;br&gt;*** This bug has been marked as a duplicate of bug 212465 ***
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825190&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-216814--%22could-not-open-file%22-on-trying-to-open-any-pdf-file-tp26825190p26825190.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825170</id>
	<title>[Bug 212465] Okular in KDE 4.3.[1-2] for Windows 7 can't open PDFs</title>
	<published>2009-12-17T01:13:42Z</published>
	<updated>2009-12-17T01:13:42Z</updated>
	<author>
		<name>Bugzilla from pino@kde.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=212465&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=212465&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pino Toscano &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825170&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pino@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825170&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;matthias.pospiech@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #6 from Pino Toscano &amp;lt;pino kde org&amp;gt; &amp;nbsp;2009-12-17 10:13:41 ---
&lt;br&gt;*** Bug 213756 has been marked as a duplicate of this bug. ***
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825170&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-212465--Okular-in-KDE-4.3.-1-2--for-Windows-7-can%27t-open-PDFs-tp26825170p26825170.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825175</id>
	<title>[Bug 213756] can not open any pdf file</title>
	<published>2009-12-17T01:13:42Z</published>
	<updated>2009-12-17T01:13:42Z</updated>
	<author>
		<name>Bugzilla from pino@kde.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=213756&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=213756&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Pino Toscano &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825175&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pino@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|UNCONFIRMED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Component|general &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |general
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Version|0.9.2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |4.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|DUPLICATE
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825175&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AssignedTo|okular-devel@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825175&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde-windows@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Product|okular &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|kde-windows
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #4 from Pino Toscano &amp;lt;pino kde org&amp;gt; &amp;nbsp;2009-12-17 10:13:41 ---
&lt;br&gt;&lt;br&gt;&lt;br&gt;*** This bug has been marked as a duplicate of bug 212465 ***
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825175&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-213756--can-not-open-any-pdf-file-tp26825175p26825175.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26812900</id>
	<title>[Bug 218922] kdeinit4.exe crashes while using kate on windows</title>
	<published>2009-12-16T07:27:14Z</published>
	<updated>2009-12-16T07:27:14Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=218922&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=218922&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Andrius &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812900&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andriusmao@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812900&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andriusmao@...&lt;/a&gt;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812900&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Andrius &amp;lt;andriusmao gmail com&amp;gt; &amp;nbsp;2009-12-16 16:27:13 ---
&lt;br&gt;It's happening also with mingw, after updating kde to 4.3.4. ( in home machine
&lt;br&gt;this does not happen, in work machine it's the first time I install kde in a
&lt;br&gt;non-'c:' drive, but it is not happening only with kate, but several other apps
&lt;br&gt;such as konqueror, etc.. )
&lt;br&gt;&lt;br&gt;same behaviour, kdeinit fails but apps work normally after that, work machine
&lt;br&gt;is also windows XP, but 32 bits ( home machine is vista )
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are on the CC list for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26812900&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-218922--kdeinit4.exe-crashes-while-using-kate-on-windows-tp26812900p26812900.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26800978</id>
	<title>kde 4.3.4 release - parley is not able to save files</title>
	<published>2009-12-15T12:09:44Z</published>
	<updated>2009-12-15T12:09:44Z</updated>
	<author>
		<name>Ralf Habacker</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;in kde 4.3.4 release i recognized a bug with parley from the kdeedu 
&lt;br&gt;package. If I create a new lession and choose the &amp;quot;save&amp;quot; menu option a 
&lt;br&gt;save to dialog pops up.
&lt;br&gt;Unfortunally the entered path is not taken for saving. Instead &amp;nbsp;a 
&lt;br&gt;message box complaining about a save error with a complete unrelated 
&lt;br&gt;path is displayed.
&lt;br&gt;&lt;br&gt;dbgview did not give any hint for this issue.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&amp;nbsp;Ralf
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26800978&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kde-4.3.4-release---parley-is-not-able-to-save-files-tp26800978p26800978.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26761623</id>
	<title>[patch] trunk/kdesupport/kdewin linker error</title>
	<published>2009-12-12T14:15:42Z</published>
	<updated>2009-12-12T14:15:42Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">Hi,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I was getting linker errors when compiling kdesupport/kdewin, please find attached the proposed patch.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;--&lt;/div&gt;&lt;div&gt;Andrius.&lt;/div&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26761623&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;kdesupport_kdewin.patch&lt;/strong&gt; (804 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26761623/0/kdesupport_kdewin.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-patch--trunk-kdesupport-kdewin-linker-error-tp26761623p26761623.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26760952</id>
	<title>Re: Junior Jobs</title>
	<published>2009-12-12T12:36:17Z</published>
	<updated>2009-12-12T12:36:17Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">Please find attached the patch for granatier, the ones missing now are those without icon at all - rocs and palapeli.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Andrius.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/30 Andrius da Costa Ribas &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760952&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andriusmao@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Just to formalize... I would like to do these Junior Jobs :)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/30 Patrick Spendrin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760952&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ps_ml@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div&gt;

&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex&quot;&gt;
&lt;div&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;br&gt;
Hash: SHA1&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;The bug reports I filed are:&lt;br&gt;
palapeli: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216860&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216860&lt;/a&gt;&lt;br&gt;
kigo: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216861&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216861&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
cantor: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216862&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216862&lt;/a&gt;&lt;br&gt;
rocs: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216863&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216863&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
granatier has no bugzilla component yet so I didn&amp;#39;t file a bug report yet.&lt;br&gt;
You might find out that the icons are not made by the icon team yet, if&lt;br&gt;
yes maybe you can ask oxygen people about it....&lt;br&gt;
&lt;br&gt;
regards,&lt;br&gt;
Patrick&lt;br&gt;
&lt;div&gt;-----BEGIN PGP SIGNATURE-----&lt;br&gt;
Version: GnuPG v1.4.9 (MingW32)&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;iEUEARECAAYFAksUYJEACgkQi49rfdk/G3YIsQCfU8yEC19LhcRD40dn4SNKEnvd&lt;br&gt;
hvEAmJz0an1mYu46klcNW4I8e0DEM74=&lt;br&gt;
=T8W0&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;-----END PGP SIGNATURE-----&lt;br&gt;
_______________________________________________&lt;br&gt;
Kde-windows mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760952&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760952&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;granatier_icon.patch&lt;/strong&gt; (754 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26760952/0/granatier_icon.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Junior-Jobs-tp26580925p26760952.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26757408</id>
	<title>Re: KDE 4.3.4 is out</title>
	<published>2009-12-12T04:59:36Z</published>
	<updated>2009-12-12T04:59:36Z</updated>
	<author>
		<name>Ted Nebitko-2</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Ted Nebitko wrote:
&lt;br&gt;&amp;gt; Konqueror in 4.3.4 loads with the following error.
&lt;br&gt;&amp;gt; &amp;quot;There was an error loading the module KHTML. The diagnostics is The shared
&lt;br&gt;&amp;gt; library was not found.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Instead of a web page appearing for a website , the underlying html code
&lt;br&gt;&amp;gt; appears. Please advise
&lt;br&gt;&lt;br&gt;also the following error appears
&lt;br&gt;&lt;br&gt;&amp;quot;/program files/kde/lib/kde4/khtmlpart.dll is not a valid qt file&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26757408&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.6 (MingW32)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iQEVAwUBSyOTuBgRE8M0PLnsAQLl8Qf+MW7OU9RdMgqq+ijgQo8+8/TsqRJkfUs1
&lt;br&gt;Sa47ZrSFGeFT1xU2ww+rXDMDHL1iuqxD7eGymNrgx44/tdTl8MzYi1FrSPMdQGNZ
&lt;br&gt;O/vfmQ0io6qzUILYox5z+HPTrb4Ke7Y03/0lx3GkeQmGr+faCrSlCGx0L2qFL2fk
&lt;br&gt;4zz9nIn9qX1iujTiatzgO5aGADEboaH13qUDNWN9Eoin7xPwUGwGu0S98NDf8n0d
&lt;br&gt;nBxk/E5Z32b+fM0wlM4JKs5wFJnMi3K6XPioCQRj5IlAG0rqUWV4VdzBa++H5k2S
&lt;br&gt;3nfjCu3F6XsMBCI9keeWDPZs7wcocsM+ca/knPu8DgkHgx+YTLBMZA==
&lt;br&gt;=loBX
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26757408&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE-4.3.4-is-out-tp26687099p26757408.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26756979</id>
	<title>Re: KDE 4.3.4 is out</title>
	<published>2009-12-12T02:55:31Z</published>
	<updated>2009-12-12T02:55:31Z</updated>
	<author>
		<name>Bugzilla from thomas.braun@virtuell-zuhause.de</name>
	</author>
	<content type="html">Patrick Spendrin wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;If you'd like to see other packages with recent releases (from extragear
&lt;br&gt;&amp;gt;etc.), just give us a hint here.
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I would like to see kile from extragear being updated to 2.1beta3. The current 
&lt;br&gt;unstable version in the installer is more than a year old and quite buggy.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Thomas
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26756979&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE-4.3.4-is-out-tp26687099p26756979.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26754174</id>
	<title>Re: Porting KDbg</title>
	<published>2009-12-11T17:48:57Z</published>
	<updated>2009-12-11T17:48:57Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">According to &lt;a href=&quot;http://www.kdbg.org/download.php&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kdbg.org/download.php&lt;/a&gt; :&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &amp;#39;Times New Roman&amp;#39;; font-size: medium; &quot;&gt;KDbg is not yet prepared for KDE 4 or Qt 4, but it is currently being worked on.&lt;/span&gt;&lt;br&gt;

&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/12/11 Carsten Breuer &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26754174&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;CarstenBreuerKdeWin32@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;

Hi there,&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
is anyone currently porting KDbg to windows?&lt;br&gt;
There is a interest to debug embedded software&lt;br&gt;
with KDbg over OpenOcd.(GDB Remote server).&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Best Regards,&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Carsten&lt;br&gt;
&lt;br&gt;
_______________________________________________&lt;br&gt;
Kde-windows mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26754174&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26754174&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Porting-KDbg-tp26753861p26754174.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26753861</id>
	<title>Porting KDbg</title>
	<published>2009-12-11T17:01:27Z</published>
	<updated>2009-12-11T17:01:27Z</updated>
	<author>
		<name>Carsten Breuer-4</name>
	</author>
	<content type="html">Hi there,
&lt;br&gt;&lt;br&gt;&lt;br&gt;is anyone currently porting KDbg to windows?
&lt;br&gt;There is a interest to debug embedded software
&lt;br&gt;with KDbg over OpenOcd.(GDB Remote server).
&lt;br&gt;&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Carsten
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26753861&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Porting-KDbg-tp26753861p26753861.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26731427</id>
	<title>Re: KDE 4.3.4 is out</title>
	<published>2009-12-10T09:33:40Z</published>
	<updated>2009-12-10T09:33:40Z</updated>
	<author>
		<name>Ted Nebitko-2</name>
	</author>
	<content type="html">Konqueror in 4.3.4 loads with the following error. &lt;br&gt;&amp;quot;There was an error loading the module KHTML. The diagnostics is The shared library was not found.&amp;quot;&lt;br&gt;&lt;br&gt;Instead of a web page appearing for a website , the underlying html code appears. Please advise&lt;br&gt;
&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Dec 7, 2009 at 7:57 PM, Patrick Spendrin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731427&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ps_ml@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
-----BEGIN PGP SIGNED MESSAGE-----&lt;br&gt;
Hash: SHA1&lt;br&gt;
&lt;br&gt;
Hi all,&lt;br&gt;
&lt;br&gt;
I am just giving you a short note that KDE 4.3.4 has been uploaded now.&lt;br&gt;
&lt;br&gt;
It is based on the latest release of Qt 4.6.0; This also means that some&lt;br&gt;
packages from the earlier 4.3.3 release might break (due to a packaging&lt;br&gt;
error in the 4.3.3 release).&lt;br&gt;
It includes a package of the koffice suite in version 2.1.0, a new&lt;br&gt;
konversation package in version 1.2.1, a ktorrent package in version 3.3.1.&lt;br&gt;
&lt;br&gt;
If you&amp;#39;d like to see other packages with recent releases (from extragear&lt;br&gt;
etc.), just give us a hint here.&lt;br&gt;
&lt;br&gt;
I will add the digikam 1.0.0 release next week.&lt;br&gt;
&lt;br&gt;
regards,&lt;br&gt;
Patrick&lt;br&gt;
-----BEGIN PGP SIGNATURE-----&lt;br&gt;
Version: GnuPG v1.4.9 (MingW32)&lt;br&gt;
&lt;br&gt;
iEYEARECAAYFAksdpH4ACgkQi49rfdk/G3YqDACeJcsCYdMuFkXnSAis6jkpZU2x&lt;br&gt;
yGwAniZWFUxDo4Fez5hG5Yzl/65BJBWt&lt;br&gt;
=MtRU&lt;br&gt;
-----END PGP SIGNATURE-----&lt;br&gt;
_______________________________________________&lt;br&gt;
Kde-windows mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731427&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26731427&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE-4.3.4-is-out-tp26687099p26731427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26704439</id>
	<title>Re: kde sc 4.3.4 not showing up</title>
	<published>2009-12-08T19:02:11Z</published>
	<updated>2009-12-08T19:02:11Z</updated>
	<author>
		<name>Bugzilla from ps_ml@gmx.de</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Steve Tose schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, I just subscribed to this list and I have a question. I am trying
&lt;br&gt;&amp;gt; to try out the latest version and I had a previous version already
&lt;br&gt;&amp;gt; installed, probably 4.0.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I attempted to use the old installer to remove the packages
&lt;br&gt;&amp;gt; individually. I then downloaded the latest installer and tried to
&lt;br&gt;&amp;gt; reinstall from the beginning. The compiler settings were greyed out so
&lt;br&gt;&amp;gt; I must have missed something. I left it as mingw and attempted to
&lt;br&gt;&amp;gt; install but the kde packages are all version 4.1. I installed anyway
&lt;br&gt;&amp;gt; but fear I may have to reinstall everything.
&lt;/div&gt;The stuff is greyed out because you already have a KDE installation in
&lt;br&gt;place. &amp;quot;Uninstalling&amp;quot; is simple, simply remove the directory. (You
&lt;br&gt;cannot mix the compiler types after you have chosen one of them, thats
&lt;br&gt;why it is greyed out).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I was able to get the latest KOffice (2.1) and KWord seems to be
&lt;br&gt;&amp;gt; working well! Any ideas? I checked mirrors from all over but did not
&lt;br&gt;&amp;gt; try any nightly builds.
&lt;br&gt;This is the second point: the mingw build (based on the mingw-gcc 3.4.5
&lt;br&gt;release) has been discontinued and will not be updated anymore (probably
&lt;br&gt;thats why you haven't found any packages). We recommend updating to
&lt;br&gt;mingw4 or msvc packages.
&lt;br&gt;Please be aware that mixing the compilers might get you into trouble.
&lt;br&gt;Make sure that you don't do that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Steve
&lt;br&gt;regards,
&lt;br&gt;Patrick
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Kde-windows mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26704439&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksfEzMACgkQi49rfdk/G3ZrTACfZj9QxDKLg+9/c0MpMZZw2vR+
&lt;br&gt;m3oAn3bWkAb+fq3I6boDEUqnpRAxf9jM
&lt;br&gt;=9QrP
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26704439&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kde-sc-4.3.4-not-showing-up-tp26704298p26704439.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26704298</id>
	<title>kde sc 4.3.4 not showing up</title>
	<published>2009-12-08T18:39:47Z</published>
	<updated>2009-12-08T18:39:47Z</updated>
	<author>
		<name>Steve Tose-2</name>
	</author>
	<content type="html">Hi, I just subscribed to this list and I have a question. I am trying
&lt;br&gt;to try out the latest version and I had a previous version already
&lt;br&gt;installed, probably 4.0.
&lt;br&gt;&lt;br&gt;I attempted to use the old installer to remove the packages
&lt;br&gt;individually. I then downloaded the latest installer and tried to
&lt;br&gt;reinstall from the beginning. The compiler settings were greyed out so
&lt;br&gt;I must have missed something. I left it as mingw and attempted to
&lt;br&gt;install but the kde packages are all version 4.1. I installed anyway
&lt;br&gt;but fear I may have to reinstall everything.
&lt;br&gt;&lt;br&gt;I was able to get the latest KOffice (2.1) and KWord seems to be
&lt;br&gt;working well! Any ideas? I checked mirrors from all over but did not
&lt;br&gt;try any nightly builds.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Steve
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26704298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kde-sc-4.3.4-not-showing-up-tp26704298p26704298.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26696178</id>
	<title>KDE 4.3.4 is out</title>
	<published>2009-12-08T08:04:15Z</published>
	<updated>2009-12-08T08:04:15Z</updated>
	<author>
		<name>Bugzilla from panda84@inwind.it</name>
	</author>
	<content type="html">Thank you Patrick for the great work!
&lt;br&gt;&lt;br&gt;Just a side note: the text of the news regarding KDE SC 4.3.0 and KDE SC 
&lt;br&gt;4.3.4 are swapped; the news of 11 August is about KDE SC 4.3.4 and the 
&lt;br&gt;one of 8 December is about KDE SC 4.3.0. :)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Diego
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26696178&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE-4.3.4-is-out-tp26696178p26696178.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26690767</id>
	<title>[Bug 217198] System Settings was unable to find any views, and hence has nothing to display.</title>
	<published>2009-12-08T01:08:44Z</published>
	<updated>2009-12-08T01:08:44Z</updated>
	<author>
		<name>Bugzilla from meldavid@acc.umu.se</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=217198&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=217198&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from David Eriksson &amp;lt;meldavid acc umu se&amp;gt; &amp;nbsp;2009-12-08 10:08:43 ---
&lt;br&gt;I have the same problem with KDE 4.3.4. Is there a package I need to install to
&lt;br&gt;get the System Settings views? As it is now I can't change any global KDE
&lt;br&gt;settings.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26690767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-217198--New%3A-System-Settings-was-unable-to-find-any-views%2C-and-hence-has-nothing-to-display.-tp26625785p26690767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26687099</id>
	<title>KDE 4.3.4 is out</title>
	<published>2009-12-07T16:57:34Z</published>
	<updated>2009-12-07T16:57:34Z</updated>
	<author>
		<name>Bugzilla from ps_ml@gmx.de</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I am just giving you a short note that KDE 4.3.4 has been uploaded now.
&lt;br&gt;&lt;br&gt;It is based on the latest release of Qt 4.6.0; This also means that some
&lt;br&gt;packages from the earlier 4.3.3 release might break (due to a packaging
&lt;br&gt;error in the 4.3.3 release).
&lt;br&gt;It includes a package of the koffice suite in version 2.1.0, a new
&lt;br&gt;konversation package in version 1.2.1, a ktorrent package in version 3.3.1.
&lt;br&gt;&lt;br&gt;If you'd like to see other packages with recent releases (from extragear
&lt;br&gt;etc.), just give us a hint here.
&lt;br&gt;&lt;br&gt;I will add the digikam 1.0.0 release next week.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Patrick
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksdpH4ACgkQi49rfdk/G3YqDACeJcsCYdMuFkXnSAis6jkpZU2x
&lt;br&gt;yGwAniZWFUxDo4Fez5hG5Yzl/65BJBWt
&lt;br&gt;=MtRU
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26687099&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE-4.3.4-is-out-tp26687099p26687099.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26671531</id>
	<title>[patch] kigo should not accept only linux line endings</title>
	<published>2009-12-06T18:06:38Z</published>
	<updated>2009-12-06T18:06:38Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">Attached proposed patch.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26671531&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;kigo.patch&lt;/strong&gt; (2K) &lt;a href=&quot;http://old.nabble.com/attachment/26671531/0/kigo.patch&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-patch--kigo-should-not-accept-only-linux-line-endings-tp26671531p26671531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26632769</id>
	<title>[Bug 217259] Invalid maximized window after start on Windows</title>
	<published>2009-12-03T12:34:53Z</published>
	<updated>2009-12-03T12:34:53Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=217259&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=217259&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Andrius &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632769&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andriusmao@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632769&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andriusmao@...&lt;/a&gt;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632769&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Andrius &amp;lt;andriusmao gmail com&amp;gt; &amp;nbsp;2009-12-03 21:33:56 ---
&lt;br&gt;cc'ing kde-windows mailing list
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are on the CC list for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26632769&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-217259--Invalid-maximized-window-after-start-on-Windows-tp26632769p26632769.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26625785</id>
	<title>[Bug 217198] New: System Settings was unable to find any views, and hence has nothing to display.</title>
	<published>2009-12-03T05:16:03Z</published>
	<updated>2009-12-03T05:16:03Z</updated>
	<author>
		<name>Bugzilla from meldavid@acc.umu.se</name>
	</author>
	<content type="html">&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=217198&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=217198&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: System Settings was unable to find any views, and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hence has nothing to display.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: kde-windows
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: MS Windows
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: UNCONFIRMED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: NOR
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: general
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625785&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde-windows@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625785&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;meldavid@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; unknown (using 4.3.3 (KDE 4.3.3), compiled sources)
&lt;br&gt;Compiler: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;gcc.exe
&lt;br&gt;OS: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Microsoft Windows (i686) release 5.1 (XP Professional)
&lt;br&gt;&lt;br&gt;When I start System Settings I always get this error:
&lt;br&gt;System Settings was unable to find any views, and hence has nothing to display.
&lt;br&gt;It worked before with KDE 4.2.3.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://bugs.kde.org/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26625785&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-217198--New%3A-System-Settings-was-unable-to-find-any-views%2C-and-hence-has-nothing-to-display.-tp26625785p26625785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26585351</id>
	<title>Re: Junior Jobs</title>
	<published>2009-11-30T17:55:47Z</published>
	<updated>2009-11-30T17:55:47Z</updated>
	<author>
		<name>Bugzilla from andriusmao@gmail.com</name>
	</author>
	<content type="html">Just to formalize... I would like to do these Junior Jobs :)&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/30 Patrick Spendrin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585351&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ps_ml@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;

&lt;div class=&quot;im&quot;&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;br&gt;
Hash: SHA1&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;The bug reports I filed are:&lt;br&gt;
palapeli: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216860&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216860&lt;/a&gt;&lt;br&gt;
kigo: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216861&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216861&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
cantor: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216862&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216862&lt;/a&gt;&lt;br&gt;
rocs: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216863&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216863&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
granatier has no bugzilla component yet so I didn&amp;#39;t file a bug report yet.&lt;br&gt;
You might find out that the icons are not made by the icon team yet, if&lt;br&gt;
yes maybe you can ask oxygen people about it....&lt;br&gt;
&lt;br&gt;
regards,&lt;br&gt;
Patrick&lt;br&gt;
&lt;div class=&quot;im&quot;&gt;-----BEGIN PGP SIGNATURE-----&lt;br&gt;
Version: GnuPG v1.4.9 (MingW32)&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;iEUEARECAAYFAksUYJEACgkQi49rfdk/G3YIsQCfU8yEC19LhcRD40dn4SNKEnvd&lt;br&gt;
hvEAmJz0an1mYu46klcNW4I8e0DEM74=&lt;br&gt;
=T8W0&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;-----END PGP SIGNATURE-----&lt;br&gt;
_______________________________________________&lt;br&gt;
Kde-windows mailing list&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585351&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;&lt;br&gt;
&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26585351&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Junior-Jobs-tp26580925p26585351.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26584545</id>
	<title>Re: Junior Jobs</title>
	<published>2009-11-30T16:17:21Z</published>
	<updated>2009-11-30T16:17:21Z</updated>
	<author>
		<name>Bugzilla from ps_ml@gmx.de</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;The bug reports I filed are:
&lt;br&gt;palapeli: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216860&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216860&lt;/a&gt;&lt;br&gt;kigo: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216861&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216861&lt;/a&gt;&lt;br&gt;&lt;br&gt;cantor: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216862&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216862&lt;/a&gt;&lt;br&gt;rocs: &lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=216863&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=216863&lt;/a&gt;&lt;br&gt;&lt;br&gt;granatier has no bugzilla component yet so I didn't file a bug report yet.
&lt;br&gt;You might find out that the icons are not made by the icon team yet, if
&lt;br&gt;yes maybe you can ask oxygen people about it....
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Patrick
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;&lt;br&gt;iEUEARECAAYFAksUYJEACgkQi49rfdk/G3YIsQCfU8yEC19LhcRD40dn4SNKEnvd
&lt;br&gt;hvEAmJz0an1mYu46klcNW4I8e0DEM74=
&lt;br&gt;=T8W0
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26584545&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Junior-Jobs-tp26580925p26584545.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580925</id>
	<title>Junior Jobs</title>
	<published>2009-11-30T12:00:57Z</published>
	<updated>2009-11-30T12:00:57Z</updated>
	<author>
		<name>Bugzilla from ps_ml@gmx.de</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Hi everybody,
&lt;br&gt;&lt;br&gt;if there is somebody on this list who wants to start a bit of work on
&lt;br&gt;KDE, and especially on Windows, here is a small junior job that needs to
&lt;br&gt;be done until KDE 4.4:
&lt;br&gt;&lt;br&gt;In kdegames and kdeedu some new applications have been added:
&lt;br&gt;These are cantor and rocs in kdeedu and palapeli, granatier and kigo in
&lt;br&gt;kdegames. These all require an application icon which is the icon that
&lt;br&gt;is shown in the Windows Explorer and the application menu.
&lt;br&gt;&lt;br&gt;To get a new icon into an application you need to follow these steps:
&lt;br&gt;1) Find out where the icon of the application is by searching in the
&lt;br&gt;sources (often they are somewhere within the application sources in a
&lt;br&gt;data/ or images/ subdirectory) or by asking on IRC/mailing lists. The
&lt;br&gt;icon names are of the form hiXX-app-APPLICATIONNAME.png.
&lt;br&gt;&lt;br&gt;2) Get the module compiling; This is basically a pre-requisite you
&lt;br&gt;should start with. Required is a build of the svn trunk version of the
&lt;br&gt;two modules.
&lt;br&gt;&lt;br&gt;3) If you have done points 1) and 2) you need to find the CMakeLists.txt
&lt;br&gt;file where the application is build, as an example, for granatier this
&lt;br&gt;is kdegames/granatier/src/CMakeLists.txt
&lt;br&gt;(&lt;a href=&quot;http://websvn.kde.org/trunk/KDE/kdegames/granatier/src/CMakeLists.txt?view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://websvn.kde.org/trunk/KDE/kdegames/granatier/src/CMakeLists.txt?view=markup&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;Above the line where kde4_add_executable(granatier ${granatier_SRCS}) is
&lt;br&gt;called you have to add a line containing
&lt;br&gt;kde4_add_app_icon(granatier_SRCS
&lt;br&gt;&amp;quot;${CMAKE_CURRENT_SOURCE_DIR}/hi*-app-granatier.png&amp;quot;). The string part
&lt;br&gt;contains the path to the icon images you have found in step 1), use
&lt;br&gt;${CMAKE_CURRENT_SOURCE_DIR} to replace the path to the CMakeLists.txt
&lt;br&gt;file. The asterisk is replaced by kde4_add_app_icon with the size of the
&lt;br&gt;images (one of 16, 32, 48, 64, 128, 256).
&lt;br&gt;&lt;br&gt;If you can build the executables then and they do contain application
&lt;br&gt;icons, make an svn patch and append it either to the bug report, send it
&lt;br&gt;to the kde-windows list or the specific list of the application.
&lt;br&gt;&lt;br&gt;Documentation:
&lt;br&gt;Some documentation you might need:
&lt;br&gt;The cmake documentation:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://cmake.org/cmake/help/cmake-2-8-docs.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cmake.org/cmake/help/cmake-2-8-docs.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;The kde4macros.cmake file which defines kde4_add_app_icons:
&lt;br&gt;&lt;br&gt;&lt;br&gt;What to do next:
&lt;br&gt;After you have fixed some of the bugs, it might also be interesting in
&lt;br&gt;trying out one of the applications. Most of them contain some minor
&lt;br&gt;errors you can try to track down. Most application developers can help
&lt;br&gt;you with that, it also makes sense to search for yourself a bit in the
&lt;br&gt;beginning.
&lt;br&gt;In case of other questions, you can also ask on this list of course.
&lt;br&gt;&lt;br&gt;regards,
&lt;br&gt;Patrick
&lt;br&gt;&lt;br&gt;&lt;br&gt;p.s.: I will add some junior job bug reports in an hour or so.
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksUJHkACgkQi49rfdk/G3b4EQCdGA+UM2S3MF5R4vmKTVyTiuVo
&lt;br&gt;S0cAnjBCBzPEZNhhcOV0EuLepIVph14O
&lt;br&gt;=pH2G
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26580925&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Junior-Jobs-tp26580925p26580925.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26576087</id>
	<title>Re: kdelibs build</title>
	<published>2009-11-30T07:01:53Z</published>
	<updated>2009-11-30T07:01:53Z</updated>
	<author>
		<name>Bugzilla from ps_ml@gmx.de</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;Jaroslaw Staniek schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt; During the recent koffice sprint I've been supporting devs willing to
&lt;br&gt;&amp;gt; know more about kde on windows; Lukas Tvrdy, Krita developer, has
&lt;br&gt;&amp;gt; decided to try krita on windows development as I advertised better
&lt;br&gt;&amp;gt; debugging capatibilities with msvc 9. he of ocurse was impressed,
&lt;br&gt;&amp;gt; what's in large part thanks to your effort!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; What went not quite smooth:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. 4.5.x Qt build stopped in one place with error (qtscript - mkspecs
&lt;br&gt;&amp;gt; not found); executing emerge kdelibs again made qt build properly.
&lt;/div&gt;???? - I don't need to say anything about that, sigh.
&lt;br&gt;&amp;gt; 2. kdelibs script defaults to trunk; is that our policy? if so, there
&lt;br&gt;&amp;gt; is small build error in the knewstuff lib.
&lt;br&gt;I fixed that one now.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That's all so far, he stopped the build waiting for answers on how to
&lt;br&gt;&amp;gt; fix the build and continue. I am just asking - maybe you know the
&lt;br&gt;&amp;gt; solution. TIA.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (MingW32)
&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksT3mAACgkQi49rfdk/G3Y7pwCgphvTItrm5DUgLlwvz/ESiI99
&lt;br&gt;eigAn3iWN7PtDksSUWExL5cgLpThoNo1
&lt;br&gt;=Xq5x
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26576087&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kdelibs-build-tp26571889p26576087.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26574917</id>
	<title>Re: Gstreamer/phonon on Windows</title>
	<published>2009-11-30T05:43:40Z</published>
	<updated>2009-11-30T05:43:40Z</updated>
	<author>
		<name>Chris Browet</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;&lt;div class=&quot;im&quot;&gt;
&amp;gt; Furthermore, leaving the gstreamer patches inside phonon would normally&lt;br&gt;
&amp;gt; allow a KDE svn compiled phonon to work on a stock Qt binary setup as well&lt;br&gt;
&amp;gt; (which honestly is my primary goal).&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;If &amp;quot;stock Qt binary setup&amp;quot; means the Qt binaries you can download from&lt;br&gt;
Trolltech, you are wrong. KDE on Windows requires DBUS, which is not&lt;br&gt;
available in the stock Qt binaries. You need to use the KDE on Windows&lt;br&gt;
version.&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;I think you misunderstood me. I don&amp;#39;t mean using the stock Qt to build KDE,  I mean using the phonon sources from the KDE trunk to build a up-to-date phonon to be used on pure Qt applications, using the Qt binaries from Trolltech/Nokia.&lt;br&gt;
&lt;br&gt;- Chris -&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574917&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gstreamer-phonon-on-Windows-tp26566395p26574917.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26574855</id>
	<title>Re: KDE on Windows release dates</title>
	<published>2009-11-30T05:39:07Z</published>
	<updated>2009-11-30T05:39:07Z</updated>
	<author>
		<name>Stuart Jarvis</name>
	</author>
	<content type="html">On Thursday 26 November 2009 21:31:31 Patrick Spendrin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Laurent Espitallier schrieb:
&lt;br&gt;&amp;gt; &amp;gt;I have no idea of next KDE on Windows release dates. Is there a
&lt;br&gt;&amp;gt; &amp;gt; roadmap or a rule like : X days after a KDE release for Windows builds ?
&lt;br&gt;&amp;gt; &amp;gt; Maybe I don't have to wait ? :-D
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Well, normally packagers get the new source code one week ahead of the
&lt;br&gt;&amp;gt; release (at least for KDE). So after KDE 4.3.4 was tagged in svn (which
&lt;br&gt;&amp;gt; hasn't yet happened) and which you could check here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://websvn.kde.org/tags/KDE/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://websvn.kde.org/tags/KDE/&lt;/a&gt;&lt;br&gt;&amp;gt; So I normally start building packages then if I find enough time.
&lt;br&gt;&amp;gt; Building packages needs about a day, more problematic is that some
&lt;br&gt;&amp;gt; packages fail then and I might need to work on a patch then and rebuild
&lt;br&gt;&amp;gt; that program with the patch. This also makes clear why building the
&lt;br&gt;&amp;gt; packages might need a bit longer then.
&lt;br&gt;&amp;gt; So normally Windows packages can be ready up to 3-4 days before the
&lt;br&gt;&amp;gt; official release but if to much time is needed it can also be behind the
&lt;br&gt;&amp;gt; schedule.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;If you could drop us an email at &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574855&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde-promo@...&lt;/a&gt; each time you know when 
&lt;br&gt;your next release is coming out then we can do one of the following:
&lt;br&gt;&lt;br&gt;- In the main SC release announcement/dot article either state that Windows 
&lt;br&gt;builds are also released or are expected within [insert timeframe]
&lt;br&gt;- If there will be a longer delay (maybe for a major release?) we can perhaps 
&lt;br&gt;put out a short dot article when the release is made - this one probably more 
&lt;br&gt;for the major releases...
&lt;br&gt;&lt;br&gt;Same would apply to Mac builds of course (in case anyone on this list is 
&lt;br&gt;involved with those?)
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Stu
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574855&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/KDE-on-Windows-release-dates-tp26534683p26574855.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26574660</id>
	<title>Re: Gstreamer/phonon on Windows</title>
	<published>2009-11-30T05:24:17Z</published>
	<updated>2009-11-30T05:24:17Z</updated>
	<author>
		<name>Pau Garcia i Quiles</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt;&amp;gt; You could also compile Qt on Windows to use the GLib loop, as it does
&lt;br&gt;&amp;gt;&amp;gt; on Unix. That's the approach I took when I did my own port of
&lt;br&gt;&amp;gt;&amp;gt; Phonon-GStreamer to Windows back in April or so. I talked about that
&lt;br&gt;&amp;gt;&amp;gt; with someone from Trolltech (Jens Bache? can't remember) at aKademy
&lt;br&gt;&amp;gt;&amp;gt; 2009 but forgot to send him the patch :-/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Wouldn't that be overkill just for gstreamer?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Furthermore, leaving the gstreamer patches inside phonon would normally
&lt;br&gt;&amp;gt; allow a KDE svn compiled phonon to work on a stock Qt binary setup as well
&lt;br&gt;&amp;gt; (which honestly is my primary goal).
&lt;/div&gt;&lt;br&gt;If &amp;quot;stock Qt binary setup&amp;quot; means the Qt binaries you can download from
&lt;br&gt;Trolltech, you are wrong. KDE on Windows requires DBUS, which is not
&lt;br&gt;available in the stock Qt binaries. You need to use the KDE on Windows
&lt;br&gt;version.
&lt;br&gt;&lt;br&gt;Furthermore, there used to be some applications in KDE which used GLib
&lt;br&gt;libraries and if you wanted the features provided by those libraries,
&lt;br&gt;you needed Qt to be built with the GLib loop because they were not
&lt;br&gt;running they glib loop in a different thread, or querying it. IIRC
&lt;br&gt;Amarok used to need the glib event loop for the MTP library.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pau Garcia i Quiles
&lt;br&gt;&lt;a href=&quot;http://www.elpauer.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.elpauer.org&lt;/a&gt;&lt;br&gt;(Due to my workload, I may need 10 days to answer)
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574660&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gstreamer-phonon-on-Windows-tp26566395p26574660.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26574239</id>
	<title>Re: Gstreamer/phonon on Windows</title>
	<published>2009-11-30T04:51:37Z</published>
	<updated>2009-11-30T04:51:37Z</updated>
	<author>
		<name>Chris Browet</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 09:58, Pau Garcia i Quiles &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574239&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pgquiles@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;&amp;gt; It works pretty well with Amarok by me. There is a slight delay before&lt;br&gt;
&amp;gt; playback start due to the way I patched the backend.&lt;br&gt;
&amp;gt; The gstreamer backend as it is relies on the GLib main loop to dispatch&lt;br&gt;
&amp;gt; messages to the backend. There is no default GLip loop on Windows so I&lt;br&gt;
&amp;gt; instead poll the gstreamer bus to get messages.&lt;br&gt;
&amp;gt; I set the timer timeout to 100ms. Problem is that at the start of the&lt;br&gt;
&amp;gt; playback, there is a bunch of messages, and I only get 1 every 100ms. OTOH,&lt;br&gt;
&amp;gt; decreasing the timeout would accelerate the start, but the it would also&lt;br&gt;
&amp;gt; unnecessarily rapidly poll the bus during playback, when no messages are&lt;br&gt;
&amp;gt; coming in.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I guess the proper way would be to run a GLib loop in the backend process,&lt;br&gt;
&amp;gt; but I have no experience of GLib.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;You could also compile Qt on Windows to use the GLib loop, as it does&lt;br&gt;
on Unix. That&amp;#39;s the approach I took when I did my own port of&lt;br&gt;
Phonon-GStreamer to Windows back in April or so. I talked about that&lt;br&gt;
with someone from Trolltech (Jens Bache? can&amp;#39;t remember) at aKademy&lt;br&gt;
2009 but forgot to send him the patch :-/&lt;font color=&quot;#888888&quot;&gt;&lt;/font&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;Wouldn&amp;#39;t that be overkill just for gstreamer? &lt;br&gt;&lt;br&gt;Furthermore, leaving the gstreamer patches inside phonon would normally allow a KDE svn compiled phonon to work on a stock Qt binary setup as well (which honestly is my primary goal).&lt;br&gt;
&lt;br&gt;- Chris -&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26574239&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gstreamer-phonon-on-Windows-tp26566395p26574239.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26571889</id>
	<title>kdelibs build</title>
	<published>2009-11-30T01:52:19Z</published>
	<updated>2009-11-30T01:52:19Z</updated>
	<author>
		<name>Jaroslaw Staniek-3</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;During the recent koffice sprint I've been supporting devs willing to
&lt;br&gt;know more about kde on windows; Lukas Tvrdy, Krita developer, has
&lt;br&gt;decided to try krita on windows development as I advertised better
&lt;br&gt;debugging capatibilities with msvc 9. he of ocurse was impressed,
&lt;br&gt;what's in large part thanks to your effort!
&lt;br&gt;&lt;br&gt;What went not quite smooth:
&lt;br&gt;&lt;br&gt;1. 4.5.x Qt build stopped in one place with error (qtscript - mkspecs
&lt;br&gt;not found); executing emerge kdelibs again made qt build properly.
&lt;br&gt;2. kdelibs script defaults to trunk; is that our policy? if so, there
&lt;br&gt;is small build error in the knewstuff lib.
&lt;br&gt;&lt;br&gt;That's all so far, he stopped the build waiting for answers on how to
&lt;br&gt;fix the build and continue. I am just asking - maybe you know the
&lt;br&gt;solution. TIA.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;regards / pozdrawiam, Jaroslaw Staniek
&lt;br&gt;&amp;nbsp;Kexi &amp; KOffice (&lt;a href=&quot;http://www.kexi-project.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kexi-project.org&lt;/a&gt;, &lt;a href=&quot;http://www.koffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.koffice.org&lt;/a&gt;)
&lt;br&gt;&amp;nbsp;KDE Libraries for MS Windows (&lt;a href=&quot;http://windows.kde.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://windows.kde.org&lt;/a&gt;)
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://www.linkedin.com/in/jstaniek&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/jstaniek&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26571889&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kdelibs-build-tp26571889p26571889.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26570642</id>
	<title>Re: Gstreamer/phonon on Windows</title>
	<published>2009-11-30T00:58:40Z</published>
	<updated>2009-11-30T00:58:40Z</updated>
	<author>
		<name>Pau Garcia i Quiles</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; It works pretty well with Amarok by me. There is a slight delay before
&lt;br&gt;&amp;gt; playback start due to the way I patched the backend.
&lt;br&gt;&amp;gt; The gstreamer backend as it is relies on the GLib main loop to dispatch
&lt;br&gt;&amp;gt; messages to the backend. There is no default GLip loop on Windows so I
&lt;br&gt;&amp;gt; instead poll the gstreamer bus to get messages.
&lt;br&gt;&amp;gt; I set the timer timeout to 100ms. Problem is that at the start of the
&lt;br&gt;&amp;gt; playback, there is a bunch of messages, and I only get 1 every 100ms. OTOH,
&lt;br&gt;&amp;gt; decreasing the timeout would accelerate the start, but the it would also
&lt;br&gt;&amp;gt; unnecessarily rapidly poll the bus during playback, when no messages are
&lt;br&gt;&amp;gt; coming in.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess the proper way would be to run a GLib loop in the backend process,
&lt;br&gt;&amp;gt; but I have no experience of GLib.
&lt;/div&gt;&lt;br&gt;You could also compile Qt on Windows to use the GLib loop, as it does
&lt;br&gt;on Unix. That's the approach I took when I did my own port of
&lt;br&gt;Phonon-GStreamer to Windows back in April or so. I talked about that
&lt;br&gt;with someone from Trolltech (Jens Bache? can't remember) at aKademy
&lt;br&gt;2009 but forgot to send him the patch :-/
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Pau Garcia i Quiles
&lt;br&gt;&lt;a href=&quot;http://www.elpauer.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.elpauer.org&lt;/a&gt;&lt;br&gt;(Due to my workload, I may need 10 days to answer)
&lt;br&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26570642&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gstreamer-phonon-on-Windows-tp26566395p26570642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26569378</id>
	<title>Re: Gstreamer/phonon on Windows</title>
	<published>2009-11-29T20:11:03Z</published>
	<updated>2009-11-29T20:11:03Z</updated>
	<author>
		<name>Chris Browet</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Mon, Nov 30, 2009 at 02:46, Patrick Spendrin &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569378&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ps_ml@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
&lt;div class=&quot;im&quot;&gt;-----BEGIN PGP SIGNED MESSAGE-----&lt;br&gt;
Hash: SHA1&lt;br&gt;
&lt;br&gt;
Chris Browet schrieb:&lt;br&gt;
&lt;/div&gt;Andrius and I took some time and fixed most of the buildsystem related&lt;br&gt;
errors but were unable to get it running, maybe you have more luck...&lt;br&gt;
(don&amp;#39;t forget to update kdesupport/phonon!)&lt;br&gt;
&lt;br&gt;
regards,&lt;br&gt;
Patrick&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;The patch vs. kdesupport phonon is available at &lt;a href=&quot;http://gitorious.org/mythq/mythq/blobs/master/contrib/phonon_gstreamer_kde_windows.patch&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gitorious.org/mythq/mythq/blobs/master/contrib/phonon_gstreamer_kde_windows.patch&lt;/a&gt;&lt;br&gt;
&lt;br&gt;I&amp;#39;m using MinGW 4.4.0 to compile (from the latest Qt 4.6.0-rc SDK).&lt;br&gt;&lt;br&gt;The cmake command I used to build is:&lt;br&gt;cmake.exe -G &amp;quot;MinGW Makefiles&amp;quot; -DCMAKE_INSTALL_PREFIX=&amp;quot;C:\kde\kde-mingw4-stable&amp;quot; -DCMAKE_INCLUDE_PATH=c:\gstreamer\include -DCMAKE_LIBRARY_PATH=c:\gstreamer\lib;c:\gstreamer\bin&lt;br&gt;
&lt;br&gt;I installed bothe the binary &lt;u&gt;and dev (for building) &lt;/u&gt;packages from &lt;a href=&quot;http://www.gstreamer-winbuild.ylatuya.es/doku.php&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.gstreamer-winbuild.ylatuya.es/doku.php&lt;/a&gt;&lt;br&gt;I guess the dev package is not needed at runtime.&lt;br&gt;
&lt;br&gt;Obviously, you have to add the gstreamer bin directory to the PATH.&lt;br&gt;&lt;br&gt;Tell me if you encounter problems.&lt;br&gt;&lt;br&gt;It works pretty well with Amarok by me. There is a slight delay before playback start due to the way I patched the backend.&lt;br&gt;
The gstreamer backend as it is relies on the GLib main loop to dispatch messages to the backend. There is no default GLip loop on Windows so I instead poll the gstreamer bus to get messages.&lt;br&gt;I set the timer timeout to 100ms. Problem is that at the start of the playback, there is a bunch of messages, and I only get 1 every 100ms. OTOH, decreasing the timeout would accelerate the start, but the it would also unnecessarily rapidly poll the bus during playback, when no messages are coming in.&lt;br&gt;
&lt;br&gt;I guess the proper way would be to run a GLib loop in the backend process, but I have no experience of GLib.&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;- Chris -&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Kde-windows mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26569378&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Kde-windows@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.kde.org/mailman/listinfo/kde-windows&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.kde.org/mailman/listinfo/kde-windows&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gstreamer-phonon-on-Windows-tp26566395p26569378.html" />
</entry>

</feed>
