You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a application that uses libayatana-appindicator and all works as expected on 64 bit systems. However, I have just noticed that it does not work on a 32bit Bookworm. I have not personally tested on 32bit for some time so am unsure of how long this situation has existed.
In my app, I am using an interface initially created for the old Unity based appindicator and see a segfault when I call app_indicator_new_with_path(). Its actually a pascal program so I guess you don't want to see the code but I am hoping there is, perhaps a C demo I can try to see if I can replicate there problem ?
David
The text was updated successfully, but these errors were encountered:
Running the built in tests definitely not a practicable test of an installed library. You have to install things like mono and gtk-sharp 3.0 (seriously !) and then find that the tests depend, apparently, on a src install of libayatana-indicator down in the src/libayatana-appindicator dir. At that point I gave up, I'll distribute a Qt5/6 version of my app.
I have a application that uses libayatana-appindicator and all works as expected on 64 bit systems. However, I have just noticed that it does not work on a 32bit Bookworm. I have not personally tested on 32bit for some time so am unsure of how long this situation has existed.
In my app, I am using an interface initially created for the old Unity based appindicator and see a segfault when I call app_indicator_new_with_path(). Its actually a pascal program so I guess you don't want to see the code but I am hoping there is, perhaps a C demo I can try to see if I can replicate there problem ?
David
The text was updated successfully, but these errors were encountered: