Add class/id to plugin windows (audgui_scaled_image_new)
Added by David Madison about 10 years ago
I use the AlbumArt plugin, but everytime I start audacious the AlbumArt window is drawn with a new placement and it's default size. I want to have my window manager save the placement size and location, but the AlbumArt window has the same class/id as the audacious window, so I can't set a rule for it.
This could either be changed by giving a unique ID to each new window created for plugins, or, at the very least, giving them a different class or id from the audacious window.
Presumably this would happen in audgui_scaled_image_new with the call to gtk_drawing_area_new supplying a class (such as "audacious_plugin") but I don't know what else this call is used for. I started to do a compilation and ran into problems with my current install - I don't know much about gtk, so I'm hoping that this will someday get added into the code stream.
Replies (2)
RE: Add class/id to plugin windows (audgui_scaled_image_new) - Added by Thomas Lange about 10 years ago
Which version are you using?
This should already work with a recent version.
RE: Add class/id to plugin windows (audgui_scaled_image_new) - Added by John Lindgren about 10 years ago
If he's using the Winamp interface, this is a known problem in 3.5. It is already fixed in Git master.