sillysloft / fluxbox

Fluxbox Window Manager (Mirror)
http://fluxbox.org/news/
Other
0 stars 1 forks source link

Remember Workspace + Mozilla software #566

Open sillysloft opened 18 years ago

sillysloft commented 18 years ago

Using Mozilla software (Firefox, Thunderbird and Sunbird) with Remember workspace is kind of incompatible in the current version of the fluxbox, since the mozilla products use the second string from WM_CLASS and the apps file use only the first string.

xprop gives:

WM_CLASS(STRING) = "Gecko", "Firefox-bin" WM_CLASS(STRING) = "Gecko", "Thunderbird-bin" WM_CLASS(STRING) = "Gecko", "Sunbird-bin"

i know if I set up the .fluxbox/app with (class= Firefox-bin) it works, but couldn't fluxbox use these two strings in the apps file ?

Reported by: fcpn

sillysloft commented 18 years ago

Original comment by: mark-t