User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2 When running apps tvtime and mplayer, I notice '(on )' appended to the window title in the titlebar. I tracked it down to create_name_with_host() in hints.c. I would like xfwm4 not to do this, i.e. not to add anything to the title of the window. Is there an option or setting? Reproducible: Always
That's easy to fix, but can you try thins and report first: xprop | grep CLIENT Then click on the window that shows "(on )"
That grep yields nothing on my tvtime window. Here's most of the output of xprop for tvtime: _NET_WM_USER_TIME(CARDINAL) = 3352733525 _XAWTV_STATION(STRING) = "511.250", "72", "72" _NET_WM_NAME(UTF8_STRING) = 0x74, 0x76, 0x74, 0x69, 0x6d, 0x65, 0x20, 0x5b, 0x37, 0x32, 0x5d _NET_WM_ICON_GEOMETRY(CARDINAL) = 761, 994, 200, 30 _NET_FRAME_EXTENTS(CARDINAL) = 3, 3, 15, 3 WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CLOSE, _NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_CHAN GE_DESKTOP, _NET_WM_ACTION_STICK, _NET_WM_ACTION_SHADE _NET_WM_DESKTOP(CARDINAL) = 0 _WIN_WORKSPACE(CARDINAL) = 0 _WIN_STATE(CARDINAL) = 0 _NET_WM_STATE(ATOM) = WM_PROTOCOLS(ATOM): protocols WM_DELETE_WINDOW WM_CLASS(STRING) = "TVWindow", "tvtime" WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified size: 480 by 360 WM_ICON_NAME(STRING) = "tvtime" WM_NAME(STRING) = "tvtime [72]" _NET_WM_ICON(CARDINAL) = 32, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 , 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, <snip>
xprop for mplayer window that also displays '(on )' in title: _NET_WM_ICON_GEOMETRY(CARDINAL) = 961, 994, 200, 30 _NET_FRAME_EXTENTS(CARDINAL) = 3, 3, 15, 3 WM_STATE(WM_STATE): window state: Normal icon window: 0x0 _NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CLOSE, _NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_CHAN GE_DESKTOP, _NET_WM_ACTION_STICK, _NET_WM_ACTION_SHADE _NET_WM_DESKTOP(CARDINAL) = 0 _WIN_WORKSPACE(CARDINAL) = 0 _WIN_STATE(CARDINAL) = 0 _NET_WM_STATE(ATOM) = WM_NORMAL_HINTS(WM_SIZE_HINTS): program specified location: 480, 392 program specified size: 320 by 256 program specified minimum size: 4 by 4 program specified minimum aspect ratio: 320/256 program specified maximum aspect ratio: 320/256 window gravity: NorthWest WM_ICON_NAME(STRING) = "MPlayer" WM_NAME(STRING) = "MPlayer" _NET_WM_PID(CARDINAL) = 11986 WM_CLASS(STRING) = "xv", "MPlayer"
Should be fixed with revision 21188, can you check ?
yep, fixed. thanks much. phil
Ok, resolving bug entry.