Page 1 of 1

Linux alpha issue

Posted: Fri Jan 09, 2015 8:17 pm
by HighHo
Know its an alpha so unsure how much you are looking for bug reports at the moment, as maybe you already have a big list of known issues :)
When using Linux on selecting a file to open the file browser opens fine for selecting a file, seems to crash (lockup) once a file is selected. I have recreated this on 2 diffrent installs (fine on 1.3 and Windows when using alpha).
Here is the process that seems to cause the lockup:
11290 ? S 0:00 sh -c (while ! wmctrl -F -a "Open" -b add,above;do sleep 0.1;done) & (WINDOWID= && zenity --file-selection --title="Open")

Re: Linux alpha issue

Posted: Sat Jan 10, 2015 1:17 am
by admin
Really appreciate the detailed bug report!

What distro is this, if I may ask? (running "uname -a" will really help as well!)

Could you do me a huge favour and run "zenity --version" for me and tell me what it outputs?

Re: Linux alpha issue

Posted: Sat Jan 10, 2015 12:29 pm
by HighHo
Was tried on Fedora 21 and Kubuntu 15.04
Below is the outputs from kubuntu
Kernel: 3.18.0-8-generic
Zenity: 3.14.0

Re: Linux alpha issue

Posted: Sun Jan 11, 2015 11:35 pm
by admin
Again, thanks for reporting this.
I downloaded Fedora 21 and was able to replicate the problem.
It was caused by a dependency on wmctrl, which does not exist on Fedora 21 (I develop and test on Linux Mint 17 myself).
I've created a fallback routine in case wmctrl does not exist. StarTools should function as expected now.

Please give 1.4.299 a whirl and let me know if you have further issues!

Thanks again,

Re: Linux alpha issue

Posted: Sun Jan 11, 2015 11:44 pm
by HighHo
Confirmed working, impressed with the quick turnaround! :)

Re: Linux alpha issue

Posted: Mon Jan 12, 2015 12:04 am
by admin
HighHo wrote:Confirmed working, impressed with the quick turnaround! :)
Good to hear! :thumbsup: