« Return to Thread: cant start Gambas3 as user

Re: cant start Gambas3 as user

by b3tchi :: Rate this Message:

| View in Thread

Benoît Minisini wrote:
Le 02/06/2012 21:39, b3tchi a écrit :
>
> its the latest version 3.1.1 in both cases (ppa and manual compilation with
> checkinstall)
> ppa is  https://launchpad.net/~nemh/+archive/gambas3/+packages
> https://launchpad.net/~nemh/+archive/gambas3/+packages
>

The bug may have been fixed in /trunk. So if eventually you can compile
it and tell me, it would be cool.

Regards,

--
Benoît Minisini

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
i tried compile&checkinstall gambas3 from svn 3.1.9 trunk but getting similar error
first when i tried run as root get some another problem

b3tchi@b3tchi-Compaq-Mini-311-1000:~/Documents/trunk$ sudo gambas3
[sudo] password for b3tchi:
gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
Error: "/var/tmp/kdecache-b3tchi" is owned by uid 1000 instead of uid 0.

** INTERNAL ERROR **
** Cannot write into signal pipe: Bad file descriptor
** Program aborting. Sorry! :-(


and when i'm trying run as user

b3tchi@b3tchi-Compaq-Mini-311-1000:~/Documents/trunk$ gambas3
gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
Project.IsAdded.5153: #13: Null object
1: FWelcome.Run.33
2: Project.Main.286
b3tchi@b3tchi-Compaq-Mini-311-1000:~/Documents/trunk$


 « Return to Thread: cant start Gambas3 as user