Re: [dev] [st] st does not show window name for wmctrl

2013-11-26 Thread Carlos Torres
On Tue, Nov 26, 2013 at 09:13:08PM +0300, Alexander S. wrote: > 2013/11/25 Carlos Torres : > > On 11/25/13, Alexander S. wrote: > >> Is it definitely okay to use Xutf8TextListToTextProperty with XStringStyle? > >> i checked out the man page and XStringStyle is acceptable. also st uses XmbTextLis

Re: [dev] [st] st does not show window name for wmctrl

2013-11-26 Thread Alexander S.
2013/11/25 Carlos Torres : >> 2013/11/25 Martti Kühne : >>> How many people commit suicide per year because their application >>> windows use utf-8 titles? >>> > > I submitted another "simpler patch" that doesn't revert the setting of > WM_NAME to XStringStyle. Since i don't really have a use case

Re: [dev] [st] st does not show window name for wmctrl

2013-11-25 Thread Carlos Torres
> 2013/11/25 Martti Kühne : >> How many people commit suicide per year because their application >> windows use utf-8 titles? >> I submitted another "simpler patch" that doesn't revert the setting of WM_NAME to XStringStyle. Since i don't really have a use case for UTF8. The simpler patch only a

Re: [dev] [st] st does not show window name for wmctrl

2013-11-25 Thread Alexander S.
2013/11/25 Martti Kühne : > On Fri, Nov 22, 2013 at 5:06 PM, Carlos Torres wrote: >> The attached patch reverts to setting WM_NAME to STRING >> and adds _NET_WM_NAME in UTF8_STRING >> > > > How many people commit suicide per year because their application > windows use utf-8 titles? > Why would th

Re: [dev] [st] st does not show window name for wmctrl

2013-11-25 Thread Martti Kühne
On Fri, Nov 22, 2013 at 5:06 PM, Carlos Torres wrote: > The attached patch reverts to setting WM_NAME to STRING > and adds _NET_WM_NAME in UTF8_STRING > How many people commit suicide per year because their application windows use utf-8 titles?

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
Hello again, On 11/22/13, Carlos Torres wrote: > On 11/22/13, Federico MP wrote: >> I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting: > lol, i'm must not be on the tip! my bad... it appears that st 0.4.1 sets WM_NAME as UTF8_STRING and st 0.3 was setting it at STRING. The att

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
Hola, On 11/22/13, Federico MP wrote: > I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting: lol, i'm must not be on the tip! my bad... --Carlos

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Federico MP
I'm using st 0.4.1 and latest wmctrl and for wmctrl -l I'm getting: 0x01a1 0 localhost N/A -- Federico MP

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
Hola, On 11/22/13, Federico MP wrote: > wmctrl -l shows N/A for st. i'm using st 0.3 (tip) and wmctrl -l does show WM_NAME for the various st instances i have open. you might want to update your st and try again. i tried it out with wmctrl 1.07-7 --Carlos

Re: [dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Carlos Torres
On 11/22/13, Federico MP wrote: > I'm currently using https://github.com/Antithesisx/dswitcher and, since > this script uses wmctrl, I noticed that st does not have a valid window > title. > > wmctrl -l shows N/A for st. Yes, st doesn't set any EWMH information it does however set WM_NAME which

[dev] [st] st does not show window name for wmctrl

2013-11-22 Thread Federico MP
I'm currently using https://github.com/Antithesisx/dswitcher and, since this script uses wmctrl, I noticed that st does not have a valid window title. wmctrl -l shows N/A for st. Federico MP -- Federico MP