[Gambas-user] Desktop.Open bug

Benoît Minisini g4mba5 at gmail.com
Mon Jun 22 23:03:30 CEST 2020


Le 21/06/2020 à 15:39, Charlie Ogier a écrit :
> Hi,
> 
> I am using Desktop.Open(User.Home,True) which, if I understand the 
> command correctly, should open the File Manager and wait until the File 
> Manager is closed before continuing. The open part works but the command 
> never returns control to the program. It just hangs.
> 
> An example program is attached which includes my system details.
> 
> Regards,
> 
> Charlie Ogier
> 
> 

Note that Desktop.Open() is just a call to the 'xdg-open' script from 
the xdg-util project. It's the script that manages the "Wait" argument.

Regards,

-- 
Benoît Minisini


More information about the User mailing list