X11 - XChangeProperty _NET_WM_ICON
问题 I load an image, and then turn it to ARGB data. I use XChangeProperty , instead of making data be unsigned_char i made it long , when i copy paste and run this code from firefox scratchpad, environment > browser, i get a value of 1 for XChangeProperty meaning success, but the icon didn't change. I tested it on Mint 17.1 Cinnamon, and Ubuntu 14.04 with default window manager and also icewm. Is there anything wrong with this code? Does XChangeProperty not work on cinammon and ubuntu? Thanks