<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WM_CLASS window property on Linux in Desktop (Linux)</title>
    <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1427287#M4226</link>
    <description>&lt;P&gt;Yep. We are setting it in with XSetClassHint in the Spotify code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've talked to Marshall, the creator of CEF, and he gave me some pointers. The way we use CEF now, means CEF creates the top-level window, and there is no way to get the window handle after creation and before it is mapped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bitbucket.org/chromiumembedded/cef/src/1c06d8e3f55f21a3c7383e4f99fe30283200f118/libcef/browser/native/window_x11.cc?at=master&amp;amp;fileviewer=file-view-default#window_x11.cc-111" target="_blank"&gt;https://bitbucket.org/chromiumembedded/cef/src/1c06d8e3f55f21a3c7383e4f99fe30283200f118/libcef/browser/native/window_x11.cc?at=master&amp;amp;fileviewer=file-view-default#window_x11.cc-111&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will "soon" switch the desktop client to use CEF with the Views architecture instead, which means&amp;nbsp;the Chromium code will create and map the window. With Views there is a way to tell Chromium to set WM_CLASS correctly, by setting some widget parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cs.chromium.org/chromium/src/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc?q=wm_class_class&amp;amp;sq=package:chromium&amp;amp;dr=C&amp;amp;l=1274" target="_blank"&gt;https://cs.chromium.org/chromium/src/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc?q=wm_class_class&amp;amp;sq=package:chromium&amp;amp;dr=C&amp;amp;l=1274&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I kind of know how to fix it now in CEF when I have time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2016 21:37:53 GMT</pubDate>
    <dc:creator>jooon</dc:creator>
    <dc:date>2016-08-24T21:37:53Z</dc:date>
    <item>
      <title>WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1247042#M4213</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Device&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Linux&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Operating System Version&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Debian Stretch&amp;nbsp; (testing)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Spotify Version&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;1.0.17.75.g8f111100&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;Imposible to match Spotify window when it is created using WM_CLASS propety.&amp;nbsp; WM_CLASS property is not set early enough at startup.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To reproduce:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;In i3 WM try the following configuration and start spotify:&lt;/P&gt;&lt;PRE&gt;assign [class="Spotify"] 3&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;This should force Spotify to be assigned to workspace 3 but since the class property is not matched, the rule is ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Workaround:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;N/A&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Additional information&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;See &lt;A href="https://bbs.archlinux.org/viewtopic.php?id=204636" target="_blank"&gt;https://bbs.archlinux.org/viewtopic.php?id=204636&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2015 05:33:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1247042#M4213</guid>
      <dc:creator>jflombera</dc:creator>
      <dc:date>2015-11-30T05:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1248378#M4214</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/826891"&gt;@jflombera﻿&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've moved your issue into the Desktop help area.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the best place to get help and resolve issues in the Linux client.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adam.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 10:07:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1248378#M4214</guid>
      <dc:creator>Adam_B</dc:creator>
      <dc:date>2015-12-02T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1255678#M4215</link>
      <description>Is there any news regarding this issue? Thanks, Jose</description>
      <pubDate>Mon, 14 Dec 2015 05:58:25 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1255678#M4215</guid>
      <dc:creator>jflombera</dc:creator>
      <dc:date>2015-12-14T05:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1257604#M4216</link>
      <description>I`ve been having the same issue.&lt;BR /&gt;I am using i3-gaps on Arch linux and my configuration is just the same as yours.&lt;BR /&gt;Whenever I run Spotify from dmenu it starts on the current workspace.</description>
      <pubDate>Wed, 16 Dec 2015 18:54:47 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1257604#M4216</guid>
      <dc:creator>dekozo</dc:creator>
      <dc:date>2015-12-16T18:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1260567#M4217</link>
      <description>&lt;P&gt;Same issue here. From&amp;nbsp;a workaround in&amp;nbsp;&lt;A href="https://github.com/i3/i3/issues/2060" target="_self"&gt;https://github.com/i3/i3/issues/2060&lt;/A&gt;&amp;nbsp;I have been able to get it working.&lt;/P&gt;&lt;P&gt;Changing&lt;/P&gt;&lt;PRE&gt;assign [class="Spotify"] $workspace10&lt;/PRE&gt;&lt;P&gt;to&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;for_window [class="Spotify"] move to workspace $workspace10&lt;/PRE&gt;&lt;P&gt;makes the trick. It creates the window in the current workspace and when the class is declared the window is moved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: $workspace10 is the variable in my system, change accordingly with yours.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2015 23:19:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1260567#M4217</guid>
      <dc:creator>user-removed</dc:creator>
      <dc:date>2015-12-21T23:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1288537#M4218</link>
      <description>&lt;P&gt;I have this problem as well. Using BSPWM on Arch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pretty sure this shouldn't have been moved to the Help - Desktop section since it's a bug or an ICCCM noncomplience issue that was introduced with the redesign.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2016 16:10:54 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1288537#M4218</guid>
      <dc:creator>danikron</dc:creator>
      <dc:date>2016-02-25T16:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1288818#M4219</link>
      <description>&lt;P&gt;Also experiencing this issue, but with compiz config settings mananger and unity.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2016 23:35:10 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1288818#M4219</guid>
      <dc:creator>kamchacta613</dc:creator>
      <dc:date>2016-02-09T23:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1315693#M4220</link>
      <description>Thanks for sharing the workaround. I, too, found this issue as a workaround and wanted to make sure there was an issue documented with Spotify. Thanks!</description>
      <pubDate>Sun, 27 Mar 2016 20:48:38 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1315693#M4220</guid>
      <dc:creator>realchaseadams</dc:creator>
      <dc:date>2016-03-27T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1364590#M4221</link>
      <description>&lt;P&gt;Any updates on this issue? Currently using the workaround (thanks biovgg) but it'd be great&amp;nbsp;to have an actual solution.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2016 23:08:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1364590#M4221</guid>
      <dc:creator>Rypac</dc:creator>
      <dc:date>2016-06-10T23:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1424304#M4222</link>
      <description>&lt;P&gt;I can confirm that this is still a problem in the current version.&lt;BR /&gt;&lt;BR /&gt;Spotify only sets it's WM_CLASS property after mapping itself, which is against the ICCCM specifications:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;This property must be present when the window leaves the Withdrawn state and may be changed only while the window is in the Withdrawn state. Window managers may examine the property only when they start up and when the window leaves the Withdrawn state&lt;/BLOCKQUOTE&gt;&lt;P&gt;Changing the class after mapping the window will break a lot of programs, like window managers and taskbars (some of which are mentioned in this thread).&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 14:54:32 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1424304#M4222</guid>
      <dc:creator>freundTech</dc:creator>
      <dc:date>2016-08-21T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1424326#M4223</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/2486122"&gt;@freundTech﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Let me try&amp;nbsp;to summon&amp;nbsp;&lt;a href="https://community.spotify.com/t5/user/viewprofilepage/user-id/53"&gt;@jooon﻿&lt;/a&gt;&amp;nbsp;here and see what he can do about that : )&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2016 15:22:34 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1424326#M4223</guid>
      <dc:creator>Dreadlord</dc:creator>
      <dc:date>2016-08-21T15:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1424851#M4224</link>
      <description>&lt;P&gt;I agree. It makes sense. We are most certainly&amp;nbsp;doing things in the wrong order, which doesn't matter on Win/Mac, but it does on Linux. I can't see it immediately, my CEF/X skills&amp;nbsp;are pretty bad. There is an old internal bug tracking this issue since last year, so at least it is on the todo list.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 08:43:13 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1424851#M4224</guid>
      <dc:creator>jooon</dc:creator>
      <dc:date>2016-08-22T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1425068#M4225</link>
      <description>&lt;P&gt;Not sure if that helps, but the spotify executable contains a call to XLibs "XSetClassHint()", so I would guess that you (or a statically linked library) are using that to set the WM_CLASS.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2016 13:51:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1425068#M4225</guid>
      <dc:creator>freundTech</dc:creator>
      <dc:date>2016-08-22T13:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1427287#M4226</link>
      <description>&lt;P&gt;Yep. We are setting it in with XSetClassHint in the Spotify code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've talked to Marshall, the creator of CEF, and he gave me some pointers. The way we use CEF now, means CEF creates the top-level window, and there is no way to get the window handle after creation and before it is mapped.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://bitbucket.org/chromiumembedded/cef/src/1c06d8e3f55f21a3c7383e4f99fe30283200f118/libcef/browser/native/window_x11.cc?at=master&amp;amp;fileviewer=file-view-default#window_x11.cc-111" target="_blank"&gt;https://bitbucket.org/chromiumembedded/cef/src/1c06d8e3f55f21a3c7383e4f99fe30283200f118/libcef/browser/native/window_x11.cc?at=master&amp;amp;fileviewer=file-view-default#window_x11.cc-111&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We will "soon" switch the desktop client to use CEF with the Views architecture instead, which means&amp;nbsp;the Chromium code will create and map the window. With Views there is a way to tell Chromium to set WM_CLASS correctly, by setting some widget parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://cs.chromium.org/chromium/src/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc?q=wm_class_class&amp;amp;sq=package:chromium&amp;amp;dr=C&amp;amp;l=1274" target="_blank"&gt;https://cs.chromium.org/chromium/src/ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc?q=wm_class_class&amp;amp;sq=package:chromium&amp;amp;dr=C&amp;amp;l=1274&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I kind of know how to fix it now in CEF when I have time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2016 21:37:53 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1427287#M4226</guid>
      <dc:creator>jooon</dc:creator>
      <dc:date>2016-08-24T21:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1511491#M4227</link>
      <description>&lt;P&gt;You can try preloading&amp;nbsp;&lt;A href="https://github.com/dasJ/spotifywm" target="_self"&gt;spotifywm&lt;/A&gt;. I hacked it down in an hour and I hope it works.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2016 21:56:24 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1511491#M4227</guid>
      <dc:creator>dqwdqwdqw</dc:creator>
      <dc:date>2016-11-28T21:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1600528#M4228</link>
      <description>&lt;P&gt;Hey, I'm a "bit" new to linux and I'm not sure where the spotify binary is in regards to this&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;LD_PRELOAD=/usr/lib/libcurl.so.3:/path/to/spotifywm.so /path/to/spotify/binary&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 06:38:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1600528#M4228</guid>
      <dc:creator>Ayydavay</dc:creator>
      <dc:date>2017-03-06T06:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1641492#M4229</link>
      <description>&lt;P&gt;For me (Arch Linux)&amp;nbsp;&lt;STRONG&gt;&lt;SPAN&gt;/usr/share/spotify/spotify&lt;/SPAN&gt;&lt;/STRONG&gt; worked&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 18:01:16 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1641492#M4229</guid>
      <dc:creator>Davvos11</dc:creator>
      <dc:date>2017-04-11T18:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1665068#M4230</link>
      <description>&lt;P&gt;I too have this problem ... looking forward to the official fix since workarounds didn't work for me so far (running Compiz)&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 16:18:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1665068#M4230</guid>
      <dc:creator>ignusgracia</dc:creator>
      <dc:date>2017-05-02T16:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: WM_CLASS window property on Linux</title>
      <link>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1900382#M4231</link>
      <description>&lt;P&gt;Hello @jooon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to know if this subject could be tackle. Is it still in your todos list? Have you already switch to View Architecture?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 08:14:33 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Desktop-Linux/WM-CLASS-window-property-on-Linux/m-p/1900382#M4231</guid>
      <dc:creator>Ekaradon</dc:creator>
      <dc:date>2017-08-29T08:14:33Z</dc:date>
    </item>
  </channel>
</rss>

