Brian Bidulock

Results 81 comments of Brian Bidulock

Yes, I looked at this. Unfortunately, many of the SVG libraries are massive and intertwined with other things. It seems the lightest is libsvg-cairo. But then, needing cairo, it might...

--enable-gdk-pixbuf is not enough. librsvg has to also be loaded to provide the back-end svg pixbuf loader, otherwise, loading svg files will just fail. Now, librsvg is heavy itself, it...

Yes, libraries could be dlloaded, but IceWM is just not wired that way right now. It uses macros set at ./configure time to determine availability of libraries. The autoconf macros...

If you build with: cmake -DCONFIG_GDK_PIXBUF_XLIB=on -DCONFIG_LIBRSVG=on -DCONFIG_LIBXPM=off -DCONFIG_LIBPNG=off .. you should get an IceWM that supports svg.

@tenplus1 can you close this issue if it has been resolved?

What versions of autoconf tool chain are you attempting to run?

I don't like closing issues on users, I prefer they close them themselves. @5x3 please close this issue if it is no longer a problem.

I really don't like closing issues on users. I would rather they close them themselves. @rubyFeedback, please close this issue if it is no longer a problem.

Check out xdotool as well. You might consider setting the "urgent" flag on the window so Ice will glow the panel entry as well.

Icewm did at one time support _NET_WM_STRUT which is how the panel tells the window manager to reserve space for the panel. Also, _NET_WORKAREA is supported as well as _NET_WM_STATE_MAXIMIZED_VERT...