<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel">
    <title>gmane.comp.desktop.lxde.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3339"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3336"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3329"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3328"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3321"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3341">
    <title>Re: razor-panel/mainmenuplugin BUG&amp;FIX</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3341</link>
    <description>&lt;pre&gt;This is a known bug:
https://github.com/Razor-qt/razor-qt/issues/531

The bug appears only with some window managers. Which one do you use?



On Sunday, 19 May 2013 08:27:03 UTC+12, Alexis Lopez Zubieta wrote:
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Kuzma Shapran</dc:creator>
    <dc:date>2013-05-18T22:15:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3340">
    <title>razor-panel/mainmenuplugin BUG&amp;FIX</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3340</link>
    <description>&lt;pre&gt;Hello: 

I have found an small bug in the razor-panel plugin "mainmenu". When you launch the menu using a keyboard shortcut it doesn't gain focus and you can't navigate it using the keyboard. 

I don't know if this was corrected, in the case it weren't here is my solution. 

In the file "razormainmenu.cpp" in the line 130 I have done some changes. Please excuse me, if i'm not sending you a diff file is because i don't know how to build it. 
// Just using Qt`s activateWindow() won't work on some WMs like Kwin. 
// There are two solutions: 
// activate window with Qt call and then execute menu 1ms later using timer, 
// or use native X11 ArfPI calls: 

// Record previous active window 
Window previousWindow = xfitMan().getActiveWindow(); 

xfitMan().raiseWindow(mButton.effectiveWinId()); 
mButton.activateWindow(); 

mMenu-&amp;gt;exec(QPoint(x, y)); 

// Restore previous window 
xfitMan().raiseWindow(previousWindow); 

Best Regards 

&lt;/pre&gt;</description>
    <dc:creator>Alexis Lopez Zubieta</dc:creator>
    <dc:date>2013-05-18T20:27:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3339">
    <title>Re: [razor-qt] Re: PCManFM Qt 0.1.0 released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3339</link>
    <description>&lt;pre&gt;co-operate!

Best Wishes


On Wed, Apr 24, 2013 at 1:59 PM, Andrej N. Gritsenko &amp;lt;andrej&amp;lt; at &amp;gt;rep.kiev.ua&amp;gt;wrote:

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>gary sheppard</dc:creator>
    <dc:date>2013-04-24T21:32:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3338">
    <title>Re: [razor-qt] Merge teams for the best. (was: LXDE FORK, was: PCManFM Qt 0.1.0 released)</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3338</link>
    <description>&lt;pre&gt;Quick point from the Razor side of things

None of us have any wish to alienate current LXDE users; there's many valid
reasons to prefer a GTK-oriented DE.
That said, there's plenty of choice when it comes to lightweight GTK DEs. I
personally fully support this new direction though I think it should be
discussed.
If there are LXDE devs interested in talking about this, feel free to pop
in #razor-qt on freenode and ping me (Adys) or another Razor dev.


J. Leclanche


On Fri, Apr 26, 2013 at 12:06 AM, gary sheppard &amp;lt;rhyotte&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Jerome Leclanche</dc:creator>
    <dc:date>2013-04-25T23:26:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3337">
    <title>Re: [razor-qt] Re: PCManFM Qt 0.1.0 released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3337</link>
    <description>&lt;pre&gt;
Thats true...


that as it develops, there is also more resources and developer  "used to"
consume


Moore law! obviosly, as more power, also more lines of code, more cycles to
compute.. and so...

"its inevitable"
Mr Smith.


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>PICCORO McKAY Lenz</dc:creator>
    <dc:date>2013-04-26T14:06:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3336">
    <title>Re: LXDE xrandr GUI frontent, lxrandr,is ported to Qt in one day.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3336</link>
    <description>&lt;pre&gt;Hi, i made chakra PKGBUILDS for lxrandr-qt and lxinput-qt 

http://chakra-linux.org/ccr/packages.php?ID=5474

http://chakra-linux.org/ccr/packages.php?ID=5423




------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Victoria Pires</dc:creator>
    <dc:date>2013-05-13T16:21:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3335">
    <title>Re: [razor-qt] Re: Doc: A guide for porting Gtk+applications to Qt</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3335</link>
    <description>&lt;pre&gt;
You can also just activate CMake's automoc feature

set(CMAKE_AUTOMOC TRUE)

It supports both separately compiled moc.cpp files as well as moc "includes".

Cheers,
Kevin
&lt;/pre&gt;</description>
    <dc:creator>Kevin Krammer</dc:creator>
    <dc:date>2013-04-26T09:19:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3334">
    <title>Re: [razor-qt] Merge teams for the best. (was: LXDE FORK, was: PCManFM Qt 0.1.0 released)</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3334</link>
    <description>&lt;pre&gt;What effect will all of these new features have on memory, and CPU usage
for pcmanfm 1.2 beta?

QT5 is being developed to work well all the way down to smart phones. Are
you sure GTK2 is very much lighter in system weight?

Another point is: Many distro's are dropping GTK2 or have said they will do
so very soon as it is getting more difficult to support New and Old.

I will say, I like LXDE. I also like Razor QT. In my opinion as a user, it
would be wise to plan to fully merge the projects cores or their entirety
when QT5 is adopted. Till then, co-operate as much as possible. Plan now on
how to "tool up" for your separate looks.

I can hardly wait to see what comes in future cooperative releases.


On Thu, Apr 25, 2013 at 3:04 PM, Andrej N. Gritsenko &amp;lt;andrej&amp;lt; at &amp;gt;rep.kiev.ua&amp;gt;wrote:

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficientl&lt;/pre&gt;</description>
    <dc:creator>gary sheppard</dc:creator>
    <dc:date>2013-04-25T23:06:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3333">
    <title>Re: [razor-qt] Update for LXDE-Qt - Current Status</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3333</link>
    <description>&lt;pre&gt;

File kdeglobals, section [Icons], key "Theme"
Defaults to "oxygen" if empty or not present

Path is $KDEHOME/share/config if $KDEHOME is set, $HOME/.kde being the 
upstream default but some distributors patch that.
Most reliable external access through either
kde4-config --localprefix
or using the first entry in
kde4-config --path config

Cheers,
Kevin

&lt;/pre&gt;</description>
    <dc:creator>Kevin Krammer</dc:creator>
    <dc:date>2013-05-16T17:26:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3332">
    <title>Re: [razor-qt] Re: [Pcmanfm-develop] PCManFM Qt 0.1.0released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3332</link>
    <description>&lt;pre&gt;I have to admit, this sounds very good.


On Mon, Apr 22, 2013 at 10:04 PM, PCMan &amp;lt;pcman.tw&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>gary sheppard</dc:creator>
    <dc:date>2013-04-23T06:13:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3331">
    <title>Re: [Pcmanfm-develop] PCManFM Qt 0.1.0 released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3331</link>
    <description>&lt;pre&gt;
On Tue, Apr 23, 2013 at 4:30 AM, Andrej N. Gritsenko &amp;lt;and...&amp;lt; at &amp;gt;rep.kiev.ua&amp;gt; 
wrote: 
    The only problem is that GTK is C but Qt is C++... 

This are the reason why QT ar few more heavy than other, but also the 
reason why are more easy to devel in it

On Th, 23 apr 2013 00:34:05 UTC-4:30, PCMan wrote:
Let's face it, with this, the users who will benefit will be those of 
"razorqt" since LXDE hav many things (although come from third-party 
programs) working, plus LXDE only consumes between 80 and 160 Mb, while due 
scale of qt4/qt5 framework razorqt obviously needs more resources 
(significative more)...

in linux have ram and cpu cycles is everything .. since in Linux everything 
is a file (access I / O, vs cpu cycles) and that affects the ram consumption


*for razorqt this are the best notice in years... truly... for lxde 
relateds, this are only a plus....*

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers compl&lt;/pre&gt;</description>
    <dc:creator>PICCORO Lenz McKAY</dc:creator>
    <dc:date>2013-04-24T14:05:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3330">
    <title>Re: [razor-qt] Re: PCManFM Qt 0.1.0 released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3330</link>
    <description>&lt;pre&gt;
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all,
I'm one of Razor committers.

On 4/24/13 10:59 PM, Andrej N. Gritsenko wrote:
forces with razor-qt team. In case someone doesn't know, I'm the main
developer of libfm and pcmanfm at the time being, mainly because PCMan
has a lot less time and I have much more and I have interest in making
it. Yes, I'm working with GTK but last time we found out that making it
compatible with such fast changing GTK3 doesn't worth all the efforts.
Therefore Qt looks like as viable alternative for another toolkit
instead of GTK3 and PCMan started his experiments with Qt and it is what
libfm-qt / pcmanfm-qt are. Yes, I can handle all bugs and feature
requests for libfm / pcmanfm alone, but what with another LXDE
components? LXDE team has very few developers. But since razor-qt has
not too many developers too and they have the same goals (not build
monstrous integrated complex but rather a desktop toolkit) I think it
would be beneficial for both teams to join forces. And sin&lt;/pre&gt;</description>
    <dc:creator>Petr Vaněk</dc:creator>
    <dc:date>2013-04-25T14:11:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3329">
    <title>Re: [Lxde-i18n] [Pcmanfm-develop] sourceforge...</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3329</link>
    <description>&lt;pre&gt;
What about GitHub or Bitbucket?

--
Adolfo

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Adolfo Jayme Barrientos</dc:creator>
    <dc:date>2013-04-21T19:33:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3328">
    <title>Re: [razor-qt] Update for LXDE-Qt - Current Status</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3328</link>
    <description>&lt;pre&gt;
On Thursday, 2013-05-16, Kevin Krammer wrote:

But QIconLoader already does that.

Cheers,
Kevin

&lt;/pre&gt;</description>
    <dc:creator>Kevin Krammer</dc:creator>
    <dc:date>2013-05-16T17:32:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3327">
    <title>Re: [razor-qt] Re: PCManFM Qt 0.1.0 released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3327</link>
    <description>&lt;pre&gt;

Only on Unix though, but I guess that is of little concern to Unix desktop 
environment projects :)


I always like the idea of GVFS mount daemons. I think that a Qt based 
implementation of at least the client library would make a nice official Qt 
addon, that is, assuming that a couple of the mount daemons can be made 
crossplatform.

Basically getting remote file access available on all Qt supported platforms, 
even on those that do not support it themselves.

When GVFS was introduced I investigated the option of implementing the 
protocol using Qt native facilities, but at that time maintainer Alexander 
Larsson said that the protocol wasn't stable enought yet.


KIO will be one of the KDE frameworks rated as Solution, i.e. depends on 
runtime services (just like GVFS), but it has very little other dependencies.

Cheers,
Kevin
&lt;/pre&gt;</description>
    <dc:creator>Kevin Krammer</dc:creator>
    <dc:date>2013-04-28T15:18:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3326">
    <title>Re: LXDE accessibility</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3326</link>
    <description>&lt;pre&gt;hello Fernando and all,

I would love to give my configurations to whom ever would like them. 
Please send me an email and i will let you know everything that I have 
done to make it work. I would much  rather have upstream have all of the 
changes. I just made a quick version to see if it could be done.

On 04/30/2013 06:28 PM, Fernando Botelho wrote:


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Jonathan Nadeau</dc:creator>
    <dc:date>2013-04-30T23:49:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3325">
    <title>Re: [razor-qt] Merge teams for the best. (was: LXDEFORK, was: PCManFM Qt 0.1.0 released)</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3325</link>
    <description>&lt;pre&gt;

I doubt that many Qt applications use GIO, due to most of the library's 
functionality already being present in Qt itself.

GVFS however, could be really interesting. I wonder how much work it would be 
to implement the client side parts of GVFS in Qt terms.

Cheers,
Kevin
&lt;/pre&gt;</description>
    <dc:creator>Kevin Krammer</dc:creator>
    <dc:date>2013-04-28T15:21:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3324">
    <title>Re: [razor-qt] Re: PCManFM Qt 0.1.0 released.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3324</link>
    <description>&lt;pre&gt;

Interesting, didn't know about that one. Still a wrapper though, i.e. would 
still need GLib event loop integration which is only available in the Qt unix 
event dispatcher.


Right, knew about that one. Not the best approach IMHO.


Both GVFS mount daemons as well as KIO slaves operate as separate processes, 
communicating with the applications using (Unix domain) sockets and D-Bus.
The sockets are as always a perfect dependency and license barrier, a client 
can always use a totally different implementation than the "server" (GVFS 
mount daemon or KIO slave)


Sure, but why would one use a library based on a different technology stack if 
the actual API is the protocol on the socket?
It is like wrapping dbus-glib instead of either using the low-level protocol 
library (like Qt did) or implementing the protocol directly (e.g. Java, Mono, 
etc, did that).


And it would be as pointless as wrapping a C application library. There are 
major differences in APIs on whether they are intended for other library 
&lt;/pre&gt;</description>
    <dc:creator>Kevin Krammer</dc:creator>
    <dc:date>2013-04-30T16:48:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3323">
    <title>lxde search tool</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3323</link>
    <description>&lt;pre&gt;I think LXDE is a fantastic DE.
Just one thing miss.
Should be extremely useful a search tool or a semantic launcher like
synapse integrated in the main menu.
I hope this suggestion could be considered for next development.
Best regards.

Stefano Paoli
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d&lt;/pre&gt;</description>
    <dc:creator>Stefano Paoli</dc:creator>
    <dc:date>2013-04-29T08:28:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3321">
    <title>Re: [Pcmanfm-develop] Update for LXDE-Qt - CurrentStatus</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3321</link>
    <description>&lt;pre&gt;great thanks

On 05/18/2013 08:15 AM, PCMan wrote:


------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Jonathan Nadeau</dc:creator>
    <dc:date>2013-05-18T15:50:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3320">
    <title>Re: [Pcmanfm-develop] Update for LXDE-Qt - CurrentStatus</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.lxde.devel/3320</link>
    <description>&lt;pre&gt;
Just git clone the lxde-common-qt repo.
git clone git://lxde.git.sourceforge.net/gitroot/lxde/lxde-common-qt

Make sure you installed lxsession, razor-panel, and pcmanfm-qt
Then do this in lxde-common-qt dir:
./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --disable-man
make
sudo make install

Then, you can select "LXDE-Qt" from your display manager such as gdm or lightdm.

By deafult it does not start Orca.
To get accessibility, you have to install qt atspi2 plugin and then launch orca.

For now, the LXDE Qt flavor is not comple, but things will improve.
Just stay tuned.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>PCMan</dc:creator>
    <dc:date>2013-05-18T12:15:46</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.desktop.lxde.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.desktop.lxde.devel</link>
  </textinput>
</rdf:RDF>
