I am using a remote desktop to connect to my Linux virtual machine (RHEL 7). I had some issues during the installation regarding permissions but solved them. Now when running BGINFO4X, I do not see the info although it did change the wallpaper. I was thinking it might had to do with the resolution but tried a few things and didn't work.
The problem is the font pre-selected by the script, "Verdana-Italic", is not installed. (to see the list of installed fonts, do 'convert -list font'). I changed the file IMMODE.CONF to changes these lines:
I am using a remote desktop to connect to my Linux virtual machine (RHEL 7). I had some issues during the installation regarding permissions but solved them. Now when running BGINFO4X, I do not see the info although it did change the wallpaper. I was thinking it might had to do with the resolution but tried a few things and didn't work.
Anyone that has an idea what the issue could be?
OK, got it working.
The problem is the font pre-selected by the script, "Verdana-Italic", is not installed. (to see the list of installed fonts, do 'convert -list font'). I changed the file IMMODE.CONF to changes these lines:
After that, all is well.
Alas, not quite.
There is a change to an "Imagemagick policy" which I needed to apply.
In
/etc/ImageMagick-6
there is a file calledpolicy.xml
. In there, I had to comment out this line (shown commented out):To do this requires
sudo
.Frankly the script seems awfully fragile / finicky and difficult to customize and debug.