*** sacha has quit IRC *** reinhard has joined #gnuenterprise *** btami has joined #gnuenterprise good morning good morning good morning all hello reinhard *** kilo has joined #gnuenterprise *** erkkie has joined #gnuenterprise *** yure has joined #gnuenterprise *** sjc has joined #gnuenterprise *** johannesV has joined #gnuenterprise good afternoon everybody hullo johannesV *** jcater has quit IRC johannesV: have you recently used the released windows client for forms? i'd say not recently ... why ? about one month ago well we found some strange behaviour... with dropdowns of course... yeah, i know ... :) dropdowns are weird in all uidrivers ... but i'm trying to eliminate that with the new wx26 driver ... like you cant select anything? i've had some spare time left these days and did some artwork for gnue ... what do you think about this new splash-screen: http://www.gnuenterprise.org/~johannes/splash.png kilo, do you mean the win32 driver or the wx driver ? hmm i would say WOW to the splash... the win32 driver as i will change (improve the wx26 driver) as i get some more time nice do you think we could replace the old gnue-splash.png with this one ? 1 vote for yes... sure ok, thanks ... :) of course there is *no* hidden message behind the fact that the earth in the picture is shown with Europe in front and America in the back ;-) j/k well that is 2 already (not sure what yourself would vote :D ) johannesV: what about a gnue logo ? reinhard, it was pretty hard to create that globe ... :) btami, what do you mean with gnue-logo ? what kind of logo ... ? i think he meant something like Gnome's footie something you can associate with the software we know there are some nice goat... but... ah, i see well, maybe i can play a bit with my corel then ... :) well the splash you've shown seems professional so it may help to use that design elsewhere too *** siesel has joined #gnuenterprise hi hi siesel Japan??? yes hi siesel long time no see hi reinhard, (as usual ;-)) it makes me sad to hear that :) but my boss is probably happy ;) how are you? fine, thanks and you? fine too. Came back from a very nice dinner, and want to have some fun ( = coding) I want to revive the javascript appserver client is that the webfrontend? yep ah ok great hope so :) well there was some enqueries recently regarding the webfrontend *** yure has quit IRC I would like to hear your and johannes opinion about the downloading of the js code *** yure has joined #gnuenterprise I have not touched js in my whole life so I'm not sure I have an opinion at all :) ok, let me describe the problem: (no js knowledge needed= ok a unsigned javascript program can just access the site, where it was downloaded from. So to access appservers xmlrpc interface (http://host:8765/) it has to be downloaded from the same host and same port [solution 1] A second way is to use a proxy (like http://host/cgi-bin/rpcproxy.cgi) which routes the XMLRPC traffic to appserver. In this case the webfrontend can be downloaded from the normal host webserver. [solution 2] The last way is to use a SIGNED javascript program. [solution 3] without having thought about it in depth - would it be possible to support all of them and leave the decision to the site administrator? In the past sol 1 was used, but the webserver code was removed from the rpc driver. I can think of reasons to do so. *** jamest_ has joined #gnuenterprise ah solution 2: work for site admin * johannesV off for a while I do not know why it was removed johannesV is on and off today (as you see) bbl will read the logs later but if you can point him to what he has removed that broke the webserver stuff *** kilo has left #gnuenterprise solution 3: pain in the ass. it means that some parts of the webfrontend have to be rewritten and someone has to give me a code signing certificate hi johannes. he might be able to tell you if there was a reason or he just removed it as he thought it wasn't needed johannes: later after your deeper explanation, I would also prefer solution 1 if possible ok, I will point him to. ok, so lets revert to solution one. btw. hi jamest, good morning. reinhard: has the repository moved? yes, but a long time ago svn+ssh://svn.gnuenterprise.org/var/svn/gnue/trunk should be the current url yes, that reminds me of my "holiday" do you know a trick to convert a repository to the new url? do you have local changes? could be oh ok it might work to change the url in .svn/entries files but I wouldn't bet too much on that so maybe first try with an unimportant subdirectory :) reinhard: I guess, I don't have a account on the new server oh jamest or jcater should be able to help with that ok, I think I'll write an email. btw. two small remarks concerning appserver on ubuntu currently appserver is loaded before postgresql, so it bails out (both ubuntu and debian) second: ubuntu is using some special /var/run, on each boot the whole content of /var/run is removed, including the /var/run/gnue/ directory for the pid file ok *** jcater has joined #gnuenterprise so for the second problem, appserver would have to create the directory as needed, right? *** btami has quit IRC yep. here is my ugly hack: if not (os.path.isdir(os.path.dirname(self.OPTIONS['pidfile']))): os.mkdir(os.path.dirname(self.OPTIONS['pidfile'])) hi jcater I wrote you an email. siesel: if you replaced "isdir" with "exists" I'd think it would be ok I'd prefer "exists" so the directory can also be, for example, a symlink for problem #1, it's ajmitch_'s turf however I bet he would answer "can you please file a bug in debian" :-) hehe nothing easier than that does he also takes care of ubuntu? yes great, I will post two bugs :) siesel: when you get your ash account back, can you also fix that pid dir bug? I'm currenly wading knee deep in real life stuff and am out of sync with gnue a little (unfortunately) ok, I'll do thanks *** siesel has quit IRC belated hi to siesel reinhard: siesel needs svn access? yep please *** siesel has joined #gnuenterprise *** btami has joined #gnuenterprise hi siesel :) hi sacha_ still in US? siesel: yes but only until end of April/ beginning of May siesel: are you fix in Japan, or just holidays? Going back to Bonn? current plan is to go back to Liechtenstein have to run cya later *** sacha_ is now known as SachaAway I'm here since August and the contract is till August this year, ... or longerr later, or tomorrow -- its late out here *** derek has quit IRC *** klasstek has joined #gnuenterprise siesel: just got your email (I have greylisting enabled... so it took a while) give me a few minutes and I'll get it done thx *** derek has joined #gnuenterprise jcater: I'll try tomorrow. Night. *** siesel has quit IRC reinhard, regarding pid-file problem this is a bit tricky, cause the user starting a GServerApp application might not have enough permissions to create a directory like "/var/run/gnue" (like it is the case on ubuntu, if appserver is startet as 'normal' user) johannesV: good point I wonder how other packages handle this AFAICT, postgersql should have the same problem, for example (runs as user "postgresql" and has its own subdirectory under /var/run) *** erkkie has quit IRC win 11 cu all *** reinhard has quit IRC *** johannesV has quit IRC *** jcater has quit IRC *** jcater has joined #gnuenterprise *** johannesV has joined #gnuenterprise *** jamest_ has left #gnuenterprise *** jamest_ has joined #gnuenterprise *** derek has quit IRC *** derek has joined #gnuenterprise *** johannesV has quit IRC *** andremachado has joined #gnuenterprise *** btami has quit IRC *** dino4k has joined #gnuenterprise *** andremachado has quit IRC *** kilo has joined #gnuenterprise *** klasstek has quit IRC *** klasstek has joined #gnuenterprise *** klasstek has quit IRC *** jamest_ has left #gnuenterprise *** dino4k has quit IRC *** kilo has quit IRC *** jcater_ has joined #gnuenterprise *** jcater has quit IRC *** jcater_ is now known as jcater *** jamest has quit IRC *** jamest has joined #gnuenterprise *** derek has quit IRC *** jcater has left #gnuenterprise *** jcater has joined #gnuenterprise *** sjc has quit IRC *** jamest has quit IRC *** derek has joined #gnuenterprise *** jcater has quit IRC