Advertisement
marcello

iceweasel on debian docky problem

Sep 24th, 2011
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Iceweasel 4
  2.  
  3. manu@leonard:/usr/share/applications$ xprop | grep WM_CLASS | awk '{print $4}'
  4. "Iceweasel"
  5. manu@leonard:/usr/share/applications$ grep StartupWMClass iceweasel.desktop
  6. StartupWMClass=Firefox-bin
  7.  
  8. # Iceweasel 6
  9. manu@leonard:/usr/share/applications$ xprop | grep WM_CLASS | awk '{print $4}'
  10. "Firefox"
  11. manu@leonard:/usr/share/applications$ grep StartupWMClass iceweasel.desktop
  12. StartupWMClass=Firefox-bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement