Can't set window name

Bug #406754 reported by Michael Lustfield
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Terminator
Fix Released
Wishlist
Unassigned

Bug Description

There is no -name options for terminator. In rxvt I use "-T irssi -n irssi -name irssichat" when I launch irssi. I use this in other situations as well.

I think man page snippets are the best way to describe the desired action.

       -name name
           Specify the application name under which resources are to be obtained, rather
           than the default executable file name. Name should not contain ‘.’ or ‘*’
           characters. Also sets the icon and title name.
       -n text
           Icon name; the default name is the basename of the program specified after
           the -e option, if any, otherwise the application name; resource iconName.

-T already works as expected and seems to also do -n with it. What I really really need for many of my uses of a terminal is -name. This allows me to have specific actions performed when I open specific terminals.

Unfortunately, this is the only thing keeping me from using terminator full time. :(

Related branches

Revision history for this message
Michael Lustfield (michaellustfield) wrote :

xprop output ::

Terminator:
WM_CLASS(STRING) = "terminator", "Terminator"
WM_ICON_NAME(STRING) = "irssi"
_NET_WM_ICON_NAME(UTF8_STRING) = 0x69, 0x72, 0x73, 0x73, 0x69
WM_NAME(STRING) = "irssi"
_NET_WM_NAME(UTF8_STRING) = 0x69, 0x72, 0x73, 0x73, 0x69

rxvt-unicode:
WM_CLASS(STRING) = "irssichat", "URxvt"
_NET_WM_ICON_NAME(UTF8_STRING) = 0x69, 0x72, 0x73, 0x73, 0x69
WM_ICON_NAME(STRING) = "irssi"
_NET_WM_NAME(UTF8_STRING) = 0x69, 0x72, 0x73, 0x73, 0x69
WM_NAME(STRING) = "irssi"

Basically... what -name does, is set the WM_CLASS(STRING) line.

Revision history for this message
Chris Jones (cmsj) wrote :

I'd like to do a little research into the "correct" behaviour in this regard, I know a lot of X11 apps make incorrect use of the WM hints.

Changed in terminator:
importance: Undecided → Medium
milestone: none → 1.0-beta
status: New → Confirmed
Revision history for this message
Chris Jones (cmsj) wrote :
Revision history for this message
Michael Lustfield (michaellustfield) wrote :

Looks pretty hard to dispute those as standards.

Chris Jones (cmsj)
Changed in terminator:
milestone: 1.0-beta → none
milestone: none → 0.90-beta
Chris Jones (cmsj)
Changed in terminator:
importance: Medium → Wishlist
milestone: 0.90-beta → 1.0-beta
Changed in terminator:
status: Confirmed → Fix Committed
Chris Jones (cmsj)
Changed in terminator:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.