wxWixdget Application not working in SUSE

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
dermayank
Knows some wx things
Knows some wx things
Posts: 30
Joined: Fri Jan 22, 2021 8:56 am

wxWixdget Application not working in SUSE

Post by dermayank »

I built my wxWixdget application in RHEL system and now it's working other Linux distros like (RHEL and Ubuntu), but in SUSE I'm getting:

"Unable to init server: Could not connect: Connection refused
13:31:24: Error: Unable to initialize GTK+, is DISPLAY set properly?
"

what can I do for this kind of problem?
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: wxWixdget Application not working in SUSE

Post by doublemax »

Have you looked into cross-distro solutions like these?

https://flatpak.org/
https://appimage.org/
https://snapcraft.io/

(I don't work under Linux and have no experience with either of them. I just happened to know they existed)
Use the source, Luke!
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: wxWixdget Application not working in SUSE

Post by ONEEYEMAN »

Hi,
Are you building wxWidgets and all other dependencies exactly the same way?

Thank you.
Post Reply