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
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
"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
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
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
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
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.)
--
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
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:
> ~$