Andrej N. Gritsenko | 5 May 2013 22:19
Picon

PCManFM's last added feature: desktop entry properties editing.

    Hello there!

    Last feature that is included into 1.2 branch (which is in heavy
developing still) - desktop entry properties editing. This feature is
accessible when you right-click some file and select 'Properties' in
context menu popup. It looks the same as before for any file but some
desktop entry file. For desktop entry file the icon becomes clickable,
name becomes editable, and there will be one more tab 'Desktop Entry'
where all other properties (command to execute, flags to open in the
terminal, etc.) can be changed. This just makes applications such as
LxShortcut literally irrelevant - you can create or edit desktop entry
file directly in some directory (on your Desktop for example).

    Everyone is welcomed to test it and give all possible feedback. All
the code is in master branch of libfm. Any feedback is appreciated.

    Next thing that is in development is turning PCManFM into the main
menu editor - it will allow adding, deleting, renaming, moving anything
in any of subfolders of Applications folder. I believe it was a long
waiting feature. Stay tuned. :)

    Andriy.

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
(Continue reading)

pcman.tw | 28 Apr 2013 18:27
Picon

Re: [razor-qt] Re: PCManFM Qt 0.1.0 released.

anda... <at> gmail.com於 2013年4月28日星期日UTC+8下午11時18分14秒寫道:

On Sunday, 2013-04-28, PCMan wrote:

> About gvfs, I'll keep using it for now. Mixing GIO and Qt works
> perfectly and Qt has built-in glib integration.

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

> Gvfs has more and more backends and many of them has no FUSE-based
> equivalence.

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.

IIRC, there was some attempt in the past to make it work with Qt.

And there was also some work to make KIO slave work with Gtk+.

None of them seems to be active, though.
 

> An alternative would be to use KDE's KIO slave, if you're OK
> with the KDE dependencies.

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.

Really glad to hear that!! It's a long awaited feature.
Gvfs, however, has one thing that always beat KIO slave.
It's implemented in plain C and can hence be usable from nearly any programs.
C++ APIs, like KDE ones, are hard to use in C programs.
Creating a C wrapper around a C++ library is really a boring task and I guess nobody will want to do it.
So, I personally prefer C-based libraries in this case.
Unleass there can be a pure C implementation of the KIO protocol or a thin C wrapper for the C++ API it projects, it's difficult to use KIO in Gtk/Gnome programs.
 

Cheers,
Kevin
--
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Pcmanfm-develop mailing list
Pcmanfm-develop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
Andrej N. Gritsenko | 26 Apr 2013 17:17
Picon

Re: Merge teams for the best. (was: LXDE FORK, was: PCManFM Qt 0.1.0 released)

    Hello!

Jerome Leclanche has written on Friday, 26 April, at  0:26:
>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.

    I've joined #razor-qt <at> freenode today and we got to conclusion that it
would be good if LXDE developers subscribe to razor-qt <at> googlegroups.com
mailing list and razor-qt developers to lxde-list <at> lists.sourceforge.net,
it will be good as next step of further co-operation.

    Thank you in advance.

    Andriy.

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
Andrej N. Gritsenko | 26 Apr 2013 15:54
Picon

Re: Merge teams for the best. (was: LXDE FORK, was: PCManFM Qt 0.1.0 released)

    Hello!

gary sheppard has written on Thursday, 25 April, at 16:06:
>What effect will all of these new features have on memory, and CPU usage
>for pcmanfm 1.2 beta?

    At least we refuse feature requests that can affect responsiveness
(i.e. CPU usage), only optional functionality (thru context menu for
example) being added there. Only feature which will affect CPU will be
plugins system which is planned but I'll do it as much as possible on
idle to not affect responsiveness. A tiny bit increased memory usage is
unavoidable unfortunately, because new features execution code and data
will consume the memory, but I believe it will be really just a tiny bit.

>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?

    As much I can say, GTK3 version consumes 20-30% more memory than GTK2
one. PCMan told me Qt consumption lies between those two and I have no
reasons to doubt. I didn't make any CPU usage tests on them though, it
will require good testing plan and number of repeated tests to get all
the statistics. I'm not much good in that.

>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.

    It's why we have to make a decision now which toolkit we will use
when GTK2 will be abandoned. It is not abandoned now, just because a lot
of things still use it - a whole DE such as XFCE for example. But yes, it
will be abandoned eventually. So discussed this we got to agreement that
Qt is much better as second toolkit to future migration than GTK3 is.

>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.

    Thank you very much.

    Cheers!
    Andriy.

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
Andrej N. Gritsenko | 26 Apr 2013 00:04
Picon

Merge teams for the best. (was: LXDE FORK, was: PCManFM Qt 0.1.0 released)

    Hello!

    I reply to two letters in our mailing lists because they are linked
by the theme but subjects of them weren't so clear on theme.

Alexis López Zubieta has written on Thursday, 25 April, at 12:01:
>I would like to clarify that the reason of this thread is not to fork 
>LXDE or Razor-qt instead we are inviting you and the Razor-qt community 
>to join us in order to make a better product. Both of you are making a 
>lightweight desktop environment (now on LW DE) for those that need it.

>I live in Cuba a third world country, as such we can't buy every year 
>the last computer model for our schools, business and homes so we have 
>to use what we have at maximum, thats why we (the Nova Project) are 
>interested in developing a LW DE. We have many users with Pentium III at 
>700 MHz with 128 MB of RAM those are our stakeholders (the people who is 
>going to use our product). But we have another limitation most of you 
>have an advanced knowledge of computing, those people has none, so all 
>the basic functionalities must be a simple thing to do, we can't ask to 
>such user to open a terminal. As you can see the task that we have isn't 
>simple at all. And this situation is common in every third world 
>country, those who has the major part of the world population. So what 
>we do is important for a lot of people.

>That's why we are so interested in join forces with you and with 
>Razor-Qt. I don't pretend that you to recode everything, my intention is 
>to call you guys realize that you are no making an experimental project 
>or a toy you are making critical systems (for the major part of the 
>world). Thats why I invite you to review what you have done and what you 
>can do now on, you also should think in what we can do working spited 
>and what we can achieve together.

>Andrej N. Gritsenko, Julien Lavergne, PCMan and the rest that think in 
>the integration of the different communities as an opportunity please 
>step in and lets make a formal proposal to the communities, to state our 
>points in a more compressible way. Can I count on you?

    I believe our goals are similar. At least what I always wanted from
DE? It should be:

1) lightweight: it should not be slow in any way on netbooks for example
2) easy to use: I should do anything with just few keypresses (or mouse
clicks for those who loves to hug their rats:)
3) comfortable: it should have some default settings to be nice for new
users without terminal tricks and in the same time let me change every
element of my desktop system if I am advanced user
4) modular: I should have the possibility to construct my desktop from
some elements if I want that

Also I know that accessibility is really thing which is required and it
even more important than any bells and whistles because those people who
need accessibility are more dependent on those things than we are.

You stated above what are computers your people have so let it be the
requirements which we have to support, i.e. LW DE should work fine on
them. I believe that is possible - my main desktop was 450 MHz Celeron
with 128 MB RAM just 4 years ago and it worked fine with KDE 3.5. It
started non momentally of course but I was able to watch movies, surf
internet with Firefox, edit documents, etc. I don't see any reason that
shouldn't be possible today.

And in other letter, Petr Vaněk has written on Thursday, 25 April, at 16:11:
>hi all,
>I'm one of Razor committers.
>
>On 4/24/13 10:59 PM, Andrej N. Gritsenko wrote:
>> This would be just wonderful to have you joining forces. I've started the thread with idea to join
>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 since you want
>something alike, that sound very promicing. But we should get razor-qt
>voices first I believe. From LXDE side - I and PCMan support the idea,
>some other developers aren't sure yet. Andriy.

>The idea is great for sure. For me, personally, is the Qt way to go
>because of its "ease of development" style for applications. I can
>compare it briefly myself as my patches probably live in Evolution (Gtk
>mail client) and it was quite hard core school of GUI programming ;)
>Since then I live with Qt as mi choice.

    I still write libfm, libfm-gtk, and pcmanfm with glib and gtk base. I
given up the GTK3 support due to reasons I mentioned before - there is
still support for GTK3 up to 3.4 but I hardly will even try to adapt it
to newer versions, even if users will ask me. But I belive GTK2 support
is something we still have to have. At least because some old systems may
(and will) work easier with gtk2. And also because some users may don't
wish to install Qt just because they use exclusively Gtk applications
otherwise.

>I'd like to hear your ideas of cooperation/integration for sure.

    As I already said, together people may do much more than splitted.
Since we decided to give up GTK3 support, we want to have lightweight DE
based on two toolkits - GTK2 for old or small systems (Debian Squeeze on
Celeron II, Raspberry Pi, etc., etc.) and Qt for more modern systems to
allow more flexibility. I do not ask Razor people to start develop GTK
applications and don't ask LXDE people to start develop Qt applications
but everyone can help others such way GTK version will get features it
misses now and Qt version will get features it misses. Everyone in both
camps have own zone of knowledge and working together may make it better.
Of course, everyone will more or less get new knowledge but I don't see
anything bad in that.

>I'm little bit afraid of one thing in potential merging. I think it
>would be more "philosophical" clash of users than real usage affects.
>Current LXDE users might raise their voice with: "down with Qt, we want
>Gtk" because they don't understand (and they don't need to understand of
>course) the easiness of development etc. It can be quite hazard for name
>of LXDE.

    It's what I want - just don't give up Gtk, at least until it will be
abandoned by their creators and major distros. I.e. we have LXDE which is
GTK2 based and Razor-Qt which is Qt based, but both have near the same
number of similar feature components (they are different for now but will
be closer and closer with time). Only developers will know those DE are
close one to other, users will see Gtk one and Qt one so no concerns are
raised.

>On the other side I don't see any point against the move.

>Here are some unordered thoughts about Qt world of Razor:

>- Currently we are using Qt4 with initial preparation for switch to
>Qt5 (which would be quite easy).
>- With Qt5 the Qt libraries are even more modularized tan in Qt4.
>- KDE guys are working on so called "frameworks" = KDE technologies
>and libraries split to *independent* modules mostly (where possible)
>integrated into Qt itself.
>    - the independency should be real, meaning - no cross dependencies
>between frameworks and also no global packages in distributions
>    - which means we could use eg. Solid (hardware info framework -
>batteries, automounting, ...) in Razor instead our own backends because
>Solid is much more tested and it works on almost all platforms while we
>are stuck in udisk/udisk2 only.

    Many Qt applications still use GIO so why not use gvfs then? And some
things may be done via libfm which also uses gio/gvfs. When I prepared
release 1.0.0 I get rid of every memory leak so it should be memory safe
for now, valgrind finds no problems so far.

    Anyway, I'm not going to learn more Qt in nearest future because I
have to bring libfm and pcmanfm to 1.2-beta state (there are huge number
of features to implement for 1.2 series, I want to clear FR tracker as
much as possible).

    Cheers!
    Andriy.

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Pcmanfm-develop mailing list
Pcmanfm-develop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
Andrej N. Gritsenko | 24 Apr 2013 15:55
Picon

Re: PCManFM Qt 0.1.0 released.

    Hello!

Abdurrahman AVCI has written on Tuesday, 23 April, at 13:39:
>23 Nisan 2013 Salı 10:44:52 UTC tarihinde Andriy G yazdı:
>>     Well, that shouldn't be too big problem. I believe it shouldn't take
>> too much efforts to support both GTK2 and Qt versions to honor GTK2 users.
>> Why I don't talk about GTK3? Many of you know GTK3 is a lot more buggy
>> and resourse consuming. And less of you know about another GTK3 problem:
>> they tend to change APIs too much and too fast. For example, last night I
>> did researches to implement some new plugin into libfm-gtk. And what I
>> see? Let's say, class GtkVBox. In GTK 3.0 they've marked it deprecated
>> and suggested to use newly created GtkBox. In GTK 3.2 they've created new
>> GtkGrid class and in 3.4 they've deprecated GtkBox as well telling to use
>> GtkGrid. What will be next? They deprecate GtkGrid in a year or too? So
>> who knows if applications designed for GTK 3.0 can be even compiled in
>> mere year or two without lots of workarounds and conditionals? I wouldn't
>> be so sure. But what about Qt, BTW, is its API somewhat stable? At least
>> I strongly want libfm to be compatible with libraries of year 2010 - it's
>> glib 2.22 for example. The Qt was 4.5.4 at that time. Is it possible or
>> hard to have things compatible with both Qt 4.5.4 and with latest one?

>Qt doesn't break API or ABI compatility within the lifetime of a major 
>release.
>So, conceptually if you have a program that compiled with Qt 4.0 (circa 
>2005),
>it should compile fine with Qt 4.8.4, the latest Qt4 release. Only new 
>stuff 
>added during minor releases, nothing removed or broken.

>In fact Qt5 doesn't break the API much either, so you can have an 
>application 
>that compiles with Qt4 and Qt5 with minimal ifdefs. 

    Thank you very much for clarification. That's great thing for the
development and application life.

>> >Instead of having two incomplete DEs, at least we can have a really good
>> one.

>>     Exactly my thoughts. :)

    So what do we have now? I would like to hear from razor-qt guys what
they think about the idea to merge our efforts and teams to make LXDE and
razor-qt camps the one. I mean LXDE and razor-qt to be similar things but
just based on different toolkits - GTK2 for LXDE and Qt for razor-qt.
This way the razor guys will affect quality of GTK2 versions and lxde
guys will give Qt versions of missing parts (file manager for example).
As I said a bit earlier, two teams together is definitely more than just
sum of two and you all know that.

    With the best wishes.
    Andriy.

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Pcmanfm-develop mailing list
Pcmanfm-develop <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop
Andrej N. Gritsenko | 18 Apr 2013 02:20
Picon

sourceforge...

    Hello!

    The sourceforge.net recently migrates to new platform named Allura.
They offered to migrate earlier and now they want to migrate everyone.
Unfortunately, the new platform is more toy than tool. The GIT browser is
bloated and slow, still have part of information hidden. The bugtracker
is simplified a lot, with 'Category' field removed (so no possibility to
filter lxdm bugs from lxpanel ones and so on anymore), without a filter
chooser (there is a possibility to set a filter but it requires a lot of
keyboard typing and tracker inspection to set a simple filter). And that
I found just by a short look, there may be some more problems. So may be
we will need a migration out from sourceforge if they wouldn't leave old
platform still running for selected projects. We have GIT, bugtracker,
and mailing lists hosted at sourceforge. The migration of bugtracker can
be a headache though.

    Any thoughts on this?

    With best wishes.
    Andriy.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
BGINFO4X | 9 Apr 2013 17:37

pcmanfm --get-wallpaper question

Hello,

After resolving the issue about pcmanfm --set-wallpaper, I have
another question:

I see that the wallpaper configuration file location is saved in
pcmanfm.conf (wallpaper=/folder/folder/file.png).

Is there anyway to get the wallpaper file (FDQN) using a command ?

Something similar to: pcmanfm --get-wallpaper , I couldn't find anything.

Thanks a lot.

##########################

2013/4/3 BGINFO4X <bginfo4x <at> kztsoftware.com>:
>>> The file is situated in the "wallpaper directory".
>>> I tested with a full path, and the command doesn't work:
>>>
>>> pcmanfm --set-wallpaper=/usr/share/lubuntu/wallpaper/test.png
>>> pcmanfm -w /usr/share/lubuntu/wallpaper/test.png
>>
>>
>> What's the permissions of the file?
>
> The permissions are OK, read only is enough (tested).
>
>>
>> Does it work if you set it as background via the desktop settings dialog?
>
> No, it doesn't. I suppose that for "some reason" the "wallpaper
> changer" was hanged.
>
> I have logout and after login, all the following commands work (you
> need to put the full path of the wallpaper):
>
> pcmanfm --set-wallpaper=/usr/share/lubuntu/wallpaper/test.png
> pcmanfm --set-wallpaper /usr/share/lubuntu/wallpaper/test.png
> pcmanfm -w /usr/share/lubuntu/wallpaper/test.png
>
>> Have you tried setting another file (e.g. some other file from
>> /usr/share/lubuntu/wallpapers/*)?
>>
>
> Good test.
> I didn't. I was obfuscated with the problem itself (sintaxis, ...).
> But the problem was that the "changer" was hanged for some reason that
> I can't identify.
>
>> Btw. in my installation the folder is named 'wallpapers' and not
>> 'wallpaper'.
>>
>> - Jonas
>
> The location of the folder is not important. For example, this
> sentence works (if you have read access):
>
> pcmanfm -w /home/k/Desktop/GNOME-Foresight_1280x1024.jpg
>
> Thanks a lot for your time.
>
> Regards.

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
BGINFO4X | 3 Apr 2013 18:53

Re: Fwd: pcmanfm --set-wallpaper question

>> The file is situated in the "wallpaper directory".
>> I tested with a full path, and the command doesn't work:
>>
>> pcmanfm --set-wallpaper=/usr/share/lubuntu/wallpaper/test.png
>> pcmanfm -w /usr/share/lubuntu/wallpaper/test.png
>
>
> What's the permissions of the file?

The permissions are OK, read only is enough (tested).

>
> Does it work if you set it as background via the desktop settings dialog?

No, it doesn't. I suppose that for "some reason" the "wallpaper
changer" was hanged.

I have logout and after login, all the following commands work (you
need to put the full path of the wallpaper):

pcmanfm --set-wallpaper=/usr/share/lubuntu/wallpaper/test.png
pcmanfm --set-wallpaper /usr/share/lubuntu/wallpaper/test.png
pcmanfm -w /usr/share/lubuntu/wallpaper/test.png

> Have you tried setting another file (e.g. some other file from
> /usr/share/lubuntu/wallpapers/*)?
>

Good test.
I didn't. I was obfuscated with the problem itself (sintaxis, ...).
But the problem was that the "changer" was hanged for some reason that
I can't identify.

> Btw. in my installation the folder is named 'wallpapers' and not
> 'wallpaper'.
>
> - Jonas

The location of the folder is not important. For example, this
sentence works (if you have read access):

pcmanfm -w /home/k/Desktop/GNOME-Foresight_1280x1024.jpg

Thanks a lot for your time.

Regards.

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
BGINFO4X | 2 Apr 2013 18:49

Fwd: pcmanfm --set-wallpaper question

Hello to all,

I sent this email last week to the user list with no luck. Can you help me?

I'm using lubuntu 12.10, and I'm trying to change the wallpaper with
commandline.

The command used is:

pcmanfm --set-wallpaper=test.png

I can't find the correct way to perform the operation. I'm doing
something wrong?
Is it possible to change the walllpaper with the commandline ?

Any help is welcome.

Thanks a lot.

------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
PCMan | 24 Mar 2013 18:37
Picon

I'm going to release pcmanfm-qt 0.1.

Hello,
The current code in git works well enough.
After some testing, I'd like to make the first public release of
PCManFM Qt port.
It will not contain thubmanil support because this requires some API
changes of upstream libfm library. In April, there should be a new
release of libfm. So it's the right time for pcmanfm-qt to have
another new release with thumbnail support.
If there are no objections, I'll make the new release soon.
Thank you.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Gmane