My executable gives Gtk-WARNING in Linux

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
BranFlayk
Posts: 10
Joined: Sun Dec 01, 2013 4:10 pm

My executable gives Gtk-WARNING in Linux

Post by BranFlayk » Sat Sep 24, 2016 12:57 pm

I've just done my first functional LiveCode program, and made an executable of it.
It generates a random password. The length of the password can be entered into Entry field boxes, or increased/decreased using Little Arrow controls.

When running from Linux command line, it gives the message "Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated"
this doesn't seem to stop the program from working.

Is this going to be down to a setting for building the application, or just a Linux issue?

Thanks in advance

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10052
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: My executable gives Gtk-WARNING in Linux

Post by FourthWorld » Sat Sep 24, 2016 4:15 pm

Linux is a vast and very diverse collection of operating systems. Which one are you using, and which version?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

BranFlayk
Posts: 10
Joined: Sun Dec 01, 2013 4:10 pm

Re: My executable gives Gtk-WARNING in Linux

Post by BranFlayk » Sat Sep 24, 2016 5:58 pm

I'm using Linux Mint 17.2 (32 bit)

Post Reply