Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-30 Thread Sebastian Kulesz
Hey there! On Sun, Jun 28, 2015 at 10:53 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi, > > In revision #7154, I have replaced the gb.form.statusicon component by a > component named gb.dbus.trayicon. > > This new component is now automatically loaded by the GUI components > whe

Re: [Gambas-user] How easy is it to decompile

2015-06-30 Thread Wolfgang (DL7NB)
Thank you Adrien. So as long as there is no decompiler for gambas it may take some time to do so. But it can be done... That just confirms my thoughts abbout it. So lets hope for fair users ;-) Wolfgang On 30. Juni 2015 22:35:43 MESZ, Adrien Prokopowicz wrote: >Le Tue, 30 Jun 2015 20:50:54 +0

Re: [Gambas-user] Run SmallWiki example with lighttpd

2015-06-30 Thread willy
On 2015-06-30 21:58, Benoît Minisini wrote: > Le 30/06/2015 21:42, wi...@develop.earthshipeurope.org a écrit : >> Hi all, >> >> I have been studying the SmallWiki example to get some understanding >> of >> how webpages work. >> It all runs fine from IDE. >> >> I have set up a small testing envir

Re: [Gambas-user] How easy is it to decompile

2015-06-30 Thread Adrien Prokopowicz
Le Tue, 30 Jun 2015 20:50:54 +0200, Wolfgang <1...@dl7nb.de> a écrit: > Hi all, > > I just wonder how easy it would be to decompile (get some source code) > from a *.deb file. > I programmed a software -lets call it "MyProg"- in many, many hours and > would like to install it via MyProg.deb. > Tha

Re: [Gambas-user] Run SmallWiki example with lighttpd

2015-06-30 Thread Benoît Minisini
Le 30/06/2015 21:42, wi...@develop.earthshipeurope.org a écrit : > Hi all, > > I have been studying the SmallWiki example to get some understanding of > how webpages work. > It all runs fine from IDE. > > I have set up a small testing environment (Debian server) on a different > system. > I set up

[Gambas-user] Run SmallWiki example with lighttpd

2015-06-30 Thread willy
Hi all, I have been studying the SmallWiki example to get some understanding of how webpages work. It all runs fine from IDE. I have set up a small testing environment (Debian server) on a different system. I set up lighttpd (just did a default install of it, no extra configuration done). My

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-30 Thread Adrien Prokopowicz
Le Tue, 30 Jun 2015 12:09:17 +0200, Benoît Minisini a écrit: > Le 30/06/2015 04:30, Adrien Prokopowicz a écrit : >> The only thing to note is that SNI only got implemented by Plasma in >> KDE 4.5[0], so there is a case where gb.dbus.trayicon may get loaded >> without a StatusNotifierHost being ac

[Gambas-user] How easy is it to decompile

2015-06-30 Thread Wolfgang
Hi all, I just wonder how easy it would be to decompile (get some source code) from a *.deb file. I programmed a software -lets call it "MyProg"- in many, many hours and would like to install it via MyProg.deb. That works easily and safe. But is it (easily) possible to take the "MyProg.deb" and

Re: [Gambas-user] Running website from server

2015-06-30 Thread Moviga Technologies
Den 26.06.2015 11:55, skrev Ian: > Randel, > Don't forget to give your shell scripts an extension ie: myscript.gbw > > Then let Apache ( or ngix ) know that it's a CGI script. > > something like this: from the apache 000-default.conf on my web server > > ScriptAlias /cgi-bin "/usr/lib/cgi-b

Re: [Gambas-user] Desktop notification

2015-06-30 Thread Moviga Technologies
OK, I understand. It is not that straight forward after all then. But, it would be a really nice feature to have, if you can manage! -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions prov

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-30 Thread Benoît Minisini
Le 30/06/2015 04:30, Adrien Prokopowicz a écrit : > Le Mon, 29 Jun 2015 03:53:23 +0200, Benoît Minisini > a écrit: > >> Hi, >> >> In revision #7154, I have replaced the gb.form.statusicon component by a >> component named gb.dbus.trayicon. >> >> This new component is now automatically loaded by th