<?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.xfce.devel.version4">
    <title>gmane.comp.desktop.xfce.devel.version4</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4</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.xfce.devel.version4/20464"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20463"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20462"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20461"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20460"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20459"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20458"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20457"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20456"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20455"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20454"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20453"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20452"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20451"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20450"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20449"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20448"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20447"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20446"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20445"/>
      </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.xfce.devel.version4/20464">
    <title>Re: First gtk3 results</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20464</link>
    <description>&lt;pre&gt;
Ran awk '/Pss:/{ sum += $2 } END { print sum }' /proc/$(pidof 
thunar)/smaps

for Thunar gtk2 this gives 10908, for gtk3 14524

Nick

Ps, ps_mem also uses the Pss value from smaps.
&lt;/pre&gt;</description>
    <dc:creator>Nick Schermer</dc:creator>
    <dc:date>2012-05-16T15:37:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20463">
    <title>Re: First gtk3 results</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20463</link>
    <description>&lt;pre&gt;
can you post PSS usage?

you can get Pss from /proc/&amp;lt;pid&amp;gt;/smaps. Add all the rows that start with 
Pss: up. There's a tool called 'memuse' around that does it for you.

Auke
&lt;/pre&gt;</description>
    <dc:creator>Auke Kok</dc:creator>
    <dc:date>2012-05-16T03:40:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20462">
    <title>Re: First gtk3 results</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20462</link>
    <description>&lt;pre&gt;
Thunar is now also working in gtk3, or at least, parts of it 
(exo-icon-view is not working). Results are more or less equal: a size 
difference of ~2.5 MiB. Independent of the number of files used.

  7.2 MiB +   2.1 MiB =   9.3 MiB thunar (gtk3, 15 files)
  5.2 MiB +   1.5 MiB =   6.7 MiB thunar (gtk2, 15 files)

10.9 MiB +   2.1 MiB =  13.1 MiB thunar (gtk3, 1680 files)
  9.1 MiB +   1.5 MiB =  10.6 MiB thunar (gtk2, 1680 files)

The shared size will also drop a bit more if we port more gtk3 apps 
that use the xfce libraries.

Speed feels more or less the same (hard to measure that on an i7 ;-).

Nick
&lt;/pre&gt;</description>
    <dc:creator>Nick Schermer</dc:creator>
    <dc:date>2012-05-15T20:43:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20461">
    <title>Getting started with development, helping out the project</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20461</link>
    <description>&lt;pre&gt;Dear XFCE4-dev mailing list subscribers!

I have decided to help out the project, as I want to gather more
experience, and want to make XFCE better. First, I'm pretty sure that
one can't just jump into the middle of coding, there is a road to
that. The first thing I've done after checking the website, was
looking through the "Getting Involved" information. Sadly, the
development and bug fixing part is pretty short, not that informative.

So I would like to ask you. How could I start helping out the project?
Like sorting out bugs, reviewing them, mark them for review/close, and
so on.

Thanks in advance.
Best regards,
(john- on IRC)
&lt;/pre&gt;</description>
    <dc:creator>Zsolt Peter Basak</dc:creator>
    <dc:date>2012-05-14T07:56:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20460">
    <title>Typo in docs.xfce.org</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20460</link>
    <description>&lt;pre&gt;Hi,

There is a typo in http://docs.xfce.org/xfce/xfce4-session/advanced.
(due to the docwiki syntax).


'--' is replaced with '–' in '--with-ck-launch'.

Thx
&lt;/pre&gt;</description>
    <dc:creator>Masato Hashimoto</dc:creator>
    <dc:date>2012-05-12T03:31:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20459">
    <title>Revive panel plugins HIG</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20459</link>
    <description>&lt;pre&gt;Hi,

i'd like to revive/finish the discussion about panel plugins HIG that
started here : http://wiki.xfce.org/de/panel-hig (i suppose de was
meant to be 'dev') and seems to have resulted in
https://wiki.xfce.org/dev/hig/panel-plugins, but apparently not all
information was merged here. I've added a section about the new
features/possibilities given by panel 4.10 here :
https://wiki.xfce.org/dev/hig/panel-plugins?&amp;amp;#panel_properties . That
chunk is to be discussed here on the ml, on the wiki or on irc..

Now there are so many configuration possibilities (size * mode *
nrows..), and so many different levels of maintained plugins that it
becomes a real mess to get a consistent look &amp;amp; behaviour between
various plugins. I've started revamping battery &amp;amp; diskperf plugin UI,
but if we manage to settle on something i'll happily modify the
plugins where i have write access so that they comply to some sort of
HIG.

Landry

Ps; this is not a 'please add your feature request here' mail.
&lt;/pre&gt;</description>
    <dc:creator>Landry Breuil</dc:creator>
    <dc:date>2012-05-08T19:38:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20458">
    <title>xfce4-settings: Circular scrolling.</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20458</link>
    <description>&lt;pre&gt;Hi devs,

I created a feature branch for xfce4-settings. "peter/circularscrolling".
This branch includes an addition to the mouse settings to enable
circular scrolling.
Since this would give 4 options for scrolling I also changed the UI
from radio buttons to a combo box.

The technical implementation is a followed:
If circular scrolling is selected and horizontal scrolling isn't. The
synpatics settings "Synaptics Circular Scrolling" is set to 1 and
"Synaptics Circular Scrolling Trigger" is set to 0 (any edge).
If circular scrolling and horizontal scrolling is selected. The
synpatics settings "Synaptics Circular Scrolling" is set to 1,
"Synaptics Circular Scrolling Trigger" is set to 3 (right edge) and
"Synaptics Edge Scrolling" is set to [0 1 0] (Only horizontal
scrolling).

Does anyone have objections if I merge this into trunk?
I'm planning to merge this on Thursday.

Regards,
Peter
&lt;/pre&gt;</description>
    <dc:creator>Peter de Ridder</dc:creator>
    <dc:date>2012-05-08T18:11:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20457">
    <title>[RFC] [PATCH] Option to show blinking buttons from all workspaces inWindow Button</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20457</link>
    <description>&lt;pre&gt;Hello,

[Resending as I used the wrong email for the list)

I think Xfce used to have this feature (a long time ago or maybe I'm just
confused) where you could have blinking buttons for urgent windows which
are not in your current workspace.

Right now, blinking buttons only works if (or'ed):
- the urgent window is in your current workspace
- you have the "Show windows from all workspaces or viewports" enabled

There's even a bug open regarding this issue:
https://bugzilla.xfce.org/show_bug.cgi?id=6150

I also recall the "blinking on all workspaces" code was removed as some
people didn't really appreciate this feature.  Specially given it wasn't
an option: it was the standard behavior, whether you'd like it or not.

I've never hacked Xfce or anything remotely gtk/X related so bear that
in mind when you read the following...

I've cloned xfce4-panel from git and created a patch to fix this.

Right now, it's an optional feature (disabled by default) called "Show
all blinking windows" (for a lack of creativity&lt;/pre&gt;</description>
    <dc:creator>Mathieu Chouquet-Stringer</dc:creator>
    <dc:date>2012-05-08T16:28:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20456">
    <title>Re: cleaning up xfce-dev-tools</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20456</link>
    <description>&lt;pre&gt;On Tue, 08 May 2012 15:27:16 +0200
Nick Schermer &amp;lt;nick&amp;lt; at &amp;gt;xfce.org&amp;gt; wrote:



Not that I know.

I was more thinking of a cleanup as in remove code that does not really
need to be there.

-nc
&lt;/pre&gt;</description>
    <dc:creator>Natanael Copa</dc:creator>
    <dc:date>2012-05-08T14:25:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20455">
    <title>Re: cleaning up xfce-dev-tools</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20455</link>
    <description>&lt;pre&gt;On Tue, 08 May 2012 13:20:33 +0000
Jannis Pohlmann &amp;lt;jannis&amp;lt; at &amp;gt;xfce.org&amp;gt; wrote:
 

1) Because I have wanted to contribute to xfce long time. But every time
i get demotivated but the .in.in. Its just so ugly and does not inspire
to write clean and efficient code. (autotools is ugly enough)

2) Packagers once in a while need to patch things. When patching the
general rules are:
* If upstream has fixed the issue, use that patch rather than reinvent.
* Don't patch generated code. Fix the stuff that generates code.
* Get you patch accepted upstream
  - send them a patch they simply can apply at first sight without any
    rework (otherwise the reported bug tend to remain unresolved for
    much longer time)

None of those are possible when configure.in.in is involved.

3) I like clean and efficient code.


Ok. That makes it easy.

Please at least ship the .in.in files with the tarballs.

-nc
&lt;/pre&gt;</description>
    <dc:creator>Natanael Copa</dc:creator>
    <dc:date>2012-05-08T14:13:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20454">
    <title>Re: cleaning up xfce-dev-tools</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20454</link>
    <description>&lt;pre&gt;
Is there a case where the released packages are broken?

Nick
&lt;/pre&gt;</description>
    <dc:creator>Nick Schermer</dc:creator>
    <dc:date>2012-05-08T13:27:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20453">
    <title>Re: cleaning up xfce-dev-tools</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20453</link>
    <description>&lt;pre&gt;
On Tue, 8 May 2012 15:02:09 +0200, Natanael Copa &amp;lt;ncopa&amp;lt; at &amp;gt;alpinelinux.org&amp;gt;
wrote:

First and foremost I'd like to hear *why* you feel an "urgent need"
to do this and what is bothering you about the .ac.in, .in.in files.

With no good reasons provided I think your "how do you want it
to work?" question is easily answered with: exactly the way it works
at the moment. ;)

  - Jannis
&lt;/pre&gt;</description>
    <dc:creator>Jannis Pohlmann</dc:creator>
    <dc:date>2012-05-08T13:20:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20452">
    <title>cleaning up xfce-dev-tools</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20452</link>
    <description>&lt;pre&gt;Hi,

I feel an urgent need to clean up xfce-dev-tools a bit and get
completely rid of the .{ac,in}.in. Only use .ac (or .in).

I could probably help with cleaning things up but I need to know:
How do you guys want it to work?

I know you want git version string baked into the version string
without editing configure.ac every commit and I know you want the
LINGUAS stuff be dynamic and I have some ideas.

Any suggestions for an API? (we need be backwards compat so we dont
break existing configure.in.in)

While here, maybe replace XDT_CHECK_PACKAGE with PKG_CHECK_MODULE too
(or reimplement XDT_CHECK_PACKAGE to use PKG_CHECK_MODULE)?

Thanks!

-nc
&lt;/pre&gt;</description>
    <dc:creator>Natanael Copa</dc:creator>
    <dc:date>2012-05-08T13:02:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20451">
    <title>Systemd / Udev (was: [Xfce 4.12] Roadmap and Features)</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20451</link>
    <description>&lt;pre&gt;Johannes Lips johannes.lips at googlemail.com 
Mon May 7 23:26:19 CEST 2012

Xfce 4.12 maybe has to remove ConsoleKit/PolicyKit, and later udev …

We promototed those features at CLT 2012 for Xfce 4.8 (and coming Xfce
4.10). The world is ruling faster and faster, features are coming,
features have to go in favour of new ones. Some questions would stay
what's a bug in that case. Udev is going to be implemented into Systemd
sources, at least for now already what decisions belong to upstream
development and VCS.


+1

This is a good argument to start forks that nobody needs. I don't want
to mention a special distributions branch or any direction of
evangelism.


No problem. It's a free world with free minds. :)

- Raphael

_______________________________________________
Xfce4-dev mailing list
Xfce4-dev&amp;lt; at &amp;gt;xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-dev&lt;/pre&gt;</description>
    <dc:creator>Raphael Groner</dc:creator>
    <dc:date>2012-05-08T12:58:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20450">
    <title>Re: [Xfce 4.12] Roadmap and Features</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20450</link>
    <description>&lt;pre&gt;Maximilien Noal noal.maximilien at gmail.com 
Tue May 8 13:50:25 CEST 2012

On 05/06/2012 11:47 PM, Guido Berhoerster
wrote:
Good. Because I do not want systemd or PulseAudio on my Arch...

+1

As others and me have mentioned already here on the ML and in the RFE
bug report [0], support for Systemd should stay optional, however these
could be solved technically. Please try to stay as undependend as
possible! That was a main reason for me to use Xfce in past. :)

[0] https://bugzilla.xfce.org/show_bug.cgi?id=8729
&lt;/pre&gt;</description>
    <dc:creator>Raphael Groner</dc:creator>
    <dc:date>2012-05-08T12:47:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20449">
    <title>Re: [Xfce 4.12] Roadmap and Features</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20449</link>
    <description>&lt;pre&gt;Good. Because I do not want systemd or PulseAudio on my Arch...
&lt;/pre&gt;</description>
    <dc:creator>Maximilien Noal</dc:creator>
    <dc:date>2012-05-08T11:50:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20448">
    <title>Re: [Xfce 4.12] Roadmap and Features</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20448</link>
    <description>&lt;pre&gt;On Mon, 07 May 2012 12:51:56 +0200
Nick Schermer &amp;lt;nick&amp;lt; at &amp;gt;xfce.org&amp;gt; wrote:
 

When it comes to gtk3 memory usage it would be nice to know:
* Are there any difference in gtk 3.0 and 3.4? (getting better or worse)
* Why does gtk3 use so much more memory compared to gtk2?
* What would it take to "fix" gtk3? Are the upstream devs working on it
  or they don't care?
* Is there something that can be done to reduce memory usage when
  porting applications?

As a distro builder I would prefer to not need both gtk2 *and* gtk3
because that would eat more memory than only using gtk3. The number of
applications not supporting gtk2 is increasing. Already for xfce-4.10 I
found it slightly inconvenient with gtk2.

-nc
&lt;/pre&gt;</description>
    <dc:creator>Natanael Copa</dc:creator>
    <dc:date>2012-05-08T11:21:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20447">
    <title>Re: [Xfce 4.12] Roadmap and Features</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20447</link>
    <description>&lt;pre&gt;This was just an example where functionality was removed for BSD Users 
because Xfce switched to udev and removed HAL.
I did not say that Xfce should only support systemd and drop support for 
all other existing platforms, but only wanted to show that there were 
situations in the past were Xfce moved some things to linux-only.
I am fully aware that optional support for all existing init-systems and 
frameworks for session management and permissions.
Sorry if I sounded too blunt!



Johannes
&lt;/pre&gt;</description>
    <dc:creator>Johannes Lips</dc:creator>
    <dc:date>2012-05-07T21:26:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20446">
    <title>Re: [Xfce 4.12] Roadmap and Features</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20446</link>
    <description>&lt;pre&gt;Le 7 mai 2012 16:38, "Johannes Lips" &amp;lt;johannes.lips&amp;lt; at &amp;gt;googlemail.com&amp;gt; a
écrit :
from going the linux road further.

This clearly shows you have no idea what you're talking about, xfce works
perfectly fine on BSD. And this doesnt prevent adding optional support for
"the new linux-only init system of the year".

Landry
_______________________________________________
Xfce4-dev mailing list
Xfce4-dev&amp;lt; at &amp;gt;xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-dev&lt;/pre&gt;</description>
    <dc:creator>Landry Breuil</dc:creator>
    <dc:date>2012-05-07T20:49:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20445">
    <title>Re: First gtk3 results</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20445</link>
    <description>&lt;pre&gt;
Agreed, maybe that's something which could be discussed on a GTK+ bug?

&lt;/pre&gt;</description>
    <dc:creator>Yves-Alexis Perez</dc:creator>
    <dc:date>2012-05-07T18:02:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20444">
    <title>Re: [Xfce 4.12] Roadmap and Features</title>
    <link>http://permalink.gmane.org/gmane.comp.desktop.xfce.devel.version4/20444</link>
    <description>&lt;pre&gt;Well if that's the only reason, I could easily change this :-P

Johannes
&lt;/pre&gt;</description>
    <dc:creator>Johannes Lips</dc:creator>
    <dc:date>2012-05-07T17:16:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.desktop.xfce.devel.version4">
    <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.xfce.devel.version4</link>
  </textinput>
</rdf:RDF>

