10-25-2022, 10:00 PM
Fifi
Sorry for the late response. I have some personal problems that needed my attention. Your script does now works but unfortunately Inform still does not work. Although I am running KDE Plasma in a virtual machine and it works perfectly. My native desktop is XFCE where it doesn't work. I did do a temporary fix while I tried to figured out what was wrong. The problem lyed in loading the fonts list. For some reason in XFCE it won't load it, but in KDE it will. So after experimenting with XFCE I was having no luck. Then I tried something that shouldn't of worked but actually fixed the problem. It doesn't make any logical sense but it does work.
The fix that worked.....
5085 FontPath$ = "/usr/share/fonts/TTF"
In line 5085 in the UiEdiror.bas program is where I made the change. The original line read FontPath$="/usr/shar/fonts". Go figure why adding the /TTF to the FontPath$ would make it work. So if Inform is not working on a gtk platform the fix should cure that problem. Anyways Fifi I really appreciate you help with the Inform problem.
Sorry for the late response. I have some personal problems that needed my attention. Your script does now works but unfortunately Inform still does not work. Although I am running KDE Plasma in a virtual machine and it works perfectly. My native desktop is XFCE where it doesn't work. I did do a temporary fix while I tried to figured out what was wrong. The problem lyed in loading the fonts list. For some reason in XFCE it won't load it, but in KDE it will. So after experimenting with XFCE I was having no luck. Then I tried something that shouldn't of worked but actually fixed the problem. It doesn't make any logical sense but it does work.
The fix that worked.....
5085 FontPath$ = "/usr/share/fonts/TTF"
In line 5085 in the UiEdiror.bas program is where I made the change. The original line read FontPath$="/usr/shar/fonts". Go figure why adding the /TTF to the FontPath$ would make it work. So if Inform is not working on a gtk platform the fix should cure that problem. Anyways Fifi I really appreciate you help with the Inform problem.