Re: Blog post: KDE on Windows status update

2016-06-27 Thread Pau Garcia i Quiles
itor (server-side) which could be financed by offering a hosted service (SaaS). (I started to work on Calligra 3.0 on Windows in my GitHub repository but I do not really have the time to work on it: https://github.com/pgquiles/kdewindows-emerge ) -- Pau Garcia i

Re: Blog post: KDE on Windows status update

2016-06-29 Thread Pau Garcia i Quiles
epends on all the KDE4 stuff. My main problem is I hardly have any time to spare on KDE anymore, though :-( (work, family) -- Pau Garcia i Quiles http://www.elpauer.org ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

[Announcement] FOSDEM Desktops DevRoom 2017 CfP

2016-10-19 Thread Pau Garcia i Quiles
ps://lists.fosdem.org/ listinfo/desktops-devroom <https://lists.fosdem.org/listinfo/desktops-devroom> Organization The Desktops DevRoom 2017 is managed by a team representing the most notable open desktops: - Pau Garcia i Quiles, KDE - Christophe Fergeau, Gnome - Michael Zanetti, Unity - Phili

[kde-windows] [Bug 281334] Qt plugins cannot be found.

2018-09-03 Thread Pau Garcia i Quiles
https://bugs.kde.org/show_bug.cgi?id=281334 Pau Garcia i Quiles changed: What|Removed |Added CC|pgqui...@elpauer.org| -- You are receiving this mail because

Hyperbolic functions

2008-05-30 Thread Pau Garcia i Quiles
ent places. Wouldn't it make sense to move the definition of hyperbolic functions to some other place, maybe inlined in msvc/math.h :-? -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows m

Re: amarok phonon dependencies

2008-05-30 Thread Pau Garcia i Quiles
ing about is commenting out Q_DISABLE_COPY(Applet) in context/plasma/applet.h. Given that Plasma::Applet is not pimpl and I know nothing about Plasma, it's not obvious to me if I will break something. Anyone can advise? -- Pau Garcia i Quiles http://www.elpauer.org (D

Building Strigi on Windows

2008-06-24 Thread Pau Garcia i Quiles
een unable to reproduce this behavior, though. I've tested both CMake 2.4.8 and CMake 2.6.0. Java version is Sun's 1.6.0_06 and I'd say it's working fine. No, I have not tried on Linux (yet). -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload

Re: Building Strigi on Windows

2008-06-25 Thread Pau Garcia i Quiles
Quoting Christian Ehrlicher <[EMAIL PROTECTED]>: > Pau Garcia i Quiles schrieb: >> Hello, >> >> Building Strigi on Windows fails for me if Java is installed. >> >> The relevant part is trunk/kdesupport/strigi/src/xsd/CMakeLists.txt >> lines 39

Re: Building Strigi on Windows

2008-06-25 Thread Pau Garcia i Quiles
Quoting Christian Ehrlicher <[EMAIL PROTECTED]>: >> Von: Pau Garcia i Quiles >> Quoting Christian Ehrlicher >> >> > Pau Garcia i Quiles schrieb: >> >> Hello, >> >> >> >> Building Strigi on Windows fails for me if Java is instal

Re: Building Strigi on Windows

2008-06-25 Thread Pau Garcia i Quiles
ut by your own. Yes, the JDK is needed. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Fwd: RE: DS9 backend

2008-07-03 Thread Pau Garcia i Quiles
Hello, Some hints for debugging - Forwarded message from [EMAIL PROTECTED] - Date: Thu, 3 Jul 2008 16:49:35 +0200 From: Thierry Bastian <[EMAIL PROTECTED]> Reply-To: Thierry Bastian <[EMAIL PROTECTED]> Subject: RE: DS9 backend To: 'Pau Garcia

Fwd: re: New winetricks 20080704: added firefox3, kde verbs (and a whole lot of other stuff)

2008-07-04 Thread Pau Garcia i Quiles
tips for me? BTW the KDEwin installer fails when downloading the helper apps process explorer etc. from sysinternals - maybe they have new files, and the checksums don't match? - End forwarded message - -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10

Re: playground/libs/popupdropper/popupdropper

2008-07-23 Thread Pau Garcia i Quiles
KDE_EXPORT > -# else > -# define POPUPDROPPER_EXPORT KDE_IMPORT > -# endif > +#if defined(_WIN32) || defined(_WIN64) > + #define POPUPDROPPER_EXPORT __declspec(dllexport) > +#else > +#define POPUPDROPPER_EXPORT __attribute__ ((visibility("default"))) > #endif >

Re: Missing phonon backend

2008-08-07 Thread Pau Garcia i Quiles
Quoting Patrick Spendrin <[EMAIL PROTECTED]>: [...] > look that you start the > file %DXSDK_DIR%\Utilities\bin\dx_setenv.cmd before running the emerge > command. [...] This is not needed anymore since two weeks ago or so -- Pau Garcia i Quiles http://www.elpauer.org (Due to my

RFC: release processes on windows

2008-08-14 Thread Pau Garcia i Quiles
Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: MSI installer for KDE4

2008-08-21 Thread Pau Garcia i Quiles
emblies and make kdelibs, kdepimlibs and kofficelibs be shared assemblies * Standalone installers for applications, including the application and the 3rd party dependencies specific to that application Comments? -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days t

Re: MSI installer for KDE4

2008-08-21 Thread Pau Garcia i Quiles
Quoting Jaroslaw Staniek <[EMAIL PROTECTED]>: > Pau Garcia i Quiles said the following, On 2008-08-21 13:40: > >> Quoting "Aaron J. Seigo" <[EMAIL PROTECTED]>: >> >>> Hello Hamed ... >>> >>> On Thursday 21 August 2008, you wrot

Re: MSI installer for KDE4

2008-08-21 Thread Pau Garcia i Quiles
Quoting Bernhard Reiter <[EMAIL PROTECTED]>: > Hello All, > > On Thursday 21 August 2008 13:40, Pau Garcia i Quiles wrote: >> Quoting "Aaron J. Seigo" <[EMAIL PROTECTED]>: >> > On Thursday 21 August 2008, you wrote: >> >> Is (or will be)

Re: MSI installer for KDE4

2008-08-21 Thread Pau Garcia i Quiles
Quoting Pau Garcia i Quiles <[EMAIL PROTECTED]>: >>> Using side-by-side >>> assemblies (SxS, http://msdn.microsoft.com/en-us/library/aa376307.aspx >>> ), these libraries would be shared by all KDE applications and thanks >>> to the versioning capabiliti

Re: CPack Packaging for Windows/Mac (and possibly Linux)

2008-08-24 Thread Pau Garcia i Quiles
cation approach for people that just want to install > an application offline and start using it straight away. > > Anyway, awaiting thoughts on this and have cross-posted to a few lists to > ensure maximum input. > > -- > Cheers, > Mike Arthur > ___________

Re: KRDC

2008-09-10 Thread Pau Garcia i Quiles
ause it needs libvnc > and rdesktop that don't exist for windows(or maybe we haven't find > them) There used to be an experimental 100% native rdesktop.exe available from http://www.american-data.com/rdesktop/win32/ but the site has been down for months. I still have the binary

Re: kdewin32 emerge problem (with qmake path?)

2008-10-15 Thread Pau Garcia i Quiles
n.net (Free Software Company) > Germany Coordinator: fsfeurope.org. Coordinator: www.Kolab-Konsortium.com. > Intevation GmbH, Osnabrück, DE; Amtsgericht Osnabrück, HRB 18998 > Geschäftsführer Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner > -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
so you do not need special binaries, as Christian said. However, if you want to build your own binaries for MSVC2008, it's easy: you just need to set KDECOMPILER=msvc2008 in kdesettings.bat. It's been there for at least six months. -- Pau Garcia i Quiles http://www.elpauer.org (Due to

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
On Fri, Mar 13, 2009 at 10:16 AM, Christian Ehrlicher wrote: >> Von: Pau Garcia i Quiles >> 2009/3/13 Zeke Conner >> > When will there be binaries for MSVC 2008? 2005 is quite old eh? And I >> > already have 2008 installed and dun feel like going through the has

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
CMake buildsystem and we could build them automatically with emerge. Adding support for pure-MSVC2008, and the upcoming MSVC2010, would be easier. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
s, bjam and one of them even a custom shell script). For one of those projects (luabind), upstream asked me to add the tests to the build system, then he'll gladly accept the CMake buildsystem. The reason? He's been having trouble with sonaming with bjam. -- Pau Garcia i Quiles

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
On Fri, Mar 13, 2009 at 1:20 PM, Ralf Habacker wrote: > Pau Garcia i Quiles schrieb: > >> >> That's the point of CMakePorts. >> >> But some projects just say "ok, show me your CMake buildsystem can do >> everything I currently do with autotools/ja

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
2009/3/13 Christian Ehrlicher : > Pau Garcia i Quiles schrieb: >> On Fri, Mar 13, 2009 at 12:42 PM, Christian Ehrlicher >> wrote: >> >>> It's not just the cmake buildsystem. It's also the ability to actually >>> compile the sources with msvc or e

Re: MSVC 2008

2009-03-13 Thread Pau Garcia i Quiles
. Unfortunately, I'm currently too busy at the moment with other projects, so I cannot help you with this now. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-window

Re: -mms-bitfields revisited

2009-06-22 Thread Pau Garcia i Quiles
to properly distributed our binaries with the exact > sources that were used to build them. This won't happen over night, but we are > working on it. Are you using the existing build system for each of those libraries, or are you CMake-ifying them? -- Pau Garcia i Quiles http://www.elpauer.org

Re: -mms-bitfields revisited

2009-06-22 Thread Pau Garcia i Quiles
On Mon, Jun 22, 2009 at 2:22 PM, Till Adam wrote: > On Monday 22 June 2009 12:19:05 Pau Garcia i Quiles wrote: >> On Mon, Jun 22, 2009 at 11:53 AM, Till Adam wrote: >> > Allen has started the ardeous task of >> > assembling source-based emerge targets for everything, so

Re: -mms-bitfields revisited

2009-06-23 Thread Pau Garcia i Quiles
replacement of mingw-gcc 3.4.5. I think that's the version KDE on Windows-MinGW should be based from now on. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: KDE apps non Windows and mac Was: Re: Kill KIO (was: Repositioning the KDE brand)

2009-07-14 Thread Pau Garcia i Quiles
s, etc) might also work. > Isn't that issue somewhat similar to programs installing their own copy of the > JRE ? For them it's usually no problem. AFAIK, most applications will tell you to install the latest JRE version from Sun. Only a few dinosaurs (OpenOffice.org, Oracle and so

Re: changing dependency from released to trunk version of libwv2

2009-08-12 Thread Pau Garcia i Quiles
Hello, Oops, my former patch contained backup files. It's no big issue but it's not nice. This patch only contains the useful stuff. On Thu, Aug 13, 2009 at 12:13 AM, Pau Garcia i Quiles wrote: > Hello, > > The attached patch provides a CMake build system for libwv2 tru

Re: X64 MSVC KDE

2009-08-22 Thread Pau Garcia i Quiles
converting OpenSSL as soon as I finish adding Perl-compatible regular expressions to CMake. This would make possible (maybe even *easy*) to build everything with MinGW and VC++, both in 32 and 64 bits. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) __

Re: X64 MSVC KDE

2009-08-24 Thread Pau Garcia i Quiles
2009/8/24 Bernhard Reiter : > Am Samstag, 22. August 2009 15:40:05 schrieb Pau Garcia i Quiles: >> IMHO the best way to achieve this would be converting *all* our 3rd >> party dependencies to CMake. A daunting effort, I know > > Some upstream initiatives habe a very high res

Re: Gstreamer/phonon on Windows

2009-11-30 Thread Pau Garcia i Quiles
oach I took when I did my own port of Phonon-GStreamer to Windows back in April or so. I talked about that with someone from Trolltech (Jens Bache? can't remember) at aKademy 2009 but forgot to send him the patch :-/ -- Pau Garcia i Quiles http://www.elpauer.org

Re: Gstreamer/phonon on Windows

2009-11-30 Thread Pau Garcia i Quiles
some applications in KDE which used GLib libraries and if you wanted the features provided by those libraries, you needed Qt to be built with the GLib loop because they were not running they glib loop in a different thread, or querying it. IIRC Amarok used to need the glib event loop for the MTP librar

FindPhonon.cmake - find debug and release configurations

2010-01-18 Thread Pau Garcia i Quiles
PHONON_LIBRARY should never have been used anywhere. We have been using this at work for some time now, both on Windows and Linux, and it works fine for us. Is it OK to commit? -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) --- FindPhonon.cmake

Microsoft CoApp

2010-04-09 Thread Pau Garcia i Quiles
Hello, You probably have read it by now but just in case: http://blogs.msdn.com/garretts/archive/2010/03/31/the-common-opensource-application-publishing-platform-coapp.aspx -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer

Re: packaging Free Software on Windows: Re: Microsoft CoApp

2010-04-13 Thread Pau Garcia i Quiles
Microsoft campus that very day and you two were goint to talk. How did it go? On Tue, Apr 13, 2010 at 12:05 AM, Bill Hoffman wrote: > Bernhard Reiter wrote: >> Am Freitag, 9. April 2010 10:58:18 schrieb Pau Garcia i Quiles: >> http://blogs.msdn.com/garretts/archive/2010/03/31/the-co

Re: using msvc2010 as a compiler

2010-11-10 Thread Pau Garcia i Quiles
inary packages because I wanted to port KSnapshot to Windows but then I got busy with other stuff (KIPI plugins, etc) and put MSVC2010 on hold. IMHO, a better default would probably be "use binaries for my compiler when available, else use source" -- Pau Garcia i Quiles http://www.elpauer

QtCreator debug helper

2010-12-26 Thread Pau Garcia i Quiles
ortage and modify the debug helper build system to build only debug or release but I don't really like it and could be a maintenance nightmare given the pace QtCreator is developed. What's your advice? -- Pau Garcia i Quiles http://www.elpauer.org

Re: Please test

2011-01-01 Thread Pau Garcia i Quiles
ies not being available. - I can confirm the vc100 runtime is not installed. I don't know why, the dependency seems to be right in config.txt.cmake -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) __

Re: Please test

2011-01-02 Thread Pau Garcia i Quiles
m or batch file". That's probably the cause for the MIME issues. The vc100 runtime is not added to the dependency list, according to the log :-? (attached) -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) kdewin-installer.log.gz Desc

Re: emerge kdelibs with msvc 2010 does not work

2011-01-04 Thread Pau Garcia i Quiles
-vc10\emerge\portage\libs\qt\qt-4.7.1.20101224.py fetch > emerge error: fatal error: package libs/qt-4.7.1.20101224 all failed > 19:35 There is no 'v4.7.1' target for Qt in portage. Maybe you need to svn update your emerge directory? In my checkout, the last "version" is qt

Re: Kdbg for Windows, please.

2011-01-04 Thread Pau Garcia i Quiles
hich is not stable even on Linux. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: [Bug 263828] New: Meinproc4 crashes when building documentation

2011-01-21 Thread Pau Garcia i Quiles
en there are (at least) two meinproc4 processes in parallel. If you run a single meinproc4, it does not fail. Maybe some static memory allocation? Static initalization? Maybe it's not libxml2 at all, as you say? I don't know but this looks tricky -- Pau Garcia i Quiles http://www.elpa

GSoC

2011-02-21 Thread Pau Garcia i Quiles
Hello, I have added a couple of ideas for Google Summer of Code. Please add your ideas. Mentors needed, too -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows

Re: GSoC

2011-02-22 Thread Pau Garcia i Quiles
2011/2/21 John Layt : > On Monday 21 February 2011 14:46:24 Pau Garcia i Quiles wrote: > >> I have added a couple of ideas for Google Summer of Code. > > "Your task: create a new installer, something which looks much more > appealing and easier to use. The Apple Mac

Re: GSoC Project Ideeas

2011-03-29 Thread Pau Garcia i Quiles
he "single apps" idea is the move to git is being much slower than I expected: kdeutils, kdegames, etc have not moved yet -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Emerge as an open package manager?

2011-03-31 Thread Pau Garcia i Quiles
lar effort, with some magic involved. I’ve been watching and trying it since day 1. I’m really interested. It’s just not there yet and I do not have spare time to helpGarrett (hey Microsoft, hire me and I’ll have all the time in the world!  ) --8<---- -- Pau Garcia i Quiles http://www.elpauer.org (

Re: Emerge as an open package manager?

2011-04-06 Thread Pau Garcia i Quiles
aboration tools. The downside is you cannot download anything if you are not logged in. Alternatively, we may look into Google Code, github, gitorious, etc The usual suspects :-) > Anyway FWIW I like the idea! Thanks -- Pau Garcia i Quiles http://www.elpauer.org (Du

GSoC - Act quickly if you want to vote!

2011-04-08 Thread Pau Garcia i Quiles
details on how to vote, etc. Specifically, there is a "team vote". We want to do that: https://mail.kde.org/mailman/private/kde-soc-mentor/2011-April/001679.html Vote in Melange AND in the Google Docs spreadsheet, I have created a kde-windows sheet -- Pau Garcia i Quiles http://www.el

Re: GSoC - Act quickly if you want to vote!

2011-04-08 Thread Pau Garcia i Quiles
Hi, One more KDE Windows-related proposal: Dolphin on Windows and Disks http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/rghose/1 On Fri, Apr 8, 2011 at 9:54 PM, Pau Garcia i Quiles wrote: > Hi, > > The two ideas I proposed were picked up: one proposal for th

Re: life sign & RFC

2011-06-03 Thread Pau Garcia i Quiles
easily adapt that to git) so I don't think this becomes a big problem. > > So what do you think? > > regards, > Patrick who became father of a qt boy in february... > ___ > Kde-windows mailing list > Kde-windows@kde.org > https://mai

[Bug 281334] Qt plugins cannot be found.

2011-09-04 Thread Pau Garcia i Quiles
https://bugs.kde.org/show_bug.cgi?id=281334 Pau Garcia i Quiles changed: What|Removed |Added CC||pgqui...@elpauer.org --- Comment #1

Re: Glib in KDE on Windows

2011-10-28 Thread Pau Garcia i Quiles
e.gnome.org/GTK%2B/Win32/MSVCCompilationOfGTKStack Please note KDE on Windows supports both mingw-w64 and Visual C++ 2010. I wrote about using emerge as a generic package manager for Windows here: http://www.elpauer.org/?p=687 -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I ma

FOSDEM 2012

2011-11-17 Thread Pau Garcia i Quiles
ls for the CrossDesktop DevRoom. We'll see. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: FOSDEM 2012

2011-11-18 Thread Pau Garcia i Quiles
What's the logo to use? This one? http://2.bp.blogspot.com/__JNFVYfijS4/SeRlJ-8Im1I/Acg/mI6iFVYoKd0/s400/kdew.png Something else? -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Re: FOSDEM 2012

2011-11-19 Thread Pau Garcia i Quiles
s special Linux + Windows CD [big scary hhh] if I want to run this KDE software". > yes, to give you a compare: On linuxtag 2003 there has been shared 5000 > knoppix live cd's with kde cygwin for windows user on it. A quick googling told me 1,000 CDs with cardboard jacked w

FOSDEM DVDs

2012-01-09 Thread Pau Garcia i Quiles
Hi, I have failed to find a sponsor for the KDE on Windows DVDs for FOSDEM 2012. Neither Microsoft USA nor Microsoft Spain are interested. If you know someone interested in sponsoring this, please contact me ASAP. The estimated cost for 1,000 DVDs is around 1,000 EUR. -- Pau Garcia i Quiles

Re: FOSDEM DVDs

2012-01-15 Thread Pau Garcia i Quiles
On Sat, Jan 14, 2012 at 5:00 PM, John Layt wrote: > On Monday 09 Jan 2012 10:58:56 Pau Garcia i Quiles wrote: >> Hi, >> >> I have failed to find a sponsor for the KDE on Windows DVDs for FOSDEM >> 2012. Neither Microsoft USA nor Microsoft Spain are interested. >>

Re: using icc instead of visual c++ or mingw

2012-06-25 Thread Pau Garcia i Quiles
egards to network, DBUS, etc (for DBUS, IMHO something like libdbusfat would really improve performance: http://www.elpauer.org/?p=1157 ) -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows m

FOSDEM CrossDesktop DevRoom 2013 - Call for Talks

2012-10-31 Thread Pau Garcia i Quiles
eam* --8<--- -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

Reminder: FOSDEM CrossDesktop DevRoom 2013 - Call for Talks

2012-11-29 Thread Pau Garcia i Quiles
e CrossDesktop DevRoom 2013 Organization Team* --8<--- -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list Kde-windows@kde.org https://mail.kde.org/mailman/listinfo/kde-windows

FOSDEM 2014 Desktops DevRoom Call for Talks

2013-10-29 Thread Pau Garcia i Quiles
the mailing list: https://lists.fosdem.org/listinfo/desktops-devroom ) – The Desktops DevRoom 2014 Organization Team --8<--- -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list

FOSDEM 2014 Desktops DevRoom Call for Talks

2013-10-29 Thread Pau Garcia i Quiles
the mailing list: https://lists.fosdem.org/listinfo/desktops-devroom ) – The Desktops DevRoom 2014 Organization Team --8<--- -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ___ Kde-windows mailing list