Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An issue on 32bit Debian #76

Open
davidbannon opened this issue Nov 20, 2023 · 1 comment
Open

An issue on 32bit Debian #76

davidbannon opened this issue Nov 20, 2023 · 1 comment

Comments

@davidbannon
Copy link

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

@davidbannon
Copy link
Author

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.

Davo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant