Re: [Gambas-user] Software Farm, Unable to get password.

2015-01-25 Thread Lewis Balentine
It is 'gnome-keyring'. It is installed and as far as I know not disabled. I am not having any trouble with it --- well not until now anyway. I believe Chrome uses it as well. I opened TitanTV web site in Chrome to verify that it was able to use 'saved' credentials for that site. On 01/26/2015

Re: [Gambas-user] Software Farm, Unable to get password.

2015-01-25 Thread T Lee Davidson
Could be a problem with the keyring on your desktop. On KDE, the default keyring is 'kwallet'. Not sure what it would be on Linux Mint 17 with Mate. Perhaps 'mate-keyring', or, more likely, 'gnome-keyring'. If you have it disabled or it is having issues, Gambas would/could have difficulty conn

[Gambas-user] Software Farm, Unable to get password.

2015-01-25 Thread Lewis Balentine
"This application has raised an unexpected error and must abbort. Unable to get password. _Desktop_passwords._get.69" Error raised when selecting "Software Farm" from Gambas 3.6.90 main menu page. This is a fresh update (in the past hour) of the Gambas daily build. Operating system: Linu

Re: [Gambas-user] [CRASH REPORT] TestApp01

2015-01-25 Thread Charlie Reinl
Am Sonntag, den 25.01.2015, 23:49 +0100 schrieb Benoît Minisini: > Le 25/01/2015 21:31, Benoît Minisini a écrit : > > Le 25/01/2015 20:59, Charlie Reinl a écrit : > >> Hello, > >> > >> Damned, my program crashed Gambas that way : > >> > >> This connection throws a #11 at Try con.Open() > >> > >> Pu

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-25 Thread Benoît Minisini
Le 24/01/2015 21:34, Gian a écrit : > Hello everyone, > I did various tests of packaging with some simple little programs that > work well in Gambas3 3.6.2 IDE with QT or GTK. > I have installed on VirtualBox with Ubuntu 14.04 clean and updated, > proceeding in this manner: > In a terminal: > ~$ su

Re: [Gambas-user] Issue 598 in gambas: Deploy of components on debian systems fails because of gambas3-prefix

2015-01-25 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 598 by benoit.m...@gmail.com: Deploy of components on debian systems fails because of gambas3-prefix https://code.google.com/p/gambas/issues/detail?id=598 It should be fixed in revision #6869, can you confirm? -- You received this message

Re: [Gambas-user] Issue 598 in gambas: Deploy of components on debian systems fails because of gambas3-prefix

2015-01-25 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.6.0 Comment #1 on issue 598 by benoit.m...@gmail.com: Deploy of components on debian systems fails because of gambas3-prefix https://code.google.com/p/gambas/issues/detail?id=598 (No comment was entered for this change.) --

[Gambas-user] [CRASH REPORT] TestApp01

2015-01-25 Thread Charlie Reinl
Hello, Damned, my program crashed Gambas that way : This connection throws a #11 at Try con.Open() Public Sub Form_Open() Dim con As New Connection With con .Host = "" .Name = "myTable" ' .Charset = sCharSet .Type = "" .Login = "" .Password = "" End W

Re: [Gambas-user] Problems with the packaging in Ubuntu 14.04.

2015-01-25 Thread Gian
Il 24/01/2015 21:34, Gian ha scritto: > Hello everyone, > I did various tests of packaging with some simple little programs that > work well in Gambas3 3.6.2 IDE with QT or GTK. > I have installed on VirtualBox with Ubuntu 14.04 clean and updated, > proceeding in this manner: > In a terminal: > ~$