THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#974 - Window title is replaced by "invalid" if minimized and contains 
national characters
User who did this - Uli Schlachter (psychon)

----------
Could you figure out what exactly the title is set to?

Here is how:

- Figure out the window id. For this, run "xwininfo -root -tree". This command 
shows the window names which should help identify the right now. For this example I'll 
choose my browser window (luakit):
$ xwininfo -root -tree | grep luakit
    0x120004c "luakit": ()  10x10+-100+-100  +-100+-100
    0x1200004 "luakit": ("luakit" "Luakit")  200x200+0+0  +0+0
    0x1200001 "luakit": ("luakit" "Luakit")  10x10+10+10  +10+10
       0x120001c "FS#974 : Window title is replaced by "invalid" if minimized and contains 
nationa...": ("luakit" "luakit")  1680x1030+0+0  +0+20
- I have four different windows with "luakit", but only one has the "correct" 
name. If the name isn't enough for identifying the right window, you can also use the window size 
(in this case 1680x1030)
- Now I can minimize luakit and still run "xprop" on it:
$ xprop -id 0x120001c | grep NAME
WM_LOCALE_NAME(STRING) = "de_DE.UTF-8"
WM_ICON_NAME(STRING) = "FS#974 : Window title is replaced by "invalid" if minimized 
and contains nationa..."
_NET_WM_ICON_NAME(UTF8_STRING) = "FS#974 : Window title is replaced by \"invalid\" 
if minimized and contains nationa..."
WM_NAME(STRING) = "FS#974 : Window title is replaced by "invalid" if minimized and 
contains nationa..."
_NET_WM_NAME(UTF8_STRING) = "FS#974 : Window title is replaced by \"invalid\" if 
minimized and contains nationa..."

(For why I am asking this: http://luakit.org/issues/78 which is a bug in luakit 
where it produces invalid UTF-8)
----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=974#comment2892

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to