Tagged Questions
4
votes
3answers
1k views
Changing wallpaper on Linux programmatically
How would I change the wallpaper on a Linux desktop (using GNOME) within a C/C++ program? Is there a system API to do it?
1
vote
2answers
2k views
Change wallpaper programmatically using c++ and windows api
I've been trying to write an application, using Qt and mingw32, to download images and set them as the background Wallpaper. I have read several articles online about how to do this, in VB and C#, and ...