From steven at ...1652... Thu Nov 1 10:52:06 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 1 Nov 2007 10:52:06 +0100 Subject: [Gambas-user] Gridview In-Reply-To: <200710311710.06414.steven@...1652...> References: <200710291716.41984.steven@...1652...> <200710311345.09754.steven@...1652...> <200710311710.06414.steven@...1652...> Message-ID: <200711011052.06310.steven@...1652...> Hi, Still on my problem to be unable to set a row of a gridview (stays allways -1) Further reseach showed that each time i reference a cell in a grid like with : Oper = GridView2[r, 0].Text, the show_data routine is executed. Is this normal behavour ? Hope this helps. I attach the form to this mail. Regards, Steven -------------- next part -------------- A non-text attachment was scrubbed... Name: FormA.class Type: application/x-java Size: 13746 bytes Desc: not available URL: -------------- next part -------------- # Gambas Form File 2.0 { Form Form MoveScaled(0,0,96,83) Background = &HFFFFBF& Expand = True Text = ("") Icon = Picture["icon:/16/color"] { ToolButton1 ToolButton TBs Name = "ToolButton1" MoveScaled(1,1,6,3) Background = &HFFFFBF& Tag = "No|DESC" ToolTip = ("Clique moi pour\ntrier la colonne") Text = ("No") Picture = Picture["icon:/16/redo"] } { ToolButton2 ToolButton TBs Name = "ToolButton2" MoveScaled(9,1,11,3) Background = &HFFFFBF& Tag = "Prenom|DESC" ToolTip = ("Clique moi pour\ntrier la colonne") Text = ("Prenom") Picture = Picture["icon:/16/redo"] } { ToolButton3 ToolButton TBs Name = "ToolButton3" MoveScaled(23,1,10,3) Background = &HFFFFBF& Tag = "Nom|DESC" ToolTip = ("Clique moi pour\ntrier la colonne") Text = ("Nom") Picture = Picture["icon:/16/redo"] } { ToolButton4 ToolButton TBs Name = "ToolButton4" MoveScaled(41,1,12,3) Background = &HFFFFBF& Tag = "Adresse|DESC" ToolTip = ("Clique moi pour\ntrier la colonne") Text = ("Adresse") Picture = Picture["icon:/16/redo"] } { ToolButton5 ToolButton TBs Name = "ToolButton5" MoveScaled(63,1,10,3) Background = &HFFFFBF& Tag = "Ville|DESC" ToolTip = ("Clique moi pour\ntrier la colonne") Text = ("Ville") Picture = Picture["icon:/16/redo"] } { ToolButton6 ToolButton TBs Name = "ToolButton6" MoveScaled(82,1,9,3) Background = &HFFFFBF& Tag = "Pays|DESC" ToolTip = ("Clique moi pour\ntrier la colonne") Text = ("Pays") Picture = Picture["icon:/16/redo"] } { VSplit1 VSplit MoveScaled(0,4,96,79) Expand = True { VPanel1 VPanel MoveScaled(1,1,94,42) Expand = True { GridView2 GridView MoveScaled(0,0,94,43) Background = &HFFFFBF& Foreground = &H404040& ToolTip = ("Clique un propri\xC3\xA9taire\npour voir / changer les\nd\xC3\xA9tails de celui ci") Expand = True Scrollbar = Scroll.Vertical } } { Panel1 Panel MoveScaled(1,44,93,34) { Prenom TextBox MoveScaled(10,0,35,3) Background = &HFFFFBF& Text = ("") } { Nom TextBox MoveScaled(10,4,35,3) Background = &HFFFFBF& Text = ("") } { TextLabel1 TextLabel MoveScaled(0,4,5,3) Text = ("Nom :") } { TextLabel3 TextLabel MoveScaled(0,8,10,3) Text = ("T\xC3\xA9l\xC3\xA9phone :") } { Telephone TextBox MoveScaled(10,8,35,3) Background = &HFFFFBF& Text = ("") } { Fax TextBox MoveScaled(10,12,35,3) Background = &HFFFFBF& Text = ("") } { TextLabel4 TextLabel MoveScaled(0,12,10,3) Text = ("Fax :") } { TextLabel5 TextLabel MoveScaled(0,16,10,3) Text = ("Portable :") } { Portable TextBox MoveScaled(10,16,35,3) Background = &HFFFFBF& Text = ("") } { TextLabel2 TextLabel MoveScaled(0,0,7,3) Text = ("Prenom :") } { Button1 Button MoveScaled(79,30,13,3) Background = &H800000& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour\nfermer la fen\xC3\xAAtre") Text = ("Sortir") } { TextLabel6 TextLabel MoveScaled(0,20,10,3) Text = ("Travail :") } { Travail TextBox MoveScaled(10,20,35,3) Background = &HFFFFBF& Text = ("") } { Email TextBox MoveScaled(10,25,35,3) Background = &HFFFFBF& Text = ("") } { TextLabel7 TextLabel MoveScaled(0,25,8,3) Text = ("E-Mail :") } { Adresse TextArea MoveScaled(57,12,36,7) Background = &HFFFFBF& Text = ("") } { TextLabel8 TextLabel MoveScaled(47,12,9,3) Text = ("Adresse :") } { TextLabel9 TextLabel MoveScaled(47,20,8,5) Text = ("Code P- Ville") } { TextLabel10 TextLabel MoveScaled(47,25,10,3) Text = ("Pays :") } { TextLabel11 TextLabel MoveScaled(47,0,13,3) Text = ("Observations:") } { Observations TextArea MoveScaled(47,3,46,8) Background = &HFFFFBF& Text = ("") } { Code_Postal TextBox MoveScaled(57,20,7,3) Background = &HFFFFBF& Text = ("") } { Ville TextBox MoveScaled(66,20,27,3) Background = &HFFFFBF& Text = ("") } { Pays TextBox MoveScaled(57,25,36,3) Background = &HFFFFBF& Text = ("") } { Detail Button MoveScaled(4,30,12,3) Background = &H4E8036& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour voir des\nd\xC3\xA9tails supplementaires") Text = ("+ D\xC3\xA9tails") } { Mandat Button MoveScaled(34,30,12,3) Background = &H4E8036& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour voir le(s)\nmandat(s) du \npropri\xC3\xA9taire") Text = ("Mandat(s)") } { Delete Button MoveScaled(64,30,12,3) Background = &H800000& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour supprimer\nle client selectionn\xC3\xA9 ?") Text = ("Supprimer") } { Nouveau Button MoveScaled(49,30,12,3) Background = &H323C80& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour nettoyer\net entrer un nouveau\n---------Client------------\nApr\xC3\xA8s avoir remplit les\nchamps, un 2i\xC3\xA8me\nclique sauvegarde les\ndonn\xC3\xA9es ") Text = ("Nouveau") } { Chercher Button MoveScaled(19,30,12,3) Background = &H4E8036& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour chercher\nune client sp\xC3\xA9cifique") Text = ("Chercher") } } } { Details Panel MoveScaled(1,1,95,46) Visible = False Background = &HFFFFBF& { Fermer Button MoveScaled(81,41,12,3) Background = &H4E8036& Foreground = &HFFFFBF& ToolTip = ("Appuyer pour fermer \nle panneau 'd\xC3\xA9tails'") Text = ("Fermer +") } { TextLabel12 TextLabel MoveScaled(27,3,13,3) Text = ("\xC3\xA0 Ville, Pays :") } { TextLabel13 TextLabel MoveScaled(3,3,9,3) Text = ("N\xC3\xA9(e) le :") } { TextLabel14 TextLabel MoveScaled(3,7,8,3) Text = ("Metier :") } { TextLabel15 TextLabel MoveScaled(3,11,17,3) Text = ("Quote-part acquireur :") } { TextLabel16 TextLabel MoveScaled(27,11,2,3) Text = ("%") } { TextLabel17 TextLabel MoveScaled(3,15,11,3) Text = ("Relation :") } { TextLabel18 TextLabel MoveScaled(27,15,11,3) Text = ("Avec qui :") } { TextLabel19 TextLabel MoveScaled(3,19,11,3) Text = ("Depuis :") } { TextLabel20 TextLabel MoveScaled(27,19,15,3) Text = ("Ou (Ville, Pays) :") } { TextLabel21 TextLabel MoveScaled(3,23,12,3) Text = ("Conditions :") } { TextLabel22 TextLabel MoveScaled(75,19,5,3) Text = ("Noce :") } { TextLabel23 TextLabel MoveScaled(3,27,31,3) Text = ("Desciption Conditions / Observations") } { Ne TextBox MoveScaled(12,3,14,3) Background = &HFFFFBF& Text = ("") } { NeOu TextBox MoveScaled(40,3,50,3) Background = &HFFFFBF& Text = ("") } { Metier TextBox MoveScaled(12,7,78,3) Background = &HFFFFBF& Text = ("") } { Quote TextBox MoveScaled(20,11,6,3) Background = &HFFFFBF& Text = ("") } { Mariage TextBox MoveScaled(12,19,14,3) Background = &HFFFFBF& Text = ("") } { MariageOU TextBox MoveScaled(41,19,30,3) Background = &HFFFFBF& Text = ("") } { Noce TextBox MoveScaled(82,19,8,3) Background = &HFFFFBF& Text = ("") } { Conditions TextBox MoveScaled(12,23,78,3) Background = &HFFFFBF& Text = ("") } { Conddesc TextArea MoveScaled(3,30,75,14) Background = &HFFFFBF& Text = ("") } { DateChooser2 DateChooser MoveScaled(21,25,27,16) Visible = False Background = &H606060& Foreground = Color.Foreground ToolTip = ("Selectionnez une date") } { Relation TextBox MoveScaled(41,15,49,3) Background = &HFFFFBF& Text = ("") } { TypeLiaison ComboBox MoveScaled(12,15,14,3) Background = &HFFFFBF& Foreground = Color.Foreground Text = ("ComboBox1") List = [(""), ("Epouse"), ("Enfant"), ("Parent"), ("Pax\xC3\xA9"), ("Famille"), ("Consort"), ("Associ\xC3\xA9"), ("Copro"), ("Divers"), ("Fr\xC3\xA8re"), ("Soeur")] } { DateChooser1 DateChooser MoveScaled(50,25,26,16) Visible = False Background = &H606060& Foreground = Color.Foreground ToolTip = ("Selectionnez une date") } { TextLabel24 TextLabel MoveScaled(28,0,33,2) Font = Font["Bold"] Text = ("........................... les d\xC3\xA9tails ..........................") } } { Nombre TextLabel MoveScaled(90,0,6,2) Font = Font["-1"] ToolTip = ("Nombre des \nenregistrements") Text = ("TextLabel25") } } From jredrejo at ...626... Thu Nov 1 14:28:34 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Thu, 1 Nov 2007 14:28:34 +0100 Subject: [Gambas-user] regresion with drag and drop in 1.9.90 & gtk Message-ID: <8eb28a500711010628g63f603f9xe6738604becd0488@...627...> Hi, I've checked that dropping a file on a form, button, or whatever other component doesn't work anymore with version 1.9.90 & gtk. Using 1.9.50 & gtk, or 1.9.90 & qt, it works. In fact the drop event raises, but not Drag.Data is available. It seems a problem dragging from the desktop or nautilus, as the DragNDrop example works perfectly. The funniest thing is that dragging from nautilus to a gambas app using qt works like a charm. Regards. From leonardo at ...1237... Thu Nov 1 15:32:55 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Thu, 01 Nov 2007 15:32:55 +0100 Subject: [Gambas-user] Gambas still looks ugly In-Reply-To: <4728D528.8060400@...1788...> References: <4728D528.8060400@...1788...> Message-ID: <4729E397.4070902@...1237...> Fredrik Hansson ha scritto: > Hi, > > I applied the fix for the bug where qt3 caused Gambas to open up in > crazy sizes, fonts etc. Now it opens up, but: > * fonts are way too small > * the window of my application is set to 800x600 in my code, but it's > far too small > * foreground color seems to be = background color in the editor, welcome > screen etc (and also in qtconfig!) making it almost impossible to work > I know it's not Gamba's fault - but is there a way to get it right? > > All this started when I made: > 1. a fresh install of Ubuntu 7.10 i386 (Ubuntustudio) - I use Gnome > 2. Ubuntu's Gambas2 = 1.9.49 > > /Fredrik H > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > I've found this solution for Ubuntu 7.10: open synaptic (or apt-get) and install kde-systemsettings and kcontrol (and all their dependencies); then, first run kcontrol and set your preferences, than run systemsettings and set them another time! Now you have your KDE/Qt applications look as you desire :-) -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From gambas at ...1... Thu Nov 1 19:39:33 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 1 Nov 2007 19:39:33 +0100 Subject: [Gambas-user] regresion with drag and drop in 1.9.90 & gtk In-Reply-To: <8eb28a500711010628g63f603f9xe6738604becd0488@...627...> References: <8eb28a500711010628g63f603f9xe6738604becd0488@...627...> Message-ID: <200711011939.33629.gambas@...1...> On jeudi 1 novembre 2007, Jos? Luis Redrejo wrote: > Hi, I've checked that dropping a file on a form, button, or whatever other > component doesn't work anymore with version 1.9.90 & gtk. Using 1.9.50 & > gtk, or 1.9.90 & qt, it works. In fact the drop event raises, but not > Drag.Data is available. > > It seems a problem dragging from the desktop or nautilus, as the DragNDrop > example works perfectly. The funniest thing is that dragging from nautilus > to a gambas app using qt works like a charm. > > Regards. It should be fixed in the last revision. Dragging from a Qt or a GTK+ application works, but dragging from Firefox seems to be broken anyway. Even if dragging from Firefox into a gb.qt Gambas application works. So I think there is something I didn't understand yet in the GTL+ Drag&Drop routines. Maybe a bug? :-) Regards, -- Benoit Minisini From jredrejo at ...626... Thu Nov 1 20:48:08 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Thu, 1 Nov 2007 20:48:08 +0100 Subject: [Gambas-user] regresion with drag and drop in 1.9.90 & gtk In-Reply-To: <200711011939.33629.gambas@...1...> References: <8eb28a500711010628g63f603f9xe6738604becd0488@...627...> <200711011939.33629.gambas@...1...> Message-ID: <8eb28a500711011248q4d060fv7136b1d1a69ebf38@...627...> 2007/11/1, Benoit Minisini : > > On jeudi 1 novembre 2007, Jos? Luis Redrejo wrote: > > Hi, I've checked that dropping a file on a form, button, or whatever > other > > component doesn't work anymore with version 1.9.90 & gtk. Using 1.9.50 > & > > gtk, or 1.9.90 & qt, it works. In fact the drop event raises, but not > > Drag.Data is available. > > > > It seems a problem dragging from the desktop or nautilus, as the > DragNDrop > > example works perfectly. The funniest thing is that dragging from > nautilus > > to a gambas app using qt works like a charm. > > > > Regards. > > It should be fixed in the last revision. Thanks, I'll try it Dragging from a Qt or a GTK+ application works, but dragging from Firefox > seems to be broken anyway. Even if dragging from Firefox into a gb.qtGambas > application works. > > So I think there is something I didn't understand yet in the GTL+ > Drag&Drop > routines. Maybe a bug? :-) No, it's impossible, maybe you've discovered the first firefox bug ;-) Regards, > > Any suggestion of my yesterday's question about how to drop files on a FileView? Regards. Jos? L. From gambas at ...1... Thu Nov 1 21:22:48 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 1 Nov 2007 21:22:48 +0100 Subject: [Gambas-user] Problems with some events In-Reply-To: <8eb28a500710310646q2b1b22balfbd2c2cda1cd631e@...627...> References: <8eb28a500710260257x97b8817ha72e6e05cb595667@...627...> <200710281605.36004.gambas@...1...> <8eb28a500710310646q2b1b22balfbd2c2cda1cd631e@...627...> Message-ID: <200711012122.48907.gambas@...1...> On mercredi 31 octobre 2007, Jos? Luis Redrejo wrote: > > So, how could I get the information of a dropped file over a FileView > control? > That's a very typical use of a "FileView" in an application: dragging and > dropping files from Nautilus o Konqueror to add files to a directory. > > Now it's possible to do it with gtk, but reading your answer I guess you're > going to modify it to behave as in qt, where these events can not be > reached. > > Regards. You must add this feature directly to the FileView control, by modifying its source code. Or you can inherits FileView, try to find its child IconView / ListView (not too difficult, use FileView.Children[0]) , and use the Observer class to catch Drag & Drop events sent to them. --8<----------------------------------------------------------------- 'CLASS MyFileView INHERITS FileView PRIVATE $hObserver AS Observer PUBLIC SUB _new() $hObserver = NEW Observer(ME.Children[0]) AS "TheIconView" END PUBLIC SUB TheIconView_Drop() PRINT Drag.Data END --8<----------------------------------------------------------------- You have more work if you want to now which icon was specifically hit by the drop. Note that at the moment, gb.gtk IconView cannot returns the needed (X,Y,W,H) coordinates of an icon. I didn't find how to do that in GTK+, whereas the API allows that for TreeView items. Regards, -- Benoit Minisini From gambas at ...1... Thu Nov 1 22:13:10 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 1 Nov 2007 22:13:10 +0100 Subject: [Gambas-user] Problems with some events In-Reply-To: <200711012122.48907.gambas@...1...> References: <8eb28a500710260257x97b8817ha72e6e05cb595667@...627...> <8eb28a500710310646q2b1b22balfbd2c2cda1cd631e@...627...> <200711012122.48907.gambas@...1...> Message-ID: <200711012213.11059.gambas@...1...> On jeudi 1 novembre 2007, Benoit Minisini wrote: > On mercredi 31 octobre 2007, Jos? Luis Redrejo wrote: > > So, how could I get the information of a dropped file over a FileView > > control? > > That's a very typical use of a "FileView" in an application: dragging and > > dropping files from Nautilus o Konqueror to add files to a directory. > > > > Now it's possible to do it with gtk, but reading your answer I guess > > you're going to modify it to behave as in qt, where these events can not > > be reached. > > > > Regards. > > You must add this feature directly to the FileView control, by modifying > its source code. > > Or you can inherits FileView, try to find its child IconView / ListView > (not too difficult, use FileView.Children[0]) , and use the Observer class > to catch Drag & Drop events sent to them. > > --8<----------------------------------------------------------------- > 'CLASS MyFileView > > INHERITS FileView > > PRIVATE $hObserver AS Observer > > PUBLIC SUB _new() > > $hObserver = NEW Observer(ME.Children[0]) AS "TheIconView" > > END > > PUBLIC SUB TheIconView_Drop() > > PRINT Drag.Data > > END > --8<----------------------------------------------------------------- > > You have more work if you want to now which icon was specifically hit by > the drop. > > Note that at the moment, gb.gtk IconView cannot returns the needed > (X,Y,W,H) coordinates of an icon. I didn't find how to do that in GTK+, > whereas the API allows that for TreeView items. > > Regards, ...But hopefully you just have to use the IconView.Find() function that works! Regards, -- Benoit Minisini From PxPert at ...626... Fri Nov 2 01:17:25 2007 From: PxPert at ...626... (PxPert) Date: Fri, 2 Nov 2007 01:17:25 +0100 Subject: [Gambas-user] Strange drag&drop Message-ID: <200711020117.28476.PxPert@...626...> Hi! I'm an active gambas developer and I'm developing an app called lnkmusic (an inteface for mpd, see kde-apps.org for more info :D ) for gambas 1.9.90 I've got a very strange problem when dragging from a multiple selectable gridview to another control inside the form but outside the gridview: after the drop, if the mouse cursor keeps being outside the gridview and moves, it changes the selection of the rows in the control. When the cursor comes in, this fake select event disappears. How can I fix that? I've got some other ugly problems wihth drag&dron on a gridview, but for now this is the most horrible :P Thanks, PxPert From gambas at ...1... Fri Nov 2 01:54:12 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 2 Nov 2007 01:54:12 +0100 Subject: [Gambas-user] Strange drag&drop In-Reply-To: <200711020117.28476.PxPert@...626...> References: <200711020117.28476.PxPert@...626...> Message-ID: <200711020154.12261.gambas@...1...> On vendredi 2 novembre 2007, PxPert wrote: > Hi! > I'm an active gambas developer and I'm developing an app called lnkmusic > (an inteface for mpd, see kde-apps.org for more info :D ) for gambas 1.9.90 > I've got a very strange problem when dragging from a multiple selectable > gridview to another control inside the form but outside the gridview: after > the drop, if the mouse cursor keeps being outside the gridview and moves, > it changes the selection of the rows in the control. When the cursor comes > in, this fake select event disappears. > How can I fix that? > I've got some other ugly problems wihth drag&dron on a gridview, but for > now this is the most horrible :P > > Thanks, PxPert > I downloaded your project, but couldn't find any GridView anywhere. Did I miss something? -- Benoit Minisini From gambas at ...1... Fri Nov 2 01:55:33 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 2 Nov 2007 01:55:33 +0100 Subject: [Gambas-user] Strange drag&drop In-Reply-To: <200711020154.12261.gambas@...1...> References: <200711020117.28476.PxPert@...626...> <200711020154.12261.gambas@...1...> Message-ID: <200711020155.33368.gambas@...1...> On vendredi 2 novembre 2007, Benoit Minisini wrote: > On vendredi 2 novembre 2007, PxPert wrote: > > Hi! > > I'm an active gambas developer and I'm developing an app called lnkmusic > > (an inteface for mpd, see kde-apps.org for more info :D ) for gambas > > 1.9.90 I've got a very strange problem when dragging from a multiple > > selectable gridview to another control inside the form but outside the > > gridview: after the drop, if the mouse cursor keeps being outside the > > gridview and moves, it changes the selection of the rows in the control. > > When the cursor comes in, this fake select event disappears. > > How can I fix that? > > I've got some other ugly problems wihth drag&dron on a gridview, but for > > now this is the most horrible :P > > > > Thanks, PxPert > > I downloaded your project, but couldn't find any GridView anywhere. Did I > miss something? Spoke too fast... You created it dynamically. -- Benoit Minisini From gambas at ...1... Fri Nov 2 02:21:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 2 Nov 2007 02:21:21 +0100 Subject: [Gambas-user] Strange drag&drop In-Reply-To: <200711020155.33368.gambas@...1...> References: <200711020117.28476.PxPert@...626...> <200711020154.12261.gambas@...1...> <200711020155.33368.gambas@...1...> Message-ID: <200711020221.21763.gambas@...1...> On vendredi 2 novembre 2007, Benoit Minisini wrote: > On vendredi 2 novembre 2007, Benoit Minisini wrote: > > On vendredi 2 novembre 2007, PxPert wrote: > > > Hi! > > > I'm an active gambas developer and I'm developing an app called > > > lnkmusic (an inteface for mpd, see kde-apps.org for more info :D ) for > > > gambas 1.9.90 I've got a very strange problem when dragging from a > > > multiple selectable gridview to another control inside the form but > > > outside the gridview: after the drop, if the mouse cursor keeps being > > > outside the gridview and moves, it changes the selection of the rows in > > > the control. When the cursor comes in, this fake select event > > > disappears. > > > How can I fix that? > > > I've got some other ugly problems wihth drag&dron on a gridview, but > > > for now this is the most horrible :P > > > > > > Thanks, PxPert > > > > I downloaded your project, but couldn't find any GridView anywhere. Did I > > miss something? > > Spoke too fast... You created it dynamically. Well, the drag & drop process interferes with the mouse selection, because they are launched during the same mouse event. I added the ability to prevent mouse events to propagate with STOP EVENT. This solves the selection of rows while dragging outside of the controls. But there is other interferences yet. The only clean solution at the moment should be settings GridView selection mode to Select.None, and implements a selection mechanism yourself, by managing mouse events, and drawing selected rows differently in the Data event. Regards, -- Benoit Minisini From PxPert at ...626... Fri Nov 2 22:34:13 2007 From: PxPert at ...626... (PxPert) Date: Fri, 2 Nov 2007 22:34:13 +0100 Subject: [Gambas-user] Strange drag&drop In-Reply-To: <200711020221.21763.gambas@...1...> References: <200711020117.28476.PxPert@...626...> <200711020155.33368.gambas@...1...> <200711020221.21763.gambas@...1...> Message-ID: <200711022234.13496.PxPert@...626...> Argh, I don't like this, but I think this is the only possible solution until the (simply, i think) problem will be solved. Anyway I've reimplemented the gridview with a new control just to fix problems like this, so there's no problem! Another question: If you've read a part of my program code you'll notice the system to control the remote mpd is in a separate control. When I'll add all the functions supported by mpd and made it stable I'll make it a totally external control... Is there a way to include it in the official gambas 1.9x trunk? :D P.S. Congratulations for the IDE, gambas is a really powerful language and I hope it will be famous like other interpreted languages like perl and python if not more! Regards, PxPert > > Well, the drag & drop process interferes with the mouse selection, because > they are launched during the same mouse event. > > I added the ability to prevent mouse events to propagate with STOP EVENT. > This solves the selection of rows while dragging outside of the controls. > But there is other interferences yet. > > The only clean solution at the moment should be settings GridView selection > mode to Select.None, and implements a selection mechanism yourself, by > managing mouse events, and drawing selected rows differently in the Data > event. > > Regards, From ihabrown at ...626... Sat Nov 3 05:41:47 2007 From: ihabrown at ...626... (Barry Brown) Date: Sat, 3 Nov 2007 00:41:47 -0400 Subject: [Gambas-user] (no subject) Message-ID: <89bea4450711022141l6cdf9180paa663f0fa5758f00@...627...> -- Best Regards, Barry Brown 3B-LABS From tomas.eroles at ...277... Sat Nov 3 12:28:24 2007 From: tomas.eroles at ...277... (Tomas Eroles i Forner) Date: Sat, 03 Nov 2007 12:28:24 +0100 Subject: [Gambas-user] About use of classes Message-ID: <1194089304.4100.69.camel@...1787...> Hi all I'm developing an application and I have some doubts. I've got a main form, frmMain, and a main class called Model. In execution time, I need that this application uses, by now, only one object of class Model with these conditions: - If I have to open one saved file the program must fill the object by reading the file (I think xml could be a good way). - If I have to create a new model, I plan to do it using two ways: blank model or using a Wizard. Once the model is created, several properties could be changed with a dialog box called frmOpciones. - When opening frmOpciones, it must read the properties of the active model (if there's any open model) and show them for modify. Else, properties are blank. - When saving a model, the program has to add/change/delete information on the file (probably I will do it creating a new file and changing the name to the old file as a backup one). Then, my problems are: - I don't know where to put the sentence DIM MyModel as Model, that is, I need that in execution time always work with the same model, then, when opening frmOpciones, if I have a current project, does I have to pass MyModel as parameter? If so, how I do it, that is, in which SUB in frmOpciones does I have to write PUBLIC SUB OneSub(wMod as Model) ... END? - Another option could be create a Module (Start) as initial class that can create a new Model object, and open the frmMain form, but, of course, by passing a Model parameter, isn't it? Thanks in advance for your help!! From david_villalobos_c at ...43... Sat Nov 3 16:53:44 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Sat, 3 Nov 2007 08:53:44 -0700 (PDT) Subject: [Gambas-user] Spanish translation Message-ID: <589512.41218.qm@...1657...> Hi Benoit Attached is a translation file. The Spanish file for Spain has some errors, and was not completed translated, so I create this new one. Hope you can used it, if you have question, please let me know. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas2-es.po Type: text/x-gettext-translation Size: 80318 bytes Desc: not available URL: From dcamposf at ...626... Sat Nov 3 17:22:42 2007 From: dcamposf at ...626... (Daniel Campos) Date: Sat, 3 Nov 2007 17:22:42 +0100 Subject: [Gambas-user] Spanish translation In-Reply-To: <589512.41218.qm@...1657...> References: <589512.41218.qm@...1657...> Message-ID: <7259b5ae0711030922r159aad87r25de0f66f4d084e5@...627...> Hi: OK, I will add it to the SVN, thanks!. Please, send those messages to gambas-devel list, which is the one for those tasks. Daniel 2007/11/3, David Villalobos Cambronero : > Hi Benoit > > Attached is a translation file. The Spanish file for Spain has some errors, and was not completed translated, so I create this new one. > > Hope you can used it, if you have question, please let me know. > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > From dcamposf at ...626... Sat Nov 3 17:39:40 2007 From: dcamposf at ...626... (Daniel Campos) Date: Sat, 3 Nov 2007 17:39:40 +0100 Subject: [Gambas-user] Spanish translation In-Reply-To: <7259b5ae0711030922r159aad87r25de0f66f4d084e5@...627...> References: <589512.41218.qm@...1657...> <7259b5ae0711030922r159aad87r25de0f66f4d084e5@...627...> Message-ID: <7259b5ae0711030939s4ea8323ak16717e1ffea7a62a@...627...> Done! 2007/11/3, Daniel Campos : > Hi: > > OK, I will add it to the SVN, thanks!. Please, send those messages to > gambas-devel list, which is the one for those tasks. > > Daniel > > > > 2007/11/3, David Villalobos Cambronero : > > Hi Benoit > > > > Attached is a translation file. The Spanish file for Spain has some errors, and was not completed translated, so I create this new one. > > > > Hope you can used it, if you have question, please let me know. > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > From jredrejo at ...626... Sat Nov 3 16:49:22 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Sat, 3 Nov 2007 16:49:22 +0100 Subject: [Gambas-user] Problems with some events In-Reply-To: <200711012122.48907.gambas@...1...> References: <8eb28a500710260257x97b8817ha72e6e05cb595667@...627...> <200710281605.36004.gambas@...1...> <8eb28a500710310646q2b1b22balfbd2c2cda1cd631e@...627...> <200711012122.48907.gambas@...1...> Message-ID: <8eb28a500711030849p31b8d673s5f87d0c813e6107e@...627...> 2007/11/1, Benoit Minisini : > > On mercredi 31 octobre 2007, Jos? Luis Redrejo wrote: > > > > So, how could I get the information of a dropped file over a FileView > > control? > > That's a very typical use of a "FileView" in an application: dragging > and > > dropping files from Nautilus o Konqueror to add files to a directory. > > > > Now it's possible to do it with gtk, but reading your answer I guess > you're > > going to modify it to behave as in qt, where these events can not be > > reached. > > > > Regards. > > You must add this feature directly to the FileView control, by modifying > its > source code. > > Or you can inherits FileView, try to find its child IconView / ListView > (not > too difficult, use FileView.Children[0]) , and use the Observer class to > catch Drag & Drop events sent to them. > > --8<----------------------------------------------------------------- > 'CLASS MyFileView > > INHERITS FileView > > PRIVATE $hObserver AS Observer > > PUBLIC SUB _new() > > $hObserver = NEW Observer(ME.Children[0]) AS "TheIconView" > > END > > PUBLIC SUB TheIconView_Drop() > > PRINT Drag.Data > > END > --8<----------------------------------------------------------------- > > You have more work if you want to now which icon was specifically hit by > the > drop. > > Note that at the moment, gb.gtk IconView cannot returns the needed > (X,Y,W,H) > coordinates of an icon. I didn't find how to do that in GTK+, whereas the > API > allows that for TreeView items. > > Regards, > it works as you said (with 1.9.90, with 1.9.50 I can not get the children of MyFileView), there was only one sentence missing in the _new procedure: me.Children[0].drop=true to make it work. In fact, I didn't need to create a new class subclassing FileView, just adding the observer to an existing FileVIew in the form is enough. Thanks very much for your support and ideas. It's at least as valuable as your developing work. Regards. From gareth at ...1689... Mon Nov 5 11:02:36 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 5 Nov 2007 10:02:36 +0000 (GMT) Subject: [Gambas-user] Re; Menu Editor .. Message-ID: <19346498.43451194256956205.JavaMail.root@...1708...> Hi, Maybe it's me .. but has something happened to the Menu Editor in the IDE ? I can't seem to find it any more ????? -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07853 305393, Int: 00 44 1443205756 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From gambas.fr at ...626... Mon Nov 5 11:21:07 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 5 Nov 2007 11:21:07 +0100 Subject: [Gambas-user] Re; Menu Editor .. In-Reply-To: <19346498.43451194256956205.JavaMail.root@...1708...> References: <19346498.43451194256956205.JavaMail.root@...1708...> Message-ID: <200711051121.07645.gambas.fr@...626...> Le Monday 05 November 2007 11:02:36 Gareth Bult, vous avez ?crit?: > Hi, > > Maybe it's me .. but has something happened to the Menu Editor in the IDE ? > > I can't seem to find it any more ????? I've updated at the last svn and i've got it... ! on a form ... right click with the mouse... Fabien From ariefbayu at ...626... Mon Nov 5 11:25:00 2007 From: ariefbayu at ...626... (Arief Bayu Purwanto) Date: Mon, 5 Nov 2007 17:25:00 +0700 Subject: [Gambas-user] Possible BUG at code editor Message-ID: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> Dear all, I'm trying to write some gambas code and encounter a bug. Here's a step to reproduce the bug : 1. Create new Form [check "Dialog box management"] 2. Delete all control on form 3. Go to code/class window 4. Delete all line, except the first line (`'Gambas class file` line) 5. Save class file and you'll encounter "Segmentation fault (core dumped)" I'm using revision 799. -- Daiguren Hy?rinmaru From gambas.fr at ...626... Mon Nov 5 11:37:18 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 5 Nov 2007 11:37:18 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> Message-ID: <200711051137.18666.gambas.fr@...626...> Le Monday 05 November 2007 11:25:00 Arief Bayu Purwanto, vous avez ?crit?: > Dear all, > > I'm trying to write some gambas code and encounter a bug. > > Here's a step to reproduce the bug : > > 1. Create new Form [check "Dialog box management"] > 2. Delete all control on form > 3. Go to code/class window > 4. Delete all line, except the first line (`'Gambas class file` line) > 5. Save class file and you'll encounter "Segmentation fault (core dumped)" > > I'm using revision 799. Nothing append Please go to : http://gambas.sourceforge.net/tr-report.html Section how to report a crash and then return all the informations... It can be specific to you... Fabien From ariefbayu at ...626... Mon Nov 5 11:44:08 2007 From: ariefbayu at ...626... (Arief Bayu Purwanto) Date: Mon, 5 Nov 2007 17:44:08 +0700 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <200711051137.18666.gambas.fr@...626...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051137.18666.gambas.fr@...626...> Message-ID: <976ad9050711050244i466d73cew368f074f77fb9859@...627...> > > Nothing append > Please go to : http://gambas.sourceforge.net/tr-report.html > > Section how to report a crash > > and then return all the informations... > > It can be specific to you... > > Fabien Ah, I'm sorry. here's gdb output : silent at ...1792...:~/tmp/gambas2$ cd trunk/app/src/gambas2/ silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gbc2 -agt OK silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gdb gbx2 GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) set args -p (gdb) run Starting program: /usr/local/bin/gbx2 -p [Thread debugging using libthread_db enabled] [New Thread -1209719120 (LWP 6419)] Error while reading shared library symbols: Cannot find new threads: generic error Qt: gdb: -nograb added to command-line options. Use the -dograb option to enforce grabbing. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1209719120 (LWP 6419)] 0xb7aa6bba in QString::insert () from /usr/lib/libqt-mt.so.3 This is uname -a: silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ uname -a Linux hacked 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 GNU/Linux I'm using ubuntu 7.10 -- Daiguren Hy?rinmaru From gambas at ...1... Mon Nov 5 11:50:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Nov 2007 11:50:21 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <976ad9050711050244i466d73cew368f074f77fb9859@...627...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051137.18666.gambas.fr@...626...> <976ad9050711050244i466d73cew368f074f77fb9859@...627...> Message-ID: <200711051150.21398.gambas@...1...> On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > > Nothing append > > Please go to : http://gambas.sourceforge.net/tr-report.html > > > > Section how to report a crash > > > > and then return all the informations... > > > > It can be specific to you... > > > > Fabien > > Ah, I'm sorry. > > here's gdb output : > > silent at ...1792...:~/tmp/gambas2$ cd trunk/app/src/gambas2/ > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gbc2 -agt > OK > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gdb gbx2 > GNU gdb 6.6-debian > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i486-linux-gnu"... > Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". > (gdb) set args -p > (gdb) run > Starting program: /usr/local/bin/gbx2 -p > [Thread debugging using libthread_db enabled] > [New Thread -1209719120 (LWP 6419)] > Error while reading shared library symbols: > Cannot find new threads: generic error > Qt: gdb: -nograb added to command-line options. > Use the -dograb option to enforce grabbing. > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1209719120 (LWP 6419)] > 0xb7aa6bba in QString::insert () from /usr/lib/libqt-mt.so.3 > > This is uname -a: > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ uname -a > Linux hacked 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 > GNU/Linux > > I'm using ubuntu 7.10 Please provide the stack backtrace too. -- Benoit Minisini From gambas.fr at ...626... Mon Nov 5 11:51:41 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 5 Nov 2007 11:51:41 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <976ad9050711050244i466d73cew368f074f77fb9859@...627...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051137.18666.gambas.fr@...626...> <976ad9050711050244i466d73cew368f074f77fb9859@...627...> Message-ID: <200711051151.41802.gambas.fr@...626...> Le Monday 05 November 2007 11:44:08 Arief Bayu Purwanto, vous avez ?crit?: > > Nothing append > > Please go to : http://gambas.sourceforge.net/tr-report.html > > > > Section how to report a crash > > > > and then return all the informations... > > > > It can be specific to you... > > > > Fabien > > Ah, I'm sorry. > > here's gdb output : > > silent at ...1792...:~/tmp/gambas2$ cd trunk/app/src/gambas2/ > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gbc2 -agt > OK > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gdb gbx2 > GNU gdb 6.6-debian > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i486-linux-gnu"... > Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". > (gdb) set args -p > (gdb) run > Starting program: /usr/local/bin/gbx2 -p > [Thread debugging using libthread_db enabled] > [New Thread -1209719120 (LWP 6419)] > Error while reading shared library symbols: > Cannot find new threads: generic error > Qt: gdb: -nograb added to command-line options. > Use the -dograb option to enforce grabbing. > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread -1209719120 (LWP 6419)] > 0xb7aa6bba in QString::insert () from /usr/lib/libqt-mt.so.3 > > This is uname -a: > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ uname -a > Linux hacked 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 > GNU/Linux > > I'm using ubuntu 7.10 you forgot to type bt ... From ariefbayu at ...626... Mon Nov 5 11:54:35 2007 From: ariefbayu at ...626... (Arief Bayu Purwanto) Date: Mon, 5 Nov 2007 17:54:35 +0700 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <200711051150.21398.gambas@...1...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051137.18666.gambas.fr@...626...> <976ad9050711050244i466d73cew368f074f77fb9859@...627...> <200711051150.21398.gambas@...1...> Message-ID: <976ad9050711050254m7d0505fcp6cc2422f2ea352b1@...627...> Sorry, misread the line :( This is the backtrace : silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gdb gbx2 GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (gdb) set args -p (gdb) run Starting program: /usr/local/bin/gbx2 -p [Thread debugging using libthread_db enabled] [New Thread -1210186064 (LWP 6514)] Error while reading shared library symbols: Cannot find new threads: generic error Qt: gdb: -nograb added to command-line options. Use the -dograb option to enforce grabbing. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1210186064 (LWP 6514)] 0xb7a34bba in QString::insert () from /usr/lib/libqt-mt.so.3 (gdb) bt #0 0xb7a34bba in QString::insert () from /usr/lib/libqt-mt.so.3 #1 0xb7a35715 in QString::insert () from /usr/lib/libqt-mt.so.3 #2 0xb6fbd083 in GString::insert (this=0x861e0c0, index=0, str=@0xbff2b3f0) at gstring.h:129 #3 0xb6fbbe41 in GDocument::insert (this=0x8637998, y=1, x=0, text=@0xbff2b434) at gdocument.cpp:378 #4 0xb6fc3e4b in CEDITORDOC_insert (_object=0x8635570, _param=0x807d598) at CEditor.cpp:317 #5 0x0804e3f8 in EXEC_call_native (exec=0xb6fc3dbe , object=0x8635570, type=0, param=0x807d598) at gbx_exec.c:837 #6 0x0804ec61 in EXEC_native () at gbx_exec.c:955 #7 0x080512a4 in EXEC_loop () at gbx_exec_loop.c:1042 #8 0x0804efdc in EXEC_function_real (keep_ret_value=1 '\001') at gbx_exec.c:695 #9 0x0805da8a in call_method (object=0x8615500, desc=0x11, nparam=281416128) at gbx_api.c:409 #10 0x0805e0bd in GB_Raise (object=0x860cc30, event_id=0, nparam=0) at gbx_api.c:579 #11 0xb7d50a78 in send_click_event (_object=0x860cc30) at CMenu.cpp:911 #12 0x080541b9 in EVENT_check_post () at gbx_event.c:229 #13 0xb7d3a3cc in MyPostCheck::check (this=0xb7da93e0) at main.cpp:926 #14 0xb7d3a0fb in MyPostCheck::qt_invoke (this=0xb7da93e0, _id=2, _o=0xbff2b798) at moc_main.cpp:82 #15 0xb7715893 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #16 0xb7aa18ec in QSignal::signal () from /usr/lib/libqt-mt.so.3 #17 0xb7735842 in QSignal::activate () from /usr/lib/libqt-mt.so.3 #18 0xb773d258 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3 #19 0xb76acaf0 in QApplication::internalNotify () from /usr/lib/libqt- mt.so.3 #20 0xb76ae91f in QApplication::notify () from /usr/lib/libqt-mt.so.3 #21 0xb7d3c61a in MyApplication::notify (this=0x80d8550, o=0x815bbc8, e=0xbff2ba48) at main.cpp:342 #22 0xb763f209 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #23 0xb769f53b in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #24 0xb7653d49 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #25 0xb7d3b5c1 in MyEventLoop::processEvents (this=0x808c310, flags=4) at main.cpp:244 #26 0xb76c71ce in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #27 0xb76c6fde in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #28 0xb76ae699 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #29 0xb7d3acac in hook_loop () at main.cpp:500 #30 0x08061eb9 in main (argc=0, argv=0xbff2be54) at gbx.c:356 (gdb) On 11/5/07, Benoit Minisini wrote: > > On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > > > Nothing append > > > Please go to : http://gambas.sourceforge.net/tr-report.html > > > > > > Section how to report a crash > > > > > > and then return all the informations... > > > > > > It can be specific to you... > > > > > > Fabien > > > > Ah, I'm sorry. > > > > here's gdb output : > > > > silent at ...1792...:~/tmp/gambas2$ cd trunk/app/src/gambas2/ > > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gbc2 -agt > > OK > > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ gdb gbx2 > > GNU gdb 6.6-debian > > Copyright (C) 2006 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > > are welcome to change it and/or distribute copies of it under certain > > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for > details. > > This GDB was configured as "i486-linux-gnu"... > > Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". > > (gdb) set args -p > > (gdb) run > > Starting program: /usr/local/bin/gbx2 -p > > [Thread debugging using libthread_db enabled] > > [New Thread -1209719120 (LWP 6419)] > > Error while reading shared library symbols: > > Cannot find new threads: generic error > > Qt: gdb: -nograb added to command-line options. > > Use the -dograb option to enforce grabbing. > > > > Program received signal SIGSEGV, Segmentation fault. > > [Switching to Thread -1209719120 (LWP 6419)] > > 0xb7aa6bba in QString::insert () from /usr/lib/libqt-mt.so.3 > > > > This is uname -a: > > silent at ...1792...:~/tmp/gambas2/trunk/app/src/gambas2$ uname -a > > Linux hacked 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 > > GNU/Linux > > > > I'm using ubuntu 7.10 > > Please provide the stack backtrace too. > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Daiguren Hy?rinmaru From gambas at ...1... Mon Nov 5 12:15:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Nov 2007 12:15:55 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> Message-ID: <200711051215.55160.gambas@...1...> On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > Dear all, > > I'm trying to write some gambas code and encounter a bug. > > Here's a step to reproduce the bug : > > 1. Create new Form [check "Dialog box management"] > 2. Delete all control on form > 3. Go to code/class window > 4. Delete all line, except the first line (`'Gambas class file` line) > 5. Save class file and you'll encounter "Segmentation fault (core dumped)" > > I'm using revision 799. I could reproduce it. Actually you have to delete the last newline character of the first line to get the crash. -- Benoit Minisini From gambas.fr at ...626... Mon Nov 5 12:34:52 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 5 Nov 2007 12:34:52 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <200711051215.55160.gambas@...1...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051215.55160.gambas@...1...> Message-ID: <200711051234.52449.gambas.fr@...626...> Le Monday 05 November 2007 12:15:55 Benoit Minisini, vous avez ?crit?: > On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > > Dear all, > > > > I'm trying to write some gambas code and encounter a bug. > > > > Here's a step to reproduce the bug : > > > > 1. Create new Form [check "Dialog box management"] > > 2. Delete all control on form > > 3. Go to code/class window > > 4. Delete all line, except the first line (`'Gambas class file` line) > > 5. Save class file and you'll encounter "Segmentation fault (core > > dumped)" > > > > I'm using revision 799. > > I could reproduce it. Actually you have to delete the last newline > character of the first line to get the crash. ok me too... i had not delete the newline char... From gambas at ...1... Mon Nov 5 13:14:49 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Nov 2007 13:14:49 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <200711051215.55160.gambas@...1...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051215.55160.gambas@...1...> Message-ID: <200711051314.49675.gambas@...1...> On lundi 5 novembre 2007, Benoit Minisini wrote: > On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > > Dear all, > > > > I'm trying to write some gambas code and encounter a bug. > > > > Here's a step to reproduce the bug : > > > > 1. Create new Form [check "Dialog box management"] > > 2. Delete all control on form > > 3. Go to code/class window > > 4. Delete all line, except the first line (`'Gambas class file` line) > > 5. Save class file and you'll encounter "Segmentation fault (core > > dumped)" > > > > I'm using revision 799. > > I could reproduce it. Actually you have to delete the last newline > character of the first line to get the crash. OK, this is fixed in the last revision. -- Benoit Minisini From gambas at ...1... Mon Nov 5 13:18:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Nov 2007 13:18:21 +0100 Subject: [Gambas-user] Strange drag&drop In-Reply-To: <200711022234.13496.PxPert@...626...> References: <200711020117.28476.PxPert@...626...> <200711020221.21763.gambas@...1...> <200711022234.13496.PxPert@...626...> Message-ID: <200711051318.22069.gambas@...1...> On vendredi 2 novembre 2007, PxPert wrote: > Argh, I don't like this, but I think this is the only possible solution > until the (simply, i think) problem will be solved. Anyway I've > reimplemented the gridview with a new control just to fix problems like > this, so there's no problem! > > Another question: If you've read a part of my program code you'll notice > the system to control the remote mpd is in a separate control. When I'll > add all the functions supported by mpd and made it stable I'll make it a > totally external control... Is there a way to include it in the official > gambas 1.9x trunk? :D Of course, but: * You may be too late for the 2.0. * You must define precisely and cleanly the interface of your component. * The name of all exported symbols must be carefully thought. * I don't know mpd, but you should try to abstract its features if possible. I mean, try to be not too specific, so that you could reuse the same interface for accessing another software similar to mpd. > > P.S. Congratulations for the IDE, gambas is a really powerful language and > I hope it will be famous like other interpreted languages like perl and > python if not more! I hope so, thanks. > > Regards, PxPert > Regards, -- Benoit Minisini From gareth at ...1689... Mon Nov 5 14:30:42 2007 From: gareth at ...1689... (Gareth Bult) Date: Mon, 5 Nov 2007 13:30:42 +0000 (GMT) Subject: [Gambas-user] Re; Menu Editor .. In-Reply-To: <200711051121.07645.gambas.fr@...626...> Message-ID: <17814542.44311194269442794.JavaMail.root@...1708...> Ok, I re-extracted from SVN and rebuilt .. and it's back .. Weird! tvm -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07853 305393, Int: 00 44 1443205756 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Fabien Bodard" To: "mailing list for gambas users" Sent: Monday, November 5, 2007 10:21:07 AM (GMT) Europe/London Subject: Re: [Gambas-user] Re; Menu Editor .. Le Monday 05 November 2007 11:02:36 Gareth Bult, vous avez ?crit : > Hi, > > Maybe it's me .. but has something happened to the Menu Editor in the IDE ? > > I can't seem to find it any more ????? I've updated at the last svn and i've got it... ! on a form ... right click with the mouse... Fabien ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ariefbayu at ...626... Mon Nov 5 17:18:29 2007 From: ariefbayu at ...626... (Arief Bayu Purwanto) Date: Mon, 5 Nov 2007 23:18:29 +0700 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <200711051314.49675.gambas@...1...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051215.55160.gambas@...1...> <200711051314.49675.gambas@...1...> Message-ID: <976ad9050711050818t1844eb2dne48f7d3f2a6b21e5@...627...> > > OK, this is fixed in the last revision. Thank you, it's working perfectly now. BTW, do you have some gambas svg icon? I need it for my gnome applet. -- Daiguren Hy?rinmaru From gambas at ...1... Mon Nov 5 18:27:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Nov 2007 18:27:21 +0100 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <976ad9050711050818t1844eb2dne48f7d3f2a6b21e5@...627...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051314.49675.gambas@...1...> <976ad9050711050818t1844eb2dne48f7d3f2a6b21e5@...627...> Message-ID: <200711051827.21722.gambas@...1...> On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > > OK, this is fixed in the last revision. > > Thank you, it's working perfectly now. > BTW, do you have some gambas svg icon? > I need it for my gnome applet. No, I have only a .png version. I never had any contact with the guy who drawn the gambas 2 logo. -- Benoit Minisini From ariefbayu at ...626... Mon Nov 5 18:32:38 2007 From: ariefbayu at ...626... (Arief Bayu Purwanto) Date: Tue, 6 Nov 2007 00:32:38 +0700 Subject: [Gambas-user] Possible BUG at code editor In-Reply-To: <200711051827.21722.gambas@...1...> References: <976ad9050711050225n1c7fef44xa9198ae564c9c4db@...627...> <200711051314.49675.gambas@...1...> <976ad9050711050818t1844eb2dne48f7d3f2a6b21e5@...627...> <200711051827.21722.gambas@...1...> Message-ID: <976ad9050711050932s274e2cadl1f241f45991c21a9@...627...> On 11/6/07, Benoit Minisini wrote: > > On lundi 5 novembre 2007, Arief Bayu Purwanto wrote: > > > OK, this is fixed in the last revision. > > > > Thank you, it's working perfectly now. > > BTW, do you have some gambas svg icon? > > I need it for my gnome applet. > > No, I have only a .png version. I never had any contact with the guy who > drawn > the gambas 2 logo. Humm... I google it and only found png too :( -- Daiguren Hy?rinmaru From gambas at ...1... Tue Nov 6 12:03:25 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 12:03:25 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article Message-ID: <200711061203.25508.gambas@...1...> Hi, I think that the article for Gambas 2 RC1 at http://gambasdoc.org/help/doc/release is almost finished. Feel free to read it, comment it and fix it before too much rubbish is thrown out to the face of the world. :-) Regards, -- Benoit Minisini From david_villalobos_c at ...43... Tue Nov 6 13:09:53 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Tue, 6 Nov 2007 04:09:53 -0800 (PST) Subject: [Gambas-user] Spanish translation Message-ID: <949910.33536.qm@...1658...> Great!!! many thanks ----- Original Message ---- From: Daniel Campos To: mailing list for gambas users Sent: Saturday, November 3, 2007 10:39:40 AM Subject: Re: [Gambas-user] Spanish translation Done! 2007/11/3, Daniel Campos : > Hi: > > OK, I will add it to the SVN, thanks!. Please, send those messages to > gambas-devel list, which is the one for those tasks. > > Daniel > > > > 2007/11/3, David Villalobos Cambronero : > > Hi Benoit > > > > Attached is a translation file. The Spanish file for Spain has some errors, and was not completed translated, so I create this new one. > > > > Hope you can used it, if you have question, please let me know. > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From gambas.fr at ...626... Tue Nov 6 15:11:46 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 15:11:46 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061203.25508.gambas@...1...> References: <200711061203.25508.gambas@...1...> Message-ID: <200711061511.46943.gambas.fr@...626...> Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit?: > Hi, > > I think that the article for Gambas 2 RC1 at > http://gambasdoc.org/help/doc/release is almost finished. > > Feel free to read it, comment it and fix it before too much rubbish is > thrown out to the face of the world. :-) > > Regards, I think you need to add DBus in the futur road map... it's near to be more important than qt4... :-) We can say that the gambas 2 is quite like kde 4 ... the better will appear after... It's a version that put some basis for later. Stop me if I'm wrong. From gambas at ...1... Tue Nov 6 15:17:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 15:17:31 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061511.46943.gambas.fr@...626...> References: <200711061203.25508.gambas@...1...> <200711061511.46943.gambas.fr@...626...> Message-ID: <200711061517.31258.gambas@...1...> On mardi 6 novembre 2007, Fabien Bodard wrote: > Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit?: > > Hi, > > > > I think that the article for Gambas 2 RC1 at > > http://gambasdoc.org/help/doc/release is almost finished. > > > > Feel free to read it, comment it and fix it before too much rubbish is > > thrown out to the face of the world. :-) > > > > Regards, > > I think you need to add DBus in the futur road map... it's near to be more > important than qt4... :-) > Yes, I forgot qt4. And DBus being more important than qt4... It depends on your needs. > > We can say that the gambas 2 is quite like kde 4 ... the better will appear > after... Generally, the goal is that what comes after is not worse that what came before. > > It's a version that put some basis for later. > > Stop me if I'm wrong. And what comes after is usually based on what came before. You can't be wrong with these two sentences. ;-) Regards, -- Benoit Minisini From joe1962 at ...626... Tue Nov 6 15:21:23 2007 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Tue, 6 Nov 2007 12:21:23 -0200 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061511.46943.gambas.fr@...626...> References: <200711061203.25508.gambas@...1...> <200711061511.46943.gambas.fr@...626...> Message-ID: <6c208f950711060621w6ec5732as914e4ddf3267d18f@...627...> On Nov 6, 2007 12:11 PM, Fabien Bodard wrote: > Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit: > > Hi, > > > > I think that the article for Gambas 2 RC1 at > > http://gambasdoc.org/help/doc/release is almost finished. > > > > Feel free to read it, comment it and fix it before too much rubbish is > > thrown out to the face of the world. :-) > > > > Regards, > > I think you need to add DBus in the futur road map... it's near to be more > important than qt4... :-) > > I definitely agree with dbus, I already needed as I have been thinking of porting the non-gui parts of my vl-hot from bash scripts to gambas (the config gui is already gambas). Regards, Joe1962 From gambas.fr at ...626... Tue Nov 6 15:24:53 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 15:24:53 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061517.31258.gambas@...1...> References: <200711061203.25508.gambas@...1...> <200711061511.46943.gambas.fr@...626...> <200711061517.31258.gambas@...1...> Message-ID: <200711061524.53424.gambas.fr@...626...> Le Tuesday 06 November 2007 15:17:31 Benoit Minisini, vous avez ?crit?: > On mardi 6 novembre 2007, Fabien Bodard wrote: > > Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit?: > > > Hi, > > > > > > I think that the article for Gambas 2 RC1 at > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > Feel free to read it, comment it and fix it before too much rubbish is > > > thrown out to the face of the world. :-) > > > > > > Regards, > > > > I think you need to add DBus in the futur road map... it's near to be > > more important than qt4... :-) > > Yes, I forgot qt4. And DBus being more important than qt4... It depends on > your needs. > > > We can say that the gambas 2 is quite like kde 4 ... the better will > > appear after... > > Generally, the goal is that what comes after is not worse that what came > before. > > > It's a version that put some basis for later. > > > > Stop me if I'm wrong. > > And what comes after is usually based on what came before. > > You can't be wrong with these two sentences. ;-) > > Regards, Lapalissade... Sinon avec un article comme ?a y vont baver..., Je ne me rendais pas compte moi m?me de l'ensemble.... Sorry... i can make a french translation if you do not have the time ... and promish, if i do that i'll be carefull on spelling mistakes.. From rospolosco at ...152... Tue Nov 6 16:03:35 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 6 Nov 2007 16:03:35 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061203.25508.gambas@...1...> References: <200711061203.25508.gambas@...1...> Message-ID: <200711061603.35236.rospolosco@...152...> Alle 12:03, marted? 6 novembre 2007, Benoit Minisini ha scritto: > Hi, > > I think that the article for Gambas 2 RC1 at > http://gambasdoc.org/help/doc/release is almost finished. > > Feel free to read it, comment it and fix it before too much rubbish is > thrown out to the face of the world. :-) > > Regards, I read it, and while reading, I was wondering why the boss of that famous distro does not sponsor actively such a great software. Regards, Stefano Palmeri From gambas.fr at ...626... Tue Nov 6 16:04:50 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 16:04:50 +0100 Subject: [Gambas-user] An ask about all and nothing Message-ID: <200711061604.50693.gambas.fr@...626...> Hi to all... I've a big ask... I think i'm going to leave (quit) my kubuntu distribution, i've too many problem on it. I want to know if you know a good Distrib kde based... with a good preview on kde4 and light and easy to use... I've look at vector linux... but is there a Good french support Jose j. ? KDE 4 beta package ? Idem for linex... the project look really impressive... but i'm not good in spanish :) and seem to be based only on gnome... I know that it's not a good Mail on this mailing list ... but there is mabe a little distro that exist and can make my happyness. Fabien From dcamposf at ...626... Tue Nov 6 16:12:44 2007 From: dcamposf at ...626... (Daniel Campos) Date: Tue, 6 Nov 2007 16:12:44 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061604.50693.gambas.fr@...626...> References: <200711061604.50693.gambas.fr@...626...> Message-ID: <7259b5ae0711060712p47f3a215uf0e408a2daeec5d8@...627...> Hi: > > Idem for linex... the project look really impressive... but i'm not good in > spanish :) and seem to be based only on gnome... Yes, only spanish :-(. You can download and install Kde 3.5 in Linex without problems, but there's not special support for French at this moment, apart from the support owned by each application. Anyway why not Debian? Complete French support, Kde 3.5, stability... and it has an easy to use graphical installer at this moment, forget the myths of the past... and Gambas support is updated frequently in Debian Lenny (Jose L. Redrejo makes both Lenny and Linex packages). Software installation and maintenance is easy, and you can even use the updated Kernel packages and additional modules from Linex on a pure Debian distribution, if you need specific hardware support. Daniel From drmad at ...1302... Tue Nov 6 16:14:30 2007 From: drmad at ...1302... (Oliver Etchebarne Bejarano) Date: Tue, 06 Nov 2007 10:14:30 -0500 Subject: [Gambas-user] Problems compiling gambas2 RC1 Message-ID: <473084D6.8060604@...1302...> Hey everybody. First of all, congratulations to Bernoit and all the gambas developers, Gambas is more than incredible, the dream of my life: a true rad in linux :) Now, the ugly part :) -- [root at ...1596... gambas2-1.9.90]# make install > /dev/null gbi2: ERROR: Cannot load shared library: /opt/gambas2/lib/gambas2/gb.qt.opengl.so: undefined symbol: _ZTI9QGLWidget gbi2: ERROR: Cannot load shared library: /opt/gambas2/lib/gambas2/gb.qt.opengl.so: undefined symbol: _ZTI9QGLWidget Inconsistency detected by ld.so: ../sysdeps/generic/dl-tls.c: 75: _dl_next_tls_modid: Assertion `result <= _rtld_local._dl_tls_max_dtv_idx' failed! make[2]: *** [install-exec-local] Error 127 make[1]: *** [install-am] Error 2 make: *** [install-recursive] Error 1 -- My configure: ./configure --prefix=/opt/gambas2 --with-moc=/opt/qt/bin --with-sdl-prefix=/opt/sdl/ I have an LFS, (almost) everything installed in /opt. Hmmm... I have a NVidia, with driver 100.14.23 (it's the only I have installed relative to opengl) Am I doimg something wrong? Early 1.9.* gambas version used to compile pretty well. Cheers, -- Oliver Etchebarne Bejarano drmad/paperclip http://www.paperclip.com.pe/ From dcamposf at ...626... Tue Nov 6 16:15:04 2007 From: dcamposf at ...626... (Daniel Campos) Date: Tue, 6 Nov 2007 16:15:04 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061604.50693.gambas.fr@...626...> References: <200711061604.50693.gambas.fr@...626...> Message-ID: <7259b5ae0711060715x5b140624w4babd95a2af5998@...627...> Hi Forgot: > I want to know if you know a good Distrib kde based... with a good preview on > kde4 and light and easy to use... > > Does it really exist? :-)) Kde 4.0 is really, really beta, I don't think you will find any useable Kde 4.0 distribution in the present moment, may be some months... From dcamposf at ...626... Tue Nov 6 16:17:39 2007 From: dcamposf at ...626... (Daniel Campos) Date: Tue, 6 Nov 2007 16:17:39 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061603.35236.rospolosco@...152...> References: <200711061203.25508.gambas@...1...> <200711061603.35236.rospolosco@...152...> Message-ID: <7259b5ae0711060717u6670cde8h750ad894d70a3d5a@...627...> > > I read it, and while reading, I was wondering why the boss of that > famous distro does not sponsor actively such a great software. > Do you mean Ubuntu? May be the 64 bits problem, Ubuntu is distributed for 64bits too, and Gambas crashes there... From gambas at ...1... Tue Nov 6 16:18:27 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 16:18:27 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061524.53424.gambas.fr@...626...> References: <200711061203.25508.gambas@...1...> <200711061517.31258.gambas@...1...> <200711061524.53424.gambas.fr@...626...> Message-ID: <200711061618.27770.gambas@...1...> On mardi 6 novembre 2007, Fabien Bodard wrote: > Le Tuesday 06 November 2007 15:17:31 Benoit Minisini, vous avez ?crit?: > > On mardi 6 novembre 2007, Fabien Bodard wrote: > > > Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit?: > > > > Hi, > > > > > > > > I think that the article for Gambas 2 RC1 at > > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > > > Feel free to read it, comment it and fix it before too much rubbish > > > > is thrown out to the face of the world. :-) > > > > > > > > Regards, > > > > > > I think you need to add DBus in the futur road map... it's near to be > > > more important than qt4... :-) > > > > Yes, I forgot qt4. And DBus being more important than qt4... It depends > > on your needs. > > > > > We can say that the gambas 2 is quite like kde 4 ... the better will > > > appear after... > > > > Generally, the goal is that what comes after is not worse that what came > > before. > > > > > It's a version that put some basis for later. > > > > > > Stop me if I'm wrong. > > > > And what comes after is usually based on what came before. > > > > You can't be wrong with these two sentences. ;-) > > > > Regards, > > Lapalissade... > > Sinon avec un article comme ?a y vont baver..., Je ne me rendais pas compte > moi m?me de l'ensemble.... > > Sorry... > > i can make a french translation if you do not have the time ... and > promish, if i do that i'll be carefull on spelling mistakes.. > Thanks, but I will do that, as I won't make a word-by-word translation. -- Benoit Minisini From gambas at ...1... Tue Nov 6 16:20:12 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 16:20:12 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061604.50693.gambas.fr@...626...> References: <200711061604.50693.gambas.fr@...626...> Message-ID: <200711061620.12983.gambas@...1...> On mardi 6 novembre 2007, Fabien Bodard wrote: > Hi to all... > > I've a big ask... I think i'm going to leave (quit) my kubuntu > distribution, i've too many problem on it. > > I want to know if you know a good Distrib kde based... with a good preview > on kde4 and light and easy to use... > > I've look at vector linux... but is there a Good french support Jose j. ? > KDE 4 beta package ? > > Idem for linex... the project look really impressive... but i'm not good in > spanish :) and seem to be based only on gnome... > > I know that it's not a good Mail on this mailing list ... but there is mabe > a little distro that exist and can make my happyness. > > Fabien > Mandriva 2008 + KDE4 packages from cooker? -- Benoit Minisini From gambas.fr at ...626... Tue Nov 6 16:20:52 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 16:20:52 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <7259b5ae0711060715x5b140624w4babd95a2af5998@...627...> References: <200711061604.50693.gambas.fr@...626...> <7259b5ae0711060715x5b140624w4babd95a2af5998@...627...> Message-ID: <200711061620.52786.gambas.fr@...626...> Le Tuesday 06 November 2007 16:15:04 Daniel Campos, vous avez ?crit?: > Hi Forgot: > > I want to know if you know a good Distrib kde based... with a good > > preview on kde4 and light and easy to use... > > Does it really exist? :-)) Kde 4.0 is really, really beta, I don't > think you will find any useable Kde 4.0 distribution in the present > moment, may be some months... Yes it exist... and i will see in the debian side... :) http://pkg-kde.alioth.debian.org/kde4livecd.html From gambas.fr at ...626... Tue Nov 6 16:21:44 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 16:21:44 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061618.27770.gambas@...1...> References: <200711061203.25508.gambas@...1...> <200711061524.53424.gambas.fr@...626...> <200711061618.27770.gambas@...1...> Message-ID: <200711061621.45040.gambas.fr@...626...> Le Tuesday 06 November 2007 16:18:27 Benoit Minisini, vous avez ?crit?: > On mardi 6 novembre 2007, Fabien Bodard wrote: > > Le Tuesday 06 November 2007 15:17:31 Benoit Minisini, vous avez ?crit?: > > > On mardi 6 novembre 2007, Fabien Bodard wrote: > > > > Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit?: > > > > > Hi, > > > > > > > > > > I think that the article for Gambas 2 RC1 at > > > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > > > > > Feel free to read it, comment it and fix it before too much rubbish > > > > > is thrown out to the face of the world. :-) > > > > > > > > > > Regards, > > > > > > > > I think you need to add DBus in the futur road map... it's near to be > > > > more important than qt4... :-) > > > > > > Yes, I forgot qt4. And DBus being more important than qt4... It depends > > > on your needs. > > > > > > > We can say that the gambas 2 is quite like kde 4 ... the better will > > > > appear after... > > > > > > Generally, the goal is that what comes after is not worse that what > > > came before. > > > > > > > It's a version that put some basis for later. > > > > > > > > Stop me if I'm wrong. > > > > > > And what comes after is usually based on what came before. > > > > > > You can't be wrong with these two sentences. ;-) > > > > > > Regards, > > > > Lapalissade... > > > > Sinon avec un article comme ?a y vont baver..., Je ne me rendais pas > > compte moi m?me de l'ensemble.... > > > > Sorry... > > > > i can make a french translation if you do not have the time ... and > > promish, if i do that i'll be carefull on spelling mistakes.. > > Thanks, but I will do that, as I won't make a word-by-word translation. i try to never do that ! From tomekpilot at ...43... Tue Nov 6 16:26:26 2007 From: tomekpilot at ...43... (tomasz brymora) Date: Tue, 6 Nov 2007 07:26:26 -0800 (PST) Subject: [Gambas-user] Segmentation fault when starting on YDL 5.0.2 In-Reply-To: Message-ID: <725027.54543.qm@...1793...> Greetings! I've installed Gambas on YDL 5.0.2 ( on an iMac 233 with a G4 upgrade card ) through the gui package manager from baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/5/ppc repository. When I try to run it from the command line all I get is 'Segmentation fault', no other information. Is there a way to run in some 'verbose' way that would generate a more detailed message? Thank you in advance. Tomasz From gambas.fr at ...626... Tue Nov 6 16:28:56 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 16:28:56 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061620.12983.gambas@...1...> References: <200711061604.50693.gambas.fr@...626...> <200711061620.12983.gambas@...1...> Message-ID: <200711061628.56148.gambas.fr@...626...> Le Tuesday 06 November 2007 16:20:12 Benoit Minisini, vous avez ?crit?: > On mardi 6 novembre 2007, Fabien Bodard wrote: > > Hi to all... > > > > I've a big ask... I think i'm going to leave (quit) my kubuntu > > distribution, i've too many problem on it. > > > > I want to know if you know a good Distrib kde based... with a good > > preview on kde4 and light and easy to use... > > > > I've look at vector linux... but is there a Good french support Jose j. ? > > KDE 4 beta package ? > > > > Idem for linex... the project look really impressive... but i'm not good > > in spanish :) and seem to be based only on gnome... > > > > I know that it's not a good Mail on this mailing list ... but there is > > mabe a little distro that exist and can make my happyness. > > > > Fabien > > Mandriva 2008 + KDE4 packages from cooker? i've use mandrake in the past... during 5 year in fact But... not since they have put a pay club system... Is it free now ? From dcamposf at ...626... Tue Nov 6 16:33:33 2007 From: dcamposf at ...626... (Daniel Campos) Date: Tue, 6 Nov 2007 16:33:33 +0100 Subject: [Gambas-user] Segmentation fault when starting on YDL 5.0.2 In-Reply-To: <725027.54543.qm@...1793...> References: <725027.54543.qm@...1793...> Message-ID: <7259b5ae0711060733u184cab14r3734b26faff59e67@...627...> I think Gambas2 crashes on ppc at this moment, no way to port it easily, even if the code complies and generates binaries... 2007/11/6, tomasz brymora : > Greetings! > I've installed Gambas on YDL 5.0.2 ( on an iMac 233 > with a G4 upgrade card ) through the gui package > manager from > baseurl=http://download.fedora.redhat.com/pub/fedora/linux/extras/5/ppc > repository. > > When I try to run it from the command line all I get > is 'Segmentation fault', no other information. > > Is there a way to run in some 'verbose' way that would > generate a more detailed message? > > Thank you in advance. > Tomasz > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Tue Nov 6 16:33:46 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 16:33:46 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061628.56148.gambas.fr@...626...> References: <200711061604.50693.gambas.fr@...626...> <200711061620.12983.gambas@...1...> <200711061628.56148.gambas.fr@...626...> Message-ID: <200711061633.46460.gambas@...1...> On mardi 6 novembre 2007, Fabien Bodard wrote: > Le Tuesday 06 November 2007 16:20:12 Benoit Minisini, vous avez ?crit?: > > On mardi 6 novembre 2007, Fabien Bodard wrote: > > > Hi to all... > > > > > > I've a big ask... I think i'm going to leave (quit) my kubuntu > > > distribution, i've too many problem on it. > > > > > > I want to know if you know a good Distrib kde based... with a good > > > preview on kde4 and light and easy to use... > > > > > > I've look at vector linux... but is there a Good french support Jose j. > > > ? KDE 4 beta package ? > > > > > > Idem for linex... the project look really impressive... but i'm not > > > good in spanish :) and seem to be based only on gnome... > > > > > > I know that it's not a good Mail on this mailing list ... but there is > > > mabe a little distro that exist and can make my happyness. > > > > > > Fabien > > > > Mandriva 2008 + KDE4 packages from cooker? > > i've use mandrake in the past... during 5 year in fact > > But... not since they have put a pay club system... > > Is it free now ? > Yes. They changed a lot of thing for the 2008 release. Now you get two kinds of ISO: free and non-free. Non-free packages are their own repository and is accessible as any other repository. A bit like Ubuntu I imagine... -- Benoit Minisini From gambas.fr at ...626... Tue Nov 6 16:38:27 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 16:38:27 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061633.46460.gambas@...1...> References: <200711061604.50693.gambas.fr@...626...> <200711061628.56148.gambas.fr@...626...> <200711061633.46460.gambas@...1...> Message-ID: <200711061638.27324.gambas.fr@...626...> Le Tuesday 06 November 2007 16:33:46 Benoit Minisini, vous avez ?crit?: > On mardi 6 novembre 2007, Fabien Bodard wrote: > > Le Tuesday 06 November 2007 16:20:12 Benoit Minisini, vous avez ?crit?: > > > On mardi 6 novembre 2007, Fabien Bodard wrote: > > > > Hi to all... > > > > > > > > I've a big ask... I think i'm going to leave (quit) my kubuntu > > > > distribution, i've too many problem on it. > > > > > > > > I want to know if you know a good Distrib kde based... with a good > > > > preview on kde4 and light and easy to use... > > > > > > > > I've look at vector linux... but is there a Good french support Jose > > > > j. ? KDE 4 beta package ? > > > > > > > > Idem for linex... the project look really impressive... but i'm not > > > > good in spanish :) and seem to be based only on gnome... > > > > > > > > I know that it's not a good Mail on this mailing list ... but there > > > > is mabe a little distro that exist and can make my happyness. > > > > > > > > Fabien > > > > > > Mandriva 2008 + KDE4 packages from cooker? > > > > i've use mandrake in the past... during 5 year in fact > > > > But... not since they have put a pay club system... > > > > Is it free now ? > > Yes. They changed a lot of thing for the 2008 release. Now you get two > kinds of ISO: free and non-free. Non-free packages are their own repository > and is accessible as any other repository. A bit like Ubuntu I imagine... like in the past From joe1962 at ...626... Tue Nov 6 16:52:09 2007 From: joe1962 at ...626... (Jose J. Rodriguez) Date: Tue, 6 Nov 2007 13:52:09 -0200 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061604.50693.gambas.fr@...626...> References: <200711061604.50693.gambas.fr@...626...> Message-ID: <6c208f950711060752g16fb314bo25f4a6472f6f4ae0@...627...> Oh boy, I'd written a nice long answer, but Gmail didn't save the draft, so I lost it when I went off to check another email for some info. Here goes a shorter version, sorry... On Nov 6, 2007 1:04 PM, Fabien Bodard wrote: > Hi to all... > > I've a big ask... I think i'm going to leave (quit) my kubuntu > distribution, > i've too many problem on it. > > I want to know if you know a good Distrib kde based... with a good preview > on > kde4 and light and easy to use... > > I've look at vector linux... but is there a Good french support Jose j. ? > KDE > 4 beta package ? > > We have qt4 packages in the repo for some time now and there is talk of building KDE4, though I can't say for sure if our KDE packages will wait for final or not. A lot of efforts are going into VL 5.9 right now, which is almost at RC1 stage. The current text installer is English-only, but a new gui one is under development in gambas2 (BTW, any help on this would be appreciated), so it will be translatable. Once installed, you can change the language by changing the locale, or changing the language pack in KDE. About 4 or 5 language packs are in the iso, to keep it to 1 CD size, but all the rest are in the online repo. KDE 3.5.8 is there. I really think VL is a good gambas distro, g1 runtime has been a part of the base system for some time and several of our utilities are made in gambas or are being ported to it. G2 packages are also in the repo and we try to keep up with the tarball releases. I am currently modifying my build scripts to produce Benoit-approved gambas packages, not the full and runtime (with all components) packages that we use now. Regards, Joe1962 From gambas at ...1... Tue Nov 6 17:16:41 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 17:16:41 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061621.45040.gambas.fr@...626...> References: <200711061203.25508.gambas@...1...> <200711061618.27770.gambas@...1...> <200711061621.45040.gambas.fr@...626...> Message-ID: <200711061716.42305.gambas@...1...> On mardi 6 novembre 2007, Fabien Bodard wrote: > > > i can make a french translation if you do not have the time ... and > > > promish, if i do that i'll be carefull on spelling mistakes.. > > > > Thanks, but I will do that, as I won't make a word-by-word translation. > > i try to never do that ! > If you promise, then you can do the translation :-) -- Benoit Minisini From gambas.fr at ...626... Tue Nov 6 17:58:34 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 6 Nov 2007 17:58:34 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061716.42305.gambas@...1...> References: <200711061203.25508.gambas@...1...> <200711061621.45040.gambas.fr@...626...> <200711061716.42305.gambas@...1...> Message-ID: <200711061758.34441.gambas.fr@...626...> Le Tuesday 06 November 2007 17:16:41 Benoit Minisini, vous avez ?crit?: > On mardi 6 novembre 2007, Fabien Bodard wrote: > > > > i can make a french translation if you do not have the time ... and > > > > promish, if i do that i'll be carefull on spelling mistakes.. > > > > > > Thanks, but I will do that, as I won't make a word-by-word translation. > > > > i try to never do that ! > > If you promise, then you can do the translation :-) I promise... i just hope you don't use too technical.. terms... but i promise you 'un bon fran?ais bien franchouillard'... From timothy.marshal-nichols at ...247... Tue Nov 6 22:09:27 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Tue, 6 Nov 2007 21:09:27 -0000 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061203.25508.gambas@...1...> Message-ID: <000001c820b9$51d8f230$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf > Of Benoit Minisini > Sent: Tuesday, 06 November 2007 11:03 AM > To: gambas-user at lists.sourceforge.net > Subject: [Gambas-user] Gambas 2.0 RC1 article > > > Hi, > > I think that the article for Gambas 2 RC1 at > http://gambasdoc.org/help/doc/release is almost finished. > > Feel free to read it, comment it and fix it before too much > rubbish is thrown > out to the face of the world. :-) > > Regards, > > -- > Benoit Minisini > Would it be OK for me to fix some of the English grammar. I do not intend to change any of the content. But lines like "Its architecture is very inspired by Java" would read better as "Its architecture is greatly inspired by Java". There are of few other things like this I would make. I assume you have saved the original? Thanks 8-{)} Timothy Marshal-Nichols From gambas at ...1... Tue Nov 6 22:44:53 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 6 Nov 2007 22:44:53 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <000001c820b9$51d8f230$6401a8c0@...1587...> References: <000001c820b9$51d8f230$6401a8c0@...1587...> Message-ID: <200711062244.53236.gambas@...1...> On mardi 6 novembre 2007, timothy wrote: > > -----Original Message----- > > From: gambas-user-bounces at lists.sourceforge.net > > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf > > Of Benoit Minisini > > Sent: Tuesday, 06 November 2007 11:03 AM > > To: gambas-user at lists.sourceforge.net > > Subject: [Gambas-user] Gambas 2.0 RC1 article > > > > > > Hi, > > > > I think that the article for Gambas 2 RC1 at > > http://gambasdoc.org/help/doc/release is almost finished. > > > > Feel free to read it, comment it and fix it before too much > > rubbish is thrown > > out to the face of the world. :-) > > > > Regards, > > > > -- > > Benoit Minisini > > Would it be OK for me to fix some of the English grammar. I do not > intend to change any of the content. > > But lines like "Its architecture is very inspired by Java" would read > better as "Its architecture is greatly inspired by Java". There are of > few other things like this I would make. > > I assume you have saved the original? > > Thanks > > 8-{)} Timothy Marshal-Nichols > > Every change made in the wiki is archived and can be undone, so feel free to fix what you want! -- Benoit Minisini From dcamposf at ...626... Tue Nov 6 23:30:21 2007 From: dcamposf at ...626... (Daniel Campos) Date: Tue, 6 Nov 2007 23:30:21 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711062244.53236.gambas@...1...> References: <000001c820b9$51d8f230$6401a8c0@...1587...> <200711062244.53236.gambas@...1...> Message-ID: <7259b5ae0711061430m5113fe7cs84889d195222fba6@...627...> Spanish translation: http://gambasdoc.org/help/doc/release?es Daniel From eilert-sprachen at ...221... Wed Nov 7 10:49:31 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 07 Nov 2007 10:49:31 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061203.25508.gambas@...1...> References: <200711061203.25508.gambas@...1...> Message-ID: <47318A2B.5080606@...221...> Benoit Minisini schrieb: > http://gambasdoc.org/help/doc/release is almost finished. > Here is a German translation: http://gambasdoc.org/help/doc/release?de Rolf From gambas at ...1... Wed Nov 7 11:01:58 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 11:01:58 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <47318A2B.5080606@...221...> References: <200711061203.25508.gambas@...1...> <47318A2B.5080606@...221...> Message-ID: <200711071101.58269.gambas@...1...> On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: > Benoit Minisini schrieb: > > http://gambasdoc.org/help/doc/release is almost finished. > > Here is a German translation: > > http://gambasdoc.org/help/doc/release?de > > Rolf > Thanks. I think Daniel and you should add your name as translators on the article, and that I should add a link to the translations in the english article. -- Benoit Minisini From rospolosco at ...152... Wed Nov 7 11:15:29 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Wed, 7 Nov 2007 11:15:29 +0100 Subject: [Gambas-user] WAIT waits forever - help needed Message-ID: <200711071115.29809.rospolosco@...152...> Hi, all. Hi, Benoit. I made a little utility to convert some audio files from a format to another (nothing new) for personal use. In the FMain class there's a function called StartAudioConversion(). That function calls UpdateMain() that should refresh the Form before starting the conversion progress. Here is the problem: If I put a "WAIT 0.1" after UpdateMain() the Form is refreshed, but the application *waits* forever, I mean it freezes. If I don't put the "WAIT 0.1" the Form is refreshed after the audio conversion process is done. Any help or explanation will be appreciated. To test the app you need at least mplayer and you have to choose a 4Mb file to see the delay in refreshing. Gambas 1.9.90 Regards, Stefano Palmeri -------------- next part -------------- A non-text attachment was scrubbed... Name: gac-0.0.1.tar.gz Type: application/x-tgz Size: 7714 bytes Desc: not available URL: From dcamposf at ...626... Wed Nov 7 11:17:16 2007 From: dcamposf at ...626... (Daniel Campos) Date: Wed, 7 Nov 2007 11:17:16 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711071101.58269.gambas@...1...> References: <200711061203.25508.gambas@...1...> <47318A2B.5080606@...221...> <200711071101.58269.gambas@...1...> Message-ID: <7259b5ae0711070217h2de23102taf75cee5875194c7@...627...> > > I think Daniel and you should add your name as translators on the article, and > that I should add a link to the translations in the english article. > OK, done From rospolosco at ...152... Wed Nov 7 11:24:53 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Wed, 7 Nov 2007 11:24:53 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article - Italian In-Reply-To: <200711071101.58269.gambas@...1...> References: <200711061203.25508.gambas@...1...> <47318A2B.5080606@...221...> <200711071101.58269.gambas@...1...> Message-ID: <200711071124.53788.rospolosco@...152...> Alle 11:01, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: > > Benoit Minisini schrieb: > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > Here is a German translation: > > > > http://gambasdoc.org/help/doc/release?de > > > > Rolf > What about the Italian translation? Is there someone working on it? If not, I would like to translate it. I will wait for permission. Regards, Stefano Palmeri > Thanks. > > I think Daniel and you should add your name as translators on the article, > and that I should add a link to the translations in the english article. From gambas at ...1... Wed Nov 7 11:27:27 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 11:27:27 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article - Italian In-Reply-To: <200711071124.53788.rospolosco@...152...> References: <200711061203.25508.gambas@...1...> <200711071101.58269.gambas@...1...> <200711071124.53788.rospolosco@...152...> Message-ID: <200711071127.27181.gambas@...1...> On mercredi 7 novembre 2007, Stefano Palmeri wrote: > Alle 11:01, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > > On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: > > > Benoit Minisini schrieb: > > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > Here is a German translation: > > > > > > http://gambasdoc.org/help/doc/release?de > > > > > > Rolf > > What about the Italian translation? Is there someone > working on it? If not, I would like to translate it. > I will wait for permission. > > Regards, > > Stefano Palmeri > Nobody. Go on! -- Benoit Minisini From rospolosco at ...152... Wed Nov 7 11:31:42 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Wed, 7 Nov 2007 11:31:42 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article - Italian In-Reply-To: <200711071127.27181.gambas@...1...> References: <200711061203.25508.gambas@...1...> <200711071124.53788.rospolosco@...152...> <200711071127.27181.gambas@...1...> Message-ID: <200711071131.42535.rospolosco@...152...> Alle 11:27, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > On mercredi 7 novembre 2007, Stefano Palmeri wrote: > > Alle 11:01, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > > > On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: > > > > Benoit Minisini schrieb: > > > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > > > Here is a German translation: > > > > > > > > http://gambasdoc.org/help/doc/release?de > > > > > > > > Rolf > > > > What about the Italian translation? Is there someone > > working on it? If not, I would like to translate it. > > I will wait for permission. > > > > Regards, > > > > Stefano Palmeri > > Nobody. Go on! Well, do I need an account? Stefano From gambas at ...1... Wed Nov 7 11:35:52 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 11:35:52 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article - Italian In-Reply-To: <200711071131.42535.rospolosco@...152...> References: <200711061203.25508.gambas@...1...> <200711071127.27181.gambas@...1...> <200711071131.42535.rospolosco@...152...> Message-ID: <200711071135.52207.gambas@...1...> On mercredi 7 novembre 2007, Stefano Palmeri wrote: > Alle 11:27, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > > On mercredi 7 novembre 2007, Stefano Palmeri wrote: > > > Alle 11:01, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > > > > On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: > > > > > Benoit Minisini schrieb: > > > > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > > > > > Here is a German translation: > > > > > > > > > > http://gambasdoc.org/help/doc/release?de > > > > > > > > > > Rolf > > > > > > What about the Italian translation? Is there someone > > > working on it? If not, I would like to translate it. > > > I will wait for permission. > > > > > > Regards, > > > > > > Stefano Palmeri > > > > Nobody. Go on! > > Well, do I need an account? > > Stefano > Of course. -- Benoit Minisini From timothy.marshal-nichols at ...247... Wed Nov 7 11:58:52 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Wed, 7 Nov 2007 10:58:52 -0000 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711062244.53236.gambas@...1...> Message-ID: <000001c8212d$302ba230$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf > Of Benoit Minisini > Sent: Tuesday, 06 November 2007 09:45 PM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Gambas 2.0 RC1 article > > > On mardi 6 novembre 2007, timothy wrote: > > > -----Original Message----- > > > From: gambas-user-bounces at lists.sourceforge.net > > > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of > > > Benoit Minisini > > > Sent: Tuesday, 06 November 2007 11:03 AM > > > To: gambas-user at lists.sourceforge.net > > > Subject: [Gambas-user] Gambas 2.0 RC1 article > > > > > > > > > Hi, > > > > > > I think that the article for Gambas 2 RC1 at > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > Feel free to read it, comment it and fix it before too > much rubbish > > > is thrown out to the face of the world. :-) > > > > > > Regards, > > > > > > -- > > > Benoit Minisini > > > > Would it be OK for me to fix some of the English grammar. I do not > > intend to change any of the content. > > > > But lines like "Its architecture is very inspired by Java" > would read > > better as "Its architecture is greatly inspired by Java". > There are of > > few other things like this I would make. > > > > I assume you have saved the original? > > > > Thanks > > > > 8-{)} Timothy Marshal-Nichols > > > > > > Every change made in the wiki is archived and can be undone, > so feel free to > fix what you want! > > -- > Benoit Minisini > I have made a few little changes. They are all changes of style, the content remains the same. I shall read it through again tomorrow. I notice that my last email also contained some grammatical errors. Maybe I should have checked that through as well! Thanks 8-{)} Timothy Marshal-Nichols From gambas at ...1... Wed Nov 7 12:22:27 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 12:22:27 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <000001c8212d$302ba230$6401a8c0@...1587...> References: <000001c8212d$302ba230$6401a8c0@...1587...> Message-ID: <200711071222.27698.gambas@...1...> On mercredi 7 novembre 2007, timothy wrote: > > I have made a few little changes. They are all changes of style, the > content remains the same. I shall read it through again tomorrow. > > I notice that my last email also contained some grammatical errors. > Maybe I should have checked that through as well! > > Thanks > > 8-{)} Timothy Marshal-Nichols > > Thanks a lot! -- Benoit Minisini From steven at ...1652... Wed Nov 7 13:20:06 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 7 Nov 2007 13:20:06 +0100 Subject: [Gambas-user] No interface showing Message-ID: <200711071320.06927.steven@...1652...> Hi, Suddenly I got problems with gambas2 development environment. I think it resulted from a change in clib (that was -automatically update for some securety fixed from suse 10.2) or because i played around with the options, like font, colors etc. from the development interface. So, I deleted, recharged, compiled and installed the trunk this morning. Now, if I start gambas2 as root all is fine. If I start it as user 'steven' -as i use to do before - there is no interface showing. So, I tried to delete the gambas directory from .config in my home directory , same result. so i tried gdb gbi2 and run : no errors. There is no error whatsover, the program starts, and keeps running, but there is no userinterface. If I do gbi2 -v (-p) it list all my modules, all are loaded, no errors. Any idea what I could do ? Steven From eilert-sprachen at ...221... Wed Nov 7 13:21:20 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 07 Nov 2007 13:21:20 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711071101.58269.gambas@...1...> References: <200711061203.25508.gambas@...1...> <47318A2B.5080606@...221...> <200711071101.58269.gambas@...1...> Message-ID: <4731ADC0.1080100@...221...> Benoit Minisini schrieb: > On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: >> Benoit Minisini schrieb: >>> http://gambasdoc.org/help/doc/release is almost finished. >> Here is a German translation: >> >> http://gambasdoc.org/help/doc/release?de >> >> Rolf >> > > Thanks. > > I think Daniel and you should add your name as translators on the article, and > that I should add a link to the translations in the english article. > Ok, done. Rolf From gareth at ...1689... Wed Nov 7 13:42:27 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 7 Nov 2007 12:42:27 +0000 (GMT) Subject: [Gambas-user] Re; SVN 808 crashing .. Message-ID: <2710147.46611194439347160.JavaMail.root@...1708...> Hi, Looks like there may be a problem with the latest SVN ... http://gambasrad.org/bugtrak/gambas-bug-tracker/36 I've an application I run every day - doesn't change .. Today I rebuilt from SVN 808, which I do every week or so ... Application crashes with signal 6 and dumps a trace to the console .. :( -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07853 305393, Int: 00 44 1443205756 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. From lordheavym at ...626... Wed Nov 7 13:48:47 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Wed, 7 Nov 2007 13:48:47 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711071320.06927.steven@...1652...> References: <200711071320.06927.steven@...1652...> Message-ID: <200711071348.50583.lordheavym@...626...> Le Wednesday 07 November 2007 13:20:06 Steven Lobbezoo, vous avez ?crit?: > Hi, > > Suddenly I got problems with gambas2 development environment. > I think it resulted from a change in clib (that was -automatically update > for some securety fixed from suse 10.2) or because i played around with the > options, like font, colors etc. from the development interface. > > So, I deleted, recharged, compiled and installed the trunk this morning. > > Now, if I start gambas2 as root all is fine. If I start it as > user 'steven' -as i use to do before - there is no interface showing. > So, I tried to delete the gambas directory from .config in my home > directory , same result. so i tried gdb gbi2 and run : no errors. > There is no error whatsover, the program starts, and keeps running, but > there is no userinterface. If I do gbi2 -v (-p) it list all my modules, all > are loaded, no errors. > > Any idea what I could do ? > > Steven > Where gambas 2 is installed ? try 'echo $PATH' as normal user and as root try to run gambas 2 from a shell ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From steven at ...1652... Wed Nov 7 13:56:41 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 7 Nov 2007 13:56:41 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711071348.50583.lordheavym@...626...> References: <200711071320.06927.steven@...1652...> <200711071348.50583.lordheavym@...626...> Message-ID: <200711071356.42042.steven@...1652...> Le mercredi 7 novembre 2007 13:48, Laurent Carlier a ?crit?: > Le Wednesday 07 November 2007 13:20:06 Steven Lobbezoo, vous avez ?crit?: > > Hi, > > > > Suddenly I got problems with gambas2 development environment. > > I think it resulted from a change in clib (that was -automatically update > > for some securety fixed from suse 10.2) or because i played around with > > the options, like font, colors etc. from the development interface. > > > > So, I deleted, recharged, compiled and installed the trunk this morning. > > > > Now, if I start gambas2 as root all is fine. If I start it as > > user 'steven' -as i use to do before - there is no interface showing. > > So, I tried to delete the gambas directory from .config in my home > > directory , same result. so i tried gdb gbi2 and run : no errors. > > There is no error whatsover, the program starts, and keeps running, but > > there is no userinterface. If I do gbi2 -v (-p) it list all my modules, > > all are loaded, no errors. > > > > Any idea what I could do ? > > > > Steven > > Where gambas 2 is installed ? > > try 'echo $PATH' as normal user and as root > try to run gambas 2 from a shell > > ++ gambas2 is in /usr/local/bin Tried that allready. Same effect : runs as 'root' without a problem, does not show anything as 'steven'. I found out that there is one error if I do gbi2 it says : gb.vb gbi2: ERROR: Cannot write file: /usr/local/share/gambas2/info/gb.vb.info So, i changed the files in the info directory (chmod 666 *), the error dissapears, but still the same result : root runs, steven does not ;-) Steven From o.s.p at ...69... Wed Nov 7 13:58:29 2007 From: o.s.p at ...69... (o.s.p) Date: Wed, 07 Nov 2007 12:58:29 +0000 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <7259b5ae0711060712p47f3a215uf0e408a2daeec5d8@...627...> References: <200711061604.50693.gambas.fr@...626...> <7259b5ae0711060712p47f3a215uf0e408a2daeec5d8@...627...> Message-ID: <4731B675.4080909@...69...> Daniel Campos ha scritto: > Hi: > > >> Idem for linex... the project look really impressive... but i'm not good in >> spanish :) and seem to be based only on gnome... >> > > Yes, only spanish :-(. You can download and install Kde 3.5 in Linex > without problems, but there's not special support for French at this > moment, apart from the support owned by each application. > > Anyway why not Debian? Complete French support, Kde 3.5, stability... > and it has an easy to use graphical installer at this moment, forget > the myths of the past... and Gambas support is updated frequently in > Debian Lenny (Jose L. Redrejo makes both Lenny and Linex packages). > Software installation and maintenance is easy, and you can even use > the updated Kernel packages and additional modules from Linex on a > pure Debian distribution, if you need specific hardware support. > > Daniel > > my little contrib... i left mankrake at the 9.2 version after an implosion: rmp from may sources completely destabilzed the system after that the best distro i've tryed are mephis ank kubuntu but those are exploded for the same reason above i'm using frugalware 0.7 from the 0.4 version: it is based on pacman, compiled for 686, fast (i've an old 1ghz pc), with only little patches, stable (note that i make an update of the system daily) and with many packages. kde4 on this distro is banned becouse considered alpha and gambas isn't in the repos but here compiles well. some times yuo need to convive with too new pakages that cam be incomplete (like kdebluetooth) but it is possible to use old versions. i'm very satisfayed bye From timothy.marshal-nichols at ...247... Wed Nov 7 14:08:51 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Wed, 7 Nov 2007 13:08:51 -0000 Subject: [Gambas-user] Gambas 2 and GPL 3 Message-ID: <000101c8213f$5c05a830$6401a8c0@...1587...> Gambas is currently licensed under the GPL 2 License. For past versions of Gambas this has been a good license to use. In June version 3 of the GPL license has become available. See http://www.gnu.org/copyleft/gpl.html or http://en.wikipedia.org/wiki/Gpl And http://gplv3.fsf.org/ for video by Richard Stallman on GPL 3. By being an early adopter of GPL 3 this may give Gambas 2 some advantage. However there have been some critics of the multimedia aspects of the license. What do people think? Thanks 8-{)} Timothy Marshal-Nichols From sourceforge-raindog2 at ...94... Wed Nov 7 14:23:08 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Wed, 7 Nov 2007 08:23:08 -0500 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <000101c8213f$5c05a830$6401a8c0@...1587...> References: <000101c8213f$5c05a830$6401a8c0@...1587...> Message-ID: <200711070823.08786.sourceforge-raindog2@...94...> On Wednesday 07 November 2007 08:08, timothy wrote: > advantage. However there have been some critics of the multimedia > aspects of the license. This is the first I've heard about any GPLv3 multimedia controversy. Can you summarize or give a link to some discussion? Is it a reference to the often-cited "Tivo clause"? Rob From gambas at ...1... Wed Nov 7 15:26:28 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 15:26:28 +0100 Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <2710147.46611194439347160.JavaMail.root@...1708...> References: <2710147.46611194439347160.JavaMail.root@...1708...> Message-ID: <200711071526.28175.gambas@...1...> On mercredi 7 novembre 2007, Gareth Bult wrote: > Hi, > > Looks like there may be a problem with the latest SVN ... > http://gambasrad.org/bugtrak/gambas-bug-tracker/36 > > I've an application I run every day - doesn't change .. > Today I rebuilt from SVN 808, which I do every week or so ... > Application crashes with signal 6 and dumps a trace to the console .. > > :( Can you get the core dump and extract the program backtrace from it? -- Benoit Minisini From gareth at ...1689... Wed Nov 7 16:11:46 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 7 Nov 2007 15:11:46 +0000 (GMT) Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <200711071526.28175.gambas@...1...> Message-ID: <13349244.46861194448306038.JavaMail.root@...1708...> Sure, if you tell me how .. I know how to attach gdb to a running program, but this crashes immediately .. gdb gbx2 ?? How do I add the program name ...? -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07853 305393, Int: 00 44 1443205756 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, November 7, 2007 2:26:28 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; SVN 808 crashing .. On mercredi 7 novembre 2007, Gareth Bult wrote: > Hi, > > Looks like there may be a problem with the latest SVN ... > http://gambasrad.org/bugtrak/gambas-bug-tracker/36 > > I've an application I run every day - doesn't change .. > Today I rebuilt from SVN 808, which I do every week or so ... > Application crashes with signal 6 and dumps a trace to the console .. > > :( Can you get the core dump and extract the program backtrace from it? -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Wed Nov 7 16:15:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 16:15:31 +0100 Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <13349244.46861194448306038.JavaMail.root@...1708...> References: <13349244.46861194448306038.JavaMail.root@...1708...> Message-ID: <200711071615.31307.gambas@...1...> On mercredi 7 novembre 2007, Gareth Bult wrote: > Sure, if you tell me how .. I know how to attach gdb to a running program, > but this crashes immediately .. > > gdb gbx2 ?? > > How do I add the program name ...? > You must first get the core dump. Then you type: $ gdb gbx2 core.XXXX where core.XXXX is the name of the core dump. -- Benoit Minisini From gareth at ...1689... Wed Nov 7 17:40:26 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 7 Nov 2007 16:40:26 +0000 (GMT) Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <200711071615.31307.gambas@...1...> Message-ID: <762569.46891194453626544.JavaMail.root@...1708...> Mmm, if my system wrote a core.XXXX file, that would be easy .. :( I will go away and read up on why it doesn't .. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07853 305393, Int: 00 44 1443205756 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, November 7, 2007 3:15:31 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; SVN 808 crashing .. On mercredi 7 novembre 2007, Gareth Bult wrote: > Sure, if you tell me how .. I know how to attach gdb to a running program, > but this crashes immediately .. > > gdb gbx2 ?? > > How do I add the program name ...? > You must first get the core dump. Then you type: $ gdb gbx2 core.XXXX where core.XXXX is the name of the core dump. -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From steven at ...1652... Wed Nov 7 17:44:45 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 7 Nov 2007 17:44:45 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711071356.42042.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711071348.50583.lordheavym@...626...> <200711071356.42042.steven@...1652...> Message-ID: <200711071744.45812.steven@...1652...> Hi, I tried to install and use a new user on the system. Does not help either. Only root can use gambas2. Steven From gambas at ...1... Wed Nov 7 17:56:46 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 17:56:46 +0100 Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <762569.46891194453626544.JavaMail.root@...1708...> References: <762569.46891194453626544.JavaMail.root@...1708...> Message-ID: <200711071756.46841.gambas@...1...> On mercredi 7 novembre 2007, Gareth Bult wrote: > Mmm, if my system wrote a core.XXXX file, that would be easy .. :( > > I will go away and read up on why it doesn't .. > Add that to the ~/.bash_profile of the user running your program: ulimit -c 32000 -- Benoit Minisini From gareth at ...1689... Wed Nov 7 18:24:08 2007 From: gareth at ...1689... (Gareth Bult) Date: Wed, 7 Nov 2007 17:24:08 +0000 (GMT) Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <200711071756.46841.gambas@...1...> Message-ID: <30951821.47001194456248675.JavaMail.root@...1708...> Ok, tvm. Stack dump now on the ticket, and I've found the cause of the problem. It's pulseaudio (again) .. Probably worth a fix in the code as this appears to be a recurring problem (?) http://gambasrad.org/bugtrak/gambas-bug-tracker/36 Regards, Gareth. -- Managing Director, Encryptec Limited Tel: 0845 25 77033, Mob: 07853 305393, Int: 00 44 1443205756 Email: gareth at ...1689... Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request. ----- Original Message ----- From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, November 7, 2007 4:56:46 PM (GMT) Europe/London Subject: Re: [Gambas-user] Re; SVN 808 crashing .. On mercredi 7 novembre 2007, Gareth Bult wrote: > Mmm, if my system wrote a core.XXXX file, that would be easy .. :( > > I will go away and read up on why it doesn't .. > Add that to the ~/.bash_profile of the user running your program: ulimit -c 32000 -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From rospolosco at ...152... Wed Nov 7 19:50:27 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Wed, 7 Nov 2007 19:50:27 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article - Italian In-Reply-To: <200711071124.53788.rospolosco@...152...> References: <200711061203.25508.gambas@...1...> <200711071101.58269.gambas@...1...> <200711071124.53788.rospolosco@...152...> Message-ID: <200711071950.28176.rospolosco@...152...> Alle 11:24, mercoled? 7 novembre 2007, Stefano Palmeri ha scritto: > Alle 11:01, mercoled? 7 novembre 2007, Benoit Minisini ha scritto: > > On mercredi 7 novembre 2007, Rolf-Werner Eilert wrote: > > > Benoit Minisini schrieb: > > > > http://gambasdoc.org/help/doc/release is almost finished. > > > > > > Here is a German translation: > > > > > > http://gambasdoc.org/help/doc/release?de > > > > > > Rolf > > What about the Italian translation? Is there someone > working on it? If not, I would like to translate it. > I will wait for permission. > > Regards, > > Stefano Palmeri > > > Thanks. Well. The italian translation is ready. http://gambasdoc.org/help/doc/release?it Best regards, Stefano Palmeri > > > > I think Daniel and you should add your name as translators on the > > article, and that I should add a link to the translations in the english > > article. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From robert at ...1786... Wed Nov 7 21:31:23 2007 From: robert at ...1786... (=?ISO-8859-1?Q?Robert_Ch=E9ramy?=) Date: Wed, 07 Nov 2007 21:31:23 +0100 Subject: [Gambas-user] Re; SVN 808 crashing .. In-Reply-To: <13349244.46861194448306038.JavaMail.root@...1708...> References: <13349244.46861194448306038.JavaMail.root@...1708...> Message-ID: <4732209B.90707@...1786...> Hi, Gareth Bult schrieb: > Sure, if you tell me how .. I know how to attach gdb to a running program, but this crashes immediately .. > > gdb gbx2 ?? > > How do I add the program name ...? > In gdb: $ gdb dbx2 (gdb) run <...> replace with your program, and you're done! Cheers, tibob From leonardo at ...1237... Wed Nov 7 22:54:15 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Wed, 07 Nov 2007 22:54:15 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <200711061638.27324.gambas.fr@...626...> References: <200711061604.50693.gambas.fr@...626...> <200711061628.56148.gambas.fr@...626...> <200711061633.46460.gambas@...1...> <200711061638.27324.gambas.fr@...626...> Message-ID: <47323407.7030400@...1237...> I've tried 2 times Mandriva in the past... Mandriva 2007.1 and Mandriva 2008.0. Both the times I deleted it after a couple of days because I got several problems during the installations of the dependencies required to compile... Gambas! The system seems pretty good on the paper... but I think urpmi isn't stable enough to use it to radically upgrade or modify your system. Now I'm using Ubuntu 7.10 and it's a great distro, stable, easy to use, with the best package manager I've ever seen (synaptic/apt-get) and with a great community. I've tried Kubuntu last year (6.04, I think) but I disliked it!! Too buggy if compared to Ubuntu: it seems a minor son if compared to the other distro! Now I'm waiting LinuxMint 4.0 (based on Ubuntu 7.10): I've used LinuxMint 3.0 and 3.1 and they were very beautiful. But if you look for a KDE-based distro I can suggest you 2 names: Suse (that I've used for more than 2 years with positive impressions) and the newest Sabayon Linux. The first is well-known: it's a good system, stable, with a great community and good software support (you find packages for almost the applications: you have to compile yourselfs only the most esotheric pieces of code...). The second one is derived from Gentoo, with all that concerne this... personally I dislike to have to wait a looooot of time if I have to compile a big program. But it has a lot of interesting features: it installs the 3D drivers and configure XGL/AiGLX by itself, it has a lot of non-free software (like codecs, Flash player, Adobe Reader, etc) that with other distros ususally you have to look for, it's developed day by day. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From leonardo at ...1237... Wed Nov 7 22:58:34 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Wed, 07 Nov 2007 22:58:34 +0100 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <000101c8213f$5c05a830$6401a8c0@...1587...> References: <000101c8213f$5c05a830$6401a8c0@...1587...> Message-ID: <4732350A.7030906@...1237...> What do you mean with "the multimedia aspects of the license"? P.S.: Personally, I don't like the latest version of the GPL license... I think it's too restrictive. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From gambas at ...1... Wed Nov 7 23:02:19 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 23:02:19 +0100 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <000101c8213f$5c05a830$6401a8c0@...1587...> References: <000101c8213f$5c05a830$6401a8c0@...1587...> Message-ID: <200711072302.20235.gambas@...1...> On mercredi 7 novembre 2007, timothy wrote: > Gambas is currently licensed under the GPL 2 License. For past versions > of Gambas this has been a good license to use. > > In June version 3 of the GPL license has become available. > > See http://www.gnu.org/copyleft/gpl.html or > http://en.wikipedia.org/wiki/Gpl > > And http://gplv3.fsf.org/ for video by Richard Stallman on GPL 3. > > By being an early adopter of GPL 3 this may give Gambas 2 some > advantage. However there have been some critics of the multimedia > aspects of the license. > > What do people think? > > Thanks > > 8-{)} Timothy Marshal-Nichols > > > Actually Gambas is released under the GPL 2 Licence or any later version. So you can choose the one you prefer: the version 2 or the version 3. Regards, -- Benoit Minisini From gambas at ...1... Wed Nov 7 23:11:26 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Nov 2007 23:11:26 +0100 Subject: [Gambas-user] An ask about all and nothing In-Reply-To: <47323407.7030400@...1237...> References: <200711061604.50693.gambas.fr@...626...> <200711061638.27324.gambas.fr@...626...> <47323407.7030400@...1237...> Message-ID: <200711072311.26756.gambas@...1...> On mercredi 7 novembre 2007, Leonardo Miliani wrote: > I've tried 2 times Mandriva in the past... Mandriva 2007.1 and Mandriva > 2008.0. > Both the times I deleted it after a couple of days because I got several > problems during the installations of the dependencies required to > compile... Gambas! > The system seems pretty good on the paper... but I think urpmi isn't > stable enough to use it to radically upgrade or modify your system. Funny, as I developed Gambas on Mandriva since the very first line of code. :-) But I never upgrade a full system, I always do a full reinstallation. It is faster, provided you have put your /home on its own partition of course. > > Now I'm using Ubuntu 7.10 and it's a great distro, stable, easy to use, > with the best package manager I've ever seen (synaptic/apt-get) and with > a great community. Maybe, but they cannot correctly package the QT library yet. :-) Frankly, the difference now between urpmi, yum, apt-get... is less and less important, as the features are converging. You have problems only when packages are badly made, whatever the distribution you use. -- Benoit Minisini From timothy.marshal-nichols at ...247... Thu Nov 8 08:28:44 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Thu, 8 Nov 2007 07:28:44 -0000 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <200711070823.08786.sourceforge-raindog2@...94...> Message-ID: <001201c821d9$00574bc0$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of Rob > Sent: Wednesday, 07 November 2007 01:23 PM > To: gambas-user at lists.sourceforge.net > Subject: Re: [Gambas-user] Gambas 2 and GPL 3 > > > On Wednesday 07 November 2007 08:08, timothy wrote: > > advantage. However there have been some critics of the multimedia > > aspects of the license. > > This is the first I've heard about any GPLv3 multimedia controversy. > Can you summarize or give a link to some discussion? Is it a > reference to the often-cited "Tivo clause"? > > Rob > "Multimedia" may not have been quite the right word. I was referring to the attempt to limit the use of DRM (Digital Rights Management) in open source software. For example using iTunes with Linux is impossible now. Outlawing DRM would make it even more difficult to overcome the problems in the future. See http://news.zdnet.co.uk/software/0,1000000121,39249370,00.htm for Linus Torvalds view. Though I think he has softened a bit since that was written. A google search for "DRM GPL 3" provides a number of links. On the version: "GPL 2 Licence or any later version" could become "GPL 3 Licence or any later version"? Thanks 8-{)} Timothy Marshal-Nichols From gambas.fr at ...626... Thu Nov 8 09:25:51 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 8 Nov 2007 09:25:51 +0100 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <001201c821d9$00574bc0$6401a8c0@...1587...> References: <001201c821d9$00574bc0$6401a8c0@...1587...> Message-ID: <200711080925.51631.gambas.fr@...626...> Le Thursday 08 November 2007 08:28:44 timothy, vous avez ?crit?: > > -----Original Message----- > > From: gambas-user-bounces at lists.sourceforge.net > > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of Rob > > Sent: Wednesday, 07 November 2007 01:23 PM > > To: gambas-user at lists.sourceforge.net > > Subject: Re: [Gambas-user] Gambas 2 and GPL 3 > > > > On Wednesday 07 November 2007 08:08, timothy wrote: > > > advantage. However there have been some critics of the multimedia > > > aspects of the license. > > > > This is the first I've heard about any GPLv3 multimedia controversy. > > Can you summarize or give a link to some discussion? Is it a > > reference to the often-cited "Tivo clause"? > > > > Rob > > "Multimedia" may not have been quite the right word. I was referring to > the attempt to limit the use of DRM (Digital Rights Management) in open > source software. > > For example using iTunes with Linux is impossible now. Outlawing DRM > would make it even more difficult to overcome the problems in the > future. > > See http://news.zdnet.co.uk/software/0,1000000121,39249370,00.htm for > Linus Torvalds view. Though I think he has softened a bit since that was > written. > > A google search for "DRM GPL 3" provides a number of links. > > On the version: "GPL 2 Licence or any later version" could become "GPL 3 > Licence or any later version"? http://www.zdnet.fr/actualites/informatique/0,39040745,39362487,00.htm?xtor=1 (site in french) maybe not a good idea... look about what say Linus... Maybe is better for Gambas2 to be in GPL2 only... the GPL3 seem to be really too restrictive Fabien From tomas.eroles at ...277... Thu Nov 8 09:45:24 2007 From: tomas.eroles at ...277... (Tomas Eroles i Forner) Date: Thu, 08 Nov 2007 09:45:24 +0100 Subject: [Gambas-user] About distributions and compatibility of Gambas Message-ID: <1194511524.4536.10.camel@...1787...> Hi all! I read in last messages that some of you have problems with Gambas in your distros. I started with Linux six or seven years ago with Mandrake 8.0, 9, 10 and 10.1. After that I've installed Fedora Core. All systems were quite good, but with some problems. I'm working now with openSuSE. I started with 9.0, 9.3 and 10. Now I'm using SuSE 10.2. I'm very happy, not only for GAMBAS, but also for all software I'm using. Several days after I've downloaded this version, openSuSE published 10.3. I don't plan to download and install it after several months, because I think perhaps is inmature. My strategy is to install a version when the next one is ready. SuSE is very easy to install, and easy to mantain. GAMBAS has not problems, works fine and quick, and never hangs. Perhaps I can't use apt-get, ok, but SuSE works fine with RPM packages. I like it very much, I haven't any problems. It's a very good distribution. If you're tired about using a lot uf distros, I think this is a very good option. Hope help Regards From sourceforge-raindog2 at ...94... Thu Nov 8 12:56:18 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Thu, 8 Nov 2007 06:56:18 -0500 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <001201c821d9$00574bc0$6401a8c0@...1587...> References: <001201c821d9$00574bc0$6401a8c0@...1587...> Message-ID: <200711080656.18839.sourceforge-raindog2@...94...> On Thursday 08 November 2007 02:28, timothy wrote: > For example using iTunes with Linux is impossible now. Outlawing > DRM would make it even more difficult to overcome the problems in > the future. Well, the GPLv3 doesn't outlaw DRM, just makes it harder for companies to get around the intent of the GPL by creating devices using the community's code and locking them down such that the code can't be modified anymore. Companies are free to continue to make locked-down devices, just as shareware makers continued to be free to put absurd, onerous copy protection on their software when the GPL and GPLv2 first came out (and there was certainly howling back then about how GNU represented communism and how copyleft was destined to fail because it was bad for business, but no one was paying much attention yet.) They're just not free to use our code in such a scheme anymore. I personally am fine with companies NOT being able to do that using my code. If I wanted to allow that to happen I'd release code under the BSD license, not the GPL, so I'm grateful for version 3. Linus couldn't easily push the kernel to GPLv3 if he tried, due to all the code contributions from people who aren't involved anymore, but I'd be pretty surprised if anyone managed to successfully maintain a (L)GPLv2 fork of glibc, binutils et al. for use in the next round of Tivos and Playstations. As far as Gambas goes, though, I think "version 2 or later" is good because it avoids controversy altogether. Rob From gambas at ...1... Thu Nov 8 13:06:58 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 8 Nov 2007 13:06:58 +0100 Subject: [Gambas-user] Gambas 2 and GPL 3 In-Reply-To: <200711080925.51631.gambas.fr@...626...> References: <001201c821d9$00574bc0$6401a8c0@...1587...> <200711080925.51631.gambas.fr@...626...> Message-ID: <200711081306.58305.gambas@...1...> On jeudi 8 novembre 2007, Fabien Bodard wrote: > Le Thursday 08 November 2007 08:28:44 timothy, vous avez ?crit?: > > > -----Original Message----- > > > From: gambas-user-bounces at lists.sourceforge.net > > > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of Rob > > > Sent: Wednesday, 07 November 2007 01:23 PM > > > To: gambas-user at lists.sourceforge.net > > > Subject: Re: [Gambas-user] Gambas 2 and GPL 3 > > > > > > On Wednesday 07 November 2007 08:08, timothy wrote: > > > > advantage. However there have been some critics of the multimedia > > > > aspects of the license. > > > > > > This is the first I've heard about any GPLv3 multimedia controversy. > > > Can you summarize or give a link to some discussion? Is it a > > > reference to the often-cited "Tivo clause"? > > > > > > Rob > > > > "Multimedia" may not have been quite the right word. I was referring to > > the attempt to limit the use of DRM (Digital Rights Management) in open > > source software. > > > > For example using iTunes with Linux is impossible now. Outlawing DRM > > would make it even more difficult to overcome the problems in the > > future. > > > > See http://news.zdnet.co.uk/software/0,1000000121,39249370,00.htm for > > Linus Torvalds view. Though I think he has softened a bit since that was > > written. > > > > A google search for "DRM GPL 3" provides a number of links. > > > > On the version: "GPL 2 Licence or any later version" could become "GPL 3 > > Licence or any later version"? > > http://www.zdnet.fr/actualites/informatique/0,39040745,39362487,00.htm?xtor >=1 (site in french) > maybe not a good idea... look about what say Linus... Maybe is better for > Gambas2 to be in GPL2 only... the GPL3 seem to be really too restrictive > > Fabien > The creator(s) of the code decide(s) for the licence. Gambas was initially released with the "GNU GPL v2 or later" license. So, when some code is submitted and merged with the Gambas source tree, the same license is implicitely used, provided that the original author does not request another license. I think that if any contributor was not agree to release his code under the "GNU GPL v2 or later" version, he would have told me. Anyway, it is simpler if every bit of Gambas is released with the same license. It is a bit more complex in France, as the author's rights law is different from the United States. But there are french specific licenses that are compatible with the GNU GPL. Regards, -- Benoit Minisini From steven at ...1652... Thu Nov 8 17:16:59 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 8 Nov 2007 17:16:59 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711071356.42042.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711071348.50583.lordheavym@...626...> <200711071356.42042.steven@...1652...> Message-ID: <200711081716.59803.steven@...1652...> Hi, In the mean time i tried a complete new installation of the latest trunk. Still no changes : gbr2 strats, and then does not show any window, it stays running, but no interaction with the sceen. Also : why does gbr2 tries to write /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner root, so cannot be written by normal users. Steven Le mercredi 7 novembre 2007 13:56, Steven Lobbezoo a ?crit?: > Le mercredi 7 novembre 2007 13:48, Laurent Carlier a ?crit?: > > Le Wednesday 07 November 2007 13:20:06 Steven Lobbezoo, vous avez ?crit?: > > > Hi, > > > > > > Suddenly I got problems with gambas2 development environment. > > > I think it resulted from a change in clib (that was -automatically > > > update for some securety fixed from suse 10.2) or because i played > > > around with the options, like font, colors etc. from the development > > > interface. > > > > > > So, I deleted, recharged, compiled and installed the trunk this > > > morning. > > > > > > Now, if I start gambas2 as root all is fine. If I start it as > > > user 'steven' -as i use to do before - there is no interface showing. > > > So, I tried to delete the gambas directory from .config in my home > > > directory , same result. so i tried gdb gbi2 and run : no errors. > > > There is no error whatsover, the program starts, and keeps running, but > > > there is no userinterface. If I do gbi2 -v (-p) it list all my modules, > > > all are loaded, no errors. > > > > > > Any idea what I could do ? > > > > > > Steven > > > > Where gambas 2 is installed ? > > > > try 'echo $PATH' as normal user and as root > > try to run gambas 2 from a shell > > > > ++ > > gambas2 is in /usr/local/bin > Tried that allready. Same effect : runs as 'root' without a problem, does > not show anything as 'steven'. I found out that there is one error if I do > gbi2 it says : > gb.vb > gbi2: ERROR: Cannot write file: > So, i changed the files in the info directory (chmod 666 *), the error > dissapears, but still the same result : root runs, steven does not ;-) > > Steven > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Thu Nov 8 17:20:29 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 8 Nov 2007 17:20:29 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081716.59803.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711071356.42042.steven@...1652...> <200711081716.59803.steven@...1652...> Message-ID: <200711081720.30000.gambas@...1...> On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > Hi, > > In the mean time i tried a complete new installation of the latest trunk. > Still no changes : gbr2 strats, and then does not show any window, it stays > running, but no interaction with the sceen. > > Also : why does gbr2 tries to write > /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner root, so > cannot be written by normal users. > > Steven > ??? gbr2 does not try to write gb.vb.info. It never looks inside this directory, unless the project it runs asks for it. -- Benoit Minisini From gambas at ...1... Thu Nov 8 17:21:59 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 8 Nov 2007 17:21:59 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081720.30000.gambas@...1...> References: <200711071320.06927.steven@...1652...> <200711081716.59803.steven@...1652...> <200711081720.30000.gambas@...1...> Message-ID: <200711081721.59635.gambas@...1...> On jeudi 8 novembre 2007, Benoit Minisini wrote: > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > Hi, > > > > In the mean time i tried a complete new installation of the latest trunk. > > Still no changes : gbr2 strats, and then does not show any window, it > > stays running, but no interaction with the sceen. > > > > Also : why does gbr2 tries to write > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner root, so > > cannot be written by normal users. > > > > Steven > > ??? > > gbr2 does not try to write gb.vb.info. It never looks inside this > directory, unless the project it runs asks for it. OK, you wanted to say gbi2. But what are you doing with gbi2? This program is only used at installation time, you normally never have to use it yourself. -- Benoit Minisini From steven at ...1652... Thu Nov 8 17:33:02 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 8 Nov 2007 17:33:02 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081721.59635.gambas@...1...> References: <200711071320.06927.steven@...1652...> <200711081720.30000.gambas@...1...> <200711081721.59635.gambas@...1...> Message-ID: <200711081733.02167.steven@...1652...> Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > Hi, > > > > > > In the mean time i tried a complete new installation of the latest > > > trunk. Still no changes : gbr2 strats, and then does not show any > > > window, it stays running, but no interaction with the sceen. > > > > > > Also : why does gbr2 tries to write > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner root, > > > so cannot be written by normal users. > > > > > > Steven > > > > ??? > > > > gbr2 does not try to write gb.vb.info. It never looks inside this > > directory, unless the project it runs asks for it. > > OK, you wanted to say gbi2. But what are you doing with gbi2? This program > is only used at installation time, you normally never have to use it > yourself. Sorry, in the heat of trying anything to get back up i made some mistakes. If I do this : gdb gbr2 GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/local/bin/gbr2 Failed to read a valid object file image from memory. ERROR: #45: File or directory does not exist Program exited with code 01. (gdb) quit The result is as above. If I type gambas2, gbr2 starts running, but nothing shows. So how can I find whats happening ? Steven From gambas at ...1... Thu Nov 8 17:53:36 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 8 Nov 2007 17:53:36 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081733.02167.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711081721.59635.gambas@...1...> <200711081733.02167.steven@...1652...> Message-ID: <200711081753.36917.gambas@...1...> On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > Hi, > > > > > > > > In the mean time i tried a complete new installation of the latest > > > > trunk. Still no changes : gbr2 strats, and then does not show any > > > > window, it stays running, but no interaction with the sceen. > > > > > > > > Also : why does gbr2 tries to write > > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner > > > > root, so cannot be written by normal users. > > > > > > > > Steven > > > > > > ??? > > > > > > gbr2 does not try to write gb.vb.info. It never looks inside this > > > directory, unless the project it runs asks for it. > > > > OK, you wanted to say gbi2. But what are you doing with gbi2? This > > program is only used at installation time, you normally never have to use > > it yourself. > > Sorry, in the heat of trying anything to get back up i made some mistakes. > If I do this : > gdb gbr2 > > GNU gdb 6.5 > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are welcome to change it and/or distribute copies of it under certain > conditions. Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i586-suse-linux"...Using host libthread_db > library "/lib/libthread_db.so.1". > > (gdb) run > Starting program: /usr/local/bin/gbr2 > Failed to read a valid object file image from memory. > ERROR: #45: File or directory does not exist > > Program exited with code 01. > (gdb) quit > > The result is as above. If I type gambas2, gbr2 starts running, but nothing > shows. So how can I find whats happening ? > > Steven > > You must run gbx2 (and not gbr2) inside the gambas2 source directory. gbr2 is only used for running *.gambas files. -- Benoit Minisini From steven at ...1652... Thu Nov 8 18:08:28 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 8 Nov 2007 18:08:28 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081753.36917.gambas@...1...> References: <200711071320.06927.steven@...1652...> <200711081733.02167.steven@...1652...> <200711081753.36917.gambas@...1...> Message-ID: <200711081808.29019.steven@...1652...> Le jeudi 8 novembre 2007 17:53, Benoit Minisini a ?crit?: > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > > > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > Hi, > > > > > > > > > > In the mean time i tried a complete new installation of the latest > > > > > trunk. Still no changes : gbr2 strats, and then does not show any > > > > > window, it stays running, but no interaction with the sceen. > > > > > > > > > > Also : why does gbr2 tries to write > > > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner > > > > > root, so cannot be written by normal users. > > > > > > > > > > Steven > > > > > > > > ??? > > > > > > > > gbr2 does not try to write gb.vb.info. It never looks inside this > > > > directory, unless the project it runs asks for it. > > > > > > OK, you wanted to say gbi2. But what are you doing with gbi2? This > > > program is only used at installation time, you normally never have to > > > use it yourself. > > > > Sorry, in the heat of trying anything to get back up i made some > > mistakes. If I do this : > > gdb gbr2 > > > > GNU gdb 6.5 > > Copyright (C) 2006 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > > are welcome to change it and/or distribute copies of it under certain > > conditions. Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. This GDB was configured as "i586-suse-linux"...Using host > > libthread_db library "/lib/libthread_db.so.1". > > > > (gdb) run > > Starting program: /usr/local/bin/gbr2 > > Failed to read a valid object file image from memory. > > ERROR: #45: File or directory does not exist > > > > Program exited with code 01. > > (gdb) quit > > > > The result is as above. If I type gambas2, gbr2 starts running, but > > nothing shows. So how can I find whats happening ? > > > > Steven > > You must run gbx2 (and not gbr2) inside the gambas2 source directory. gbr2 > is only used for running *.gambas files. Did that : steven at ...1686...:~/trunk/main> gdb gbx2 GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/local/bin/gbx2 Failed to read a valid object file image from memory. ERROR: #45: File or directory does not exist Program exited with code 01. (gdb) quit --------------> so still the same result Steven From gambas at ...1... Thu Nov 8 18:14:38 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 8 Nov 2007 18:14:38 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081808.29019.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711081753.36917.gambas@...1...> <200711081808.29019.steven@...1652...> Message-ID: <200711081814.38967.gambas@...1...> On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > Le jeudi 8 novembre 2007 17:53, Benoit Minisini a ?crit?: > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > > > > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > > Hi, > > > > > > > > > > > > In the mean time i tried a complete new installation of the > > > > > > latest trunk. Still no changes : gbr2 strats, and then does not > > > > > > show any window, it stays running, but no interaction with the > > > > > > sceen. > > > > > > > > > > > > Also : why does gbr2 tries to write > > > > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 owner > > > > > > root, so cannot be written by normal users. > > > > > > > > > > > > Steven > > > > > > > > > > ??? > > > > > > > > > > gbr2 does not try to write gb.vb.info. It never looks inside this > > > > > directory, unless the project it runs asks for it. > > > > > > > > OK, you wanted to say gbi2. But what are you doing with gbi2? This > > > > program is only used at installation time, you normally never have to > > > > use it yourself. > > > > > > Sorry, in the heat of trying anything to get back up i made some > > > mistakes. If I do this : > > > gdb gbr2 > > > > > > GNU gdb 6.5 > > > Copyright (C) 2006 Free Software Foundation, Inc. > > > GDB is free software, covered by the GNU General Public License, and > > > you are welcome to change it and/or distribute copies of it under > > > certain conditions. Type "show copying" to see the conditions. > > > There is absolutely no warranty for GDB. Type "show warranty" for > > > details. This GDB was configured as "i586-suse-linux"...Using host > > > libthread_db library "/lib/libthread_db.so.1". > > > > > > (gdb) run > > > Starting program: /usr/local/bin/gbr2 > > > Failed to read a valid object file image from memory. > > > ERROR: #45: File or directory does not exist > > > > > > Program exited with code 01. > > > (gdb) quit > > > > > > The result is as above. If I type gambas2, gbr2 starts running, but > > > nothing shows. So how can I find whats happening ? > > > > > > Steven > > > > You must run gbx2 (and not gbr2) inside the gambas2 source directory. > > gbr2 is only used for running *.gambas files. > > Did that : > > steven at ...1686...:~/trunk/main> gdb gbx2 > GNU gdb 6.5 > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are welcome to change it and/or distribute copies of it under certain > conditions. Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i586-suse-linux"...Using host libthread_db > library "/lib/libthread_db.so.1". > > (gdb) run > Starting program: /usr/local/bin/gbx2 > Failed to read a valid object file image from memory. > ERROR: #45: File or directory does not exist > > Program exited with code 01. > (gdb) quit > > --------------> so still the same result > > Steven > When I said 'gambas2', I mean the IDE source code directory. And I said *gbx2*, not *gbr2*! gbx2 is an interpreter. It interprets what it founds inside its current directory (a gambas project normally). When you type 'gambas?', you actually run 'gambas2.gambas', which is a gambas project archived in one file. 'gbr2' only runs these archived files. You must use 'gbx2' when running a non compressed gambas project directory. Regards, -- Benoit Minisini From steven at ...1652... Thu Nov 8 18:26:13 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 8 Nov 2007 18:26:13 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081814.38967.gambas@...1...> References: <200711071320.06927.steven@...1652...> <200711081808.29019.steven@...1652...> <200711081814.38967.gambas@...1...> Message-ID: <200711081826.13276.steven@...1652...> Le jeudi 8 novembre 2007 18:14, Benoit Minisini a ?crit?: > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > Le jeudi 8 novembre 2007 17:53, Benoit Minisini a ?crit?: > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > > > > > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > > > Hi, > > > > > > > > > > > > > > In the mean time i tried a complete new installation of the > > > > > > > latest trunk. Still no changes : gbr2 strats, and then does not > > > > > > > show any window, it stays running, but no interaction with the > > > > > > > sceen. > > > > > > > > > > > > > > Also : why does gbr2 tries to write > > > > > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 > > > > > > > owner root, so cannot be written by normal users. > > > > > > > > > > > > > > Steven > > > > > > > > > > > > ??? > > > > > > > > > > > > gbr2 does not try to write gb.vb.info. It never looks inside this > > > > > > directory, unless the project it runs asks for it. > > > > > > > > > > OK, you wanted to say gbi2. But what are you doing with gbi2? This > > > > > program is only used at installation time, you normally never have > > > > > to use it yourself. > > > > > > > > Sorry, in the heat of trying anything to get back up i made some > > > > mistakes. If I do this : > > > > gdb gbr2 > > > > > > > > GNU gdb 6.5 > > > > Copyright (C) 2006 Free Software Foundation, Inc. > > > > GDB is free software, covered by the GNU General Public License, and > > > > you are welcome to change it and/or distribute copies of it under > > > > certain conditions. Type "show copying" to see the conditions. > > > > There is absolutely no warranty for GDB. Type "show warranty" for > > > > details. This GDB was configured as "i586-suse-linux"...Using host > > > > libthread_db library "/lib/libthread_db.so.1". > > > > > > > > (gdb) run > > > > Starting program: /usr/local/bin/gbr2 > > > > Failed to read a valid object file image from memory. > > > > ERROR: #45: File or directory does not exist > > > > > > > > Program exited with code 01. > > > > (gdb) quit > > > > > > > > The result is as above. If I type gambas2, gbr2 starts running, but > > > > nothing shows. So how can I find whats happening ? > > > > > > > > Steven > > > > > > You must run gbx2 (and not gbr2) inside the gambas2 source directory. > > > gbr2 is only used for running *.gambas files. > > > > Did that : > > > > steven at ...1686...:~/trunk/main> gdb gbx2 > > GNU gdb 6.5 > > Copyright (C) 2006 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > > are welcome to change it and/or distribute copies of it under certain > > conditions. Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. This GDB was configured as "i586-suse-linux"...Using host > > libthread_db library "/lib/libthread_db.so.1". > > > > (gdb) run > > Starting program: /usr/local/bin/gbx2 > > Failed to read a valid object file image from memory. > > ERROR: #45: File or directory does not exist > > > > Program exited with code 01. > > (gdb) quit > > > > --------------> so still the same result > > > > Steven > > When I said 'gambas2', I mean the IDE source code directory. And I said > *gbx2*, not *gbr2*! > > gbx2 is an interpreter. It interprets what it founds inside its current > directory (a gambas project normally). > > When you type 'gambas?', you actually run 'gambas2.gambas', which is a > gambas project archived in one file. > > 'gbr2' only runs these archived files. You must use 'gbx2' when running a > non compressed gambas project directory. > > Regards, I thought I did (see above lines ...), whatever. So I cd onto my development directory and this is what happens : steven at ...1686...:~/request_dev> gdb gbx2 GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-suse-linux"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/local/bin/gbx2 Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1210287808 (LWP 29198)] Error while reading shared library symbols: Cannot find new threads: generic error <<<<<<<<<>>>>>>>>>>>>>>>>>>>>> Program received signal SIGINT, Interrupt. [Switching to Thread -1210287808 (LWP 29198)] 0xb7f55410 in ?? () (gdb) Regards, Steven From tomas.eroles at ...277... Thu Nov 8 22:05:01 2007 From: tomas.eroles at ...277... (Tomas Eroles i Forner) Date: Thu, 08 Nov 2007 22:05:01 +0100 Subject: [Gambas-user] Doubts in execute shell commands Message-ID: <1194555901.22941.18.camel@...1787...> Hi all! I have some problems with EXEC and SHELL commands: I would like to plot data with gnuplot from a Gambas application using: SUB button1_Click() EXEC ["gnuplot", "graph1.plt"] WAIT END where graph1.plt is a valid gnuplot file. The problem is when GAMBAS executes this command a window appears in the screen showing the graphs, but it disapears inmediately. I've tried to add a pause command in the graph1.plt file and it works, but only for a while, and I would like one of these solutions: - the graph appears in a form but I don't know in which control (if possible) - the graph appears as a new window, but, the user can close this window Any idea? thanks in advance From dcamposf at ...626... Fri Nov 9 00:38:49 2007 From: dcamposf at ...626... (Daniel Campos) Date: Fri, 9 Nov 2007 00:38:49 +0100 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <1194555901.22941.18.camel@...1787...> References: <1194555901.22941.18.camel@...1787...> Message-ID: <7259b5ae0711081538r1212ffb9q2e6972ae2dc151a0@...627...> Hi: I think gnuPlot can draw on a image file instead of the X11 display, so you could ask gnuPlot to draw in a file (a PNG file, for example), and then load and display it in a PictureBox or DrawingArea control Daniel 2007/11/8, Tomas Eroles i Forner : > Hi all! > I have some problems with EXEC and SHELL commands: > I would like to plot data with gnuplot from a Gambas application using: > > SUB button1_Click() > EXEC ["gnuplot", "graph1.plt"] WAIT > END > > where graph1.plt is a valid gnuplot file. > > The problem is when GAMBAS executes this command a window appears in the > screen showing the graphs, but it disapears inmediately. > I've tried to add a pause command in the graph1.plt file and it works, > but only for a while, and I would like one of these solutions: > - the graph appears in a form but I don't know in which control (if > possible) > - the graph appears as a new window, but, the user can close this window > > Any idea? > > thanks in advance > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From ronstk at ...239... Fri Nov 9 05:19:07 2007 From: ronstk at ...239... (ron) Date: Fri, 9 Nov 2007 06:19:07 +0200 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <1194555901.22941.18.camel@...1787...> References: <1194555901.22941.18.camel@...1787...> Message-ID: <200711090519.07550.ronstk@...239...> On Thursday 08 November 2007 22:05, Tomas Eroles i Forner wrote: > Hi all! > I have some problems with EXEC and SHELL commands: > I would like to plot data with gnuplot from a Gambas application using: > > SUB button1_Click() > EXEC ["gnuplot", "graph1.plt"] WAIT > END > > where graph1.plt is a valid gnuplot file. > > The problem is when GAMBAS executes this command a window appears in the > screen showing the graphs, but it disapears inmediately. > I've tried to add a pause command in the graph1.plt file and it works, > but only for a while, and I would like one of these solutions: > - the graph appears in a form but I don't know in which control (if > possible) > - the graph appears as a new window, but, the user can close this window > > Any idea? > > thanks in advance > As commandline "gnuplot graph1.plt &" starts a thread/job for it. Try: SUB button1_Click() EXEC ["gnuplot", "graph1.plt", "&"] WAIT END Ron From tomas.eroles at ...277... Fri Nov 9 09:26:20 2007 From: tomas.eroles at ...277... (Tomas Eroles i Forner) Date: Fri, 09 Nov 2007 09:26:20 +0100 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <200711090519.07550.ronstk@...239...> References: <1194555901.22941.18.camel@...1787...> <200711090519.07550.ronstk@...239...> Message-ID: <1194596780.4127.3.camel@...1787...> Hi! Thanks for your help Ron. It seems that GAMBAS does not like &. The only way I've seen is using SHELL instead of EXEC, but it does not works anyway, that is, I can see the graph, but only one or two seconds. Anybody could explain the difference? El vie, 09-11-2007 a las 06:19 +0200, ron escribi?: > On Thursday 08 November 2007 22:05, Tomas Eroles i Forner wrote: > > Hi all! > > I have some problems with EXEC and SHELL commands: > > I would like to plot data with gnuplot from a Gambas application using: > > > > SUB button1_Click() > > EXEC ["gnuplot", "graph1.plt"] WAIT > > END > > > > where graph1.plt is a valid gnuplot file. > > > > The problem is when GAMBAS executes this command a window appears in the > > screen showing the graphs, but it disapears inmediately. > > I've tried to add a pause command in the graph1.plt file and it works, > > but only for a while, and I would like one of these solutions: > > - the graph appears in a form but I don't know in which control (if > > possible) > > - the graph appears as a new window, but, the user can close this window > > > > Any idea? > > > > thanks in advance > > > > As commandline "gnuplot graph1.plt &" starts a thread/job for it. > > Try: > SUB button1_Click() > EXEC ["gnuplot", "graph1.plt", "&"] WAIT > END > > > Ron > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From tomas.eroles at ...277... Fri Nov 9 09:31:23 2007 From: tomas.eroles at ...277... (Tomas Eroles i Forner) Date: Fri, 09 Nov 2007 09:31:23 +0100 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <1194596780.4127.3.camel@...1787...> References: <1194555901.22941.18.camel@...1787...> <200711090519.07550.ronstk@...239...> <1194596780.4127.3.camel@...1787...> Message-ID: <1194597084.4127.7.camel@...1787...> YES, YES, YES, YEEEEEEEEEEEEEEEEEEESSSS !!!! I've found it. I have only to put a fucking pause -1 as the last line of the plt file. Then, gnuplot waits until the user closes the plot window El vie, 09-11-2007 a las 09:26 +0100, Tomas Eroles i Forner escribi?: > Hi! > Thanks for your help Ron. > It seems that GAMBAS does not like &. > The only way I've seen is using SHELL instead of EXEC, but it does not > works anyway, that is, I can see the graph, but only one or two seconds. > > Anybody could explain the difference? > > El vie, 09-11-2007 a las 06:19 +0200, ron escribi?: > > On Thursday 08 November 2007 22:05, Tomas Eroles i Forner wrote: > > > Hi all! > > > I have some problems with EXEC and SHELL commands: > > > I would like to plot data with gnuplot from a Gambas application using: > > > > > > SUB button1_Click() > > > EXEC ["gnuplot", "graph1.plt"] WAIT > > > END > > > > > > where graph1.plt is a valid gnuplot file. > > > > > > The problem is when GAMBAS executes this command a window appears in the > > > screen showing the graphs, but it disapears inmediately. > > > I've tried to add a pause command in the graph1.plt file and it works, > > > but only for a while, and I would like one of these solutions: > > > - the graph appears in a form but I don't know in which control (if > > > possible) > > > - the graph appears as a new window, but, the user can close this window > > > > > > Any idea? > > > > > > thanks in advance > > > > > > > As commandline "gnuplot graph1.plt &" starts a thread/job for it. > > > > Try: > > SUB button1_Click() > > EXEC ["gnuplot", "graph1.plt", "&"] WAIT > > END > > > > > > Ron > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From ronstk at ...239... Fri Nov 9 09:43:57 2007 From: ronstk at ...239... (ron) Date: Fri, 9 Nov 2007 10:43:57 +0200 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <1194596780.4127.3.camel@...1787...> References: <1194555901.22941.18.camel@...1787...> <200711090519.07550.ronstk@...239...> <1194596780.4127.3.camel@...1787...> Message-ID: <200711090943.57579.ronstk@...239...> On Friday 09 November 2007 09:26, Tomas Eroles i Forner wrote: > Hi! > Thanks for your help Ron. > It seems that GAMBAS does not like &. > The only way I've seen is using SHELL instead of EXEC, but it does not > works anyway, that is, I can see the graph, but only one or two seconds. > > Anybody could explain the difference? > oops maybe the 3' parm must be "\&" for escaping the ampersand. Does it also not work with SHELL ( "gnuplot graph1.plt \&" ) ?? Ron From ronstk at ...239... Fri Nov 9 09:49:30 2007 From: ronstk at ...239... (ron) Date: Fri, 9 Nov 2007 10:49:30 +0200 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <1194597084.4127.7.camel@...1787...> References: <1194555901.22941.18.camel@...1787...> <1194596780.4127.3.camel@...1787...> <1194597084.4127.7.camel@...1787...> Message-ID: <200711090949.30311.ronstk@...239...> On Friday 09 November 2007 09:31, Tomas Eroles i Forner wrote: > YES, YES, YES, YEEEEEEEEEEEEEEEEEEESSSS !!!! > > I've found it. > > I have only to put a fucking > > pause -1 > > as the last line of the plt file. Then, gnuplot waits until the user > closes the plot window > > Does gnuplot close the window always if not used with gambas, but standalone ? If not then it sounds stupid for me to add pause -1 in every *.plt file you get from others and must sound back. Good to do as temporary solution but gambas should handle it the same as any other application started from inside gambas and stay open forever. Ron From jredrejo at ...626... Fri Nov 9 14:39:30 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 9 Nov 2007 14:39:30 +0100 Subject: [Gambas-user] Ending processes after killing a gambas program Message-ID: <8eb28a500711090539h5dbdb663if24305458828e8a2@...627...> Hello, I have a problem with a gambas application: it starts some processes (using "Try myProcess=shell("whatever")"), don't matter if I use shell or exec syntax. My problem is that this gambas application has to run for the whole user session, but should ends when the user logouts. The gambas application dies, but the processes it starts continue as they are non-graphical processes. Also if the user kills the gambas application or I just press the stop button in the gambas ide, I have the same behaviour. An example would be a form with only one button (Button1) and this code: '------------------------ PRIVATE pro as Process PUBLIC SUB Button1_Click() TRY pro=EXEC["gedit"] END PUBLIC SUB _free() TRY pro.Kill END '------------------------ Running this code inside the IDE, gedit will die if I click on the close button of the form, but will remains active if I kill the gambas app, or just click on the stop button of the IDE. Up to now, that behaviour seems logical to me, but I would like to be able to kill all the started processes when the application dies. Any idea? From dcamposf at ...626... Fri Nov 9 15:01:27 2007 From: dcamposf at ...626... (Daniel Campos) Date: Fri, 9 Nov 2007 15:01:27 +0100 Subject: [Gambas-user] Ending processes after killing a gambas program In-Reply-To: <8eb28a500711090539h5dbdb663if24305458828e8a2@...627...> References: <8eb28a500711090539h5dbdb663if24305458828e8a2@...627...> Message-ID: <7259b5ae0711090601y729cded5le943c55343bef1ac@...627...> PUBLIC SUB _free() TRY EXEC["kill","-9",pro.Id] END 2007/11/9, Jos? Luis Redrejo : > Hello, I have a problem with a gambas application: > it starts some processes (using "Try myProcess=shell("whatever")"), don't > matter if I use shell or exec syntax. > My problem is that this gambas application has to run for the whole user > session, but should ends when the user logouts. The gambas application dies, > but the processes it starts continue as they are non-graphical processes. > Also if the user kills the gambas application or I just press the stop > button in the gambas ide, I have the same behaviour. > > > An example would be a form with only one button (Button1) and this code: > > '------------------------ > PRIVATE pro as Process > > PUBLIC SUB Button1_Click() > TRY pro=EXEC["gedit"] > END > > PUBLIC SUB _free() > TRY pro.Kill > END > > '------------------------ > > Running this code inside the IDE, gedit will die if I click on the close > button of the form, but will remains active if I kill the gambas app, or > just click on the stop button of the IDE. > > Up to now, that behaviour seems logical to me, but I would like to be able > to kill all the started processes when the application dies. > Any idea? > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From david_villalobos_c at ...43... Fri Nov 9 15:11:10 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Fri, 9 Nov 2007 06:11:10 -0800 (PST) Subject: [Gambas-user] Ending processes after killing a gambas program Message-ID: <946614.87599.qm@...1668...> well, just an opinion: you can create your application as a service and use chkconfig to determinate when it stops and when it runs. I haven?t try it but maybe it could work ----- Original Message ---- From: Jos? Luis Redrejo To: mailing list for gambas users Sent: Friday, November 9, 2007 7:39:30 AM Subject: [Gambas-user] Ending processes after killing a gambas program Hello, I have a problem with a gambas application: it starts some processes (using "Try myProcess=shell("whatever")"), don't matter if I use shell or exec syntax. My problem is that this gambas application has to run for the whole user session, but should ends when the user logouts. The gambas application dies, but the processes it starts continue as they are non-graphical processes. Also if the user kills the gambas application or I just press the stop button in the gambas ide, I have the same behaviour. An example would be a form with only one button (Button1) and this code: '------------------------ PRIVATE pro as Process PUBLIC SUB Button1_Click() TRY pro=EXEC["gedit"] END PUBLIC SUB _free() TRY pro.Kill END '------------------------ Running this code inside the IDE, gedit will die if I click on the close button of the form, but will remains active if I kill the gambas app, or just click on the stop button of the IDE. Up to now, that behaviour seems logical to me, but I would like to be able to kill all the started processes when the application dies. Any idea? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From jredrejo at ...626... Fri Nov 9 16:17:01 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 9 Nov 2007 16:17:01 +0100 Subject: [Gambas-user] Ending processes after killing a gambas program In-Reply-To: <7259b5ae0711090601y729cded5le943c55343bef1ac@...627...> References: <8eb28a500711090539h5dbdb663if24305458828e8a2@...627...> <7259b5ae0711090601y729cded5le943c55343bef1ac@...627...> Message-ID: <8eb28a500711090717j41482040pbfb4786eceb73f6b@...627...> 2007/11/9, Daniel Campos : > > PUBLIC SUB _free() > TRY EXEC["kill","-9",pro.Id] > END > It does not work, as _free is not executed when exiting from a gnome session, or when you just kill the gambas application. On the other hand, I've checked that using SHELL , the child process has 1 as PPID, so init is his parent and will not die when the gambas application ends, but using EXEC, the child process has the gambas application as its PPID. But killing it or exiting from gnome changes it to 1, instead of kill the children of the application, so is there any way to avoid this? From jredrejo at ...626... Fri Nov 9 16:17:30 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Fri, 9 Nov 2007 16:17:30 +0100 Subject: [Gambas-user] Ending processes after killing a gambas program In-Reply-To: <946614.87599.qm@...1668...> References: <946614.87599.qm@...1668...> Message-ID: <8eb28a500711090717ia71fb51u32853311bb21cd20@...627...> Excuse my ignorance, but what is chkconfig? 2007/11/9, David Villalobos Cambronero : > > well, just an opinion: > > you can create your application as a service and use chkconfig to > determinate when it stops and when it runs. > > I haven?t try it but maybe it could work > > ----- Original Message ---- > From: Jos? Luis Redrejo > To: mailing list for gambas users > Sent: Friday, November 9, 2007 7:39:30 AM > Subject: [Gambas-user] Ending processes after killing a gambas program > > > Hello, I have a problem with a gambas application: > it starts some processes (using "Try myProcess=shell("whatever")"), > don't > matter if I use shell or exec syntax. > My problem is that this gambas application has to run for the whole > user > session, but should ends when the user logouts. The gambas application > dies, > but the processes it starts continue as they are non-graphical > processes. > Also if the user kills the gambas application or I just press the stop > button in the gambas ide, I have the same behaviour. > > > An example would be a form with only one button (Button1) and this > code: > > '------------------------ > PRIVATE pro as Process > > PUBLIC SUB Button1_Click() > TRY pro=EXEC["gedit"] > END > > PUBLIC SUB _free() > TRY pro.Kill > END > > '------------------------ > > Running this code inside the IDE, gedit will die if I click on the > close > button of the form, but will remains active if I kill the gambas app, > or > just click on the stop button of the IDE. > > Up to now, that behaviour seems logical to me, but I would like to be > able > to kill all the started processes when the application dies. > Any idea? > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From david_villalobos_c at ...43... Fri Nov 9 16:25:24 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Fri, 9 Nov 2007 07:25:24 -0800 (PST) Subject: [Gambas-user] Ending processes after killing a gambas program Message-ID: <554957.18055.qm@...1676...> well, some distros uses chkconfig to determinate when and how services run in the system, so, if you need to stop a service when the user logout is easy with chkconfig (it is a command). I know Mandriva uses it ----- Original Message ---- From: Jos? Luis Redrejo To: mailing list for gambas users Sent: Friday, November 9, 2007 9:17:30 AM Subject: Re: [Gambas-user] Ending processes after killing a gambas program Excuse my ignorance, but what is chkconfig? 2007/11/9, David Villalobos Cambronero : > > well, just an opinion: > > you can create your application as a service and use chkconfig to > determinate when it stops and when it runs. > > I haven?t try it but maybe it could work > > ----- Original Message ---- > From: Jos? Luis Redrejo > To: mailing list for gambas users > Sent: Friday, November 9, 2007 7:39:30 AM > Subject: [Gambas-user] Ending processes after killing a gambas program > > > Hello, I have a problem with a gambas application: > it starts some processes (using "Try myProcess=shell("whatever")"), > don't > matter if I use shell or exec syntax. > My problem is that this gambas application has to run for the whole > user > session, but should ends when the user logouts. The gambas application > dies, > but the processes it starts continue as they are non-graphical > processes. > Also if the user kills the gambas application or I just press the stop > button in the gambas ide, I have the same behaviour. > > > An example would be a form with only one button (Button1) and this > code: > > '------------------------ > PRIVATE pro as Process > > PUBLIC SUB Button1_Click() > TRY pro=EXEC["gedit"] > END > > PUBLIC SUB _free() > TRY pro.Kill > END > > '------------------------ > > Running this code inside the IDE, gedit will die if I click on the > close > button of the form, but will remains active if I kill the gambas app, > or > just click on the stop button of the IDE. > > Up to now, that behaviour seems logical to me, but I would like to be > able > to kill all the started processes when the application dies. > Any idea? > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From rospolosco at ...152... Fri Nov 9 16:28:56 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 9 Nov 2007 16:28:56 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? Message-ID: <200711091628.57147.rospolosco@...152...> Hi, Benoit Playing with Quote() in a SHELL command I discovered that Quote() is not able to manage special italian chars. I don't know if the bug(?) exists with other languages. Here is an example and the result: PUBLIC SUB Main() PRINT Quote("?, pi?, per?, perch?") END "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" Stefano From leonardo at ...1237... Fri Nov 9 18:58:42 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Fri, 09 Nov 2007 18:58:42 +0100 Subject: [Gambas-user] Where is Gambas2 RC1? Message-ID: <47349FD2.70903@...1237...> I've read a lot of posts in the last days about a Gambas2 RC1 release.... But on the site there's yet the 1.9.90 release, with this message: "This release is the last one before the first release candidate of Gambas 2"... So I have to think that Gambas2 RC1 should be out but not put on the site... or not? :-? -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From dcamposf at ...626... Fri Nov 9 19:23:56 2007 From: dcamposf at ...626... (Daniel Campos) Date: Fri, 9 Nov 2007 19:23:56 +0100 Subject: [Gambas-user] Where is Gambas2 RC1? In-Reply-To: <47349FD2.70903@...1237...> References: <47349FD2.70903@...1237...> Message-ID: <7259b5ae0711091023v1e87fb26x4cd86c8daaaf1130@...627...> Is in SVN at this moment, not released yet. Just wait a bit, Benoit is working on it :-) 2007/11/9, Leonardo Miliani : > I've read a lot of posts in the last days about a Gambas2 RC1 release.... > But on the site there's yet the 1.9.90 release, with this message: > "This release is the last one before the first release candidate of > Gambas 2"... > > So I have to think that Gambas2 RC1 should be out but not put on the > site... or not? :-? > > -- > Ciao. > Leo. > > Web: www.leonardomiliani.com > E-mail: leonardo at ...1237... > Scegli software opensource - Choose opensource software > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Fri Nov 9 19:41:08 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 9 Nov 2007 19:41:08 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711081826.13276.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711081814.38967.gambas@...1...> <200711081826.13276.steven@...1652...> Message-ID: <200711091941.08294.gambas@...1...> On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > Le jeudi 8 novembre 2007 18:14, Benoit Minisini a ?crit?: > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > Le jeudi 8 novembre 2007 17:53, Benoit Minisini a ?crit?: > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > > > > > > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > > > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > > > > Hi, > > > > > > > > > > > > > > > > In the mean time i tried a complete new installation of the > > > > > > > > latest trunk. Still no changes : gbr2 strats, and then does > > > > > > > > not show any window, it stays running, but no interaction > > > > > > > > with the sceen. > > > > > > > > > > > > > > > > Also : why does gbr2 tries to write > > > > > > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 > > > > > > > > owner root, so cannot be written by normal users. > > > > > > > > > > > > > > > > Steven > > > > > > > > > > > > > > ??? > > > > > > > > > > > > > > gbr2 does not try to write gb.vb.info. It never looks inside > > > > > > > this directory, unless the project it runs asks for it. > > > > > > > > > > > > OK, you wanted to say gbi2. But what are you doing with gbi2? > > > > > > This program is only used at installation time, you normally > > > > > > never have to use it yourself. > > > > > > > > > > Sorry, in the heat of trying anything to get back up i made some > > > > > mistakes. If I do this : > > > > > gdb gbr2 > > > > > > > > > > GNU gdb 6.5 > > > > > Copyright (C) 2006 Free Software Foundation, Inc. > > > > > GDB is free software, covered by the GNU General Public License, > > > > > and you are welcome to change it and/or distribute copies of it > > > > > under certain conditions. Type "show copying" to see the > > > > > conditions. There is absolutely no warranty for GDB. Type "show > > > > > warranty" for details. This GDB was configured as > > > > > "i586-suse-linux"...Using host libthread_db library > > > > > "/lib/libthread_db.so.1". > > > > > > > > > > (gdb) run > > > > > Starting program: /usr/local/bin/gbr2 > > > > > Failed to read a valid object file image from memory. > > > > > ERROR: #45: File or directory does not exist > > > > > > > > > > Program exited with code 01. > > > > > (gdb) quit > > > > > > > > > > The result is as above. If I type gambas2, gbr2 starts running, but > > > > > nothing shows. So how can I find whats happening ? > > > > > > > > > > Steven > > > > > > > > You must run gbx2 (and not gbr2) inside the gambas2 source directory. > > > > gbr2 is only used for running *.gambas files. > > > > > > Did that : > > > > > > steven at ...1686...:~/trunk/main> gdb gbx2 > > > GNU gdb 6.5 > > > Copyright (C) 2006 Free Software Foundation, Inc. > > > GDB is free software, covered by the GNU General Public License, and > > > you are welcome to change it and/or distribute copies of it under > > > certain conditions. Type "show copying" to see the conditions. > > > There is absolutely no warranty for GDB. Type "show warranty" for > > > details. This GDB was configured as "i586-suse-linux"...Using host > > > libthread_db library "/lib/libthread_db.so.1". > > > > > > (gdb) run > > > Starting program: /usr/local/bin/gbx2 > > > Failed to read a valid object file image from memory. > > > ERROR: #45: File or directory does not exist > > > > > > Program exited with code 01. > > > (gdb) quit > > > > > > --------------> so still the same result > > > > > > Steven > > > > When I said 'gambas2', I mean the IDE source code directory. And I said > > *gbx2*, not *gbr2*! > > > > gbx2 is an interpreter. It interprets what it founds inside its current > > directory (a gambas project normally). > > > > When you type 'gambas?', you actually run 'gambas2.gambas', which is a > > gambas project archived in one file. > > > > 'gbr2' only runs these archived files. You must use 'gbx2' when running a > > non compressed gambas project directory. > > > > Regards, > > I thought I did (see above lines ...), whatever. > So I cd onto my development directory and this is what happens : > > steven at ...1686...:~/request_dev> gdb gbx2 > GNU gdb 6.5 > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are welcome to change it and/or distribute copies of it under certain > conditions. Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i586-suse-linux"...Using host libthread_db > library "/lib/libthread_db.so.1". > > (gdb) run > Starting program: /usr/local/bin/gbx2 > Failed to read a valid object file image from memory. > [Thread debugging using libthread_db enabled] > [New Thread -1210287808 (LWP 29198)] > Error while reading shared library symbols: > Cannot find new threads: generic error > <<<<<<<<< >>>>>>>>>>>>>>>>>>>>>> Program received signal SIGINT, Interrupt. > [Switching to Thread -1210287808 (LWP 29198)] > 0xb7f55410 in ?? () > (gdb) > > Regards, > Steven > Now you can type 'bt' to know where it stopped. -- Benoit Minisini From gambas at ...1... Fri Nov 9 19:53:28 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 9 Nov 2007 19:53:28 +0100 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <200711090943.57579.ronstk@...239...> References: <1194555901.22941.18.camel@...1787...> <1194596780.4127.3.camel@...1787...> <200711090943.57579.ronstk@...239...> Message-ID: <200711091953.28314.gambas@...1...> On vendredi 9 novembre 2007, ron wrote: > On Friday 09 November 2007 09:26, Tomas Eroles i Forner wrote: > > Hi! > > Thanks for your help Ron. > > It seems that GAMBAS does not like &. > > The only way I've seen is using SHELL instead of EXEC, but it does not > > works anyway, that is, I can see the graph, but only one or two seconds. > > > > Anybody could explain the difference? > > oops > > maybe the 3' parm must be "\&" for escaping the ampersand. > Does it also not work with SHELL ( "gnuplot graph1.plt \&" ) ?? > > Ron > > Hmmm. A lot of confusion there... SHELL run commands inside a "shell" (/bin/sh), i.e. it takes the string and sends it directly to a shell. EXEC run a process with arguments (this is the reason why it is run with a string array). The "&" is a shell thing, not a O.S. thing. As "|" (pipes), "<"/">" (redirections) and all syntax you could find by typing "man bash". So when you pass shell syntax to the EXEC command, they are sent directly to the executed process without being interpreted. So, "man system", "man bash" and "man execve" to understand the differences. :-) Now running a program from Gambas is different from running a program from a X11 console. The X11 console runs its processes inside a "virtual terminal". Gambas runs its processes through pipes. Gambas can do the same thing, but not by default. You must use a special syntax as explained on the wiki man pages: EXEC [...] FOR INPUT OUTPUT. Note: a real terminal is the console you get when you type ALT-F1 -> ALT-F6. Command-line processes usually checks its standard input, and behave differently when they are run inside a terminal and when they aren't. For more information, "man isatty", "man pipe", "man getpt", "man grantpt", and the gbx_c_process.c source file of the Gambas interpreter. :-) Regards, -- Benoit Minisini From gambas at ...1... Fri Nov 9 20:11:59 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 9 Nov 2007 20:11:59 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711091628.57147.rospolosco@...152...> References: <200711091628.57147.rospolosco@...152...> Message-ID: <200711092011.59479.gambas@...1...> On vendredi 9 novembre 2007, Stefano Palmeri wrote: > Hi, Benoit > > Playing with Quote() in a SHELL command I discovered that > Quote() is not able to manage special italian chars. I don't > know if the bug(?) exists with other languages. > > Here is an example and the result: > > PUBLIC SUB Main() > > PRINT Quote("?, pi?, per?, perch?") > > END > > "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > Stefano > Actually, if you type PRINT "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" you should get the original string. But apparently there is a bug in the compiler. You have to add a space at the end of the string. I will fix it as soon as possible. Regards, -- Benoit Minisini From rospolosco at ...152... Fri Nov 9 21:03:32 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 9 Nov 2007 21:03:32 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711092011.59479.gambas@...1...> References: <200711091628.57147.rospolosco@...152...> <200711092011.59479.gambas@...1...> Message-ID: <200711092103.32802.rospolosco@...152...> Alle 20:11, venerd? 9 novembre 2007, Benoit Minisini ha scritto: > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > Hi, Benoit > > > > Playing with Quote() in a SHELL command I discovered that > > Quote() is not able to manage special italian chars. I don't > > know if the bug(?) exists with other languages. > > > > Here is an example and the result: > > > > PUBLIC SUB Main() > > > > PRINT Quote("?, pi?, per?, perch?") > > > > END > > > > "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > Stefano > > Actually, if you type > > PRINT "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > you should get the original string. > Yes, but it's not very comfortable :-) > But apparently there is a bug in the compiler. You have to add a space at > the end of the string. I will fix it as soon as possible. Anyway, adding a space didn't solve the little bug. At the moment I use a PersonalQuote() function as workaround. Regards, Stefano > > Regards, From gambas.fr at ...626... Fri Nov 9 21:49:09 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 9 Nov 2007 21:49:09 +0100 Subject: [Gambas-user] Doubts in execute shell commands In-Reply-To: <200711091953.28314.gambas@...1...> References: <1194555901.22941.18.camel@...1787...> <200711090943.57579.ronstk@...239...> <200711091953.28314.gambas@...1...> Message-ID: <200711092149.09282.gambas.fr@...626...> Le Friday 09 November 2007 19:53:28 Benoit Minisini, vous avez ?crit?: > On vendredi 9 novembre 2007, ron wrote: > > On Friday 09 November 2007 09:26, Tomas Eroles i Forner wrote: > > > Hi! > > > Thanks for your help Ron. > > > It seems that GAMBAS does not like &. > > > The only way I've seen is using SHELL instead of EXEC, but it does not > > > works anyway, that is, I can see the graph, but only one or two > > > seconds. > > > > > > Anybody could explain the difference? > > > > oops > > > > maybe the 3' parm must be "\&" for escaping the ampersand. > > Does it also not work with SHELL ( "gnuplot graph1.plt \&" ) ?? > > > > Ron > > Hmmm. A lot of confusion there... > > SHELL run commands inside a "shell" (/bin/sh), i.e. it takes the string and > sends it directly to a shell. > > EXEC run a process with arguments (this is the reason why it is run with a > string array). > > The "&" is a shell thing, not a O.S. thing. As "|" (pipes), "<"/">" > (redirections) and all syntax you could find by typing "man bash". So when > you pass shell syntax to the EXEC command, they are sent directly to the > executed process without being interpreted. > > So, "man system", "man bash" and "man execve" to understand the > differences. :-) > > Now running a program from Gambas is different from running a program from > a X11 console. The X11 console runs its processes inside a "virtual > terminal". Gambas runs its processes through pipes. > > Gambas can do the same thing, but not by default. You must use a special > syntax as explained on the wiki man pages: EXEC [...] FOR INPUT OUTPUT. > > Note: a real terminal is the console you get when you type ALT-F1 -> > ALT-F6. > > Command-line processes usually checks its standard input, and behave > differently when they are run inside a terminal and when they aren't. > > For more information, "man isatty", "man pipe", "man getpt", "man grantpt", > and the gbx_c_process.c source file of the Gambas interpreter. :-) > > Regards, Hey Benoit... is it say at same in the wiki doc ?... if not can you put it From rospolosco at ...152... Sat Nov 10 10:15:38 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 10:15:38 +0100 Subject: [Gambas-user] @ Gareth Bult Message-ID: <200711101015.38687.rospolosco@...152...> Hello. Why do I have to login to download the GridEditor component? I need it to try to learn how to write a component in Gambas language. Thanks. Bye, Stefano From gambas at ...1... Sat Nov 10 10:25:46 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 10:25:46 +0100 Subject: [Gambas-user] @ Gareth Bult In-Reply-To: <200711101015.38687.rospolosco@...152...> References: <200711101015.38687.rospolosco@...152...> Message-ID: <200711101025.47333.gambas@...1...> On samedi 10 novembre 2007, Stefano Palmeri wrote: > Hello. > > Why do I have to login to download the GridEditor component? > I need it to try to learn how to write a component in Gambas language. > > Thanks. Bye, > > Stefano > All Gambas projects located in the /comp source directory are the source code of the components written in Gambas. They could be good examples too! -- Benoit Minisini From rospolosco at ...152... Sat Nov 10 11:07:00 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 11:07:00 +0100 Subject: [Gambas-user] @ Gareth Bult In-Reply-To: <200711101025.47333.gambas@...1...> References: <200711101015.38687.rospolosco@...152...> <200711101025.47333.gambas@...1...> Message-ID: <200711101107.01087.rospolosco@...152...> Alle 10:25, sabato 10 novembre 2007, Benoit Minisini ha scritto: > On samedi 10 novembre 2007, Stefano Palmeri wrote: > > Hello. > > > > Why do I have to login to download the GridEditor component? > > I need it to try to learn how to write a component in Gambas language. > > > > Thanks. Bye, > > > > Stefano > > All Gambas projects located in the /comp source directory are the source > code of the components written in Gambas. They could be good examples too! Ok. Thanks a lot. So, I don't have to login :-) Stefano From steven at ...1652... Sat Nov 10 11:09:16 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Sat, 10 Nov 2007 11:09:16 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711091941.08294.gambas@...1...> References: <200711071320.06927.steven@...1652...> <200711081826.13276.steven@...1652...> <200711091941.08294.gambas@...1...> Message-ID: <200711101109.17064.steven@...1652...> Le vendredi 9 novembre 2007 19:41, Benoit Minisini a ?crit?: > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > Le jeudi 8 novembre 2007 18:14, Benoit Minisini a ?crit?: > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > Le jeudi 8 novembre 2007 17:53, Benoit Minisini a ?crit?: > > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > > Le jeudi 8 novembre 2007 17:21, Benoit Minisini a ?crit?: > > > > > > > On jeudi 8 novembre 2007, Benoit Minisini wrote: > > > > > > > > On jeudi 8 novembre 2007, Steven Lobbezoo wrote: > > > > > > > > > Hi, > > > > > > > > > > > > > > > > > > In the mean time i tried a complete new installation of the > > > > > > > > > latest trunk. Still no changes : gbr2 strats, and then does > > > > > > > > > not show any window, it stays running, but no interaction > > > > > > > > > with the sceen. > > > > > > > > > > > > > > > > > > Also : why does gbr2 tries to write > > > > > > > > > /usr/local/share/gambas2/info/gb.vb.info its installed 600 > > > > > > > > > owner root, so cannot be written by normal users. > > > > > > > > > > > > > > > > > > Steven > > > > > > > > > > > > > > > > ??? > > > > > > > > > > > > > > > > gbr2 does not try to write gb.vb.info. It never looks inside > > > > > > > > this directory, unless the project it runs asks for it. > > > > > > > > > > > > > > OK, you wanted to say gbi2. But what are you doing with gbi2? > > > > > > > This program is only used at installation time, you normally > > > > > > > never have to use it yourself. > > > > > > > > > > > > Sorry, in the heat of trying anything to get back up i made some > > > > > > mistakes. If I do this : > > > > > > gdb gbr2 > > > > > > > > > > > > GNU gdb 6.5 > > > > > > Copyright (C) 2006 Free Software Foundation, Inc. > > > > > > GDB is free software, covered by the GNU General Public License, > > > > > > and you are welcome to change it and/or distribute copies of it > > > > > > under certain conditions. Type "show copying" to see the > > > > > > conditions. There is absolutely no warranty for GDB. Type "show > > > > > > warranty" for details. This GDB was configured as > > > > > > "i586-suse-linux"...Using host libthread_db library > > > > > > "/lib/libthread_db.so.1". > > > > > > > > > > > > (gdb) run > > > > > > Starting program: /usr/local/bin/gbr2 > > > > > > Failed to read a valid object file image from memory. > > > > > > ERROR: #45: File or directory does not exist > > > > > > > > > > > > Program exited with code 01. > > > > > > (gdb) quit > > > > > > > > > > > > The result is as above. If I type gambas2, gbr2 starts running, > > > > > > but nothing shows. So how can I find whats happening ? > > > > > > > > > > > > Steven > > > > > > > > > > You must run gbx2 (and not gbr2) inside the gambas2 source > > > > > directory. gbr2 is only used for running *.gambas files. > > > > > > > > Did that : > > > > > > > > steven at ...1686...:~/trunk/main> gdb gbx2 > > > > GNU gdb 6.5 > > > > Copyright (C) 2006 Free Software Foundation, Inc. > > > > GDB is free software, covered by the GNU General Public License, and > > > > you are welcome to change it and/or distribute copies of it under > > > > certain conditions. Type "show copying" to see the conditions. > > > > There is absolutely no warranty for GDB. Type "show warranty" for > > > > details. This GDB was configured as "i586-suse-linux"...Using host > > > > libthread_db library "/lib/libthread_db.so.1". > > > > > > > > (gdb) run > > > > Starting program: /usr/local/bin/gbx2 > > > > Failed to read a valid object file image from memory. > > > > ERROR: #45: File or directory does not exist > > > > > > > > Program exited with code 01. > > > > (gdb) quit > > > > > > > > --------------> so still the same result > > > > > > > > Steven > > > > > > When I said 'gambas2', I mean the IDE source code directory. And I said > > > *gbx2*, not *gbr2*! > > > > > > gbx2 is an interpreter. It interprets what it founds inside its current > > > directory (a gambas project normally). > > > > > > When you type 'gambas?', you actually run 'gambas2.gambas', which is a > > > gambas project archived in one file. > > > > > > 'gbr2' only runs these archived files. You must use 'gbx2' when running > > > a non compressed gambas project directory. > > > > > > Regards, > > > > I thought I did (see above lines ...), whatever. > > So I cd onto my development directory and this is what happens : > > > > steven at ...1686...:~/request_dev> gdb gbx2 > > GNU gdb 6.5 > > Copyright (C) 2006 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you > > are welcome to change it and/or distribute copies of it under certain > > conditions. Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for > > details. This GDB was configured as "i586-suse-linux"...Using host > > libthread_db library "/lib/libthread_db.so.1". > > > > (gdb) run > > Starting program: /usr/local/bin/gbx2 > > Failed to read a valid object file image from memory. > > [Thread debugging using libthread_db enabled] > > [New Thread -1210287808 (LWP 29198)] > > Error while reading shared library symbols: > > Cannot find new threads: generic error > > <<<<<<<<< > > > >>>>>>>>>>>>>>>>>>>>>> Program received signal SIGINT, Interrupt. > > > > [Switching to Thread -1210287808 (LWP 29198)] > > 0xb7f55410 in ?? () > > (gdb) > > > > Regards, > > Steven > > Now you can type 'bt' to know where it stopped. Did that allready, but to me the output is chinese : (gdb) bt #0 0xb7f2a410 in ?? () #1 0xbfa15de4 in ?? () #2 0x00000002 in ?? () #3 0x00000000 in ?? () Does not tell me anything. Steven From gambas at ...1... Sat Nov 10 12:43:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 12:43:55 +0100 Subject: [Gambas-user] WAIT waits forever - help needed In-Reply-To: <200711071115.29809.rospolosco@...152...> References: <200711071115.29809.rospolosco@...152...> Message-ID: <200711101243.55381.gambas@...1...> On mercredi 7 novembre 2007, Stefano Palmeri wrote: > Hi, all. Hi, Benoit. > > I made a little utility to convert some audio files > from a format to another (nothing new) for personal use. > > In the FMain class there's a function called > StartAudioConversion(). That function calls > UpdateMain() that should refresh the Form before > starting the conversion progress. Here is the problem: > > If I put a "WAIT 0.1" after UpdateMain() the Form is refreshed, > but the application *waits* forever, I mean it freezes. > > If I don't put the "WAIT 0.1" the Form is refreshed after > the audio conversion process is done. > > Any help or explanation will be appreciated. > > To test the app you need at least mplayer and > you have to choose a 4Mb file to see the delay > in refreshing. > > Gambas 1.9.90 > > Regards, > > Stefano Palmeri The application does not wait forever. It acts actually exactly as you wrote it, and you wrote it badly. Just trace your application step by step, and you will see: * You open the file dialog to select a file to convert. * You run a modal dialog to select the destination format. * You store what to do in some public variable of the modal dialog. * You close the dialog. As it is not persistent, it will be destroyed. * You wait (or not) a little. * You use the public variables of the closed dialog to select the encoder. Now the trick is that a GUI object is never destroyed immediately, but when the event loop returns at the same nested level the object was created. I did that because of the way QT and other GUI toolkit handle events. A C++ object can be destroyed whereas it is used in the stack by some event handler. And that usually leads to segmentation faults. So, if you do not wait, the QT object is not destroyed, and so the associated Gambas form too. So the public variables keep their values, and everything works as expected. But if you wait, then the QT object is destroyed during the wait, and when you access the public variables, another form is created (because the Form class is in "auto-create" mode, like in Visual Basic), with public variables all initialized to their default values. You select your encoder by a SELECT ... END SELECT that does not use the DEFAULT or CASE ELSE keyword. So when the encoder variable is null, the program does not freeze, it just does nothing. I hope I was clear :-) Regards, -- Benoit Minisini From gambas at ...1... Sat Nov 10 12:44:53 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 12:44:53 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711092103.32802.rospolosco@...152...> References: <200711091628.57147.rospolosco@...152...> <200711092011.59479.gambas@...1...> <200711092103.32802.rospolosco@...152...> Message-ID: <200711101244.53181.gambas@...1...> On vendredi 9 novembre 2007, Stefano Palmeri wrote: > Alle 20:11, venerd? 9 novembre 2007, Benoit Minisini ha scritto: > > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > > Hi, Benoit > > > > > > Playing with Quote() in a SHELL command I discovered that > > > Quote() is not able to manage special italian chars. I don't > > > know if the bug(?) exists with other languages. > > > > > > Here is an example and the result: > > > > > > PUBLIC SUB Main() > > > > > > PRINT Quote("?, pi?, per?, perch?") > > > > > > END > > > > > > "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > > > > Stefano > > > > Actually, if you type > > > > PRINT "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > you should get the original string. > > Yes, but it's not very comfortable :-) > > > But apparently there is a bug in the compiler. You have to add a space at > > the end of the string. I will fix it as soon as possible. > > Anyway, adding a space didn't solve the little bug. At the > moment I use a PersonalQuote() function as workaround. > > Regards, > > Stefano > I fixed the bug in the last revision, but why do you need to quote strings differently from what does the Quote() function? -- Benoit Minisini From gambas at ...1... Sat Nov 10 12:51:35 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 12:51:35 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711101109.17064.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711091941.08294.gambas@...1...> <200711101109.17064.steven@...1652...> Message-ID: <200711101251.35438.gambas@...1...> On samedi 10 novembre 2007, Steven Lobbezoo wrote: > > Did that allready, but to me the output is chinese : > (gdb) bt > #0 0xb7f2a410 in ?? () > #1 0xbfa15de4 in ?? () > #2 0x00000002 in ?? () > #3 0x00000000 in ?? () > > Does not tell me anything. > > Steven > Maybe I forgot to told you that gbx2 must be run with the '-p' option inside a debugger. $ cd /path/to/the/ide/source/code $ gdb gbx2 ... (gdb) run -p ... //// Hit CTRL-C (gdb) bt .. Otherwisse, another useful thing to do is using the 'strace' program. It trace all system class made by a program, and so you could see what it exactly does approximately. $ cd /path/to/the/ide/source/code $ strace gbx2 -p > strace.out 2>&1 Do that as root (when the IDE runs normally), and as a normal user (when it does not work). Then send me the two strace.out files, so that I can compare them. Regards, -- Benoit Minisini From rospolosco at ...152... Sat Nov 10 12:59:58 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 12:59:58 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101244.53181.gambas@...1...> References: <200711091628.57147.rospolosco@...152...> <200711092103.32802.rospolosco@...152...> <200711101244.53181.gambas@...1...> Message-ID: <200711101259.58365.rospolosco@...152...> Alle 12:44, sabato 10 novembre 2007, Benoit Minisini ha scritto: > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > Alle 20:11, venerd? 9 novembre 2007, Benoit Minisini ha scritto: > > > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > > > Hi, Benoit > > > > > > > > Playing with Quote() in a SHELL command I discovered that > > > > Quote() is not able to manage special italian chars. I don't > > > > know if the bug(?) exists with other languages. > > > > > > > > Here is an example and the result: > > > > > > > > PUBLIC SUB Main() > > > > > > > > PRINT Quote("?, pi?, per?, perch?") > > > > > > > > END > > > > > > > > "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > > > > > > > Stefano > > > > > > Actually, if you type > > > > > > PRINT "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > you should get the original string. > > > > Yes, but it's not very comfortable :-) > > > > > But apparently there is a bug in the compiler. You have to add a space > > > at the end of the string. I will fix it as soon as possible. > > > > Anyway, adding a space didn't solve the little bug. At the > > moment I use a PersonalQuote() function as workaround. > > > > Regards, > > > > Stefano > > I fixed the bug in the last revision, but why do you need to quote strings > differently from what does the Quote() function? No, no. I don't need a different behaviour. I need a normal behaviour, but Quote() was buggy with special chars. As I told you, I was playing, with SHELL. Exactly I was oggencodin a file called "F. B. - Gravit? Permanente.wav". I had to Quote() the file in the SHELL command, because oggenc believes that name is not a single file. sfile = "F. B. - Gravit? Permanente.wav" SHELL "oggenc -q 6 " & Quote(sfile) WAIT but Quote() returned that bad char (instead of ?) and oggenc didn't find the file. So I found the bug. If I don't Quote() oggenc thinks that name is non a uniq file. As workaround I quoted myself with "\"" & sfile & "\"", and that's solved the question. I hope, I was clear. Thanks for fixing. I think I will test in the afternoon. Best regards, Stefano From rospolosco at ...152... Sat Nov 10 13:03:33 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 13:03:33 +0100 Subject: [Gambas-user] WAIT waits forever - help needed In-Reply-To: <200711101243.55381.gambas@...1...> References: <200711071115.29809.rospolosco@...152...> <200711101243.55381.gambas@...1...> Message-ID: <200711101303.33347.rospolosco@...152...> Alle 12:43, sabato 10 novembre 2007, Benoit Minisini ha scritto: > On mercredi 7 novembre 2007, Stefano Palmeri wrote: > > Hi, all. Hi, Benoit. > > > > I made a little utility to convert some audio files > > from a format to another (nothing new) for personal use. > > > > In the FMain class there's a function called > > StartAudioConversion(). That function calls > > UpdateMain() that should refresh the Form before > > starting the conversion progress. Here is the problem: > > > > If I put a "WAIT 0.1" after UpdateMain() the Form is refreshed, > > but the application *waits* forever, I mean it freezes. > > > > If I don't put the "WAIT 0.1" the Form is refreshed after > > the audio conversion process is done. > > > > Any help or explanation will be appreciated. > > > > To test the app you need at least mplayer and > > you have to choose a 4Mb file to see the delay > > in refreshing. > > > > Gambas 1.9.90 > > > > Regards, > > > > Stefano Palmeri > > The application does not wait forever. It acts actually exactly as you > wrote it, and you wrote it badly. > > Just trace your application step by step, and you will see: > > * You open the file dialog to select a file to convert. > * You run a modal dialog to select the destination format. > * You store what to do in some public variable of the modal dialog. > * You close the dialog. As it is not persistent, it will be destroyed. > * You wait (or not) a little. > * You use the public variables of the closed dialog to select the encoder. > > Now the trick is that a GUI object is never destroyed immediately, but when > the event loop returns at the same nested level the object was created. > > I did that because of the way QT and other GUI toolkit handle events. A C++ > object can be destroyed whereas it is used in the stack by some event > handler. And that usually leads to segmentation faults. > > So, if you do not wait, the QT object is not destroyed, and so the > associated Gambas form too. So the public variables keep their values, and > everything works as expected. > > But if you wait, then the QT object is destroyed during the wait, and when > you access the public variables, another form is created (because the Form > class is in "auto-create" mode, like in Visual Basic), with public > variables all initialized to their default values. > > You select your encoder by a SELECT ... END SELECT that does not use the > DEFAULT or CASE ELSE keyword. So when the encoder variable is null, the > program does not freeze, it just does nothing. > > I hope I was clear :-) > > Regards, First of all, thank for detailed info. I will store the mail in my gambas doc. Second, in last days I came to the solution and the app is working. Thanks for attention. Stefano -------------- next part -------------- A non-text attachment was scrubbed... Name: gac-0.0.1.tar.gz Type: application/x-tgz Size: 10224 bytes Desc: not available URL: From gambas at ...1... Sat Nov 10 13:04:49 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 13:04:49 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101259.58365.rospolosco@...152...> References: <200711091628.57147.rospolosco@...152...> <200711101244.53181.gambas@...1...> <200711101259.58365.rospolosco@...152...> Message-ID: <200711101304.49366.gambas@...1...> On samedi 10 novembre 2007, Stefano Palmeri wrote: > Alle 12:44, sabato 10 novembre 2007, Benoit Minisini ha scritto: > > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > > Alle 20:11, venerd? 9 novembre 2007, Benoit Minisini ha scritto: > > > > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > > > > Hi, Benoit > > > > > > > > > > Playing with Quote() in a SHELL command I discovered that > > > > > Quote() is not able to manage special italian chars. I don't > > > > > know if the bug(?) exists with other languages. > > > > > > > > > > Here is an example and the result: > > > > > > > > > > PUBLIC SUB Main() > > > > > > > > > > PRINT Quote("?, pi?, per?, perch?") > > > > > > > > > > END > > > > > > > > > > "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > > > > > > > > > > Stefano > > > > > > > > Actually, if you type > > > > > > > > PRINT "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > > > you should get the original string. > > > > > > Yes, but it's not very comfortable :-) > > > > > > > But apparently there is a bug in the compiler. You have to add a > > > > space at the end of the string. I will fix it as soon as possible. > > > > > > Anyway, adding a space didn't solve the little bug. At the > > > moment I use a PersonalQuote() function as workaround. > > > > > > Regards, > > > > > > Stefano > > > > I fixed the bug in the last revision, but why do you need to quote > > strings differently from what does the Quote() function? > > No, no. I don't need a different behaviour. I need a normal behaviour, but > Quote() was buggy with special chars. > As I told you, I was playing, with SHELL. Exactly I was oggencodin a file > called "F. B. - Gravit? Permanente.wav". > > I had to Quote() the file in the SHELL command, because oggenc > believes that name is not a single file. > > sfile = "F. B. - Gravit? Permanente.wav" > SHELL "oggenc -q 6 " & Quote(sfile) WAIT > > but Quote() returned that bad char (instead of ?) and oggenc didn't find > the file. So I found the bug. > If I don't Quote() oggenc thinks that name is non a uniq file. > > As workaround I quoted myself with "\"" & sfile & "\"", and that's solved > the question. > > I hope, I was clear. > > Thanks for fixing. I think I will test in the afternoon. > > Best regards, > > Stefano > Quote() is not buggy. It is just not to be used with SHELL. You must use the Quote.Shell() method if you want to send argument strings to the SHELL command safely. Regards, -- Benoit Minisini From steven at ...1652... Sat Nov 10 13:50:58 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Sat, 10 Nov 2007 13:50:58 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711101251.35438.gambas@...1...> References: <200711071320.06927.steven@...1652...> <200711101109.17064.steven@...1652...> <200711101251.35438.gambas@...1...> Message-ID: <200711101350.58997.steven@...1652...> Le samedi 10 novembre 2007 12:51, Benoit Minisini a ?crit?: > Maybe I forgot to told you that gbx2 must be run with the '-p' option > inside a debugger. > > $ cd /path/to/the/ide/source/code > $ gdb gbx2 > ... > (gdb) run -p > ... > //// Hit CTRL-C > (gdb) bt > .. > > Otherwisse, another useful thing to do is using the 'strace' program. It > trace all system class made by a program, and so you could see what it > exactly does approximately. > > $ cd /path/to/the/ide/source/code > $ strace gbx2 -p > strace.out 2>&1 > > Do that as root (when the IDE runs normally), and as a normal user (when it > does not work). > > Then send me the two strace.out files, so that I can compare them. > > Regards, First item : result is the same it's -> (gdb) run -p Starting program: /usr/local/bin/gbx2 -p Failed to read a valid object file image from memory. [Thread debugging using libthread_db enabled] [New Thread -1210652352 (LWP 22182)] Error while reading shared library symbols: Cannot find new threads: generic error Program received signal SIGINT, Interrupt. [Switching to Thread -1210652352 (LWP 22182)] 0xb7efc410 in ?? () (gdb) bt #0 0xb7efc410 in ?? () #1 0xbff86ef4 in ?? () #2 0x00000002 in ?? () #3 0x00000000 in ?? () (gdb) quit The program is running. Exit anyway? (y or n) y -------------------------------------------------------------------------------------- second item, here are the results : strace.out (root) and strace_user.out (steven). ps. I hope this passes, strace.out is big ??? >>>>>>>>>No, this is the second try, I've cut only the first part of strace.out = strace2.out I had I look into user.out and think (if I may ;-) ) that the problem is with the locale vars/ open("/usr/share/locale/fr_FR.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT ( No such file or directory) open("/usr/share/locale-langpack/fr_FR/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOE NT (No such file or directory) open("/usr/share/locale/fr_FR/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No su ch file or directory) open("/usr/share/locale-langpack/fr.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 E NOENT (No such file or directory) open("/usr/share/locale/fr.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 EN OENT (No such file or directory) open("/usr/share/locale/fr.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr/LC_MESSAGES/libc.mo", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=120888, ...}) = 0 mmap2(NULL, 120888, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5cf1000 I checked, and I only have /usr/share/locale/fr and fr_FR , not fr.utf8 or fr.UTF-8 Regards, Steven -------------- next part -------------- execve("/usr/local/bin/gbx2", ["gbx2", "-p"], [/* 94 vars */]) = 0 brk(0) = 0x8077000 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb8000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f84000 close(3) = 0 open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`5\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=190963, ...}) = 0 mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f5e000 fadvise64(3, 0, 151680, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7f82000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7f82000 close(3) = 0 open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\v\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=14226, ...}) = 0 mmap2(NULL, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7f5a000 fadvise64(3, 0, 12412, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7f5c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7f5c000 close(3) = 0 open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pa\1\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1491220, ...}) = 0 mmap2(NULL, 1234372, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e2c000 fadvise64(3, 0, 1234372, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7f54000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x128) = 0xb7f54000 mmap2(0xb7f57000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f57000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7e2b000 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7e2b940, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xb7f54000, 4096, PROT_READ) = 0 mprotect(0x806f000, 4096, PROT_READ) = 0 munmap(0xb7f84000, 210598) = 0 getpid() = 22280 getuid32() = 1000 stat64("/tmp/gambas.1000/22280", 0xbfafbda4) = -1 ENOENT (No such file or directory) getuid32() = 1000 rmdir("/tmp/gambas.1000/22280") = -1 ENOENT (No such file or directory) getuid32() = 1000 mkdir("/tmp/gambas.1000", 0700) = -1 EEXIST (File exists) getuid32() = 1000 mkdir("/tmp/gambas.1000/22280", 0700) = 0 gettimeofday({1194696969, 472197}, NULL) = 0 brk(0) = 0x8077000 brk(0x8098000) = 0x8098000 open("/etc/localtime", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 fstat64(3, {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb7000 read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0"..., 4096) = 1082 close(3) = 0 munmap(0xb7fb7000, 4096) = 0 gettimeofday({1194696969, 474199}, NULL) = 0 getcwd("/home/steven/request_dev", 4096) = 25 lstat64("/usr/bin/gbx2", 0xbfafbe94) = -1 ENOENT (No such file or directory) getuid32() = 1000 socket(PF_FILE, SOCK_STREAM, 0) = 3 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0 poll([{fd=3, events=POLLOUT|POLLERR|POLLHUP, revents=POLLOUT}], 1, 5000) = 1 send(3, "\2\0\0\0\v\0\0\0\7\0\0\0passwd\0\267", 20, MSG_NOSIGNAL) = 20 poll([{fd=3, events=POLLIN|POLLERR|POLLHUP, revents=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"passwd\0", 7}], msg_controllen=16, {cmsg_len=16, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {4}}, msg_flags=0}, 0) = 7 fstat64(4, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 pread64(4, "\1\0\0\0h\0\0\0\30\0\0\0\1\0\0\0\20t5G\0\0\0\0\323\0\0"..., 104, 0) = 104 mmap2(NULL, 217016, PROT_READ, MAP_SHARED, 4, 0) = 0xb7df6000 close(4) = 0 close(3) = 0 getcwd("/home/steven/request_dev", 4096) = 25 chdir("/home/steven/request_dev/.") = 0 getcwd("/home/steven/request_dev", 4096) = 25 chdir("/home/steven/request_dev") = 0 open("/home/steven/request_dev/.project", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafbd58) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(3, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7fb7000 read(3, "# Gambas Project File 2.0\nTitle="..., 4096) = 752 close(3) = 0 munmap(0xb7fb7000, 4096) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.gambas", {st_mode=S_IFREG|0755, st_size=14641, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.form.so", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.form.gambas", {st_mode=S_IFREG|0755, st_size=1028509, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.db.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.db.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.db.form.so", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.db.form.gambas", {st_mode=S_IFREG|0755, st_size=61958, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.eval.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.eval.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.image.so", {st_mode=S_IFLNK|0777, st_size=17, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.image.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.net.so", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.net.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.net.curl.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.net.curl.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.net.smtp.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.net.smtp.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.qt.ext.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.ext.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.qt.kde.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.qt.kde.html.so", {st_mode=S_IFLNK|0777, st_size=23, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.html.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.report.so", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.report.gambas", {st_mode=S_IFREG|0755, st_size=104515, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.settings.so", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.settings.gambas", {st_mode=S_IFREG|0755, st_size=9253, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.vb.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.vb.gambas", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.web.so", 0xbfafbe34) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.web.gambas", {st_mode=S_IFREG|0755, st_size=23633, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\v\3"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=6337045, ...}) = 0 mmap2(NULL, 644816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d58000 fadvise64(3, 0, 644816, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7de3000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8b) = 0xb7de3000 mmap2(0xb7df5000, 1744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7df5000 close(3) = 0 open("/usr/lib/qt3/lib/tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls/i686/sse2", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls/i686", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls/sse2", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/i686/sse2", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/i686", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/sse2", 0xbfafb6ac) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f84000 close(3) = 0 open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 at ...1794...\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=121246, ...}) = 0 mmap2(NULL, 94688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d40000 fadvise64(3, 0, 94688, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7d54000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb7d54000 mmap2(0xb7d56000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d56000 close(3) = 0 open("/usr/lib/qt3/lib/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libX11.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200N\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1186148, ...}) = 0 mmap2(NULL, 1164372, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c23000 fadvise64(3, 0, 1164372, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7d3b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x118) = 0xb7d3b000 mmap2(0xb7d3f000, 1108, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d3f000 close(3) = 0 open("/usr/lib/qt3/lib/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libXext.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340&\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=56820, ...}) = 0 mmap2(NULL, 58972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c14000 fadvise64(3, 0, 58972, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7c21000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc) = 0xb7c21000 close(3) = 0 open("/usr/lib/qt3/lib/libqt-mt.so.3", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20!\32"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=7257104, ...}) = 0 mmap2(NULL, 7249192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb752a000 fadvise64(3, 0, 7249192, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7bd0000, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a6) = 0xb7bd0000 mmap2(0xb7c11000, 11560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c11000 close(3) = 0 open("/usr/lib/qt3/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\310"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=913844, ...}) = 0 mmap2(NULL, 931492, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7446000 fadvise64(3, 0, 931492, POSIX_FADV_WILLNEED) = 0 mmap2(0xb751f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd9) = 0xb751f000 mmap2(0xb7524000, 22180, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7524000 close(3) = 0 open("/usr/lib/qt3/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libgcc_s.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\27\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=46460, ...}) = 0 mmap2(NULL, 45508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb743a000 fadvise64(3, 0, 45508, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7444000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xb7444000 close(3) = 0 open("/usr/lib/libXau.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\n\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=10168, ...}) = 0 mmap2(NULL, 12420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7436000 fadvise64(3, 0, 12420, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7438000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7438000 close(3) = 0 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\16"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=20112, ...}) = 0 mmap2(NULL, 20604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7430000 fadvise64(3, 0, 20604, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7434000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7434000 close(3) = 0 open("/usr/lib/libpng12.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\00007\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=142152, ...}) = 0 mmap2(NULL, 143860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb740c000 fadvise64(3, 0, 143860, POSIX_FADV_WILLNEED) = 0 mmap2(0xb742e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21) = 0xb742e000 close(3) = 0 open("/lib/libz.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\27\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=72020, ...}) = 0 mmap2(NULL, 74000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73f9000 fadvise64(3, 0, 74000, POSIX_FADV_WILLNEED) = 0 mmap2(0xb740a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0xb740a000 close(3) = 0 open("/usr/lib/libXrender.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\24\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=31204, ...}) = 0 mmap2(NULL, 33192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73f0000 fadvise64(3, 0, 33192, POSIX_FADV_WILLNEED) = 0 mmap2(0xb73f7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb73f7000 close(3) = 0 open("/usr/lib/libXrandr.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=13904, ...}) = 0 mmap2(NULL, 16572, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73eb000 fadvise64(3, 0, 16572, POSIX_FADV_WILLNEED) = 0 mmap2(0xb73ee000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb73ee000 close(3) = 0 open("/usr/lib/libXcursor.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\"\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=34900, ...}) = 0 mmap2(NULL, 37260, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73e1000 fadvise64(3, 0, 37260, POSIX_FADV_WILLNEED) = 0 mmap2(0xb73e9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb73e9000 close(3) = 0 open("/usr/lib/libXinerama.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\10"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=9908, ...}) = 0 mmap2(NULL, 12476, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73dd000 fadvise64(3, 0, 12476, POSIX_FADV_WILLNEED) = 0 mmap2(0xb73df000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb73df000 close(3) = 0 open("/usr/lib/libXft.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\00003\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=72776, ...}) = 0 mmap2(NULL, 74592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb73ca000 fadvise64(3, 0, 74592, POSIX_FADV_WILLNEED) = 0 mmap2(0xb73db000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0xb73db000 close(3) = 0 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220q\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=450820, ...}) = 0 mmap2(NULL, 451364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb735b000 fadvise64(3, 0, 451364, POSIX_FADV_WILLNEED) = 0 mmap2(0xb73c6000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a) = 0xb73c6000 close(3) = 0 open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320S\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=176268, ...}) = 0 mmap2(NULL, 174308, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7330000 fadvise64(3, 0, 174308, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7352000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0xb7352000 close(3) = 0 open("/usr/lib/libSM.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240 \0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=34860, ...}) = 0 mmap2(NULL, 37124, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7326000 fadvise64(3, 0, 37124, POSIX_FADV_WILLNEED) = 0 mmap2(0xb732e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb732e000 close(3) = 0 open("/usr/lib/libICE.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0208\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=89664, ...}) = 0 mmap2(NULL, 98640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb730d000 fadvise64(3, 0, 98640, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7322000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb7322000 mmap2(0xb7324000, 4432, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7324000 close(3) = 0 open("/usr/lib/libXfixes.so.3", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\17\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=18144, ...}) = 0 mmap2(NULL, 20600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7307000 fadvise64(3, 0, 20600, POSIX_FADV_WILLNEED) = 0 mmap2(0xb730b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb730b000 close(3) = 0 open("/usr/lib/libexpat.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240 \0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=128760, ...}) = 0 mmap2(NULL, 131160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb72e6000 fadvise64(3, 0, 131160, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7304000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d) = 0xb7304000 close(3) = 0 mprotect(0xb7304000, 4096, PROT_READ) = 0 mprotect(0xb7352000, 28672, PROT_READ) = 0 mprotect(0xb73c6000, 8192, PROT_READ) = 0 mprotect(0xb751f000, 12288, PROT_READ) = 0 mprotect(0xb7bd0000, 225280, PROT_READ) = 0 mprotect(0xb7de3000, 24576, PROT_READ) = 0 set_tid_address(0xb7e2b988) = 22280 SYS_311(0xb7e2b990, 0xc, 0xb7d54ff4, 0xb7e2b940, 0xb7d54eec) = 0 rt_sigaction(SIGRTMIN, {0xb7d44520, [], SA_SIGINFO}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0xb7d44430, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 uname({sys="Linux", node="steven", ...}) = 0 futex(0xb75254fc, FUTEX_WAKE, 2147483647) = 0 munmap(0xb7f84000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.draw.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.draw.gambas", 0xbfafbd24) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.draw.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 open("/usr/local/lib/gambas2/gb.draw.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\n\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=74808, ...}) = 0 mmap2(NULL, 22644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7fb2000 fadvise64(3, 0, 22644, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7fb6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7fb6000 close(3) = 0 mprotect(0xb7fb6000, 4096, PROT_READ) = 0 pipe([3, 4]) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 brk(0x80b9000) = 0x80b9000 lstat64("/usr/local/lib/gambas2/gb.qt.gambas", {st_mode=S_IFREG|0755, st_size=14641, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.gambas", O_RDONLY) = 5 fstat64(5, {st_mode=S_IFREG|0755, st_size=14641, ...}) = 0 mmap2(NULL, 14641, PROT_READ, MAP_PRIVATE, 5, 0) = 0xb7fae000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe24) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.form.gambas", {st_mode=S_IFREG|0755, st_size=1028509, ...}) = 0 open("/usr/local/lib/gambas2/gb.form.gambas", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0755, st_size=1028509, ...}) = 0 mmap2(NULL, 1028509, PROT_READ, MAP_PRIVATE, 6, 0) = 0xb71ea000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe24) = -1 ENOENT (No such file or directory) brk(0x80da000) = 0x80da000 lstat64("/usr/local/lib/gambas2/gb.db.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 open("/usr/local/lib/gambas2/gb.db.so", O_RDONLY) = 7 read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\26"..., 512) = 512 fstat64(7, {st_mode=S_IFREG|0755, st_size=227034, ...}) = 0 mmap2(NULL, 38684, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0xb7fa4000 fadvise64(7, 0, 38684, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7fab000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6) = 0xb7fab000 close(7) = 0 mprotect(0xb7fab000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.db.form.gambas", {st_mode=S_IFREG|0755, st_size=61958, ...}) = 0 open("/usr/local/lib/gambas2/gb.db.form.gambas", O_RDONLY) = 7 fstat64(7, {st_mode=S_IFREG|0755, st_size=61958, ...}) = 0 mmap2(NULL, 61958, PROT_READ, MAP_PRIVATE, 7, 0) = 0xb7f94000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe24) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.eval.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 open("/usr/local/lib/gambas2/gb.eval.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\25"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=243440, ...}) = 0 mmap2(NULL, 41556, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7f89000 fadvise64(8, 0, 41556, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7f90000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x6) = 0xb7f90000 mmap2(0xb7f93000, 596, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f93000 close(8) = 0 mprotect(0xb7f90000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.image.so", {st_mode=S_IFLNK|0777, st_size=17, ...}) = 0 open("/usr/local/lib/gambas2/gb.image.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\17\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=252486, ...}) = 0 mmap2(NULL, 59200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb71db000 fadvise64(8, 0, 59200, POSIX_FADV_WILLNEED) = 0 mmap2(0xb71e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc) = 0xb71e8000 close(8) = 0 mprotect(0xb71e8000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.net.so", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0 open("/usr/local/lib/gambas2/gb.net.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\32\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=172355, ...}) = 0 mmap2(NULL, 41380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb71d0000 fadvise64(8, 0, 41380, POSIX_FADV_WILLNEED) = 0 mmap2(0xb71d8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7) = 0xb71d8000 mmap2(0xb71da000, 420, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb71da000 close(8) = 0 mprotect(0xb71d8000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.net.curl.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 open("/usr/local/lib/gambas2/gb.net.curl.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\24"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=111900, ...}) = 0 mmap2(NULL, 28632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb71c9000 fadvise64(8, 0, 28632, POSIX_FADV_WILLNEED) = 0 mmap2(0xb71ce000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4) = 0xb71ce000 close(8) = 0 open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb7195000 close(8) = 0 open("/usr/lib/libcurl.so.3", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pH\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=218820, ...}) = 0 mmap2(NULL, 214556, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7160000 fadvise64(8, 0, 214556, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7193000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x33) = 0xb7193000 close(8) = 0 open("/usr/lib/libidn.so.11", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\35"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=199268, ...}) = 0 mmap2(NULL, 196832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb712f000 fadvise64(8, 0, 196832, POSIX_FADV_WILLNEED) = 0 mmap2(0xb715e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2f) = 0xb715e000 close(8) = 0 open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\257"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0555, st_size=252116, ...}) = 0 mmap2(NULL, 248436, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb70f2000 fadvise64(8, 0, 248436, POSIX_FADV_WILLNEED) = 0 mmap2(0xb712b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x39) = 0xb712b000 close(8) = 0 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300b\3"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0555, st_size=1270272, ...}) = 0 mmap2(NULL, 1256312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6fbf000 fadvise64(8, 0, 1256312, POSIX_FADV_WILLNEED) = 0 mmap2(0xb70da000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x11b) = 0xb70da000 mmap2(0xb70ef000, 11128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb70ef000 close(8) = 0 mprotect(0xb70da000, 24576, PROT_READ) = 0 mprotect(0xb71ce000, 4096, PROT_READ) = 0 munmap(0xb7195000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.net.smtp.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 open("/usr/local/lib/gambas2/gb.net.smtp.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\22\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=86427, ...}) = 0 mmap2(NULL, 27168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb71c2000 fadvise64(8, 0, 27168, POSIX_FADV_WILLNEED) = 0 mmap2(0xb71c7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4) = 0xb71c7000 close(8) = 0 open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb6f8b000 close(8) = 0 open("/opt/gnome/lib/libglib-2.0.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\367"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=609060, ...}) = 0 mmap2(NULL, 609516, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ef6000 fadvise64(8, 0, 609516, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6f89000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x92) = 0xb6f89000 close(8) = 0 open("/lib/librt.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\32\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=41349, ...}) = 0 mmap2(NULL, 33356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb71b9000 fadvise64(8, 0, 33356, POSIX_FADV_WILLNEED) = 0 mmap2(0xb71c0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x6) = 0xb71c0000 close(8) = 0 mprotect(0xb71c7000, 4096, PROT_READ) = 0 munmap(0xb6f8b000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.ext.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.ext.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\274\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=1352556, ...}) = 0 mmap2(NULL, 119860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb719b000 fadvise64(8, 0, 119860, POSIX_FADV_WILLNEED) = 0 mmap2(0xb71b5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1a) = 0xb71b5000 mmap2(0xb71b8000, 1076, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb71b8000 close(8) = 0 mprotect(0xb71b5000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.kde.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0U\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=957822, ...}) = 0 mmap2(NULL, 69420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6fae000 fadvise64(8, 0, 69420, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6fbd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xf) = 0xb6fbd000 close(8) = 0 open("/usr/lib/qt3/lib/libkdecore.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb6ec2000 close(8) = 0 open("/opt/kde3/lib/libkdecore.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\7\v"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=2343988, ...}) = 0 mmap2(NULL, 2351464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6c83000 fadvise64(8, 0, 2351464, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6eae000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x22b) = 0xb6eae000 mmap2(0xb6ebf000, 8552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6ebf000 close(8) = 0 open("/usr/lib/qt3/lib/libkdeui.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdeui.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\232\20"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=3011832, ...}) = 0 mmap2(NULL, 3012916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb69a3000 fadvise64(8, 0, 3012916, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6c57000, 176128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2b4) = 0xb6c57000 mmap2(0xb6c82000, 2356, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6c82000 close(8) = 0 open("/usr/lib/qt3/lib/libDCOP.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libDCOP.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\351"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=201012, ...}) = 0 mmap2(NULL, 209696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb696f000 fadvise64(8, 0, 209696, POSIX_FADV_WILLNEED) = 0 mmap2(0xb699f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2f) = 0xb699f000 mmap2(0xb69a1000, 4896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb69a1000 close(8) = 0 open("/usr/lib/qt3/lib/libkio.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkio.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2400\17"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=3422300, ...}) = 0 brk(0x80fb000) = 0x80fb000 mmap2(NULL, 3427492, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb662a000 fadvise64(8, 0, 3427492, POSIX_FADV_WILLNEED) = 0 mmap2(0xb694e000, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x324) = 0xb694e000 mmap2(0xb696e000, 3236, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb696e000 close(8) = 0 open("/usr/lib/qt3/lib/libart_lgpl_2.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libart_lgpl_2.so.2", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p#\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=89916, ...}) = 0 mmap2(NULL, 90404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6f97000 fadvise64(8, 0, 90404, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6fac000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14) = 0xb6fac000 close(8) = 0 open("/usr/lib/qt3/lib/libkdefx.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdefx.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \252\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=178972, ...}) = 0 mmap2(NULL, 177664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb65fe000 fadvise64(8, 0, 177664, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6628000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2a) = 0xb6628000 close(8) = 0 open("/usr/lib/qt3/lib/libkdesu.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdesu.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pL\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=88328, ...}) = 0 mmap2(NULL, 90836, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb65e7000 fadvise64(8, 0, 90836, POSIX_FADV_WILLNEED) = 0 mmap2(0xb65fc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14) = 0xb65fc000 close(8) = 0 open("/usr/lib/qt3/lib/libkwalletclient.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkwalletclient.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240N\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=67716, ...}) = 0 mmap2(NULL, 70172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb65d5000 fadvise64(8, 0, 70172, POSIX_FADV_WILLNEED) = 0 mmap2(0xb65e5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xf) = 0xb65e5000 close(8) = 0 open("/usr/lib/qt3/lib/libfam.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libfam.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\37"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=34856, ...}) = 0 mmap2(NULL, 37212, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6f8d000 fadvise64(8, 0, 37212, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6f95000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7) = 0xb6f95000 close(8) = 0 open("/usr/lib/qt3/lib/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libacl.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\23"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=24876, ...}) = 0 mmap2(NULL, 24800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb65ce000 fadvise64(8, 0, 24800, POSIX_FADV_WILLNEED) = 0 mmap2(0xb65d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4) = 0xb65d3000 close(8) = 0 open("/usr/lib/qt3/lib/libattr.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libattr.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\17\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=18416, ...}) = 0 mmap2(NULL, 20660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7195000 fadvise64(8, 0, 20660, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7199000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3) = 0xb7199000 close(8) = 0 mprotect(0xb694e000, 102400, PROT_READ) = 0 mprotect(0xb6c57000, 151552, PROT_READ) = 0 mprotect(0xb6eae000, 49152, PROT_READ) = 0 mprotect(0xb6fbd000, 4096, PROT_READ) = 0 rt_sigaction(SIGILL, {0xb66091c0, [ILL], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, {0xb66091c0, [ILL], SA_RESTART}, 8) = 0 munmap(0xb6ec2000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.html.so", {st_mode=S_IFLNK|0777, st_size=23, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.kde.html.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`$\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=275509, ...}) = 0 mmap2(NULL, 22264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ef0000 fadvise64(8, 0, 22264, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6ef4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3) = 0xb6ef4000 close(8) = 0 open("/usr/lib/qt3/lib/libkhtml.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb659a000 close(8) = 0 open("/opt/kde3/lib/libkhtml.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\331"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=4003624, ...}) = 0 mmap2(NULL, 4008148, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb61c7000 fadvise64(8, 0, 4008148, POSIX_FADV_WILLNEED) = 0 mmap2(0xb656b000, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3a3) = 0xb656b000 mmap2(0xb6599000, 2260, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6599000 close(8) = 0 open("/usr/lib/qt3/lib/libkjs.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkjs.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0R\1\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=437192, ...}) = 0 mmap2(NULL, 439720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb615b000 fadvise64(8, 0, 439720, POSIX_FADV_WILLNEED) = 0 mmap2(0xb61c1000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x66) = 0xb61c1000 mmap2(0xb61c6000, 1448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb61c6000 close(8) = 0 open("/usr/lib/qt3/lib/libjpeg.so.62", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libjpeg.so.62", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P#\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=127160, ...}) = 0 mmap2(NULL, 127284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ed0000 fadvise64(8, 0, 127284, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6eee000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1d) = 0xb6eee000 close(8) = 0 open("/usr/lib/qt3/lib/libkparts.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkparts.so.2", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\362"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=282428, ...}) = 0 mmap2(NULL, 285096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6115000 fadvise64(8, 0, 285096, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6156000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x40) = 0xb6156000 close(8) = 0 open("/usr/lib/qt3/lib/libkdeprint.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdeprint.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\364"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=849672, ...}) = 0 mmap2(NULL, 850004, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6045000 fadvise64(8, 0, 850004, POSIX_FADV_WILLNEED) = 0 mmap2(0xb610c000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc6) = 0xb610c000 close(8) = 0 open("/usr/lib/qt3/lib/libkutils.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkutils.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20r\2\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=402412, ...}) = 0 mmap2(NULL, 400940, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb5fe3000 fadvise64(8, 0, 400940, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6040000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5d) = 0xb6040000 close(8) = 0 open("/usr/lib/libpcre.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\20"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=121432, ...}) = 0 mmap2(NULL, 122988, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb5fc4000 fadvise64(8, 0, 122988, POSIX_FADV_WILLNEED) = 0 mmap2(0xb5fe1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1c) = 0xb5fe1000 close(8) = 0 mprotect(0xb6040000, 12288, PROT_READ) = 0 mprotect(0xb610c000, 24576, PROT_READ) = 0 mprotect(0xb6156000, 12288, PROT_READ) = 0 mprotect(0xb61c1000, 12288, PROT_READ) = 0 mprotect(0xb656b000, 167936, PROT_READ) = 0 mprotect(0xb6ef4000, 4096, PROT_READ) = 0 munmap(0xb659a000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.report.gambas", {st_mode=S_IFREG|0755, st_size=104515, ...}) = 0 open("/usr/local/lib/gambas2/gb.report.gambas", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0755, st_size=104515, ...}) = 0 mmap2(NULL, 104515, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb65b4000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe24) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.settings.gambas", {st_mode=S_IFREG|0755, st_size=9253, ...}) = 0 open("/usr/local/lib/gambas2/gb.settings.gambas", O_RDONLY) = 9 fstat64(9, {st_mode=S_IFREG|0755, st_size=9253, ...}) = 0 mmap2(NULL, 9253, PROT_READ, MAP_PRIVATE, 9, 0) = 0xb7f86000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe24) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.vb.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 open("/usr/local/lib/gambas2/gb.vb.so", O_RDONLY) = 10 read(10, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\6\0\000"..., 512) = 512 fstat64(10, {st_mode=S_IFREG|0755, st_size=45539, ...}) = 0 mmap2(NULL, 13332, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0xb6ecc000 fadvise64(10, 0, 13332, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6ece000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1) = 0xb6ece000 close(10) = 0 mprotect(0xb6ece000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.web.gambas", {st_mode=S_IFREG|0755, st_size=23633, ...}) = 0 open("/usr/local/lib/gambas2/gb.web.gambas", O_RDONLY) = 10 fstat64(10, {st_mode=S_IFREG|0755, st_size=23633, ...}) = 0 mmap2(NULL, 23633, PROT_READ, MAP_PRIVATE, 10, 0) = 0xb6ec6000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe24) = -1 ENOENT (No such file or directory) brk(0x811c000) = 0x811c000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbfafbe64) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f85000 read(11, "# Locale name alias data base.\n#"..., 4096) = 2528 read(11, "", 4096) = 0 close(11) = 0 munmap(0xb7f85000, 4096) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_IDENTIFICATION", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=356, ...}) = 0 mmap2(NULL, 356, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb7f85000 close(11) = 0 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=25460, ...}) = 0 mmap2(NULL, 25460, PROT_READ, MAP_SHARED, 11, 0) = 0xb65ad000 close(11) = 0 futex(0xb7f56a6c, FUTEX_WAKE, 2147483647) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_MEASUREMENT", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0 mmap2(NULL, 23, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65ac000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_TELEPHONE", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=56, ...}) = 0 mmap2(NULL, 56, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65ab000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_ADDRESS", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0 mmap2(NULL, 127, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65aa000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_NAME", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=62, ...}) = 0 mmap2(NULL, 62, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65a9000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_PAPER", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 mmap2(NULL, 34, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65a8000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_MESSAGES", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 close(11) = 0 open("/usr/lib/locale/fr_FR.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0 mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65a7000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_MONETARY", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=294, ...}) = 0 mmap2(NULL, 294, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb65a6000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_COLLATE", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=880086, ...}) = 0 mmap2(NULL, 880086, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb5eed000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_TIME", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=2354, ...}) = 0 mmap2(NULL, 2354, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb7f84000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_NUMERIC", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0 mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb6f8c000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_CTYPE", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=238464, ...}) = 0 mmap2(NULL, 238464, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb5eb2000 close(11) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 chdir("/home/steven/request_dev") = 0 lstat64(".lang/fr_FR.mo", 0xbfafbdf4) = -1 ENOENT (No such file or directory) chdir("/home/steven/request_dev") = 0 lstat64(".lang/fr.mo", 0xbfafbdf4) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) getcwd("/home/steven/request_dev", 4096) = 25 uname({sys="Linux", node="steven", ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 11 uname({sys="Linux", node="steven", ...}) = 0 uname({sys="Linux", node="steven", ...}) = 0 connect(11, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0 uname({sys="Linux", node="steven", ...}) = 0 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0 access("/home/steven/.Xauthority", R_OK) = 0 open("/home/steven/.Xauthority", O_RDONLY) = 12 fstat64(12, {st_mode=S_IFREG|0600, st_size=276, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5eb1000 read(12, "\0\0\0\4\251\376\226\v\0\0010\0\22MIT-MAGIC-COOKIE-1\0"..., 4096) = 276 read(12, "", 4096) = 0 close(12) = 0 munmap(0xb5eb1000, 4096) = 0 writev(11, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"1\313\257\332\324\0\207[\25%:\246{\340\211E", 16}], 4) = 48 fcntl64(11, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(11, F_SETFL, O_RDWR|O_NONBLOCK) = 0 read(11, "\1\0\v\0\0\0\223\0", 8) = 8 read(11, "^*/\4\0\0\240\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0"..., 588) = 588 write(11, "7\0\5\0\0\0\240\3L\0\0\0\10\0\0\0\377\377\377\0b\0\5\0"..., 64) = 64 read(11, "\1\323\2\0\0\0\0\0\1\202\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\10\3\0U\20\0\0\37\0\0\0\0\0\0\0QA\0\0\0\0\0\0\0\0\0"..., 32) = 32 readv(11, [{"*AxeText.Translations:\t#override"..., 16721}, {"\0\0\0", 3}], 2) = 16724 write(11, "\202\0\1\0", 4) = 4 read(11, "\1\243\4\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\274"..., 32) = 32 writev(11, [{"b\0\5\0\t\0\240\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20 read(11, "\1\323\5\0\0\0\0\0\1\223]\242\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\223\0\2\0\1\0\0\0", 8) = 8 read(11, "\1\1\6\0\0\0\0\0\1\0\0\0\310\24\341\277\307\323\23\10`"..., 32) = 32 write(11, "\24\0\6\0L\0\0\0\33\0\0\0\30\0\0\0\0\0\0\0 at ...1308...\17\0", 24) = 24 read(11, "\1\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\20\0\6\0\r\0\0\0XdndSelectionB\17\0\20\0\5\0\f\0G-"..., 2020) = 2020 read(11, "\1\323\10\0\0\0\0\0004\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\t\0\0\0\0\0005\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\n\0\0\0\0\0\24\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\v\0\0\0\0\0 \1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\f\0\0\0\0\0006\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\r\0\0\0\0\0007\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\16\0\0\0\0\0008\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\17\0\0\0\0\0009\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\20\0\0\0\0\0&\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\21\0\0\0\0\0:\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\22\0\0\0\0\0;\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\23\0\0\0\0\0=\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\24\0\0\0\0\0\25\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\25\0\0\0\0\0\27\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\26\0\0\0\0\0>\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\27\0\0\0\0\0!\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\30\0\0\0\0\0?\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\31\0\0\0\0\0\f\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\32\0\0\0\0\0\'\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\33\0\0\0\0\0@\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\34\0\0\0\0\0A\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\35\0\0\0\0\0B\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\36\0\0\0\0\0C\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\37\0\0\0\0\0\354\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323 \0\0\0\0\0@\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323!\0\0\0\0\0\214\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\"\0\0\0\0\0D\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323#\0\0\0\0\0%\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323$\0\0\0\0\0E\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323%\0\0\0\0\0\31\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323&\0\0\0\0\0F\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\'\0\0\0\0\0\33\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323(\0\0\0\0\0G\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323)\0\0\0\0\0H\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323*\0\0\0\0\0j\2\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323+\0\0\0\0\0I\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323,\0\0\0\0\0\23\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323-\0\0\0\0\0\36\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323.\0\0\0\0\0J\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323/\0\0\0\0\0K\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3230\0\0\0\0\0L\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3231\0\0\0\0\0\37\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3232\0\0\0\0\0M\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3233\0\0\0\0\0\206\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3234\0\0\0\0\0N\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3235\0\0\0\0\0\26\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3236\0\0\0\0\0O\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3237\0\0\0\0\0P\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3238\0\0\0\0\0Q\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\3239\0\0\0\0\0\27\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323:\0\0\0\0\0R\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323;\0\0\0\0\0S\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323<\0\0\0\0\0$\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323=\0\0\0\0\0T\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323>\0\0\0\0\0\20\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323?\0\0\0\0\0U\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323@\0\0\0\0\0\32\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323A\0\0\0\0\0\205\0\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323B\0\0\0\0\0,\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323C\0\0\0\0\0W\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323D\0\0\0\0\0X\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323E\0\0\0\0\0Y\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323F\0\0\0\0\0-\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323G\0\0\0\0\0\"\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323H\0\0\0\0\0Z\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323I\0\0\0\0\0[\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323J\0\0\0\0\0\r\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323K\0\0\0\0\0\17\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323L\0\0\0\0\0\\\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323M\0\0\0\0\0\v\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323N\0\0\0\0\0]\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323O\0\0\0\0\0^\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323P\0\0\0\0\0_\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323Q\0\0\0\0\0`\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323R\0\0\0\0\0a\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323S\0\0\0\0\0b\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323T\0\0\0\0\0c\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\24\0\6\0L\0\0\0B\1\0\0!\0\0\0\0\0\0\0\1\0\0\0", 24) = 24 read(11, "\1\0U\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\24\0\6\0L\0\0\0J\1\0\0\4\0\0\0\0\0\0\0\0\0\0\0", 24) = 24 read(11, "\1 V\0\0\0\0\0\4\0\0\0\10\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\24\0\6\0L\0\0\0J\1\0\0\4\0\0\0\0\0\0\0\0\4\0\0", 24) = 24 read(11, "\1 W\0B\0\0\0\4\0\0\0\0\0\0\0B\0\0\0\0\0\0\0\0\0\0\0\270"..., 32) = 32 read(11, "J\1\0\0~\1\0\0\177\1\0\0\200\1\0\0\201\1\0\0\202\1\0\0"..., 264) = 264 writev(11, [{"b\0\4\0\5\0\0\0", 8}, {"RANDR", 5}, {"\0\0\0", 3}], 3) = 16 read(11, "\1\323X\0\0\0\0\0\1\232a\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 writev(11, [{"b\0\4\0\6\0\0\0", 8}, {"RENDER", 6}, {"\0\0", 2}], 3) = 16 read(11, "\1\323Y\0\0\0\0\0\1\231\0\247\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\231\0\3\0\0\0\0\0\n\0\0\0\231\1\1\0", 16) = 16 read(11, "\1\0Z\0\0\0\0\0\0\0\0\0\n\0\0\0`\243h\t\300\n\225\10\1"..., 32) = 32 read(11, "\1\6[\0\313\0\0\0\26\0\0\0\1\0\0\0\7\0\0\0\20\0\0\0\1\0"..., 32) = 32 read(11, "3\0\0\0\1\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0\0\000"..., 812) = 812 write(11, "\223\25\7\0\0\1\0\0\2\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 28) = 28 read(11, "\1\20\\\0\0\0\0\0\37\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0`\243"..., 32) = 32 time(NULL) = 1194696969 access("/etc/fonts/fonts.conf", R_OK) = 0 stat64("/etc/fonts/fonts.conf", {st_mode=S_IFREG|0644, st_size=5268, ...}) = 0 open("/etc/fonts/fonts.conf", O_RDONLY) = 12 read(12, "\n\n\n\n\n\n\n\n\n\n\n "..., 8192) = 2472 access("/etc/fonts/suse-hinting.conf", R_OK) = 0 stat64("/etc/fonts/suse-hinting.conf", {st_mode=S_IFREG|0644, st_size=10101, ...}) = 0 open("/etc/fonts/suse-hinting.conf", O_RDONLY) = 15 read(15, "\n\n\n\n\n\n\n\n\n\t\n\n\n\n\0\0B\0\0\0%m\0\0@}\234\0M\0\0\0\0\0\0\0st\177\200]q"..., 32}, {"", 0}], 2) = 32 write(11, "\223\10\7\0\0\1\7\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 28) = 28 read(11, "\1\2^\0$\4\0\0\0\0\10\377\7\0\0\24\24\10>\1\370\0\0\0\0"..., 32) = 32 read(11, "\370\20\0\0\0\0\0\0", 8) = 8 read(11, "\0\0\0\0\1\0\0\377\1\1\0\0\2\1\0\377\1\1\1\1\0\0%\377\3"..., 4232) = 4232 ioctl(3, FIONREAD, [0]) = 0 write(4, "\0", 1) = 1 time(NULL) = 1194696969 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 futex(0xb7c11cbc, FUTEX_WAKE, 2147483647) = 0 write(11, "\223\1\5\0\2\0\1\0\0\0\0\0\0\0\0\0\5\0\5\0\223\1\4\0\2"..., 88) = 88 read(11, "\1\0c\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\223\0\0\0\310;"..., 32) = 32 write(11, "\24\0\6\0L\0\0\0\354\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 24) = 24 read(11, "\1\10d\0\0\0\0\0\354\1\0\0\10\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\24\0\6\0L\0\0\0\354\1\0\0\0\0\0\0\0\0\0\0\0\4\0\0", 24) = 24 read(11, "\1\10e\0\2\0\0\0\354\1\0\0\0\0\0\0\10\0\0\0\0\0\0\0\0\0"..., 32) = 32 readv(11, [{"\0%s\217\2\226\337P", 8}, {"", 0}], 2) = 8 access("/home/steven/.qt", F_OK) = 0 lstat64("/home/steven/.qt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/usr/share/desktop-data/qtrc", R_OK) = 0 access("/usr/lib/qt3//etc/settings/qtrc", F_OK) = 0 lstat64("/usr/lib/qt3//etc/settings/qtrc", {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 access("/usr/share/desktop-data/qtrc", F_OK) = 0 lstat64("/usr/share/desktop-data/qtrc", {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 access("/home/steven/.qt/qtrc", F_OK) = 0 lstat64("/home/steven/.qt/qtrc", {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 access("/usr/lib/qt3//etc/settings/qtrc", F_OK) = 0 open("/usr/lib/qt3//etc/settings/.qtrc.lock", O_RDWR|O_CREAT|O_LARGEFILE, 0600) = -1 EACCES (Permission denied) open("/usr/lib/qt3//etc/settings/qtrc", O_RDONLY|O_LARGEFILE) = 12 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(12, "[General]\nfont=Sans Serif,10,-1,"..., 4096) = 954 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=954, ...}) = 0 close(12) = 0 munmap(0xb5d8f000, 4096) = 0 access("/usr/share/desktop-data/qtrc", F_OK) = 0 open("/usr/share/desktop-data/.qtrc.lock", O_RDWR|O_CREAT|O_LARGEFILE, 0600) = -1 EACCES (Permission denied) open("/usr/share/desktop-data/qtrc", O_RDONLY|O_LARGEFILE) = 12 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(12, "[General]\nfont=Sans Serif,10,-1,"..., 4096) = 955 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 fstat64(12, {st_mode=S_IFREG|0644, st_size=955, ...}) = 0 close(12) = 0 munmap(0xb5d8f000, 4096) = 0 access("/home/steven/.qt/qtrc", F_OK) = 0 open("/home/steven/.qt/.qtrc.lock", O_RDWR|O_CREAT|O_LARGEFILE, 0600) = 12 fcntl64(12, F_SETLKW64, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}, 0xbfafb464) = 0 open("/home/steven/.qt/qtrc", O_RDONLY|O_LARGEFILE) = 13 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(13, "[3.3]\nlibraryPath=/home/steven/."..., 4096) = 1242 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 fstat64(13, {st_mode=S_IFREG|0644, st_size=1242, ...}) = 0 close(13) = 0 munmap(0xb5d8f000, 4096) = 0 fcntl64(12, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}, 0xbfafb498) = 0 close(12) = 0 access("/usr/lib/qt3//plugins", F_OK) = 0 stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/home/steven/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/local/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/X11R6/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/games/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/opt/gnome/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/opt/kde3/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/lib/mit/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/lib/mit/sbin/request_dev", F_OK) = -1 ENOENT (No such file or directory) stat64(".", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0 getcwd("/home/steven/request_dev", 4096) = 25 access("/usr/lib/qt3/bin/request_dev", F_OK) = -1 ENOENT (No such file or directory) ioctl(3, FIONREAD, [1]) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 12 uname({sys="Linux", node="steven", ...}) = 0 connect(12, {sa_family=AF_FILE, path="/tmp/.ICE-unix/10251"}, 22) = 0 fcntl64(12, F_SETFD, FD_CLOEXEC) = 0 write(12, "\0\1\0\0\0\0\0\0", 8) = 8 read(12, "\0\1\0\267\0\0\0\0", 8) = 8 access("/home/steven/.ICEauthority", R_OK) = 0 open("/home/steven/.ICEauthority", O_RDONLY) = 13 fstat64(13, {st_mode=S_IFREG|0600, st_size=10744, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(13, "\0\4XSMP\0\0\0 local/steven:/tmp/.ICE"..., 4096) = 4096 read(13, "\252+\0\4XSMP\0\0\0 local/steven:/tmp/.I"..., 4096) = 4096 read(13, ":/tmp/.ICE-unix/5384\0\22MIT-MAGIC-"..., 4096) = 2552 read(13, "", 4096) = 0 close(13) = 0 munmap(0xb5d8f000, 4096) = 0 write(12, "\0\2\1\0\4\0\0\0\0\0\0\0\0\0\0\0\3\0MIT\0\0\0\3\0001.0"..., 40) = 40 read(12, "\0\6\0\267\2\0\0\0", 8) = 8 read(12, "\3\0MIT0d8\3\0001.0600", 16) = 16 access("/home/steven/.ICEauthority", R_OK) = 0 open("/home/steven/.ICEauthority", O_RDONLY) = 13 fstat64(13, {st_mode=S_IFREG|0600, st_size=10744, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(13, "\0\4XSMP\0\0\0 local/steven:/tmp/.ICE"..., 4096) = 4096 read(13, "\252+\0\4XSMP\0\0\0 local/steven:/tmp/.I"..., 4096) = 4096 read(13, ":/tmp/.ICE-unix/5384\0\22MIT-MAGIC-"..., 4096) = 2552 read(13, "", 4096) = 0 close(13) = 0 munmap(0xb5d8f000, 4096) = 0 write(12, "\0\7\1\0\5\0\0\0\1\0\0\0\0\0\0\0\4\0XSMP\0\0\3\0MIT\0\0"..., 48) = 48 read(12, "\0\10\0\1\2\0\0\0", 8) = 8 read(12, "\3\0KDE0d8\3\0001.0600", 16) = 16 write(12, "\1\1\1\0\1\0\0\0\0\0\0\0\0\0\0\0", 16) = 16 read(12, "\1\2\0\1\6\0\0\0", 8) = 8 read(12, "%\0\0\00010d8e26576000119469696900000"..., 48) = 48 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 writev(11, [{"\2\0\4\0L\0\0\0\20\0\0\0\1\0\0\0\2\0\4\0L\0\0\0\0\10\0"..., 40}, {"XINERAMA", 8}], 2) = 48 read(11, "\1\323h\0\0\0\0\0\0\0\0\0l\207M\t`\243h\t\0\0\0\0\0\0\0"..., 32) = 32 rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0 rt_sigaction(SIGSEGV, {0xb6d604b0, [SEGV], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGFPE, {0xb6d604b0, [FPE], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGILL, {0xb6d604b0, [ILL], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGABRT, {0xb6d604b0, [ABRT], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [ILL ABRT FPE SEGV], NULL, 8) = 0 getuid32() = 1000 geteuid32() = 1000 getgid32() = 100 getegid32() = 100 pipe([13, 14]) = 0 fcntl64(13, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(14, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 fcntl64(13, F_SETFD, FD_CLOEXEC) = 0 fcntl64(14, F_SETFD, FD_CLOEXEC) = 0 rt_sigaction(SIGPIPE, {SIG_IGN}, NULL, 8) = 0 rt_sigaction(SIGCHLD, {0xb6d47680, [], SA_RESTART|SA_NOCLDSTOP}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [CHLD], NULL, 8) = 0 readlink("/proc/self/exe", "/usr/local/bin/gbx2", 4096) = 19 getuid32() = 1000 lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/home/steven", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/home/steven/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share/config", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 stat64("/home/steven/.kde/share/config/", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 stat64("/home/steven/.kde/share/config/", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 access("/home/steven/.kde/share/config/request_devrc", W_OK) = 0 lstat64("/home/steven/.kde/share/config/request_devrc", {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/home/steven", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/home/steven/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share/config", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 lstat64("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/etc/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/etc/opt/kde3/share/config", F_OK) = 0 lstat64("/etc/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/opt/kde3/share/config", F_OK) = 0 lstat64("/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share/config", 0xbfafa58c) = -1 ENOENT (No such file or directory) access("/usr/local/share/config", F_OK) = -1 ENOENT (No such file or directory) stat64("/home/steven/.kde/share/config/kdeglobals", {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 stat64("/etc/opt/kde3/share/config/kdeglobals", 0xbfafb4e8) = -1 ENOENT (No such file or directory) stat64("/opt/kde3/share/config/kdeglobals", {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 access("/etc/kde3rc", R_OK) = 0 access("/etc/kde3rc", R_OK) = 0 stat64("/home/steven/.kde/share/config/system.kdeglobals", 0xbfafb4e8) = -1 ENOENT (No such file or directory) stat64("/etc/opt/kde3/share/config/system.kdeglobals", 0xbfafb4e8) = -1 ENOENT (No such file or directory) stat64("/opt/kde3/share/config/system.kdeglobals", 0xbfafb4e8) = -1 ENOENT (No such file or directory) open("/etc/kde3rc", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 mmap2(NULL, 279, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8f000 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 munmap(0xb5d8f000, 279) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 open("/opt/kde3/share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 mmap2(NULL, 1395, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8f000 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 munmap(0xb5d8f000, 1395) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 open("/home/steven/.kde/share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 mmap2(NULL, 8328, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8d000 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 brk(0x815f000) = 0x815f000 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 munmap(0xb5d8d000, 8328) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 stat64("/home/steven/.kde/share/config/request_devrc", {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 stat64("/etc/opt/kde3/share/config/request_devrc", 0xbfafb4e8) = -1 ENOENT (No such file or directory) stat64("/opt/kde3/share/config/request_devrc", 0xbfafb4e8) = -1 ENOENT (No such file or directory) open("/home/steven/.kde/share/config/request_devrc", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 mmap2(NULL, 331, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8f000 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 munmap(0xb5d8f000, 331) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 access("/etc/kde-user-profile", F_OK) = -1 ENOENT (No such file or directory) lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/home/steven", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/home/steven/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share/config", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 lstat64("/var", {st_mode=S_IFDIR|0755, st_size=640, ...}) = 0 lstat64("/var/lib", {st_mode=S_IFDIR|0755, st_size=1456, ...}) = 0 lstat64("/var/lib/kde-profiles", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0 lstat64("/var/lib/kde-profiles/default", 0xbfaf9d2c) = -1 ENOENT (No such file or directory) access("/var/lib/kde-profiles/default/share/config", F_OK) = -1 ENOENT (No such file or directory) lstat64("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/etc/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/etc/opt/kde3/share/config", F_OK) = 0 lstat64("/etc/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/opt/kde3/share/config", F_OK) = 0 lstat64("/opt/kde3/share/config", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share/config", 0xbfaf9d2c) = -1 ENOENT (No such file or directory) access("/usr/local/share/config", F_OK) = -1 ENOENT (No such file or directory) stat64("/home/steven/.kde/share/config/", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 stat64("/home/steven/.kde/share/config/", {st_mode=S_IFDIR|0700, st_size=12288, ...}) = 0 access("/home/steven/.kde/share/config/request_devrc", W_OK) = 0 lstat64("/home/steven/.kde/share/config/request_devrc", {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 stat64("/home/steven/.kde/share/config/kdeglobals", {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 stat64("/etc/opt/kde3/share/config/kdeglobals", 0xbfafb6b8) = -1 ENOENT (No such file or directory) stat64("/opt/kde3/share/config/kdeglobals", {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 access("/etc/kde3rc", R_OK) = 0 access("/etc/kde3rc", R_OK) = 0 stat64("/home/steven/.kde/share/config/system.kdeglobals", 0xbfafb6b8) = -1 ENOENT (No such file or directory) stat64("/etc/opt/kde3/share/config/system.kdeglobals", 0xbfafb6b8) = -1 ENOENT (No such file or directory) stat64("/opt/kde3/share/config/system.kdeglobals", 0xbfafb6b8) = -1 ENOENT (No such file or directory) open("/etc/kde3rc", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 mmap2(NULL, 279, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8f000 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=279, ...}) = 0 munmap(0xb5d8f000, 279) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 open("/opt/kde3/share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 mmap2(NULL, 1395, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8f000 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=1395, ...}) = 0 munmap(0xb5d8f000, 1395) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 open("/home/steven/.kde/share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 mmap2(NULL, 8328, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8d000 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 munmap(0xb5d8d000, 8328) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 stat64("/home/steven/.kde/share/config/request_devrc", {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 stat64("/etc/opt/kde3/share/config/request_devrc", 0xbfafb6b8) = -1 ENOENT (No such file or directory) stat64("/opt/kde3/share/config/request_devrc", 0xbfafb6b8) = -1 ENOENT (No such file or directory) open("/home/steven/.kde/share/config/request_devrc", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 mmap2(NULL, 331, PROT_READ, MAP_PRIVATE, 15, 0) = 0xb5d8f000 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 rt_sigaction(SIGBUS, {0xb6d4cf70, [], SA_ONESHOT}, {SIG_DFL}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 fstat64(15, {st_mode=S_IFREG|0600, st_size=331, ...}) = 0 munmap(0xb5d8f000, 331) = 0 rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0 close(15) = 0 write(11, "\20\0\6\0\16\0\0\0KIPC_COMM_ATOM\0\0\20\0\7\0\22\0@\0"..., 52) = 52 read(11, "\1\323i\0\0\0\0\0d\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323j\0\0\0\0\0e\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 open("/home/steven/.DCOPserver_steven__0", O_RDONLY|O_LARGEFILE) = 15 fstat64(15, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 fstat64(15, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(15, "local/steven:/tmp/.ICE-unix/dcop"..., 4096) = 55 close(15) = 0 munmap(0xb5d8f000, 4096) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 15 uname({sys="Linux", node="steven", ...}) = 0 connect(15, {sa_family=AF_FILE, path="/tmp/.ICE-unix/dcop10240-1194692626"}, 38) = 0 fcntl64(15, F_SETFD, FD_CLOEXEC) = 0 write(15, "\0\1\0\0\0\0\0\0", 8) = 8 read(15, "\0\1\0\0\0\0\0\0", 8) = 8 access("/home/steven/.ICEauthority", R_OK) = 0 open("/home/steven/.ICEauthority", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0600, st_size=10744, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(16, "\0\4XSMP\0\0\0 local/steven:/tmp/.ICE"..., 4096) = 4096 read(16, "\252+\0\4XSMP\0\0\0 local/steven:/tmp/.I"..., 4096) = 4096 read(16, ":/tmp/.ICE-unix/5384\0\22MIT-MAGIC-"..., 4096) = 2552 read(16, "", 4096) = 0 close(16) = 0 munmap(0xb5d8f000, 4096) = 0 write(15, "\0\2\1\1\6\0\0\0\0\0\0\0\0\0\0\0\3\0MIT\0\0\0\3\0001.0"..., 56) = 56 read(15, "\0\3\0\0\1\0\0\0", 8) = 8 read(15, "\0\0\0\0\0\0\0\0", 8) = 8 access("/home/steven/.ICEauthority", R_OK) = 0 open("/home/steven/.ICEauthority", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0600, st_size=10744, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(16, "\0\4XSMP\0\0\0 local/steven:/tmp/.ICE"..., 4096) = 4096 read(16, "\252+\0\4XSMP\0\0\0 local/steven:/tmp/.I"..., 4096) = 4096 read(16, ":/tmp/.ICE-unix/5384\0\22MIT-MAGIC-"..., 4096) = 2552 close(16) = 0 munmap(0xb5d8f000, 4096) = 0 write(15, "\0\4\1\1\3\0\0\0\20\0\0\0\0\0\0\0\367_e\333Q\376\247\240"..., 32) = 32 read(15, "\0\6\0\0\2\0\0\0", 8) = 8 read(15, "\3\0MIT\0\0\0\3\0001.0\0\0\0", 16) = 16 access("/home/steven/.ICEauthority", R_OK) = 0 open("/home/steven/.ICEauthority", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0600, st_size=10744, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(16, "\0\4XSMP\0\0\0 local/steven:/tmp/.ICE"..., 4096) = 4096 read(16, "\252+\0\4XSMP\0\0\0 local/steven:/tmp/.I"..., 4096) = 4096 read(16, ":/tmp/.ICE-unix/5384\0\22MIT-MAGIC-"..., 4096) = 2552 read(16, "", 4096) = 0 close(16) = 0 munmap(0xb5d8f000, 4096) = 0 write(15, "\0\7\1\0\7\0\0\0\1\1\0\0\0\0\0\0\4\0DCOP\247\240\3\0KD"..., 64) = 64 read(15, "\0\3\0\0\1\0\0\0", 8) = 8 read(15, "\0\0MIT\0\0\0", 8) = 8 access("/home/steven/.ICEauthority", R_OK) = 0 open("/home/steven/.ICEauthority", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0600, st_size=10744, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(16, "\0\4XSMP\0\0\0 local/steven:/tmp/.ICE"..., 4096) = 4096 read(16, "\252+\0\4XSMP\0\0\0 local/steven:/tmp/.I"..., 4096) = 4096 read(16, ":/tmp/.ICE-unix/5384\0\22MIT-MAGIC-"..., 4096) = 2552 close(16) = 0 munmap(0xb5d8f000, 4096) = 0 write(15, "\0\4\1\0\3\0\0\0\20\0\0\0\0\0\0\0\367_e\333Q\376\247\240"..., 32) = 32 read(15, "\0\10\0\2\2\0\0\0", 8) = 8 read(15, "\3\0KDE\0\0\0\3\0002.0\0\0\0", 16) = 16 getsockopt(15, SOL_SOCKET, SO_PEERCRED, "\0(\0\0\350\3\0\0d\0\0\0", [12]) = 0 getuid32() = 1000 write(15, "\1\2\1\0K\0\0\0\0\0\0\0", 12) = 12 write(15, "\0\0\0\0\0\0\0\vDCOPServer\0\0\0\0\1\0\0\0\0\25regi"..., 53) = 53 write(15, "\0\0\0\22request_dev-22280\0", 22) = 22 read(15, "\2\3\0\2:\0\0\0", 8) = 8 read(15, "\342\0\0\0", 4) = 4 read(15, "\0\0\0\vDCOPServer\0\0\0\0\0\0\0\0\tQCString\0"..., 58) = 58 lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/home/steven", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/home/steven/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share/locale", 0xbfafa8ec) = -1 ENOENT (No such file or directory) lstat64("/var", {st_mode=S_IFDIR|0755, st_size=640, ...}) = 0 lstat64("/var/lib", {st_mode=S_IFDIR|0755, st_size=1456, ...}) = 0 lstat64("/var/lib/kde-profiles", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0 lstat64("/var/lib/kde-profiles/default", 0xbfafa8ec) = -1 ENOENT (No such file or directory) access("/var/lib/kde-profiles/default/share/locale", F_OK) = -1 ENOENT (No such file or directory) lstat64("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/etc/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share/locale", 0xbfafa8ec) = -1 ENOENT (No such file or directory) access("/etc/opt/kde3/share/locale", F_OK) = -1 ENOENT (No such file or directory) lstat64("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/opt/kde3/share/locale", F_OK) = 0 lstat64("/opt/kde3/share/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share/locale", 0xbfafa8ec) = -1 ENOENT (No such file or directory) access("/usr/local/share/locale", F_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/fr_FR.UTF-8/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr_FR.UTF-8/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/fr/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/fr_FR.UTF-8/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr_FR.UTF-8/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/fr_FR/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr_FR/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/home/steven", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/home/steven/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/share/locale", 0xbfafa96c) = -1 ENOENT (No such file or directory) lstat64("/var", {st_mode=S_IFDIR|0755, st_size=640, ...}) = 0 lstat64("/var/lib", {st_mode=S_IFDIR|0755, st_size=1456, ...}) = 0 lstat64("/var/lib/kde-profiles", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0 lstat64("/var/lib/kde-profiles/default", 0xbfafa96c) = -1 ENOENT (No such file or directory) access("/var/lib/kde-profiles/default/share/locale", F_OK) = -1 ENOENT (No such file or directory) lstat64("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/etc/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share/locale", 0xbfafa96c) = -1 ENOENT (No such file or directory) access("/etc/opt/kde3/share/locale", F_OK) = -1 ENOENT (No such file or directory) lstat64("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/opt/kde3/share/locale", F_OK) = 0 lstat64("/opt/kde3/share/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/share/locale", 0xbfafa96c) = -1 ENOENT (No such file or directory) access("/usr/local/share/locale", F_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale", F_OK) = 0 lstat64("/usr/share/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/share/locale", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", R_OK) = 0 stat64("/usr/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", {st_mode=S_IFREG|0644, st_size=419, ...}) = 0 access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/susetranslations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/susetranslations.mo", R_OK) = 0 stat64("/opt/kde3/share/locale/en_US/LC_MESSAGES/susetranslations.mo", {st_mode=S_IFREG|0644, st_size=407, ...}) = 0 access("/home/steven/.kde/share/config/request_devrc", W_OK) = 0 access("/home/steven/.kde/share/config/kdeglobals", W_OK) = 0 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0 lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/home/steven", {st_mode=S_IFDIR|0755, st_size=32768, ...}) = 0 lstat64("/home/steven/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat64("/home/steven/.kde/lib", 0xbfafabbc) = -1 ENOENT (No such file or directory) lstat64("/var", {st_mode=S_IFDIR|0755, st_size=640, ...}) = 0 lstat64("/var/lib", {st_mode=S_IFDIR|0755, st_size=1456, ...}) = 0 lstat64("/var/lib/kde-profiles", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0 lstat64("/var/lib/kde-profiles/default", 0xbfafabbc) = -1 ENOENT (No such file or directory) access("/var/lib/kde-profiles/default/lib/kde3/plugins", F_OK) = -1 ENOENT (No such file or directory) lstat64("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 lstat64("/etc/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/lib", 0xbfafabbc) = -1 ENOENT (No such file or directory) access("/etc/opt/kde3/lib/kde3/plugins", F_OK) = -1 ENOENT (No such file or directory) lstat64("/opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/lib", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0 lstat64("/opt/kde3/lib/kde3", {st_mode=S_IFDIR|0755, st_size=118784, ...}) = 0 lstat64("/opt/kde3/lib/kde3/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/opt/kde3/lib/kde3/plugins", F_OK) = 0 lstat64("/opt/kde3/lib/kde3/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/lib/kde3", 0xbfafabbc) = -1 ENOENT (No such file or directory) access("/usr/local/lib/kde3/plugins", F_OK) = -1 ENOENT (No such file or directory) ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 uname({sys="Linux", node="steven", ...}) = 0 write(11, "\1\0\n\0\1\0\240\3L\0\0\0h\1\16\1\320\2h\1\0\0\0\0\0\0"..., 432) = 432 read(11, "\1\323s\0\0\0\0\0\16\1\0\0\0\0\0\0\0\0\0\10\320\317|\10"..., 32) = 32 open("/home/steven/.icons/Industrial/cursors/left_ptr", O_RDONLY) = -1 ENOENT (No such file or directory) open("/home/steven/.icons/Industrial/index.theme", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/icons/Industrial/cursors/left_ptr", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=2368, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d8f000 read(16, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368 _llseek(16, 0, [0], SEEK_SET) = 0 read(16, "Xcur\20\0\0\0\0\0\1\0\1\0\0\0\2\0\375\377\30\0\0\0\34\0"..., 4096) = 2368 close(16) = 0 munmap(0xb5d8f000, 4096) = 0 writev(11, [{"\22\0\t\0\1\0\240\3\16\1\0\0\37\0\0\0\10\2h\1\v\0\0\0f"..., 2728}, {"XFIXES", 6}, {"\0\0", 2}], 3) = 2736 read(11, "\1\323\210\0\0\0\0\0\1\227_\246\1\0\0\0\364?\34\10\231"..., 32) = 32 write(11, "\227\0\3\0\4\0\0\0\0\0\0\0", 12) = 12 read(11, "\1|\211\0\0\0\0\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\310\24"..., 32) = 32 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 rt_sigaction(SIGSEGV, {SIG_DFL}, {0xb6d604b0, [SEGV], SA_RESTART}, 8) = 0 rt_sigaction(SIGFPE, {SIG_DFL}, {0xb6d604b0, [FPE], SA_RESTART}, 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, {0xb6d604b0, [ILL], SA_RESTART}, 8) = 0 rt_sigaction(SIGABRT, {SIG_DFL}, {0xb6d604b0, [ABRT], SA_RESTART}, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [ILL ABRT FPE SEGV], NULL, 8) = 0 write(11, "\227\27\5\0\6\0\240\3\10\0\0\0left_ptr\227\27\5\0\6\0\240"..., 128) = 128 read(11, "\34?\216\0\1\0\240\3e\1\0\0\270\203\260\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\1\323\217\0\0\0\0\0f\1\0\0\224\207M\t`\243h \320\317|"..., 32) = 32 write(11, "\20\1\7\0\23\0\240\3_NET_WM_STATE_ABOVE\3", 28) = 28 read(11, "\1\323\220\0\0\0\0\0T\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\20\1\7\0\23\0\240\3_NET_WM_STATE_BELOW\3", 28) = 28 read(11, "\1\323\221\0\0\0\0\0\227\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\20\1\t\0\32\0\240\3_NET_WM_STATE_STAYS_ON_T"..., 36) = 36 read(11, "\1\323\222\0\0\0\0\0006\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\20\1\t\0\32\0\240\3_NET_WM_STATE_SKIP_TASKB"..., 36) = 36 read(11, "\1\323\223\0\0\0\0\0/\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\20\1\6\0\17\0\240\3_NET_WM_DESKTOPK", 24) = 24 read(11, "\1\323\224\0\0\0\0\0\21\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 write(11, "\20\1\t\0\32\0\240\3_NET_WM_WINDOW_TYPE_NORM"..., 36) = 36 read(11, "\1\323\225\0\0\0\0\0\37\1\0\0\0\20\0\0\0\0\0\0\0\0\0\0"..., 32) = 32 gettimeofday({1194696969, 666306}, NULL) = 0 gettimeofday({1194696969, 666353}, NULL) = 0 open("/usr/share/fonts/truetype/arial.ttf", O_RDONLY) = 16 fcntl64(16, F_SETFD, FD_CLOEXEC) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=275572, ...}) = 0 mmap2(NULL, 275572, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5d4c000 close(16) = 0 open(".gambas/FMAIN", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=23572, ...}) = 0 ioctl(16, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafbb28) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(16, {st_mode=S_IFREG|0644, st_size=23572, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d4b000 read(16, "\245{\27\232\0\0\0\2xV4\22\1\0\0\0\f\0\0\0\n\0\0\0\0\0"..., 4096) = 4096 read(16, "\0\n\0\0\f\16\0\0\v\0\0\0\0\t\0\0\30\16\0\0\6\0\0\0\0\n"..., 4096) = 4096 read(16, "\4\300\2\360\0003T\300T\300\0\4\21\0\0\4\22\0\377\257\2"..., 4096) = 4096 read(16, "\0\25\343\340\203\34N\320N\300\1\16\0\24\1\1\0\f\3\0\2"..., 4096) = 4096 read(16, "\0\0\0\0\374\0\0\0\0\0\0\0\0\0\0\0\262\1\4\0\0\0\0\0\t"..., 4096) = 4096 read(16, " 1 and homes.id = 30 \0soffice -i"..., 4096) = 3092 close(16) = 0 munmap(0xb5d4b000, 4096) = 0 ioctl(3, FIONREAD, [1]) = 0 access("/usr/lib/qt3/translations/qt_fr", R_OK) = -1 ENOENT (No such file or directory) access("/usr/lib/qt3/translations/qt_fr.qm", R_OK) = 0 open("/usr/lib/qt3/translations/qt_fr.qm", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=26349, ...}) = 0 mmap2(NULL, 26349, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5d45000 close(16) = 0 access("/home/steven/.kde/share/locale/fr/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/fr/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/fr/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr/LC_MESSAGES/kdelibs.mo", R_OK) = 0 stat64("/opt/kde3/share/locale/fr/LC_MESSAGES/kdelibs.mo", {st_mode=S_IFREG|0644, st_size=188968, ...}) = 0 access("/home/steven/.kde/share/locale/fr/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr/LC_MESSAGES/kio.mo", R_OK) = 0 stat64("/opt/kde3/share/locale/fr/LC_MESSAGES/kio.mo", {st_mode=S_IFREG|0644, st_size=149046, ...}) = 0 access("/home/steven/.kde/share/locale/fr/LC_MESSAGES/desktop_translations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr/LC_MESSAGES/desktop_translations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/fr/LC_MESSAGES/desktop_translations.mo", R_OK) = 0 stat64("/usr/share/locale/fr/LC_MESSAGES/desktop_translations.mo", {st_mode=S_IFREG|0644, st_size=406819, ...}) = 0 access("/home/steven/.kde/share/locale/fr/LC_MESSAGES/susetranslations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/fr/LC_MESSAGES/susetranslations.mo", R_OK) = 0 stat64("/opt/kde3/share/locale/fr/LC_MESSAGES/susetranslations.mo", {st_mode=S_IFREG|0644, st_size=32249, ...}) = 0 access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/request_dev.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/kdelibs.mo", R_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/kio.mo", R_OK) = -1 ENOENT (No such file or directory) brk(0x8180000) = 0x8180000 brk(0x817f000) = 0x817f000 access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/usr/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", R_OK) = 0 stat64("/usr/share/locale/en_US/LC_MESSAGES/desktop_translations.mo", {st_mode=S_IFREG|0644, st_size=419, ...}) = 0 access("/home/steven/.kde/share/locale/en_US/LC_MESSAGES/susetranslations.mo", R_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/share/locale/en_US/LC_MESSAGES/susetranslations.mo", R_OK) = 0 stat64("/opt/kde3/share/locale/en_US/LC_MESSAGES/susetranslations.mo", {st_mode=S_IFREG|0644, st_size=407, ...}) = 0 open("/opt/kde3/share/locale/fr/LC_MESSAGES/kdelibs.mo", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=188968, ...}) = 0 mmap2(NULL, 188968, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5d16000 close(16) = 0 uname({sys="Linux", node="steven", ...}) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 open("revimmo miniature.gif", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=1890, ...}) = 0 ioctl(16, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafb6b8) = -1 ENOTTY (Inappropriate ioctl for device) close(16) = 0 open("revimmo miniature.gif", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=1890, ...}) = 0 ioctl(16, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafb658) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(16, {st_mode=S_IFREG|0644, st_size=1890, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d15000 read(16, "GIF89aX\0+\0\347\377\0\0,\312!)\207&(\234\0361\207(/\200"..., 4096) = 1890 close(16) = 0 munmap(0xb5d15000, 4096) = 0 access("/opt/kde3/lib64/kde3/plugins/imageformats/.", F_OK) = -1 ENOENT (No such file or directory) access("/opt/kde3/lib/kde3/plugins/imageformats/.", F_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.kde/lib/kde3/plugins/imageformats/.", F_OK) = -1 ENOENT (No such file or directory) access("/usr/lib/qt3/plugins/imageformats/.", F_OK) = 0 open("/usr/lib/qt3/plugins/imageformats", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 16 fstat64(16, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 fcntl64(16, F_SETFD, FD_CLOEXEC) = 0 getdents64(16, /* 4 entries */, 4096) = 112 lstat64("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", {st_mode=S_IFREG|0755, st_size=22332, ...}) = 0 lstat64("/usr/lib/qt3/plugins/imageformats/libqmng.so", {st_mode=S_IFREG|0755, st_size=18188, ...}) = 0 getdents64(16, /* 0 entries */, 4096) = 0 close(16) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 lstat64("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", {st_mode=S_IFREG|0755, st_size=22332, ...}) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 access("/home/steven/.qt", F_OK) = 0 lstat64("/home/steven/.qt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 access("/usr/share/desktop-data/qtrc", R_OK) = 0 access("/usr/lib/qt3//etc/settings/qt_plugins_3.3rc", F_OK) = 0 open("/usr/lib/qt3//etc/settings/.qt_plugins_3.3rc.lock", O_RDWR|O_CREAT|O_LARGEFILE, 0600) = -1 EACCES (Permission denied) open("/usr/lib/qt3//etc/settings/qt_plugins_3.3rc", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d15000 read(16, "[opt]\nkde3/lib/kde3/plugins/desi"..., 4096) = 2525 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 fstat64(16, {st_mode=S_IFREG|0644, st_size=2525, ...}) = 0 close(16) = 0 munmap(0xb5d15000, 4096) = 0 access("/usr/share/desktop-data/qt_plugins_3.3rc", F_OK) = -1 ENOENT (No such file or directory) access("/home/steven/.qt/qt_plugins_3.3rc", F_OK) = 0 open("/home/steven/.qt/.qt_plugins_3.3rc.lock", O_RDWR|O_CREAT|O_LARGEFILE, 0600) = 16 fcntl64(16, F_SETLKW64, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}, 0xbfafaae4) = 0 open("/home/steven/.qt/qt_plugins_3.3rc", O_RDONLY|O_LARGEFILE) = 17 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5d15000 read(17, "[opt]\nkde3/lib/kde3/plugins/desi"..., 4096) = 3344 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 fstat64(17, {st_mode=S_IFREG|0644, st_size=3344, ...}) = 0 close(17) = 0 munmap(0xb5d15000, 4096) = 0 fcntl64(16, F_SETLKW64, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}, 0xbfafab18) = 0 close(16) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 open("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", O_RDONLY) = 16 read(16, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\"\0"..., 512) = 512 fstat64(16, {st_mode=S_IFREG|0755, st_size=22332, ...}) = 0 mmap2(NULL, 24844, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0xb5d0f000 fadvise64(16, 0, 24844, POSIX_FADV_WILLNEED) = 0 mmap2(0xb5d14000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x4) = 0xb5d14000 close(16) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqjpeg.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 lstat64("/usr/lib/qt3/plugins/imageformats/libqmng.so", {st_mode=S_IFREG|0755, st_size=18188, ...}) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 open("/usr/lib/qt3/plugins/imageformats/libqmng.so", O_RDONLY) = 16 read(16, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\"\0"..., 512) = 512 fstat64(16, {st_mode=S_IFREG|0755, st_size=18188, ...}) = 0 mmap2(NULL, 20708, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0xb65a0000 fadvise64(16, 0, 20708, POSIX_FADV_WILLNEED) = 0 mmap2(0xb65a4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x3) = 0xb65a4000 close(16) = 0 open("/etc/ld.so.cache", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5cdb000 close(16) = 0 open("/usr/lib/libmng.so.1", O_RDONLY) = 16 read(16, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\375\0"..., 512) = 512 fstat64(16, {st_mode=S_IFREG|0755, st_size=458112, ...}) = 0 mmap2(NULL, 455624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0xb5c6b000 fadvise64(16, 0, 455624, POSIX_FADV_WILLNEED) = 0 mmap2(0xb5cd8000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x6d) = 0xb5cd8000 close(16) = 0 open("/usr/lib/liblcms.so.1", O_RDONLY) = 16 read(16, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240R\0"..., 512) = 512 fstat64(16, {st_mode=S_IFREG|0755, st_size=181376, ...}) = 0 mmap2(NULL, 193280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 0xb5c3b000 fadvise64(16, 0, 193280, POSIX_FADV_WILLNEED) = 0 mmap2(0xb5c66000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0x2a) = 0xb5c66000 mmap2(0xb5c68000, 8960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb5c68000 close(16) = 0 mprotect(0xb5cd8000, 4096, PROT_READ) = 0 munmap(0xb5cdb000, 210598) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 access("/usr/lib/qt3/plugins/imageformats/libqmng.so", F_OK) = 0 writev(11, [{"\1\0\n\0\7\0\240\3L\0\0\0h\1\16\1\320\2h\1\0\0\0\0\0\0"..., 1504}, {"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 15136}], 2) = 16640 write(11, "5\1\4\0\20\0\240\3L\0\0\0X\0+\0007\2\4\0\21\0\240\3\20"..., 4452) = 4452 read(11, "\26?\276\0\f\0\240\3\f\0\240\3\v\0\240\3\0\0\0\0d\0\f\0"..., 32) = 32 read(11, "\34?\314\0\7\0\240\3(\0\0\0\320\203\260\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\34?\320\0\7\0\240\3r\1\0\0\321\203\260\0\0\0\0\0\0\0\0"..., 32) = 32 read(11, "\26\0\320\0\7\0\240\3\7\0\240\3\2\0\240\3\0\0\0\0\t\3\307"..., 32) = 32 read(11, "\1 \332\0\t\0\0\0#\0\0\0\0\0\0\0\t\0\0\0\7\0\0\2h\24\345"..., 32) = 32 read(11, "C\0\0\0\1\0\0\0\1\0\0\0d\202\10\10\364\177\300\267\330"..., 36) = 36 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 691028}, NULL) = 0 gettimeofday({1194696969, 691054}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 691268}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 691596}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 691703}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 691799}, NULL) = 0 gettimeofday({1194696969, 691835}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 691915}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 gettimeofday({1194696969, 692852}, NULL) = 0 ioctl(3, FIONREAD, [1]) = 0 pipe([16, 17]) = 0 fcntl64(16, F_SETFD, FD_CLOEXEC) = 0 fcntl64(17, F_SETFD, FD_CLOEXEC) = 0 rt_sigaction(SIGCHLD, {0x8068937, [CHLD], SA_RESTART}, {0xb6d47680, [], SA_RESTART|SA_NOCLDSTOP}, 8) = 0 pipe([18, 19]) = 0 pipe([20, 21]) = 0 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb7e2b988) = 22281 close(19) = 0 close(21) = 0 fcntl64(20, F_GETFL) = 0 (flags O_RDONLY) fcntl64(20, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 rt_sigprocmask(SIG_SETMASK, [], [CHLD], 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- write(17, "*", 1) = 1 sigreturn() = ? (mask now []) fcntl64(18, F_GETFL) = 0 (flags O_RDONLY) fcntl64(18, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 select(19, [16 18], NULL, NULL, NULL) = 2 (in [16 18]) read(16, "*", 1) = 1 wait4(22281, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 22281 read(20, "", 1024) = 0 ioctl(18, FIONREAD, [81]) = 0 read(18, "/home/steven/.kde/share/icons/:/"..., 256) = 81 ioctl(18, FIONREAD, [0]) = 0 close(18) = 0 close(20) = 0 close(16) = 0 close(17) = 0 getuid32() = 1000 open("/home/steven/.kde/share/config/kdeglobals", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 ioctl(16, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafb698) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(16, {st_mode=S_IFREG|0600, st_size=8328, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f8b000 read(16, "[$Version]\nupdate_info=kded.upd:"..., 4096) = 4096 read(16, "dow Grow Vertical=none\nWindow Lo"..., 4096) = 4096 close(16) = 0 munmap(0xb6f8b000, 4096) = 0 lstat64("/home/steven/.kde/share/icons/Umicons_2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/etc/opt/kde3/share/icons/Umicons_2.0", 0xbfafb7a4) = -1 ENOENT (No such file or directory) lstat64("/opt/kde3/share/icons/Umicons_2.0", 0xbfafb7a4) = -1 ENOENT (No such file or directory) lstat64("/home/steven/.kde/share/icons/crystalsvg", 0xbfafb7a4) = -1 ENOENT (No such file or directory) lstat64("/etc/opt/kde3/share/icons/crystalsvg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/opt/kde3/share/icons/crystalsvg", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 chdir("/home/steven/request_dev") = 0 lstat64("stock/qt", 0xbfafb7a4) = -1 ENOENT (No such file or directory) chdir("/home/steven/request_dev") = 0 lstat64("stock/default", 0xbfafb7a4) = -1 ENOENT (No such file or directory) open("/home/steven/.kde/share/icons/Umicons_2.0/32x32/mimetypes/video.png", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=2254, ...}) = 0 ioctl(16, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafb308) = -1 ENOTTY (Inappropriate ioctl for device) close(16) = 0 open("/home/steven/.kde/share/icons/Umicons_2.0/32x32/mimetypes/video.png", O_RDONLY|O_LARGEFILE) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=2254, ...}) = 0 ioctl(16, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfafb2a8) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(16, {st_mode=S_IFREG|0644, st_size=2254, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6f8b000 read(16, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0 \0\0\0 \10\6\0\0\0s"..., 4096) = 2254 close(16) = 0 munmap(0xb6f8b000, 4096) = 0 brk(0x81a0000) = 0x81a0000 open("/usr/share/locale-langpack/fr_FR.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr/LC_MESSAGES/libc.mo", O_RDONLY) = 16 fstat64(16, {st_mode=S_IFREG|0644, st_size=120888, ...}) = 0 mmap2(NULL, 120888, PROT_READ, MAP_PRIVATE, 16, 0) = 0xb5cf1000 close(16) = 0 futex(0x81758c0, FUTEX_WAIT, 2, NULL -------------- next part -------------- execve("/usr/local/bin/gbx2", ["gbx2", "-p"], [/* 92 vars */]) = 0 brk(0) = 0x8077000 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef2000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ebe000 close(3) = 0 open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`5\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=190963, ...}) = 0 mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e98000 fadvise64(3, 0, 151680, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7ebc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xb7ebc000 close(3) = 0 open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\v\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=14226, ...}) = 0 mmap2(NULL, 12412, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7e94000 fadvise64(3, 0, 12412, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7e96000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7e96000 close(3) = 0 open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pa\1\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1491220, ...}) = 0 mmap2(NULL, 1234372, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7d66000 fadvise64(3, 0, 1234372, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7e8e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x128) = 0xb7e8e000 mmap2(0xb7e91000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7e91000 close(3) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7d65000 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7d65940, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0 mprotect(0xb7e8e000, 4096, PROT_READ) = 0 mprotect(0x806f000, 4096, PROT_READ) = 0 munmap(0xb7ebe000, 210598) = 0 getpid() = 22220 getuid32() = 0 stat64("/tmp/gambas.0/22220", 0xbf837b14) = -1 ENOENT (No such file or directory) getuid32() = 0 rmdir("/tmp/gambas.0/22220") = -1 ENOENT (No such file or directory) getuid32() = 0 mkdir("/tmp/gambas.0", 0700) = -1 EEXIST (File exists) getuid32() = 0 mkdir("/tmp/gambas.0/22220", 0700) = 0 gettimeofday({1194696893, 500212}, NULL) = 0 brk(0) = 0x8077000 brk(0x8098000) = 0x8098000 open("/etc/localtime", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 fstat64(3, {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef1000 read(3, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\f\0\0\0\f\0"..., 4096) = 1082 close(3) = 0 munmap(0xb7ef1000, 4096) = 0 gettimeofday({1194696893, 502231}, NULL) = 0 getcwd("/home/steven/request_dev", 4096) = 25 lstat64("/usr/bin/gbx2", 0xbf837c04) = -1 ENOENT (No such file or directory) getuid32() = 0 socket(PF_FILE, SOCK_STREAM, 0) = 3 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = 0 poll([{fd=3, events=POLLOUT|POLLERR|POLLHUP, revents=POLLOUT}], 1, 5000) = 1 send(3, "\2\0\0\0\v\0\0\0\7\0\0\0passwd\0\267", 20, MSG_NOSIGNAL) = 20 poll([{fd=3, events=POLLIN|POLLERR|POLLHUP, revents=POLLIN|POLLERR|POLLHUP}], 1, 5000) = 1 recvmsg(3, {msg_name(0)=NULL, msg_iov(1)=[{"passwd\0", 7}], msg_controllen=16, {cmsg_len=16, cmsg_level=SOL_SOCKET, cmsg_type=SCM_RIGHTS, {4}}, msg_flags=0}, 0) = 7 fstat64(4, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 pread64(4, "\1\0\0\0h\0\0\0\30\0\0\0\1\0\0\0\20t5G\0\0\0\0\323\0\0"..., 104, 0) = 104 mmap2(NULL, 217016, PROT_READ, MAP_SHARED, 4, 0) = 0xb7d30000 close(4) = 0 close(3) = 0 getcwd("/home/steven/request_dev", 4096) = 25 chdir("/home/steven/request_dev/.") = 0 getcwd("/home/steven/request_dev", 4096) = 25 chdir("/home/steven/request_dev") = 0 open("/home/steven/request_dev/.project", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbf837ac8) = -1 ENOTTY (Inappropriate ioctl for device) fstat64(3, {st_mode=S_IFREG|0644, st_size=752, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ef1000 read(3, "# Gambas Project File 2.0\nTitle="..., 4096) = 752 close(3) = 0 munmap(0xb7ef1000, 4096) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.gambas", {st_mode=S_IFREG|0755, st_size=14641, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.form.so", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.form.gambas", {st_mode=S_IFREG|0755, st_size=1028509, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.db.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.db.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.db.form.so", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.db.form.gambas", {st_mode=S_IFREG|0755, st_size=61958, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.eval.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.eval.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.image.so", {st_mode=S_IFLNK|0777, st_size=17, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.image.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.net.so", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.net.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.net.curl.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.net.curl.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.net.smtp.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.net.smtp.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.qt.ext.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.ext.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.qt.kde.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.qt.kde.html.so", {st_mode=S_IFLNK|0777, st_size=23, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.html.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.report.so", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.report.gambas", {st_mode=S_IFREG|0755, st_size=104515, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.settings.so", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.settings.gambas", {st_mode=S_IFREG|0755, st_size=9253, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.vb.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.vb.gambas", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.web.so", 0xbf837ba4) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.web.gambas", {st_mode=S_IFREG|0755, st_size=23633, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\v\3"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=6337045, ...}) = 0 mmap2(NULL, 644816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c92000 fadvise64(3, 0, 644816, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7d1d000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8b) = 0xb7d1d000 mmap2(0xb7d2f000, 1744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7d2f000 close(3) = 0 open("/usr/lib/qt3/lib/tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls/i686/sse2", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls/i686", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls/sse2", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/tls", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/i686/sse2", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/i686", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib/sse2", 0xbf83741c) = -1 ENOENT (No such file or directory) open("/usr/lib/qt3/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/qt3/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7ebe000 close(3) = 0 open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 at ...1794...\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=121246, ...}) = 0 mmap2(NULL, 94688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7c7a000 fadvise64(3, 0, 94688, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7c8e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13) = 0xb7c8e000 mmap2(0xb7c90000, 4576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c90000 close(3) = 0 open("/usr/lib/qt3/lib/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libX11.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200N\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1186148, ...}) = 0 mmap2(NULL, 1164372, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b5d000 fadvise64(3, 0, 1164372, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7c75000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x118) = 0xb7c75000 mmap2(0xb7c79000, 1108, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7c79000 close(3) = 0 open("/usr/lib/qt3/lib/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libXext.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340&\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=56820, ...}) = 0 mmap2(NULL, 58972, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7b4e000 fadvise64(3, 0, 58972, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7b5b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc) = 0xb7b5b000 close(3) = 0 open("/usr/lib/qt3/lib/libqt-mt.so.3", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20!\32"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=7257104, ...}) = 0 mmap2(NULL, 7249192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7464000 fadvise64(3, 0, 7249192, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7b0a000, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a6) = 0xb7b0a000 mmap2(0xb7b4b000, 11560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7b4b000 close(3) = 0 open("/usr/lib/qt3/lib/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\310"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=913844, ...}) = 0 mmap2(NULL, 931492, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7380000 fadvise64(3, 0, 931492, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7459000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd9) = 0xb7459000 mmap2(0xb745e000, 22180, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb745e000 close(3) = 0 open("/usr/lib/qt3/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libgcc_s.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\27\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=46460, ...}) = 0 mmap2(NULL, 45508, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7374000 fadvise64(3, 0, 45508, POSIX_FADV_WILLNEED) = 0 mmap2(0xb737e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xb737e000 close(3) = 0 open("/usr/lib/libXau.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\n\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=10168, ...}) = 0 mmap2(NULL, 12420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7370000 fadvise64(3, 0, 12420, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7372000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7372000 close(3) = 0 open("/usr/lib/libXdmcp.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\16"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=20112, ...}) = 0 mmap2(NULL, 20604, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb736a000 fadvise64(3, 0, 20604, POSIX_FADV_WILLNEED) = 0 mmap2(0xb736e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb736e000 close(3) = 0 open("/usr/lib/libpng12.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\00007\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=142152, ...}) = 0 mmap2(NULL, 143860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7346000 fadvise64(3, 0, 143860, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7368000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21) = 0xb7368000 close(3) = 0 open("/lib/libz.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\27\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=72020, ...}) = 0 mmap2(NULL, 74000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7333000 fadvise64(3, 0, 74000, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7344000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0xb7344000 close(3) = 0 open("/usr/lib/libXrender.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\24\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=31204, ...}) = 0 mmap2(NULL, 33192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb732a000 fadvise64(3, 0, 33192, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7331000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xb7331000 close(3) = 0 open("/usr/lib/libXrandr.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=13904, ...}) = 0 mmap2(NULL, 16572, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7325000 fadvise64(3, 0, 16572, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7328000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xb7328000 close(3) = 0 open("/usr/lib/libXcursor.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\"\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=34900, ...}) = 0 mmap2(NULL, 37260, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb731b000 fadvise64(3, 0, 37260, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7323000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7323000 close(3) = 0 open("/usr/lib/libXinerama.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\10"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=9908, ...}) = 0 mmap2(NULL, 12476, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7317000 fadvise64(3, 0, 12476, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7319000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xb7319000 close(3) = 0 open("/usr/lib/libXft.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\00003\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=72776, ...}) = 0 mmap2(NULL, 74592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7304000 fadvise64(3, 0, 74592, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7315000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10) = 0xb7315000 close(3) = 0 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220q\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=450820, ...}) = 0 mmap2(NULL, 451364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7295000 fadvise64(3, 0, 451364, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7300000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6a) = 0xb7300000 close(3) = 0 open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320S\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=176268, ...}) = 0 mmap2(NULL, 174308, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb726a000 fadvise64(3, 0, 174308, POSIX_FADV_WILLNEED) = 0 mmap2(0xb728c000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22) = 0xb728c000 close(3) = 0 open("/usr/lib/libSM.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240 \0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=34860, ...}) = 0 mmap2(NULL, 37124, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7260000 fadvise64(3, 0, 37124, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7268000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xb7268000 close(3) = 0 open("/usr/lib/libICE.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0208\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=89664, ...}) = 0 mmap2(NULL, 98640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7247000 fadvise64(3, 0, 98640, POSIX_FADV_WILLNEED) = 0 mmap2(0xb725c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xb725c000 mmap2(0xb725e000, 4432, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb725e000 close(3) = 0 open("/usr/lib/libXfixes.so.3", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\17\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=18144, ...}) = 0 mmap2(NULL, 20600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7241000 fadvise64(3, 0, 20600, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7245000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7245000 close(3) = 0 open("/usr/lib/libexpat.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240 \0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=128760, ...}) = 0 mmap2(NULL, 131160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7220000 fadvise64(3, 0, 131160, POSIX_FADV_WILLNEED) = 0 mmap2(0xb723e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d) = 0xb723e000 close(3) = 0 mprotect(0xb723e000, 4096, PROT_READ) = 0 mprotect(0xb728c000, 28672, PROT_READ) = 0 mprotect(0xb7300000, 8192, PROT_READ) = 0 mprotect(0xb7459000, 12288, PROT_READ) = 0 mprotect(0xb7b0a000, 225280, PROT_READ) = 0 mprotect(0xb7d1d000, 24576, PROT_READ) = 0 set_tid_address(0xb7d65988) = 22220 SYS_311(0xb7d65990, 0xc, 0xb7c8eff4, 0xb7d65940, 0xb7c8eeec) = 0 rt_sigaction(SIGRTMIN, {0xb7c7e520, [], SA_SIGINFO}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0xb7c7e430, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 uname({sys="Linux", node="steven", ...}) = 0 futex(0xb745f4fc, FUTEX_WAKE, 2147483647) = 0 munmap(0xb7ebe000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.draw.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 lstat64("/usr/local/lib/gambas2/gb.draw.gambas", 0xbf837a94) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.draw.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 open("/usr/local/lib/gambas2/gb.draw.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\n\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=74808, ...}) = 0 mmap2(NULL, 22644, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xb7eec000 fadvise64(3, 0, 22644, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7ef0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3) = 0xb7ef0000 close(3) = 0 mprotect(0xb7ef0000, 4096, PROT_READ) = 0 pipe([3, 4]) = 0 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 brk(0x80b9000) = 0x80b9000 lstat64("/usr/local/lib/gambas2/gb.qt.gambas", {st_mode=S_IFREG|0755, st_size=14641, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.gambas", O_RDONLY) = 5 fstat64(5, {st_mode=S_IFREG|0755, st_size=14641, ...}) = 0 mmap2(NULL, 14641, PROT_READ, MAP_PRIVATE, 5, 0) = 0xb7ee8000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837b94) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.form.gambas", {st_mode=S_IFREG|0755, st_size=1028509, ...}) = 0 open("/usr/local/lib/gambas2/gb.form.gambas", O_RDONLY) = 6 fstat64(6, {st_mode=S_IFREG|0755, st_size=1028509, ...}) = 0 mmap2(NULL, 1028509, PROT_READ, MAP_PRIVATE, 6, 0) = 0xb7124000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837b94) = -1 ENOENT (No such file or directory) brk(0x80da000) = 0x80da000 lstat64("/usr/local/lib/gambas2/gb.db.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 open("/usr/local/lib/gambas2/gb.db.so", O_RDONLY) = 7 read(7, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\26"..., 512) = 512 fstat64(7, {st_mode=S_IFREG|0755, st_size=227034, ...}) = 0 mmap2(NULL, 38684, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 0xb7ede000 fadvise64(7, 0, 38684, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7ee5000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x6) = 0xb7ee5000 close(7) = 0 mprotect(0xb7ee5000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.db.form.gambas", {st_mode=S_IFREG|0755, st_size=61958, ...}) = 0 open("/usr/local/lib/gambas2/gb.db.form.gambas", O_RDONLY) = 7 fstat64(7, {st_mode=S_IFREG|0755, st_size=61958, ...}) = 0 mmap2(NULL, 61958, PROT_READ, MAP_PRIVATE, 7, 0) = 0xb7ece000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837b94) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.eval.so", {st_mode=S_IFLNK|0777, st_size=16, ...}) = 0 open("/usr/local/lib/gambas2/gb.eval.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\25"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=243440, ...}) = 0 mmap2(NULL, 41556, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7ec3000 fadvise64(8, 0, 41556, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7eca000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x6) = 0xb7eca000 mmap2(0xb7ecd000, 596, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7ecd000 close(8) = 0 mprotect(0xb7eca000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.image.so", {st_mode=S_IFLNK|0777, st_size=17, ...}) = 0 open("/usr/local/lib/gambas2/gb.image.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000\17\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=252486, ...}) = 0 mmap2(NULL, 59200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7115000 fadvise64(8, 0, 59200, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7122000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc) = 0xb7122000 close(8) = 0 mprotect(0xb7122000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.net.so", {st_mode=S_IFLNK|0777, st_size=15, ...}) = 0 open("/usr/local/lib/gambas2/gb.net.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\32\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=172355, ...}) = 0 mmap2(NULL, 41380, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb710a000 fadvise64(8, 0, 41380, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7112000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7) = 0xb7112000 mmap2(0xb7114000, 420, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7114000 close(8) = 0 mprotect(0xb7112000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.net.curl.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 open("/usr/local/lib/gambas2/gb.net.curl.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\24"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=111900, ...}) = 0 mmap2(NULL, 28632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7103000 fadvise64(8, 0, 28632, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7108000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4) = 0xb7108000 close(8) = 0 open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb70cf000 close(8) = 0 open("/usr/lib/libcurl.so.3", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pH\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=218820, ...}) = 0 mmap2(NULL, 214556, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb709a000 fadvise64(8, 0, 214556, POSIX_FADV_WILLNEED) = 0 mmap2(0xb70cd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x33) = 0xb70cd000 close(8) = 0 open("/usr/lib/libidn.so.11", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\35"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=199268, ...}) = 0 mmap2(NULL, 196832, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb7069000 fadvise64(8, 0, 196832, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7098000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2f) = 0xb7098000 close(8) = 0 open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\257"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0555, st_size=252116, ...}) = 0 mmap2(NULL, 248436, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb702c000 fadvise64(8, 0, 248436, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7065000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x39) = 0xb7065000 close(8) = 0 open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300b\3"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0555, st_size=1270272, ...}) = 0 mmap2(NULL, 1256312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ef9000 fadvise64(8, 0, 1256312, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7014000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x11b) = 0xb7014000 mmap2(0xb7029000, 11128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7029000 close(8) = 0 mprotect(0xb7014000, 24576, PROT_READ) = 0 mprotect(0xb7108000, 4096, PROT_READ) = 0 munmap(0xb70cf000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.net.smtp.so", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0 open("/usr/local/lib/gambas2/gb.net.smtp.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\22\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=86427, ...}) = 0 mmap2(NULL, 27168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb70fc000 fadvise64(8, 0, 27168, POSIX_FADV_WILLNEED) = 0 mmap2(0xb7101000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4) = 0xb7101000 close(8) = 0 open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb6ec5000 close(8) = 0 open("/opt/gnome/lib/libglib-2.0.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\367"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=609060, ...}) = 0 mmap2(NULL, 609516, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6e30000 fadvise64(8, 0, 609516, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6ec3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x92) = 0xb6ec3000 close(8) = 0 open("/lib/librt.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\32\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=41349, ...}) = 0 mmap2(NULL, 33356, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb70f3000 fadvise64(8, 0, 33356, POSIX_FADV_WILLNEED) = 0 mmap2(0xb70fa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x6) = 0xb70fa000 close(8) = 0 mprotect(0xb7101000, 4096, PROT_READ) = 0 munmap(0xb6ec5000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.ext.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.ext.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\274\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=1352556, ...}) = 0 mmap2(NULL, 119860, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb70d5000 fadvise64(8, 0, 119860, POSIX_FADV_WILLNEED) = 0 mmap2(0xb70ef000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1a) = 0xb70ef000 mmap2(0xb70f2000, 1076, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb70f2000 close(8) = 0 mprotect(0xb70ef000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.so", {st_mode=S_IFLNK|0777, st_size=18, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.kde.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0U\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=957822, ...}) = 0 mmap2(NULL, 69420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ee8000 fadvise64(8, 0, 69420, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6ef7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xf) = 0xb6ef7000 close(8) = 0 open("/usr/lib/qt3/lib/libkdecore.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb6dfc000 close(8) = 0 open("/opt/kde3/lib/libkdecore.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\7\v"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=2343988, ...}) = 0 mmap2(NULL, 2351464, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6bbd000 fadvise64(8, 0, 2351464, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6de8000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x22b) = 0xb6de8000 mmap2(0xb6df9000, 8552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6df9000 close(8) = 0 open("/usr/lib/qt3/lib/libkdeui.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdeui.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\232\20"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=3011832, ...}) = 0 mmap2(NULL, 3012916, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb68dd000 fadvise64(8, 0, 3012916, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6b91000, 176128, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2b4) = 0xb6b91000 mmap2(0xb6bbc000, 2356, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6bbc000 close(8) = 0 open("/usr/lib/qt3/lib/libDCOP.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libDCOP.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\351"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=201012, ...}) = 0 mmap2(NULL, 209696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb68a9000 fadvise64(8, 0, 209696, POSIX_FADV_WILLNEED) = 0 mmap2(0xb68d9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2f) = 0xb68d9000 mmap2(0xb68db000, 4896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb68db000 close(8) = 0 open("/usr/lib/qt3/lib/libkio.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkio.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2400\17"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=3422300, ...}) = 0 brk(0x80fb000) = 0x80fb000 mmap2(NULL, 3427492, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6564000 fadvise64(8, 0, 3427492, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6888000, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x324) = 0xb6888000 mmap2(0xb68a8000, 3236, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb68a8000 close(8) = 0 open("/usr/lib/qt3/lib/libart_lgpl_2.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libart_lgpl_2.so.2", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p#\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=89916, ...}) = 0 mmap2(NULL, 90404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ed1000 fadvise64(8, 0, 90404, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6ee6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14) = 0xb6ee6000 close(8) = 0 open("/usr/lib/qt3/lib/libkdefx.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdefx.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \252\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=178972, ...}) = 0 mmap2(NULL, 177664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6538000 fadvise64(8, 0, 177664, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6562000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x2a) = 0xb6562000 close(8) = 0 open("/usr/lib/qt3/lib/libkdesu.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdesu.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pL\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=88328, ...}) = 0 mmap2(NULL, 90836, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6521000 fadvise64(8, 0, 90836, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6536000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x14) = 0xb6536000 close(8) = 0 open("/usr/lib/qt3/lib/libkwalletclient.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkwalletclient.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240N\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=67716, ...}) = 0 mmap2(NULL, 70172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb650f000 fadvise64(8, 0, 70172, POSIX_FADV_WILLNEED) = 0 mmap2(0xb651f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xf) = 0xb651f000 close(8) = 0 open("/usr/lib/qt3/lib/libfam.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libfam.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\37"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=34856, ...}) = 0 mmap2(NULL, 37212, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6ec7000 fadvise64(8, 0, 37212, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6ecf000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x7) = 0xb6ecf000 close(8) = 0 open("/usr/lib/qt3/lib/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libacl.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\23"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=24876, ...}) = 0 mmap2(NULL, 24800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6508000 fadvise64(8, 0, 24800, POSIX_FADV_WILLNEED) = 0 mmap2(0xb650d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4) = 0xb650d000 close(8) = 0 open("/usr/lib/qt3/lib/libattr.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libattr.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\17\0"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=18416, ...}) = 0 mmap2(NULL, 20660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb70cf000 fadvise64(8, 0, 20660, POSIX_FADV_WILLNEED) = 0 mmap2(0xb70d3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3) = 0xb70d3000 close(8) = 0 mprotect(0xb6888000, 102400, PROT_READ) = 0 mprotect(0xb6b91000, 151552, PROT_READ) = 0 mprotect(0xb6de8000, 49152, PROT_READ) = 0 mprotect(0xb6ef7000, 4096, PROT_READ) = 0 rt_sigaction(SIGILL, {0xb65431c0, [ILL], SA_RESTART}, {SIG_DFL}, 8) = 0 rt_sigaction(SIGILL, {SIG_DFL}, {0xb65431c0, [ILL], SA_RESTART}, 8) = 0 munmap(0xb6dfc000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.qt.kde.html.so", {st_mode=S_IFLNK|0777, st_size=23, ...}) = 0 open("/usr/local/lib/gambas2/gb.qt.kde.html.so", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`$\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=275509, ...}) = 0 mmap2(NULL, 22264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6e2a000 fadvise64(8, 0, 22264, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6e2e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3) = 0xb6e2e000 close(8) = 0 open("/usr/lib/qt3/lib/libkhtml.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0644, st_size=210598, ...}) = 0 mmap2(NULL, 210598, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb64d4000 close(8) = 0 open("/opt/kde3/lib/libkhtml.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\331"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=4003624, ...}) = 0 mmap2(NULL, 4008148, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6101000 fadvise64(8, 0, 4008148, POSIX_FADV_WILLNEED) = 0 mmap2(0xb64a5000, 188416, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x3a3) = 0xb64a5000 mmap2(0xb64d3000, 2260, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb64d3000 close(8) = 0 open("/usr/lib/qt3/lib/libkjs.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkjs.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0R\1\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=437192, ...}) = 0 mmap2(NULL, 439720, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6095000 fadvise64(8, 0, 439720, POSIX_FADV_WILLNEED) = 0 mmap2(0xb60fb000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x66) = 0xb60fb000 mmap2(0xb6100000, 1448, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb6100000 close(8) = 0 open("/usr/lib/qt3/lib/libjpeg.so.62", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libjpeg.so.62", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P#\0\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=127160, ...}) = 0 mmap2(NULL, 127284, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb6e0a000 fadvise64(8, 0, 127284, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6e28000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1d) = 0xb6e28000 close(8) = 0 open("/usr/lib/qt3/lib/libkparts.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkparts.so.2", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\362"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=282428, ...}) = 0 mmap2(NULL, 285096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb604f000 fadvise64(8, 0, 285096, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6090000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x40) = 0xb6090000 close(8) = 0 open("/usr/lib/qt3/lib/libkdeprint.so.4", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkdeprint.so.4", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\364"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=849672, ...}) = 0 mmap2(NULL, 850004, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb5f7f000 fadvise64(8, 0, 850004, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6046000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc6) = 0xb6046000 close(8) = 0 open("/usr/lib/qt3/lib/libkutils.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/opt/kde3/lib/libkutils.so.1", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20r\2\000"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=402412, ...}) = 0 mmap2(NULL, 400940, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb5f1d000 fadvise64(8, 0, 400940, POSIX_FADV_WILLNEED) = 0 mmap2(0xb5f7a000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x5d) = 0xb5f7a000 close(8) = 0 open("/usr/lib/libpcre.so.0", O_RDONLY) = 8 read(8, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\20"..., 512) = 512 fstat64(8, {st_mode=S_IFREG|0755, st_size=121432, ...}) = 0 mmap2(NULL, 122988, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 0xb5efe000 fadvise64(8, 0, 122988, POSIX_FADV_WILLNEED) = 0 mmap2(0xb5f1b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x1c) = 0xb5f1b000 close(8) = 0 mprotect(0xb5f7a000, 12288, PROT_READ) = 0 mprotect(0xb6046000, 24576, PROT_READ) = 0 mprotect(0xb6090000, 12288, PROT_READ) = 0 mprotect(0xb60fb000, 12288, PROT_READ) = 0 mprotect(0xb64a5000, 167936, PROT_READ) = 0 mprotect(0xb6e2e000, 4096, PROT_READ) = 0 munmap(0xb64d4000, 210598) = 0 lstat64("/usr/local/lib/gambas2/gb.report.gambas", {st_mode=S_IFREG|0755, st_size=104515, ...}) = 0 open("/usr/local/lib/gambas2/gb.report.gambas", O_RDONLY) = 8 fstat64(8, {st_mode=S_IFREG|0755, st_size=104515, ...}) = 0 mmap2(NULL, 104515, PROT_READ, MAP_PRIVATE, 8, 0) = 0xb64ee000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837b94) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.settings.gambas", {st_mode=S_IFREG|0755, st_size=9253, ...}) = 0 open("/usr/local/lib/gambas2/gb.settings.gambas", O_RDONLY) = 9 fstat64(9, {st_mode=S_IFREG|0755, st_size=9253, ...}) = 0 mmap2(NULL, 9253, PROT_READ, MAP_PRIVATE, 9, 0) = 0xb7ec0000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837b94) = -1 ENOENT (No such file or directory) lstat64("/usr/local/lib/gambas2/gb.vb.so", {st_mode=S_IFLNK|0777, st_size=14, ...}) = 0 open("/usr/local/lib/gambas2/gb.vb.so", O_RDONLY) = 10 read(10, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\6\0\000"..., 512) = 512 fstat64(10, {st_mode=S_IFREG|0755, st_size=45539, ...}) = 0 mmap2(NULL, 13332, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 0xb6e06000 fadvise64(10, 0, 13332, POSIX_FADV_WILLNEED) = 0 mmap2(0xb6e08000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x1) = 0xb6e08000 close(10) = 0 mprotect(0xb6e08000, 4096, PROT_READ) = 0 lstat64("/usr/local/lib/gambas2/gb.web.gambas", {st_mode=S_IFREG|0755, st_size=23633, ...}) = 0 open("/usr/local/lib/gambas2/gb.web.gambas", O_RDONLY) = 10 fstat64(10, {st_mode=S_IFREG|0755, st_size=23633, ...}) = 0 mmap2(NULL, 23633, PROT_READ, MAP_PRIVATE, 10, 0) = 0xb6e00000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837b94) = -1 ENOENT (No such file or directory) brk(0x811c000) = 0x811c000 chdir("/home/steven/request_dev") = 0 lstat64(".list", 0xbf837bd4) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) open("/usr/share/locale/locale.alias", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=2528, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ebf000 read(11, "# Locale name alias data base.\n#"..., 4096) = 2528 read(11, "", 4096) = 0 close(11) = 0 munmap(0xb7ebf000, 4096) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_IDENTIFICATION", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_IDENTIFICATION", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=356, ...}) = 0 mmap2(NULL, 356, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb7ebf000 close(11) = 0 open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=25460, ...}) = 0 mmap2(NULL, 25460, PROT_READ, MAP_SHARED, 11, 0) = 0xb64e7000 close(11) = 0 futex(0xb7e90a6c, FUTEX_WAKE, 2147483647) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_MEASUREMENT", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_MEASUREMENT", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0 mmap2(NULL, 23, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e6000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_TELEPHONE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_TELEPHONE", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=56, ...}) = 0 mmap2(NULL, 56, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e5000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_ADDRESS", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_ADDRESS", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=127, ...}) = 0 mmap2(NULL, 127, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e4000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_NAME", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_NAME", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=62, ...}) = 0 mmap2(NULL, 62, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e3000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_PAPER", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_PAPER", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 mmap2(NULL, 34, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e2000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_MESSAGES", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_MESSAGES", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 close(11) = 0 open("/usr/lib/locale/fr_FR.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0 mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e1000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_MONETARY", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_MONETARY", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=294, ...}) = 0 mmap2(NULL, 294, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb64e0000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_COLLATE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_COLLATE", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=880086, ...}) = 0 mmap2(NULL, 880086, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb5e27000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_TIME", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_TIME", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=2354, ...}) = 0 mmap2(NULL, 2354, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb7ebe000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_NUMERIC", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_NUMERIC", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0 mmap2(NULL, 54, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb6ec6000 close(11) = 0 open("/usr/lib/locale/fr_FR.UTF-8/LC_CTYPE", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/locale/fr_FR.utf8/LC_CTYPE", O_RDONLY) = 11 fstat64(11, {st_mode=S_IFREG|0644, st_size=238464, ...}) = 0 mmap2(NULL, 238464, PROT_READ, MAP_PRIVATE, 11, 0) = 0xb5dec000 close(11) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1082, ...}) = 0 chdir("/home/steven/request_dev") = 0 lstat64(".lang/fr_FR.mo", 0xbf837b64) = -1 ENOENT (No such file or directory) chdir("/home/steven/request_dev") = 0 lstat64(".lang/fr.mo", 0xbf837b64) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr_FR/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr_FR/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr.UTF-8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr.utf8/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale-langpack/fr/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/fr/LC_MESSAGES/gb.mo", O_RDONLY) = -1 ENOENT (No such file or directory) getcwd("/home/steven/request_dev", 4096) = 25 uname({sys="Linux", node="steven", ...}) = 0 socket(PF_FILE, SOCK_STREAM, 0) = 11 uname({sys="Linux", node="steven", ...}) = 0 uname({sys="Linux", node="steven", ...}) = 0 connect(11, {sa_family=AF_FILE, path="/tmp/.X11-unix/X0"}, 19) = 0 uname({sys="Linux", node="steven", ...}) = 0 fcntl64(11, F_SETFD, FD_CLOEXEC) = 0 access("/root/.xauthWkA2It", R_OK) = 0 open("/root/.xauthWkA2It", O_RDONLY) = 12 fstat64(12, {st_mode=S_IFREG|0600, st_size=51, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5deb000 read(12, "\1\0\0\6steven\0\0010\0\22MIT-MAGIC-COOKIE-"..., 4096) = 51 read(12, "", 4096) = 0 close(12) = 0 From rospolosco at ...152... Sat Nov 10 13:59:31 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 13:59:31 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101304.49366.gambas@...1...> References: <200711091628.57147.rospolosco@...152...> <200711101259.58365.rospolosco@...152...> <200711101304.49366.gambas@...1...> Message-ID: <200711101359.31971.rospolosco@...152...> Alle 13:04, sabato 10 novembre 2007, Benoit Minisini ha scritto: > On samedi 10 novembre 2007, Stefano Palmeri wrote: > > Alle 12:44, sabato 10 novembre 2007, Benoit Minisini ha scritto: > > > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > > > Alle 20:11, venerd? 9 novembre 2007, Benoit Minisini ha scritto: > > > > > On vendredi 9 novembre 2007, Stefano Palmeri wrote: > > > > > > Hi, Benoit > > > > > > > > > > > > Playing with Quote() in a SHELL command I discovered that > > > > > > Quote() is not able to manage special italian chars. I don't > > > > > > know if the bug(?) exists with other languages. > > > > > > > > > > > > Here is an example and the result: > > > > > > > > > > > > PUBLIC SUB Main() > > > > > > > > > > > > PRINT Quote("?, pi?, per?, perch?") > > > > > > > > > > > > END > > > > > > > > > > > > "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > > > > > > > > > > > > > Stefano > > > > > > > > > > Actually, if you type > > > > > > > > > > PRINT "\xC3\xA8, pi\xC3\xB9, per\xC3\xB2, perch\xC3\xA9" > > > > > > > > > > you should get the original string. > > > > > > > > Yes, but it's not very comfortable :-) > > > > > > > > > But apparently there is a bug in the compiler. You have to add a > > > > > space at the end of the string. I will fix it as soon as possible. > > > > > > > > Anyway, adding a space didn't solve the little bug. At the > > > > moment I use a PersonalQuote() function as workaround. > > > > > > > > Regards, > > > > > > > > Stefano > > > > > > I fixed the bug in the last revision, but why do you need to quote > > > strings differently from what does the Quote() function? > > > > No, no. I don't need a different behaviour. I need a normal behaviour, > > but Quote() was buggy with special chars. > > As I told you, I was playing, with SHELL. Exactly I was oggencodin a file > > called "F. B. - Gravit? Permanente.wav". > > > > I had to Quote() the file in the SHELL command, because oggenc > > believes that name is not a single file. > > > > sfile = "F. B. - Gravit? Permanente.wav" > > SHELL "oggenc -q 6 " & Quote(sfile) WAIT > > > > but Quote() returned that bad char (instead of ?) and oggenc didn't find > > the file. So I found the bug. > > If I don't Quote() oggenc thinks that name is non a uniq file. > > > > As workaround I quoted myself with "\"" & sfile & "\"", and that's solved > > the question. > > > > I hope, I was clear. > > > > Thanks for fixing. I think I will test in the afternoon. > > > > Best regards, > > > > Stefano > > Quote() is not buggy. It is just not to be used with SHELL. You must use > the Quote.Shell() method if you want to send argument strings to the SHELL > command safely. > > Regards, Umh.. I didn't know about Quote.Shell. :-) Thanks, Stefano From rospolosco at ...152... Sat Nov 10 17:41:15 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 17:41:15 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101359.31971.rospolosco@...152...> References: <200711091628.57147.rospolosco@...152...> <200711101304.49366.gambas@...1...> <200711101359.31971.rospolosco@...152...> Message-ID: <200711101741.16405.rospolosco@...152...> Hi, Benoit. Downloaded and compiled last trunk. The Quote() little problem is still there. To me is not a great problem. I report it just for you to know. Best regards, Stefano Palmeri PUBLIC SUB Main() DIM sSpecialChars AS String sSpecialChars = "? ? ? ? ?" PRINT Quote(sSpecialChars) PRINT "\""; sSpecialChars; "\"" END result: "\xC3\xA0 \xC3\xB2 \xC3\xA8 \xC3\xAC \xC3\xB9" "? ? ? ? ?" From gambas at ...1... Sat Nov 10 17:43:58 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 17:43:58 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101741.16405.rospolosco@...152...> References: <200711091628.57147.rospolosco@...152...> <200711101359.31971.rospolosco@...152...> <200711101741.16405.rospolosco@...152...> Message-ID: <200711101743.58247.gambas@...1...> On samedi 10 novembre 2007, Stefano Palmeri wrote: > Hi, Benoit. > > Downloaded and compiled last trunk. > The Quote() little problem is still there. To me is not > a great problem. I report it just for you to know. > > Best regards, > Stefano Palmeri > > PUBLIC SUB Main() > > DIM sSpecialChars AS String > > sSpecialChars = "? ? ? ? ?" > PRINT Quote(sSpecialChars) > PRINT "\""; sSpecialChars; "\"" > > END > > result: > > "\xC3\xA0 \xC3\xB2 \xC3\xA8 \xC3\xAC \xC3\xB9" > "? ? ? ? ?" > There is no problem: the quoted string is exactly what it should be. -- Benoit Minisini From rospolosco at ...152... Sat Nov 10 17:47:27 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 17:47:27 +0100 Subject: [Gambas-user] SVN trunk and new poppler dependencies Message-ID: <200711101747.27278.rospolosco@...152...> Hi. Latest trunk version gave me an error when compiling gb.pdf: /usr/local/include/poppler/TextOutputDev.h:577: note: candidates are: GBool TextOutputDev::findText(Unicode*, int, GBool, GBool, GBool, GBool, double*, double*, double*, double*) CPdfDocument.cpp:1217: error: 'class Page' has no member named 'getMediaHeight' CPdfDocument.cpp:1224: error: 'class Page' has no member named 'getMediaWidth' CPdfDocument.cpp:1225: error: 'class Page' has no member named 'getMediaHeight' CPdfDocument.cpp:1234: error: 'class Page' has no member named 'getMediaWidth' make[2]: *** [CPdfDocument.lo] Error 1 make[2]: Leaving directory `/home/stefano/src/gambas-trunk/trunk/gb.pdf/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/stefano/src/gambas-trunk/trunk/gb.pdf' make: *** [all] Error 2 I had on my system poppler-0.4.5 that worked with gambas-1.9.90. The configure process didn't check the minimum version of poppler that is *now* required. After upgraded to poppler 0.6.2. gb.pdf compiled without errors. Stefano From rospolosco at ...152... Sat Nov 10 17:51:10 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 17:51:10 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101743.58247.gambas@...1...> References: <200711091628.57147.rospolosco@...152...> <200711101741.16405.rospolosco@...152...> <200711101743.58247.gambas@...1...> Message-ID: <200711101751.10480.rospolosco@...152...> Alle 17:43, sabato 10 novembre 2007, Benoit Minisini ha scritto: > On samedi 10 novembre 2007, Stefano Palmeri wrote: > > Hi, Benoit. > > > > Downloaded and compiled last trunk. > > The Quote() little problem is still there. To me is not > > a great problem. I report it just for you to know. > > > > Best regards, > > Stefano Palmeri > > > > PUBLIC SUB Main() > > > > DIM sSpecialChars AS String > > > > sSpecialChars = "? ? ? ? ?" > > PRINT Quote(sSpecialChars) > > PRINT "\""; sSpecialChars; "\"" > > > > END > > > > result: > > > > "\xC3\xA0 \xC3\xB2 \xC3\xA8 \xC3\xAC \xC3\xB9" > > "? ? ? ? ?" > > There is no problem: the quoted string is exactly what it should be. Sorry, could you redirect me to some page that explains the Quote() function and what it's used for? :-) Thanks, Stefano From steven at ...1652... Sat Nov 10 18:00:32 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Sat, 10 Nov 2007 18:00:32 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711101350.58997.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711101251.35438.gambas@...1...> <200711101350.58997.steven@...1652...> Message-ID: <200711101800.32412.steven@...1652...> Maybe thius helps : If I do gambas2 from an 'fresh' - just installed user I get : steven2 at ...1686...:~> gambas2 Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed steven2 at ...1686...:~> If I start an application from steven Desktop with command : '/home/steven/request_dev/request.gambas' The project starts ok. Only if I type gambas2 the application "hangs". It's just the startup screen where you select your project that's NOT showing. Regards From gambas at ...1... Sat Nov 10 18:05:33 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 18:05:33 +0100 Subject: [Gambas-user] SVN trunk and new poppler dependencies In-Reply-To: <200711101747.27278.rospolosco@...152...> References: <200711101747.27278.rospolosco@...152...> Message-ID: <200711101805.34041.gambas@...1...> On samedi 10 novembre 2007, Stefano Palmeri wrote: > Hi. > > Latest trunk version gave me an error when compiling gb.pdf: > > /usr/local/include/poppler/TextOutputDev.h:577: note: candidates are: GBool > TextOutputDev::findText(Unicode*, int, GBool, GBool, GBool, GBool, double*, > double*, double*, double*) > CPdfDocument.cpp:1217: error: 'class Page' has no member > named 'getMediaHeight' > CPdfDocument.cpp:1224: error: 'class Page' has no member named > 'getMediaWidth' CPdfDocument.cpp:1225: error: 'class Page' has no member > named 'getMediaHeight' > CPdfDocument.cpp:1234: error: 'class Page' has no member named > 'getMediaWidth' make[2]: *** [CPdfDocument.lo] Error 1 > make[2]: Leaving directory > `/home/stefano/src/gambas-trunk/trunk/gb.pdf/src' make[1]: *** > [all-recursive] Error 1 > make[1]: Leaving directory `/home/stefano/src/gambas-trunk/trunk/gb.pdf' > make: *** [all] Error 2 > > I had on my system poppler-0.4.5 that worked with gambas-1.9.90. > > The configure process didn't check the minimum version of poppler > that is *now* required. > > After upgraded to poppler 0.6.2. gb.pdf compiled without errors. > > Stefano > OK, I will add poppler >= 0.5 as requirement. Regards, -- Benoit Minisini From gambas at ...1... Sat Nov 10 18:10:52 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 18:10:52 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101751.10480.rospolosco@...152...> References: <200711091628.57147.rospolosco@...152...> <200711101743.58247.gambas@...1...> <200711101751.10480.rospolosco@...152...> Message-ID: <200711101810.52812.gambas@...1...> On samedi 10 novembre 2007, Stefano Palmeri wrote: > > Sorry, could you redirect me to some page that explains the Quote() > function and what it's used for? :-) > Thanks, > > Stefano > You can use Quote() to store arbitrary strings on one line in a settings file. Then you will use UnQuote() to read it later, and get the original string. As written in the wiki, it quotes a string for the Gambas interpreter, i.e. it transforms a string into something than can be evaluated to the same string by the Gambas interpreter. So: PRINT Eval(Quote(AnyString)) is an exact equivalent of PRINT AnyString Regards, -- Benoit Minisini From rospolosco at ...152... Sat Nov 10 18:18:52 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 18:18:52 +0100 Subject: [Gambas-user] Quote() doesn't manage special italian chars - bug? In-Reply-To: <200711101810.52812.gambas@...1...> References: <200711091628.57147.rospolosco@...152...> <200711101751.10480.rospolosco@...152...> <200711101810.52812.gambas@...1...> Message-ID: <200711101818.52868.rospolosco@...152...> Alle 18:10, sabato 10 novembre 2007, Benoit Minisini ha scritto: > On samedi 10 novembre 2007, Stefano Palmeri wrote: > > Sorry, could you redirect me to some page that explains the Quote() > > function and what it's used for? :-) > > Thanks, > > > > Stefano > > You can use Quote() to store arbitrary strings on one line in a settings > file. Then you will use UnQuote() to read it later, and get the original > string. > > As written in the wiki, it quotes a string for the Gambas interpreter, i.e. > it transforms a string into something than can be evaluated to the same > string by the Gambas interpreter. > > So: > > PRINT Eval(Quote(AnyString)) > > is an exact equivalent of > > PRINT AnyString > > Regards, Ok, now it's clear. But the explanation in the current help online is a bit less clear (for a hobbist/newbie like me): ------------------------------------------------------------------------- Syntax STATIC FUNCTION Quote ( String AS String ) AS String Quotes a string by using the Gambas string syntax. Example PRINT Quote("This is not a \"quoted\"\nmulti-line string.") This is not a \"quoted\"\nmulti-line string. -------------------------------------------------------------------------- Anyway, thanks for attention. Regards, Stefano From rospolosco at ...152... Sat Nov 10 18:38:38 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Sat, 10 Nov 2007 18:38:38 +0100 Subject: [Gambas-user] created autotools package doesn't work Message-ID: <200711101838.38583.rospolosco@...152...> Hi, again. Testing the last trunk, I found a couple of bugs in autotools package. 1) if the project uses a local component, package is not created because component is not found 2) the path of Gambas executables is not stored correctly in Makefile after configuring. I've attached a package created with last trunk. .configure is Ok when make I get: Compiling gac project... /bin/sh: line 1: /usr/local/gbc2: No such file or directory /bin/sh: line 2: /usr/local/gba2: No such file or directory make: *** [all] Error 127 Regards, Stefano -------------- next part -------------- A non-text attachment was scrubbed... Name: gac-0.0.4.tar.gz Type: application/x-tgz Size: 61450 bytes Desc: not available URL: From epileg at ...626... Sat Nov 10 18:48:01 2007 From: epileg at ...626... (=?UTF-8?B?RXDDrWxlZw==?=) Date: Sat, 10 Nov 2007 18:48:01 +0100 Subject: [Gambas-user] importing a translation Message-ID: <4735EED1.6010903@...626...> Hello, In my Gambas 2 IDE (svn 811), when I import a translation from a .po file into a program, the .mo file is not automatically generated or upgraded so the application is not shown with the last translation. Regards, Ep?leg. From gambas at ...1... Sat Nov 10 19:01:16 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 10 Nov 2007 19:01:16 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <4735EED1.6010903@...626...> References: <4735EED1.6010903@...626...> Message-ID: <200711101901.17081.gambas@...1...> On samedi 10 novembre 2007, Ep?leg wrote: > Hello, > > In my Gambas 2 IDE (svn 811), when I import a translation from a .po file > into a program, the .mo file is not automatically generated or upgraded so > the application is not shown with the last translation. > > Regards, > Ep?leg. > Can you detail exactly what are you doing, and which file you want to import? -- Benoit Minisini From epileg at ...626... Sat Nov 10 19:15:41 2007 From: epileg at ...626... (=?UTF-8?B?RXDDrWxlZw==?=) Date: Sat, 10 Nov 2007 19:15:41 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <200711101901.17081.gambas@...1...> References: <4735EED1.6010903@...626...> <200711101901.17081.gambas@...1...> Message-ID: <4735F54D.9060003@...626...> En/na Benoit Minisini ha escrit: > On samedi 10 novembre 2007, Ep?leg wrote: >> Hello, >> >> In my Gambas 2 IDE (svn 811), when I import a translation from a .po file >> into a program, the .mo file is not automatically generated or upgraded so >> the application is not shown with the last translation. >> >> Regards, >> Ep?leg. >> > > Can you detail exactly what are you doing, and which file you want to import? > Ok I do the following steps: -create a graphic application whit just a form with a button -select the application as translatable, translate and export it into a .po file (the application is shown translated) -delete the actual translation -import the .po file (the application appears to be not translated) this case happens if the translation maintainer uses another program to do this. regards, Ep?leg. From gambas.fr at ...626... Sat Nov 10 21:52:14 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 10 Nov 2007 21:52:14 +0100 Subject: [Gambas-user] Gambas 2.0 RC1 article In-Reply-To: <200711061203.25508.gambas@...1...> References: <200711061203.25508.gambas@...1...> Message-ID: <200711102152.14799.gambas.fr@...626...> Le Tuesday 06 November 2007 12:03:25 Benoit Minisini, vous avez ?crit?: > Hi, > > I think that the article for Gambas 2 RC1 at > http://gambasdoc.org/help/doc/release is almost finished. > > Feel free to read it, comment it and fix it before too much rubbish is > thrown out to the face of the world. :-) > > Regards, The French traduction is ready... you can put an eyes on it ... Fabien From epileg at ...626... Sun Nov 11 13:09:07 2007 From: epileg at ...626... (=?UTF-8?B?RXDDrWxlZw==?=) Date: Sun, 11 Nov 2007 13:09:07 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <200711101901.17081.gambas@...1...> References: <4735EED1.6010903@...626...> <200711101901.17081.gambas@...1...> Message-ID: <4736F0E3.6020103@...626...> En/na Benoit Minisini ha escrit: > On samedi 10 novembre 2007, Ep?leg wrote: >> Hello, >> >> In my Gambas 2 IDE (svn 811), when I import a translation from a .po file >> into a program, the .mo file is not automatically generated or upgraded so >> the application is not shown with the last translation. >> >> Regards, >> Ep?leg. >> > > Can you detail exactly what are you doing, and which file you want to import? > It's possible to create or upgrade the *.mo file when is imported a *.po translation file in Gambas2, as the Gambas2 ide do when the translation is edited? Thanks, Ep?leg. From gambas at ...1... Mon Nov 12 13:08:35 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 12 Nov 2007 13:08:35 +0100 Subject: [Gambas-user] Serious things start :-) Message-ID: <200711121308.35409.gambas@...1...> As things seems to be a little more quiet now, I tagged the 1.9.91 version on the subversion repository. Some problems remain according to the mailing-list and the bug tracker: * The bug with the autotools packages made by the IDE: Laurent? :-) * Strange things happens on Steven Lobbezoo's computer where Gambas does not display anything unless started as root. * Some crash when pulseaudio is activated on Gareth Bult's machine. The 2.0 RC1 release article were slightly modified (sorry for the translators) Now I will generate the release in a few hours, making the source archive and trying to compile it on my machine as usual. So there is a few time for last minute changes :-) I think I will submit the article on OSNews.com, and the french version on LinuxFr.org (maybe in a shorter version). If you want to suggest other sites, tell me. But I don't want to make a flood too! Regards, -- Benoit Minisini From dcamposf at ...626... Mon Nov 12 13:36:53 2007 From: dcamposf at ...626... (Daniel Campos) Date: Mon, 12 Nov 2007 13:36:53 +0100 Subject: [Gambas-user] Serious things start :-) In-Reply-To: <200711121308.35409.gambas@...1...> References: <200711121308.35409.gambas@...1...> Message-ID: <7259b5ae0711120436x29e38e0bw83e83587235dce8f@...627...> Hi: > * Strange things happens on Steven Lobbezoo's computer where Gambas does not > display anything unless started as root. > the latest SVN version works OK here both with gnuLinEx 2006 and Debian Lenny. > > The 2.0 RC1 release article were slightly modified (sorry for the translators) > Bah, a few lines :-) done in Spanish > > I think I will submit the article on OSNews.com, and the french version on > LinuxFr.org (maybe in a shorter version). If you want to suggest other sites, > tell me. But I don't want to make a flood too! > Slashdot? Daniel From david_villalobos_c at ...43... Mon Nov 12 13:47:17 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Mon, 12 Nov 2007 04:47:17 -0800 (PST) Subject: [Gambas-user] Class Key Message-ID: <317814.90609.qm@...1670...> Hi all, it is just a small question... but as usual, I want to know why... I add this SUB to my Forms so they can be closed I the user press the ESC key: PUBLIC SUB Form1_KeyPress() IF Key.Code = Key.Esc THEN ME.Close() END IF END SUB I thought this code should work: IF Key.Esc THEN ME.Close() END IF ... And actually does, but the Form is closed if you press: ESC, ALT, TAB, SHIFT and BLOQ. I now Key.Esc is a Constant not a Property, but I you press A, B, F1, etc, the Form isn't closed. My question is: Why if we press: ESC, ALT, TAB, SHIFT and BLOQ, Key.Esc returns TRUE, and if we press: A, B, F1, etc, it retuns FALSE? I don't know if it is a bug or I'm doing something wrong... Best regards... David __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- A non-text attachment was scrubbed... Name: Error-0.0.1.tar.gz Type: application/gzip Size: 4163 bytes Desc: not available URL: From gambas at ...1... Mon Nov 12 13:59:26 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 12 Nov 2007 13:59:26 +0100 Subject: [Gambas-user] Class Key In-Reply-To: <317814.90609.qm@...1670...> References: <317814.90609.qm@...1670...> Message-ID: <200711121359.26956.gambas@...1...> On lundi 12 novembre 2007, David Villalobos Cambronero wrote: > Hi all, it is just a small question... but as usual, I want to know why... > > I add this SUB to my Forms so they can be closed I the user press the ESC > key: > > PUBLIC SUB Form1_KeyPress() > > IF Key.Code = Key.Esc THEN > ME.Close() > END IF > > END SUB > > I thought this code should work: > > IF Key.Esc THEN > > ME.Close() > > END IF > > ... And actually does, but the Form is closed if you press: ESC, ALT, > TAB, SHIFT and BLOQ. > > I now Key.Esc is a Constant not a Property, but I you press A, B, F1, etc, > the Form isn't closed. > > My question is: Why if we press: ESC, ALT, TAB, SHIFT and BLOQ, Key.Esc > returns TRUE, and if we press: A, B, F1, etc, it retuns FALSE? > > I don't know if it is a bug or I'm doing something wrong... > > Best regards... > > David > Key.Esc is a constant, it always returns the same thing (a non-zero value, so the test is always TRUE). Check when Form1_KeyPress is really called instead. Regards, -- Benoit Minisini From lordheavym at ...626... Mon Nov 12 14:01:44 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Mon, 12 Nov 2007 14:01:44 +0100 Subject: [Gambas-user] Serious things start :-) In-Reply-To: <200711121308.35409.gambas@...1...> References: <200711121308.35409.gambas@...1...> Message-ID: <200711121401.47842.lordheavym@...626...> Le Monday 12 November 2007 13:08:35 Benoit Minisini, vous avez ?crit?: > As things seems to be a little more quiet now, I tagged the 1.9.91 version > on the subversion repository. > > Some problems remain according to the mailing-list and the bug tracker: > > * The bug with the autotools packages made by the IDE: Laurent? :-) > Should be fixed :-) Is there any changes in System.Path value ? > * Strange things happens on Steven Lobbezoo's computer where Gambas does > not display anything unless started as root. > Perhaps some permission problems. Perhaps he should try to do a clean install ? > * Some crash when pulseaudio is activated on Gareth Bult's machine. > > The 2.0 RC1 release article were slightly modified (sorry for the > translators) > > Now I will generate the release in a few hours, making the source archive > and trying to compile it on my machine as usual. So there is a few time for > last minute changes :-) > > I think I will submit the article on OSNews.com, and the french version on > LinuxFr.org (maybe in a shorter version). If you want to suggest other > sites, tell me. But I don't want to make a flood too! > > Regards, ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From lordheavym at ...626... Mon Nov 12 14:02:46 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Mon, 12 Nov 2007 14:02:46 +0100 Subject: [Gambas-user] created autotools package doesn't work In-Reply-To: <200711101838.38583.rospolosco@...152...> References: <200711101838.38583.rospolosco@...152...> Message-ID: <200711121402.49523.lordheavym@...626...> Le Saturday 10 November 2007 18:38:38 Stefano Palmeri, vous avez ?crit?: > Hi, again. > > Testing the last trunk, I found a couple of bugs in autotools package. > > 1) if the project uses a local component, package is not created > because component is not found > > 2) the path of Gambas executables is not stored correctly in > Makefile after configuring. > > I've attached a package created with last trunk. > > .configure is Ok > > when make I get: > > Compiling gac project... > /bin/sh: line 1: /usr/local/gbc2: No such file or directory > /bin/sh: line 2: /usr/local/gba2: No such file or directory > make: *** [all] Error 127 > > Regards, > > Stefano It should be fixed in the last svn commit (815) ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From gambas at ...1... Mon Nov 12 14:01:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 12 Nov 2007 14:01:55 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <4735F54D.9060003@...626...> References: <4735EED1.6010903@...626...> <200711101901.17081.gambas@...1...> <4735F54D.9060003@...626...> Message-ID: <200711121401.55286.gambas@...1...> On samedi 10 novembre 2007, Ep?leg wrote: > En/na Benoit Minisini ha escrit: > > On samedi 10 novembre 2007, Ep?leg wrote: > >> Hello, > >> > >> In my Gambas 2 IDE (svn 811), when I import a translation from a .po > >> file into a program, the .mo file is not automatically generated or > >> upgraded so the application is not shown with the last translation. > >> > >> Regards, > >> Ep?leg. > > > > Can you detail exactly what are you doing, and which file you want to > > import? > > Ok > > I do the following steps: > > -create a graphic application whit just a form with a button > > -select the application as translatable, translate and export it into a .po > file > > (the application is shown translated) > > -delete the actual translation > > -import the .po file You must create the translation again before importing something into it. Did you do that? -- Benoit Minisini From robert at ...1786... Mon Nov 12 14:03:52 2007 From: robert at ...1786... (=?ISO-8859-1?Q?Robert_Ch=E9ramy?=) Date: Mon, 12 Nov 2007 14:03:52 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711101800.32412.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711101251.35438.gambas@...1...> <200711101350.58997.steven@...1652...> <200711101800.32412.steven@...1652...> Message-ID: <47384F38.8090000@...1786...> Hello Steven, I'm sorry if this a lame question but just to be sure: are you able to start "xterm" from the same shell you try to start gambas2 ? I'm asking this because things working as root but not as a normal user (even a brand new user) indicates an access right problem (like /dev/null not writeable for a user). Maybe you have a wrong $DISPLAY set or something like this. Please also try to move your /root folder (I assume this is where the home for user root is on your system) to /root.backup and create a new, empty /root folder. This is to test if there is a difference between a brand new root and a brand new user :-) Cheers, tibob Steven Lobbezoo schrieb: > Maybe thius helps : > > If I do gambas2 from an 'fresh' - just installed user I get : > steven2 at ...1686...:~> gambas2 > Session management error: Authentication Rejected, reason : None of the > authentication protocols specified are supported and host-based > authentication failed > > steven2 at ...1686...:~> > > If I start an application from steven Desktop with command : > '/home/steven/request_dev/request.gambas' > The project starts ok. > Only if I type gambas2 the application "hangs". > It's just the startup screen where you select your project that's NOT showing. > > Regards > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From steven at ...1652... Mon Nov 12 14:33:39 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 12 Nov 2007 14:33:39 +0100 Subject: [Gambas-user] Serious things start :-) In-Reply-To: <200711121401.47842.lordheavym@...626...> References: <200711121308.35409.gambas@...1...> <200711121401.47842.lordheavym@...626...> Message-ID: <200711121433.39633.steven@...1652...> Le lundi 12 novembre 2007 14:01, Laurent Carlier a ?crit?: > Le Monday 12 November 2007 13:08:35 Benoit Minisini, vous avez ?crit?: > > As things seems to be a little more quiet now, I tagged the 1.9.91 > > version on the subversion repository. > > > > Some problems remain according to the mailing-list and the bug tracker: > > > > * The bug with the autotools packages made by the IDE: Laurent? :-) > > Should be fixed :-) Is there any changes in System.Path value ? > > > * Strange things happens on Steven Lobbezoo's computer where Gambas does > > not display anything unless started as root. > > Perhaps some permission problems. Perhaps he should try to do a clean > install ? I did that. But i'll try again today. > > > * Some crash when pulseaudio is activated on Gareth Bult's machine. > > > > The 2.0 RC1 release article were slightly modified (sorry for the > > translators) > > > > Now I will generate the release in a few hours, making the source archive > > and trying to compile it on my machine as usual. So there is a few time > > for last minute changes :-) > > > > I think I will submit the article on OSNews.com, and the french version > > on LinuxFr.org (maybe in a shorter version). If you want to suggest other > > sites, tell me. But I don't want to make a flood too! > > > > Regards, > > ++ From steven at ...1652... Mon Nov 12 14:42:43 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 12 Nov 2007 14:42:43 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <47384F38.8090000@...1786...> References: <200711071320.06927.steven@...1652...> <200711101800.32412.steven@...1652...> <47384F38.8090000@...1786...> Message-ID: <200711121442.43808.steven@...1652...> Hi Robert, I tried out what you suggested : The results are below Steven Le lundi 12 novembre 2007 14:03, Robert Ch?ramy a ?crit?: > Hello Steven, > > I'm sorry if this a lame question but just to be sure: > are you able to start "xterm" from the same shell you try to start gambas2 > ? Yes, that works. > > I'm asking this because things working as root but not as a normal user > (even a brand new user) indicates an access right problem (like > /dev/null not writeable for a user). Maybe you have a wrong $DISPLAY set > or something like this. But, i did not change anything (exept from the automatic opensuse updates - which are all, as far as i remember, securaty related. > > Please also try to move your /root folder (I assume this is where the > home for user root is on your system) to /root.backup and create a new, > empty /root folder. This is to test if there is a difference between a > brand new root and a brand new user :-) Ok, i tried that the result is : steven:/ # gambas2 Xlib: connection to ":0.0" refused by server Xlib: No protocol specified gambas2: cannot connect to X server :0.0 steven:/ # > > Cheers, > > tibob > > Steven Lobbezoo schrieb: > > Maybe thius helps : > > > > If I do gambas2 from an 'fresh' - just installed user I get : > > steven2 at ...1686...:~> gambas2 > > Session management error: Authentication Rejected, reason : None of the > > authentication protocols specified are supported and host-based > > authentication failed > > > > steven2 at ...1686...:~> > > > > If I start an application from steven Desktop with command : > > '/home/steven/request_dev/request.gambas' > > The project starts ok. > > Only if I type gambas2 the application "hangs". > > It's just the startup screen where you select your project that's NOT > > showing. > > > > Regards > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From epileg at ...626... Mon Nov 12 15:27:14 2007 From: epileg at ...626... (=?UTF-8?B?RXDDrWxlZw==?=) Date: Mon, 12 Nov 2007 15:27:14 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <200711121401.55286.gambas@...1...> References: <4735EED1.6010903@...626...> <200711101901.17081.gambas@...1...> <4735F54D.9060003@...626...> <200711121401.55286.gambas@...1...> Message-ID: <473862C2.3070601@...626...> En/na Benoit Minisini ha escrit: > On samedi 10 novembre 2007, Ep?leg wrote: >> En/na Benoit Minisini ha escrit: >>> On samedi 10 novembre 2007, Ep?leg wrote: >>>> Hello, >>>> >>>> In my Gambas 2 IDE (svn 811), when I import a translation from a .po >>>> file into a program, the .mo file is not automatically generated or >>>> upgraded so the application is not shown with the last translation. >>>> >>>> Regards, >>>> Ep?leg. >>> Can you detail exactly what are you doing, and which file you want to >>> import? >> Ok >> >> I do the following steps: >> >> -create a graphic application whit just a form with a button >> >> -select the application as translatable, translate and export it into a .po >> file >> >> (the application is shown translated) >> >> -delete the actual translation >> >> -import the .po file > > You must create the translation again before importing something into it. Did > you do that? > Yes, I did that with same result. If I import a *.po file into an empty translation and check the 'show statistics', in the top-right corner of the window is shown '100%', but in the language is shown '0%' as you can see in the attachment. This change when some string is edited in gambas2 ide translation tool. I don't know why but when a translation is imported whit a *.po file, the *.mo file is not automatically updated. regards, Ep?leg. -------------- next part -------------- A non-text attachment was scrubbed... Name: image.png Type: image/png Size: 36318 bytes Desc: not available URL: From rospolosco at ...152... Mon Nov 12 15:44:56 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Mon, 12 Nov 2007 15:44:56 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711121442.43808.steven@...1652...> References: <200711071320.06927.steven@...1652...> <47384F38.8090000@...1786...> <200711121442.43808.steven@...1652...> Message-ID: <200711121544.57026.rospolosco@...152...> Alle 14:42, luned? 12 novembre 2007, Steven Lobbezoo ha scritto: > Hi Robert, > > I tried out what you suggested : > The results are below > > Steven > > Le lundi 12 novembre 2007 14:03, Robert Ch?ramy a ?crit?: > > Hello Steven, > > > > I'm sorry if this a lame question but just to be sure: > > are you able to start "xterm" from the same shell you try to start > > gambas2 ? > > Yes, that works. > > > I'm asking this because things working as root but not as a normal user > > (even a brand new user) indicates an access right problem (like > > /dev/null not writeable for a user). Maybe you have a wrong $DISPLAY set > > or something like this. > > But, i did not change anything (exept from the automatic opensuse updates - > which are all, as far as i remember, securaty related. > > > Please also try to move your /root folder (I assume this is where the > > home for user root is on your system) to /root.backup and create a new, > > empty /root folder. This is to test if there is a difference between a > > brand new root and a brand new user :-) > > Ok, i tried that the result is : > steven:/ # gambas2 > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > gambas2: cannot connect to X server :0.0 > steven:/ # Try as normal user, on console: xhost + then gambas2 Stefano > > > Cheers, > > > > tibob > > > > Steven Lobbezoo schrieb: > > > Maybe thius helps : > > > > > > If I do gambas2 from an 'fresh' - just installed user I get : > > > steven2 at ...1686...:~> gambas2 > > > Session management error: Authentication Rejected, reason : None of the > > > authentication protocols specified are supported and host-based > > > authentication failed > > > > > > steven2 at ...1686...:~> > > > > > > If I start an application from steven Desktop with command : > > > '/home/steven/request_dev/request.gambas' > > > The project starts ok. > > > Only if I type gambas2 the application "hangs". > > > It's just the startup screen where you select your project that's NOT > > > showing. > > > > > > Regards > > > > > > ----------------------------------------------------------------------- > > >-- This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From steven at ...1652... Mon Nov 12 17:01:26 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 12 Nov 2007 17:01:26 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711121544.57026.rospolosco@...152...> References: <200711071320.06927.steven@...1652...> <200711121442.43808.steven@...1652...> <200711121544.57026.rospolosco@...152...> Message-ID: <200711121701.26281.steven@...1652...> Le lundi 12 novembre 2007 15:44, Stefano Palmeri a ?crit?: > Alle 14:42, luned? 12 novembre 2007, Steven Lobbezoo ha scritto: > > Hi Robert, > > > > I tried out what you suggested : > > The results are below > > > > Steven > > > > Le lundi 12 novembre 2007 14:03, Robert Ch?ramy a ?crit?: > > > Hello Steven, > > > > > > I'm sorry if this a lame question but just to be sure: > > > are you able to start "xterm" from the same shell you try to start > > > gambas2 ? > > > > Yes, that works. > > > > > I'm asking this because things working as root but not as a normal user > > > (even a brand new user) indicates an access right problem (like > > > /dev/null not writeable for a user). Maybe you have a wrong $DISPLAY > > > set or something like this. > > > > But, i did not change anything (exept from the automatic opensuse updates > > - which are all, as far as i remember, securaty related. > > > > > Please also try to move your /root folder (I assume this is where the > > > home for user root is on your system) to /root.backup and create a new, > > > empty /root folder. This is to test if there is a difference between a > > > brand new root and a brand new user :-) > > > > Ok, i tried that the result is : > > steven:/ # gambas2 > > Xlib: connection to ":0.0" refused by server > > Xlib: No protocol specified > > > > gambas2: cannot connect to X server :0.0 > > steven:/ # > > Try as normal user, on console: > > xhost + > > then > > gambas2 > > Stefano > > > > Cheers, > > > > > > tibob > > > > > > Steven Lobbezoo schrieb: > > > > Maybe thius helps : > > > > > > > > If I do gambas2 from an 'fresh' - just installed user I get : > > > > steven2 at ...1686...:~> gambas2 > > > > Session management error: Authentication Rejected, reason : None of > > > > the authentication protocols specified are supported and host-based > > > > authentication failed > > > > > > > > steven2 at ...1686...:~> > > > > > > > > If I start an application from steven Desktop with command : > > > > '/home/steven/request_dev/request.gambas' > > > > The project starts ok. > > > > Only if I type gambas2 the application "hangs". > > > > It's just the startup screen where you select your project that's NOT > > > > showing. > > > > > > > > Regards > > > > > > > > --------------------------------------------------------------------- > > > >-- -- This SF.net email is sponsored by: Splunk Inc. > > > > Still grepping through log files to find problems? Stop. > > > > Now Search log events and configuration files using AJAX and a > > > > browser. Download your FREE copy of Splunk now >> > > > > http://get.splunk.com/ > > > > _______________________________________________ > > > > Gambas-user mailing list > > > > Gambas-user at lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > ----------------------------------------------------------------------- > > >-- This SF.net email is sponsored by: Splunk Inc. > > > Still grepping through log files to find problems? Stop. > > > Now Search log events and configuration files using AJAX and a browser. > > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user I did try this. when I do xhost + I get back : access control disabled, clients can connect from any host Then gambas2 does not come back, the app hangs ... So : The same result, it's not the Xserver refusing acces. Thanks anyway for the tip . Steven From steven at ...1652... Mon Nov 12 18:16:07 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 12 Nov 2007 18:16:07 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711121442.43808.steven@...1652...> References: <200711071320.06927.steven@...1652...> <47384F38.8090000@...1786...> <200711121442.43808.steven@...1652...> Message-ID: <200711121816.07687.steven@...1652...> The stragest thing happens now: If I start my app by going into the deveopment directory and cliqing the .gambas file, it starts. I can see the interface. I can use the application. Under KDE it runs just fine, under Gnome I can only use it for 1 minute or so, then it hangs. The gambas2 command still hangs (KDE and Gnome). Steven From gambas at ...1... Tue Nov 13 10:08:43 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Nov 2007 10:08:43 +0100 Subject: [Gambas-user] 1.9.91 package uploaded Message-ID: <200711131008.43479.gambas@...1...> Hi, The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. Please just confirm me that there is no problem with it, before I make the official release. Regards, -- Benoit Minisini From lordheavym at ...626... Tue Nov 13 10:38:31 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 10:38:31 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131008.43479.gambas@...1...> References: <200711131008.43479.gambas@...1...> Message-ID: <200711131038.34627.lordheavym@...626...> Le Tuesday 13 November 2007 10:08:43 Benoit Minisini, vous avez ?crit?: > Hi, > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > Please just confirm me that there is no problem with it, before I make the > official release. > > Regards, The changelog isn't updated ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From gambas at ...1... Tue Nov 13 10:42:52 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Nov 2007 10:42:52 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131038.34627.lordheavym@...626...> References: <200711131008.43479.gambas@...1...> <200711131038.34627.lordheavym@...626...> Message-ID: <200711131042.52685.gambas@...1...> On mardi 13 novembre 2007, Laurent Carlier wrote: > Le Tuesday 13 November 2007 10:08:43 Benoit Minisini, vous avez ?crit?: > > Hi, > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > Please just confirm me that there is no problem with it, before I make > > the official release. > > > > Regards, > > The changelog isn't updated > > ++ Oops. -- Benoit Minisini From eilert-sprachen at ...221... Tue Nov 13 10:46:51 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Tue, 13 Nov 2007 10:46:51 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131008.43479.gambas@...1...> References: <200711131008.43479.gambas@...1...> Message-ID: <4739728B.901@...221...> Benoit Minisini schrieb: > Hi, > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > Please just confirm me that there is no problem with it, before I make the > official release. > > Regards, > You forgot to mention it on the Download page. So they will never know it... :-) Rolf From lordheavym at ...626... Tue Nov 13 10:53:49 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 10:53:49 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131042.52685.gambas@...1...> References: <200711131008.43479.gambas@...1...> <200711131038.34627.lordheavym@...626...> <200711131042.52685.gambas@...1...> Message-ID: <200711131053.51523.lordheavym@...626...> Le Tuesday 13 November 2007 10:42:52 Benoit Minisini, vous avez ?crit?: > On mardi 13 novembre 2007, Laurent Carlier wrote: > > Le Tuesday 13 November 2007 10:08:43 Benoit Minisini, vous avez ?crit?: > > > Hi, > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > > > Please just confirm me that there is no problem with it, before I make > > > the official release. > > > > > > Regards, > > > > The changelog isn't updated > > > > ++ > > Oops. otherwise it seems to build and install fine for me. ;-) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From lordheavym at ...626... Tue Nov 13 10:54:37 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 10:54:37 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <4739728B.901@...221...> References: <200711131008.43479.gambas@...1...> <4739728B.901@...221...> Message-ID: <200711131054.40144.lordheavym@...626...> Le Tuesday 13 November 2007 10:46:51 Rolf-Werner Eilert, vous avez ?crit?: > Benoit Minisini schrieb: > > Hi, > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > Please just confirm me that there is no problem with it, before I make > > the official release. > > > > Regards, > > You forgot to mention it on the Download page. So they will never know > it... > > :-) > > Rolf > yes beacuase it's a pre-load to check if all is fine before a release :-) ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From epileg at ...626... Tue Nov 13 11:23:29 2007 From: epileg at ...626... (=?ISO-8859-1?Q?Ep=EDleg?=) Date: Tue, 13 Nov 2007 11:23:29 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131008.43479.gambas@...1...> References: <200711131008.43479.gambas@...1...> Message-ID: <47397B21.6060905@...626...> En/na Benoit Minisini ha escrit: > Hi, > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > Please just confirm me that there is no problem with it, before I make the > official release. > > Regards, > In the source of 'gambas2' and 'gambas-database-manager', the version number is 1.9.90 regards, Ep?leg. From gambas at ...1... Tue Nov 13 11:39:35 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Nov 2007 11:39:35 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <47397B21.6060905@...626...> References: <200711131008.43479.gambas@...1...> <47397B21.6060905@...626...> Message-ID: <200711131139.35821.gambas@...1...> On mardi 13 novembre 2007, Ep?leg wrote: > En/na Benoit Minisini ha escrit: > > Hi, > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > Please just confirm me that there is no problem with it, before I make > > the official release. > > > > Regards, > > In the source of 'gambas2' and 'gambas-database-manager', the version > number is 1.9.90 > > regards, > Ep?leg. > Yes, because the gambas projects are compiled at installation time, so you always have the previous version in the .project files. -- Benoit Minisini From epileg at ...626... Tue Nov 13 11:52:35 2007 From: epileg at ...626... (=?ISO-8859-1?Q?Ep=EDleg?=) Date: Tue, 13 Nov 2007 11:52:35 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131139.35821.gambas@...1...> References: <200711131008.43479.gambas@...1...> <47397B21.6060905@...626...> <200711131139.35821.gambas@...1...> Message-ID: <473981F3.7040902@...626...> En/na Benoit Minisini ha escrit: > Yes, because the gambas projects are compiled at installation time, so you > always have the previous version in the .project files. > pardon :-[ From rospolosco at ...152... Tue Nov 13 12:11:08 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 13 Nov 2007 12:11:08 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131008.43479.gambas@...1...> References: <200711131008.43479.gambas@...1...> Message-ID: <200711131211.08599.rospolosco@...152...> Alle 10:08, marted? 13 novembre 2007, Benoit Minisini ha scritto: > Hi, > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > Please just confirm me that there is no problem with it, before I make the > official release. > > Regards, When you are doing something, you have against you every people doing the same thing, every people doing the opposite thing, and the very large majority of people doing nothing. Who's the author? To 2.0 article translators: there are some little changes to apply. Best regards and con-gra-tu-la-tions for the new release, Stefano Palmeri From gambas at ...1... Tue Nov 13 12:15:01 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Nov 2007 12:15:01 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131211.08599.rospolosco@...152...> References: <200711131008.43479.gambas@...1...> <200711131211.08599.rospolosco@...152...> Message-ID: <200711131215.01534.gambas@...1...> On mardi 13 novembre 2007, Stefano Palmeri wrote: > Alle 10:08, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > Hi, > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > Please just confirm me that there is no problem with it, before I make > > the official release. > > > > Regards, > > When you are doing something, you have against you every people doing the > same thing, every people doing the opposite thing, and the very large > majority of people doing nothing. > > Who's the author? > I have just added it. :-) It is actually adapted from a quote attributed to Confucius. -- Benoit Minisini From gambas at ...1... Tue Nov 13 12:31:22 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Nov 2007 12:31:22 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131008.43479.gambas@...1...> References: <200711131008.43479.gambas@...1...> Message-ID: <200711131231.22754.gambas@...1...> On mardi 13 novembre 2007, Benoit Minisini wrote: > Hi, > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > Please just confirm me that there is no problem with it, before I make the > official release. > > Regards, The ChangeLog was fixed, and I uploaded a new package. -- Benoit Minisini From rospolosco at ...152... Tue Nov 13 12:53:59 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 13 Nov 2007 12:53:59 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131231.22754.gambas@...1...> References: <200711131008.43479.gambas@...1...> <200711131231.22754.gambas@...1...> Message-ID: <200711131253.59827.rospolosco@...152...> Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > On mardi 13 novembre 2007, Benoit Minisini wrote: > > Hi, > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > Please just confirm me that there is no problem with it, before I make > > the official release. > > > > Regards, > > The ChangeLog was fixed, and I uploaded a new package. Just downloaded and compiled without problems. I have to report a little problem in autotools packager wizard. It's a very little problem but I have to report before the 2.0 final will be out. I created a component called gb.quote and it was installed by the IDE in ~/local/lib/gambas2. The when I try to package a project that uses the local component gb.quote, the autotools package creation fails: checking for gb.qt component... Ok checking for gb.form component... Ok checking for gb.qt.kde component... Ok checking for gb.web component... Ok checking for gb.quote component... No configure: error: Failed to find gb.quote component ! make dist make: *** No rule to make target `dist'. Stop. The package build has failed. Package.MakeAutotoolsPackage.1048: Out of bounds I remark that this is not a great problem. Probably there's something to do with the packaging of local personal components or disabling autotools when the project requires some local component. Regards, Stefano Palmeri From lordheavym at ...626... Tue Nov 13 13:04:26 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 13:04:26 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131253.59827.rospolosco@...152...> References: <200711131008.43479.gambas@...1...> <200711131231.22754.gambas@...1...> <200711131253.59827.rospolosco@...152...> Message-ID: <200711131304.31079.lordheavym@...626...> Le Tuesday 13 November 2007 12:53:59 Stefano Palmeri, vous avez ?crit?: > Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > On mardi 13 novembre 2007, Benoit Minisini wrote: > > > Hi, > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > > > Please just confirm me that there is no problem with it, before I make > > > the official release. > > > > > > Regards, > > > > The ChangeLog was fixed, and I uploaded a new package. > > Just downloaded and compiled without problems. > > I have to report a little problem in autotools packager wizard. It's > a very little problem but I have to report before the 2.0 final will be > out. > > I created a component called gb.quote and it was installed by the IDE in > ~/local/lib/gambas2. > > The when I try to package a project that uses the local component > gb.quote, the autotools package creation fails: > > checking for gb.qt component... Ok > checking for gb.form component... Ok > checking for gb.qt.kde component... Ok > checking for gb.web component... Ok > checking for gb.quote component... No > configure: error: Failed to find gb.quote component ! > make dist > make: *** No rule to make target `dist'. Stop. > > The package build has failed. > Package.MakeAutotoolsPackage.1048: Out of bounds > > I remark that this is not a great problem. Probably there's something > to do with the packaging of local personal components or disabling > autotools when the project requires some local component. > > Regards, > > Stefano Palmeri > > If i understand, gb.quote is a local component, and you try to build a project using it ? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From lordheavym at ...626... Tue Nov 13 13:25:01 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 13:25:01 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131253.59827.rospolosco@...152...> References: <200711131008.43479.gambas@...1...> <200711131231.22754.gambas@...1...> <200711131253.59827.rospolosco@...152...> Message-ID: <200711131325.05027.lordheavym@...626...> Le Tuesday 13 November 2007 12:53:59 Stefano Palmeri, vous avez ?crit?: > Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > On mardi 13 novembre 2007, Benoit Minisini wrote: > > > Hi, > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > > > Please just confirm me that there is no problem with it, before I make > > > the official release. > > > > > > Regards, > > > > The ChangeLog was fixed, and I uploaded a new package. > > Just downloaded and compiled without problems. > > I have to report a little problem in autotools packager wizard. It's > a very little problem but I have to report before the 2.0 final will be > out. > > I created a component called gb.quote and it was installed by the IDE in > ~/local/lib/gambas2. > > The when I try to package a project that uses the local component > gb.quote, the autotools package creation fails: > > checking for gb.qt component... Ok > checking for gb.form component... Ok > checking for gb.qt.kde component... Ok > checking for gb.web component... Ok > checking for gb.quote component... No > configure: error: Failed to find gb.quote component ! > make dist > make: *** No rule to make target `dist'. Stop. > > The package build has failed. > Package.MakeAutotoolsPackage.1048: Out of bounds > > I remark that this is not a great problem. Probably there's something > to do with the packaging of local personal components or disabling > autotools when the project requires some local component. > > Regards, > > Stefano Palmeri > Ok, i've found the problem. If a component isn't found, it will search for it as a local component. ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From lordheavym at ...626... Tue Nov 13 13:38:35 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 13:38:35 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131253.59827.rospolosco@...152...> References: <200711131008.43479.gambas@...1...> <200711131231.22754.gambas@...1...> <200711131253.59827.rospolosco@...152...> Message-ID: <200711131338.39081.lordheavym@...626...> Le Tuesday 13 November 2007 12:53:59 Stefano Palmeri, vous avez ?crit?: > Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > On mardi 13 novembre 2007, Benoit Minisini wrote: > > > Hi, > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. > > > > > > Please just confirm me that there is no problem with it, before I make > > > the official release. > > > > > > Regards, > > > > The ChangeLog was fixed, and I uploaded a new package. > > Just downloaded and compiled without problems. > > I have to report a little problem in autotools packager wizard. It's > a very little problem but I have to report before the 2.0 final will be > out. > > I created a component called gb.quote and it was installed by the IDE in > ~/local/lib/gambas2. > > The when I try to package a project that uses the local component > gb.quote, the autotools package creation fails: > > checking for gb.qt component... Ok > checking for gb.form component... Ok > checking for gb.qt.kde component... Ok > checking for gb.web component... Ok > checking for gb.quote component... No > configure: error: Failed to find gb.quote component ! > make dist > make: *** No rule to make target `dist'. Stop. > > The package build has failed. > Package.MakeAutotoolsPackage.1048: Out of bounds > > I remark that this is not a great problem. Probably there's something > to do with the packaging of local personal components or disabling > autotools when the project requires some local component. > > Regards, > > Stefano Palmeri > Ok it should be fixed in svn commit 824 ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From david_villalobos_c at ...43... Tue Nov 13 14:30:38 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Tue, 13 Nov 2007 05:30:38 -0800 (PST) Subject: [Gambas-user] ToolTip in WebBrowser Message-ID: <735055.96523.qm@...1781...> Hi all, I found a problem with the ToolTip in the WebBrowser, in the executition time it is not shown. Can someone validate? Attach is an example. Best regards. David ____________________________________________________________________________________ Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ -------------- next part -------------- A non-text attachment was scrubbed... Name: WEB-0.0.1.tar.gz Type: application/x-gzip Size: 4036 bytes Desc: not available URL: From rospolosco at ...152... Tue Nov 13 14:34:49 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 13 Nov 2007 14:34:49 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <200711131338.39081.lordheavym@...626...> References: <200711131008.43479.gambas@...1...> <200711131253.59827.rospolosco@...152...> <200711131338.39081.lordheavym@...626...> Message-ID: <200711131434.49883.rospolosco@...152...> Alle 13:38, marted? 13 novembre 2007, Laurent Carlier ha scritto: > Le Tuesday 13 November 2007 12:53:59 Stefano Palmeri, vous avez ?crit?: > > Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > > On mardi 13 novembre 2007, Benoit Minisini wrote: > > > > Hi, > > > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to > > > > sourceforge. > > > > > > > > Please just confirm me that there is no problem with it, before I > > > > make the official release. > > > > > > > > Regards, > > > > > > The ChangeLog was fixed, and I uploaded a new package. > > > > Just downloaded and compiled without problems. > > > > I have to report a little problem in autotools packager wizard. It's > > a very little problem but I have to report before the 2.0 final will be > > out. > > > > I created a component called gb.quote and it was installed by the IDE in > > ~/local/lib/gambas2. > > > > The when I try to package a project that uses the local component > > gb.quote, the autotools package creation fails: > > > > checking for gb.qt component... Ok > > checking for gb.form component... Ok > > checking for gb.qt.kde component... Ok > > checking for gb.web component... Ok > > checking for gb.quote component... No > > configure: error: Failed to find gb.quote component ! > > make dist > > make: *** No rule to make target `dist'. Stop. > > > > The package build has failed. > > Package.MakeAutotoolsPackage.1048: Out of bounds > > > > I remark that this is not a great problem. Probably there's something > > to do with the packaging of local personal components or disabling > > autotools when the project requires some local component. > > > > Regards, > > > > Stefano Palmeri > > Ok it should be fixed in svn commit 824 > > ++ Ok. I will test it this evening. Thanks for attention. Stefano From rospolosco at ...152... Tue Nov 13 14:50:14 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 13 Nov 2007 14:50:14 +0100 Subject: [Gambas-user] ToolTip in WebBrowser In-Reply-To: <735055.96523.qm@...1781...> References: <735055.96523.qm@...1781...> Message-ID: <200711131450.14918.rospolosco@...152...> Alle 14:30, marted? 13 novembre 2007, David Villalobos Cambronero ha scritto: > Hi all, > > I found a problem with the ToolTip in the WebBrowser, in the > executition time it is not shown. > > Can someone validate? > > Attach is an example. > > > Best regards. > > David > I confirm with 1.9.91. Stefano > > > ___________________________________________________________________________ >_________ Be a better sports nut! Let your teams follow you > with Yahoo Mobile. Try it now. > http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ From david_villalobos_c at ...43... Tue Nov 13 15:03:45 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Tue, 13 Nov 2007 06:03:45 -0800 (PST) Subject: [Gambas-user] ToolTip in WebBrowser Message-ID: <577369.93103.qm@...1655...> Sorry, I forgot to mention that it was on 1.9.90, Mandriva 2007.1. Stefano, do you have the same problem? Thats why you say "confirm"? ----- Original Message ---- From: Stefano Palmeri To: mailing list for gambas users Sent: Tuesday, November 13, 2007 7:50:14 AM Subject: Re: [Gambas-user] ToolTip in WebBrowser Alle 14:30, marted? 13 novembre 2007, David Villalobos Cambronero ha scritto: > Hi all, > > I found a problem with the ToolTip in the WebBrowser, in the > executition time it is not shown. > > Can someone validate? > > Attach is an example. > > > Best regards. > > David > I confirm with 1.9.91. Stefano > > > ___________________________________________________________________________ >_________ Be a better sports nut! Let your teams follow you > with Yahoo Mobile. Try it now. > http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From steven at ...1652... Tue Nov 13 15:09:41 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Tue, 13 Nov 2007 15:09:41 +0100 Subject: [Gambas-user] No interface showing In-Reply-To: <200711121816.07687.steven@...1652...> References: <200711071320.06927.steven@...1652...> <200711121442.43808.steven@...1652...> <200711121816.07687.steven@...1652...> Message-ID: <200711131509.42178.steven@...1652...> Hi, In the ongoing search for enlightment conceirning the not showing stratup screen for gambas2 I got the following : steven:/home/steven # gambas2& [1] 7743 steven:/home/steven # dcopserver& [2] 8183 [1] Done gambas2 steven:/home/steven # dcopserver& [3] 8191 [2] Done dcopserver steven:/home/steven # --------------------------------- It looks like dcopserver is already running. If you are sure that it is not already running, remove /root/.DCOPserver_steven__0 and start dcopserver again. --------------------------------- [3]+ Done dcopserver As you can see, i started gambas2 as root. Then worked for an hour on my app and stopped it. Then, after about 20 minutes, i was going to test something else, so I gave the command dcopserver& in the same shell. And, to my supprise I got [1] Done gambas2 back immediatly ??????? why I don't know, it was allready terminated for 20 minutes. All this must have something to do with acc?s rights distributed via dcopserver, because, after above, each time I start an kde application I get an error message, that I have to check if the dcopserver is running. I donnot know why, since it's running ! (which was the reason in the first place that I entered the decopserver& command. Steven Le lundi 12 novembre 2007 18:16, Steven Lobbezoo a ?crit?: > The stragest thing happens now: > If I start my app by going into the deveopment directory and cliqing > the .gambas file, it starts. I can see the interface. I can use the > application. Under KDE it runs just fine, under Gnome I can only use it for > 1 minute or so, then it hangs. > The gambas2 command still hangs (KDE and Gnome). > > Steven > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From rospolosco at ...152... Tue Nov 13 15:45:49 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 13 Nov 2007 15:45:49 +0100 Subject: [Gambas-user] ToolTip in WebBrowser In-Reply-To: <577369.93103.qm@...1655...> References: <577369.93103.qm@...1655...> Message-ID: <200711131545.49573.rospolosco@...152...> Alle 15:03, marted? 13 novembre 2007, David Villalobos Cambronero ha scritto: > Sorry, I forgot to mention that it was on 1.9.90, Mandriva 2007.1. > > Stefano, do you have the same problem? Thats why you say "confirm"? > Yes. I tested your example and tooltip is not working. Stefano > > ----- Original Message ---- > From: Stefano Palmeri > To: mailing list for gambas users > Sent: Tuesday, November 13, 2007 7:50:14 AM > Subject: Re: [Gambas-user] ToolTip in WebBrowser > > Alle 14:30, marted? 13 novembre 2007, David Villalobos Cambronero ha scritto: > > Hi all, > > > > I found a problem with the ToolTip in the WebBrowser, in the > > executition time it is not shown. > > > > Can someone validate? > > > > Attach is an example. > > > > > > Best regards. > > > > David > > I confirm with 1.9.91. > > Stefano > > > _________________________________________________________________________ > >__ _________ Be a better sports nut! Let your teams follow you > > with Yahoo Mobile. Try it now. > > http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ___________________________________________________________________________ >_________ Be a better pen pal. > Text or chat with friends inside Yahoo! Mail. See how. > http://overview.mail.yahoo.com/ > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From rospolosco at ...152... Tue Nov 13 17:47:12 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Tue, 13 Nov 2007 17:47:12 +0100 Subject: [Gambas-user] autotools package In-Reply-To: <200711131338.39081.lordheavym@...626...> References: <200711131008.43479.gambas@...1...> <200711131253.59827.rospolosco@...152...> <200711131338.39081.lordheavym@...626...> Message-ID: <200711131747.13040.rospolosco@...152...> Alle 13:38, marted? 13 novembre 2007, Laurent Carlier ha scritto: > Le Tuesday 13 November 2007 12:53:59 Stefano Palmeri, vous avez ?crit?: > > Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > > On mardi 13 novembre 2007, Benoit Minisini wrote: > > > > Hi, > > > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to > > > > sourceforge. > > > > > > > > Please just confirm me that there is no problem with it, before I > > > > make the official release. > > > > > > > > Regards, > > > > > > The ChangeLog was fixed, and I uploaded a new package. > > > > Just downloaded and compiled without problems. > > > > I have to report a little problem in autotools packager wizard. It's > > a very little problem but I have to report before the 2.0 final will be > > out. > > > > I created a component called gb.quote and it was installed by the IDE in > > ~/local/lib/gambas2. > > > > The when I try to package a project that uses the local component > > gb.quote, the autotools package creation fails: > > > > checking for gb.qt component... Ok > > checking for gb.form component... Ok > > checking for gb.qt.kde component... Ok > > checking for gb.web component... Ok > > checking for gb.quote component... No > > configure: error: Failed to find gb.quote component ! > > make dist > > make: *** No rule to make target `dist'. Stop. > > > > The package build has failed. > > Package.MakeAutotoolsPackage.1048: Out of bounds > > > > I remark that this is not a great problem. Probably there's something > > to do with the packaging of local personal components or disabling > > autotools when the project requires some local component. > > > > Regards, > > > > Stefano Palmeri > > Ok it should be fixed in svn commit 824 > > ++ Tested svn 824. The little bug was fixed. Stefano From lordheavym at ...626... Tue Nov 13 17:51:55 2007 From: lordheavym at ...626... (Laurent Carlier) Date: Tue, 13 Nov 2007 17:51:55 +0100 Subject: [Gambas-user] autotools package In-Reply-To: <200711131747.13040.rospolosco@...152...> References: <200711131008.43479.gambas@...1...> <200711131338.39081.lordheavym@...626...> <200711131747.13040.rospolosco@...152...> Message-ID: <200711131751.58995.lordheavym@...626...> Le Tuesday 13 November 2007 17:47:12 Stefano Palmeri, vous avez ?crit?: > Alle 13:38, marted? 13 novembre 2007, Laurent Carlier ha scritto: > > Le Tuesday 13 November 2007 12:53:59 Stefano Palmeri, vous avez ?crit?: > > > Alle 12:31, marted? 13 novembre 2007, Benoit Minisini ha scritto: > > > > On mardi 13 novembre 2007, Benoit Minisini wrote: > > > > > Hi, > > > > > > > > > > The gambas2-1.9.91.tar.bz2 source package was uploaded to > > > > > sourceforge. > > > > > > > > > > Please just confirm me that there is no problem with it, before I > > > > > make the official release. > > > > > > > > > > Regards, > > > > > > > > The ChangeLog was fixed, and I uploaded a new package. > > > > > > Just downloaded and compiled without problems. > > > > > > I have to report a little problem in autotools packager wizard. It's > > > a very little problem but I have to report before the 2.0 final will be > > > out. > > > > > > I created a component called gb.quote and it was installed by the IDE > > > in ~/local/lib/gambas2. > > > > > > The when I try to package a project that uses the local component > > > gb.quote, the autotools package creation fails: > > > > > > checking for gb.qt component... Ok > > > checking for gb.form component... Ok > > > checking for gb.qt.kde component... Ok > > > checking for gb.web component... Ok > > > checking for gb.quote component... No > > > configure: error: Failed to find gb.quote component ! > > > make dist > > > make: *** No rule to make target `dist'. Stop. > > > > > > The package build has failed. > > > Package.MakeAutotoolsPackage.1048: Out of bounds > > > > > > I remark that this is not a great problem. Probably there's something > > > to do with the packaging of local personal components or disabling > > > autotools when the project requires some local component. > > > > > > Regards, > > > > > > Stefano Palmeri > > > > Ok it should be fixed in svn commit 824 > > > > ++ > > Tested svn 824. The little bug was fixed. > > Stefano > Great ! thks for the report ! ++ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: From leandro.anthonioz at ...626... Tue Nov 13 18:32:48 2007 From: leandro.anthonioz at ...626... (Leandro Anthonioz) Date: Tue, 13 Nov 2007 14:32:48 -0300 Subject: [Gambas-user] 1.9.91 package uploaded Message-ID: >Hi, >The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. >Please just confirm me that there is no problem with it, before I make the >official release. >Regards, >-- >Benoit Minisini Hi Benoit! I want inform you that Gambas 1.9.91 (2.0 RC1) compile and work perfectly in Ubuntu 7.04 (Feisty Fawn). Gambas 2.0 is a great milestone. Congratulations!!! From leonardo at ...1237... Tue Nov 13 18:56:55 2007 From: leonardo at ...1237... (Leonardo Miliani) Date: Tue, 13 Nov 2007 18:56:55 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: References: Message-ID: <4739E567.1000309@...1237...> Leandro Anthonioz ha scritto: >> Hi, >> The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. >> Please just confirm me that there is no problem with it, before I make the >> official release. >> Regards, >> -- >> Benoit Minisini > > Hi Benoit! I want inform you that Gambas 1.9.91 (2.0 RC1) compile and work > perfectly in Ubuntu 7.04 (Feisty Fawn). Gambas 2.0 is a great milestone. > Congratulations!!! Same for Ubuntu 7.10. Compiled and installed without problems. -- Ciao. Leo. Web: www.leonardomiliani.com E-mail: leonardo at ...1237... Scegli software opensource - Choose opensource software From jredrejo at ...626... Tue Nov 13 20:45:43 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 13 Nov 2007 20:45:43 +0100 Subject: [Gambas-user] package for scripter Message-ID: <8eb28a500711131145h2ebf8718o3fc6dc8848e30fd7@...627...> Hi, Beno?t, I've checked you didn't update the README.HOW-TO-PACKAGE-GAMBAS.html file. I'm preparing Debian packages for the 1.9.91 release and would like to package the scripter in a proper way to continue maintaining the compatibility between different distribuitons. So, in the meantime, I will do a "gambas2-scripter" package containing /usr/bin/gbs2, its man page and register the mime-type for Gambas scripts. But, anyway, it would be great if you confim me that's right under your point of view and update the above file. Cheers Jos? L. From gambas at ...1... Tue Nov 13 20:53:22 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Nov 2007 20:53:22 +0100 Subject: [Gambas-user] package for scripter In-Reply-To: <8eb28a500711131145h2ebf8718o3fc6dc8848e30fd7@...627...> References: <8eb28a500711131145h2ebf8718o3fc6dc8848e30fd7@...627...> Message-ID: <200711132053.22891.gambas@...1...> On mardi 13 novembre 2007, Jos? Luis Redrejo wrote: > Hi, Beno?t, I've checked you didn't update the > README.HOW-TO-PACKAGE-GAMBAS.html file. I'm preparing Debian packages for > the 1.9.91 release and would like to package the scripter in a proper way > to continue maintaining the compatibility between different distribuitons. > So, in the meantime, I will do a "gambas2-scripter" package containing > /usr/bin/gbs2, its man page and register the mime-type for Gambas scripts. > But, anyway, it would be great if you confim me that's right under your > point of view and update the above file. > > Cheers > Jos? L. I forgot to update this file. As written on top of it, the last version of it is on the wiki. Please read it and tell me if it is ok for you. The name of the package is just gambas2-script and not gambas2-scripter if I remember well. Regards, -- Benoit Minisini From jredrejo at ...626... Tue Nov 13 21:04:27 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 13 Nov 2007 21:04:27 +0100 Subject: [Gambas-user] package for scripter In-Reply-To: <200711132053.22891.gambas@...1...> References: <8eb28a500711131145h2ebf8718o3fc6dc8848e30fd7@...627...> <200711132053.22891.gambas@...1...> Message-ID: <8eb28a500711131204s5e8378f1y90b0b252c3b95f1f@...627...> 2007/11/13, Benoit Minisini : > > On mardi 13 novembre 2007, Jos? Luis Redrejo wrote: > > Hi, Beno?t, I've checked you didn't update the > > README.HOW-TO-PACKAGE-GAMBAS.html file. I'm preparing Debian packages > for > > the 1.9.91 release and would like to package the scripter in a proper > way > > to continue maintaining the compatibility between different > distribuitons. > > So, in the meantime, I will do a "gambas2-scripter" package containing > > /usr/bin/gbs2, its man page and register the mime-type for Gambas > scripts. > > But, anyway, it would be great if you confim me that's right under your > > point of view and update the above file. > > > > Cheers > > Jos? L. > > I forgot to update this file. As written on top of it, the last version of > it > is on the wiki. Please read it and tell me if it is ok for you. The name > of > the package is just gambas2-script and not gambas2-scripter if I remember > well. > > Ok, it looks right for me. I'm working already on it. Regards. From jredrejo at ...626... Tue Nov 13 21:04:27 2007 From: jredrejo at ...626... (=?ISO-8859-1?Q?Jos=E9_Luis_Redrejo?=) Date: Tue, 13 Nov 2007 21:04:27 +0100 Subject: [Gambas-user] package for scripter In-Reply-To: <200711132053.22891.gambas@...1...> References: <8eb28a500711131145h2ebf8718o3fc6dc8848e30fd7@...627...> <200711132053.22891.gambas@...1...> Message-ID: <8eb28a500711131204s5e8378f1y90b0b252c3b95f1f@...627...> 2007/11/13, Benoit Minisini : > > On mardi 13 novembre 2007, Jos? Luis Redrejo wrote: > > Hi, Beno?t, I've checked you didn't update the > > README.HOW-TO-PACKAGE-GAMBAS.html file. I'm preparing Debian packages > for > > the 1.9.91 release and would like to package the scripter in a proper > way > > to continue maintaining the compatibility between different > distribuitons. > > So, in the meantime, I will do a "gambas2-scripter" package containing > > /usr/bin/gbs2, its man page and register the mime-type for Gambas > scripts. > > But, anyway, it would be great if you confim me that's right under your > > point of view and update the above file. > > > > Cheers > > Jos? L. > > I forgot to update this file. As written on top of it, the last version of > it > is on the wiki. Please read it and tell me if it is ok for you. The name > of > the package is just gambas2-script and not gambas2-scripter if I remember > well. > > Ok, it looks right for me. I'm working already on it. Regards. From eilert-sprachen at ...221... Wed Nov 14 09:31:07 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 14 Nov 2007 09:31:07 +0100 Subject: [Gambas-user] 1.9.91 package uploaded In-Reply-To: <4739E567.1000309@...1237...> References: <4739E567.1000309@...1237...> Message-ID: <473AB24B.7070807@...221...> Leonardo Miliani schrieb: > Leandro Anthonioz ha scritto: >>> Hi, >>> The gambas2-1.9.91.tar.bz2 source package was uploaded to sourceforge. >>> Please just confirm me that there is no problem with it, before I make the >>> official release. >>> Regards, >>> -- >>> Benoit Minisini >> Hi Benoit! I want inform you that Gambas 1.9.91 (2.0 RC1) compile and work >> perfectly in Ubuntu 7.04 (Feisty Fawn). Gambas 2.0 is a great milestone. >> Congratulations!!! > > Same for Ubuntu 7.10. > Compiled and installed without problems. > Seems to run flawlessly on Suse 10.3 here. Yesterday, I compiled and installed it and just played around a bit with it. No problems so far. Rolf From eilert-sprachen at ...221... Wed Nov 14 09:49:31 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 14 Nov 2007 09:49:31 +0100 Subject: [Gambas-user] Compatibility to 1.0 Message-ID: <473AB69B.8070104@...221...> Hi folks, is Gambas 2 backward compatible? I didn't find anything about it on the website. When trying to load current 1.0 projects, I only get error messages. Could someone point me to a description if there is any? Thanks for your help Rolf From gambas at ...1... Wed Nov 14 11:00:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Nov 2007 11:00:21 +0100 Subject: [Gambas-user] Compatibility to 1.0 In-Reply-To: <473AB69B.8070104@...221...> References: <473AB69B.8070104@...221...> Message-ID: <200711141100.21659.gambas@...1...> On mercredi 14 novembre 2007, Rolf-Werner Eilert wrote: > Hi folks, > > is Gambas 2 backward compatible? I didn't find anything about it on the > website. > > When trying to load current 1.0 projects, I only get error messages. > > Could someone point me to a description if there is any? > > Thanks for your help > > Rolf > Alas Gambas 2 is absolutely not backward compatible with Gambas 1. They are too many changes - It is almost as if it not the same language. But the set of differences between the two version is finite, and so it could be interested to enumerate it for those who need to port their program and didn't followed the Gambas 2 development closely. Any volunteer? -- Benoit Minisini From gambas at ...1... Wed Nov 14 12:54:13 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Nov 2007 12:54:13 +0100 Subject: [Gambas-user] Contributors face? Message-ID: <200711141254.13998.gambas@...1...> Hi, I'd like to put the photo of all (yes, all!) Gambas contributors in a nifty about box in the IDE (or something like that). I think it would be cool for Gambas users to *see* the people who made it. So, if people agree of course, can I have a photo of you, Gambas contributor? The one you prefer of course. Note: A Gambas contributor is someone who wrote some code for Gambas, translate something, or sent money. Bugs reports are not taken into account there, there are too many. :-) Thanks in advance. Regards, -- Benoit Minisini From david_villalobos_c at ...43... Wed Nov 14 13:35:45 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Wed, 14 Nov 2007 04:35:45 -0800 (PST) Subject: [Gambas-user] Behavoir in Font property Message-ID: <198531.44471.qm@...1671...> Hi all, I see a strange behavoir in version 1.9.91 (compared with 1.9.90). A Form has a Label and if I chage the font size, actomaticly changes the font type to firstone in the Font list. With Gambas 1.9.90, the font type didn't change. Can anyone validate if this trouble is just for me? Or maybe I'm doing something wrong. Best regards. David ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From gambas at ...1... Wed Nov 14 13:58:40 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Nov 2007 13:58:40 +0100 Subject: [Gambas-user] Contributors face? In-Reply-To: <200711141254.13998.gambas@...1...> References: <200711141254.13998.gambas@...1...> Message-ID: <200711141358.40807.gambas@...1...> On mercredi 14 novembre 2007, Benoit Minisini wrote: > Hi, > > I'd like to put the photo of all (yes, all!) Gambas contributors in a nifty > about box in the IDE (or something like that). > > I think it would be cool for Gambas users to *see* the people who made it. > > So, if people agree of course, can I have a photo of you, Gambas > contributor? The one you prefer of course. > > Note: A Gambas contributor is someone who wrote some code for Gambas, > translate something, or sent money. Bugs reports are not taken into account > there, there are too many. :-) > > Thanks in advance. > > Regards, If forgot: of course, don't post the photo on the mailing-list. Send it to me! -- Benoit Minisini From gambas.fr at ...626... Wed Nov 14 14:20:20 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 14 Nov 2007 14:20:20 +0100 Subject: [Gambas-user] Contributors face? In-Reply-To: <200711141254.13998.gambas@...1...> References: <200711141254.13998.gambas@...1...> Message-ID: <200711141420.20818.gambas.fr@...626...> Le Wednesday 14 November 2007 12:54:13 Benoit Minisini, vous avez ?crit?: > Hi, > > I'd like to put the photo of all (yes, all!) Gambas contributors in a nifty > about box in the IDE (or something like that). > > I think it would be cool for Gambas users to *see* the people who made it. > > So, if people agree of course, can I have a photo of you, Gambas > contributor? The one you prefer of course. > > Note: A Gambas contributor is someone who wrote some code for Gambas, > translate something, or sent money. Bugs reports are not taken into account > there, there are too many. :-) > > Thanks in advance. > > Regards, Next week... i'm not here... sorry From gambas at ...1... Wed Nov 14 18:37:53 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Nov 2007 18:37:53 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 Message-ID: <200711141837.53469.gambas@...1...> I have submitted the article to OSnews.com, and now I wait for their answer. Note that if accepted, the article is owned by them for 30 days, so you cannot post it elsewhere. Once I got their answer, I think I will make a little article for linuxfr.org. Unless another kind french guy wants to make it of course. Regards, -- Benoit Minisini From rospolosco at ...152... Wed Nov 14 18:46:46 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Wed, 14 Nov 2007 18:46:46 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141837.53469.gambas@...1...> References: <200711141837.53469.gambas@...1...> Message-ID: <200711141846.46710.rospolosco@...152...> Alle 18:37, mercoled? 14 novembre 2007, Benoit Minisini ha scritto: > I have submitted the article to OSnews.com, and now I wait for their > answer. > > Note that if accepted, the article is owned by them for 30 days, so you > cannot post it elsewhere. > Do they own article translations (fr es de it) too? Stefano > Once I got their answer, I think I will make a little article for > linuxfr.org. Unless another kind french guy wants to make it of course. > > Regards, From gambas at ...1... Wed Nov 14 18:54:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Nov 2007 18:54:31 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141846.46710.rospolosco@...152...> References: <200711141837.53469.gambas@...1...> <200711141846.46710.rospolosco@...152...> Message-ID: <200711141854.31726.gambas@...1...> On mercredi 14 novembre 2007, Stefano Palmeri wrote: > Alle 18:37, mercoled? 14 novembre 2007, Benoit Minisini ha scritto: > > I have submitted the article to OSnews.com, and now I wait for their > > answer. > > > > Note that if accepted, the article is owned by them for 30 days, so you > > cannot post it elsewhere. > > Do they own article translations (fr es de it) too? > > Stefano > No. Only what is submitted and published. -- Benoit Minisini From gambas at ...1... Wed Nov 14 18:57:36 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 14 Nov 2007 18:57:36 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141854.31726.gambas@...1...> References: <200711141837.53469.gambas@...1...> <200711141846.46710.rospolosco@...152...> <200711141854.31726.gambas@...1...> Message-ID: <200711141857.36406.gambas@...1...> On mercredi 14 novembre 2007, Benoit Minisini wrote: > On mercredi 14 novembre 2007, Stefano Palmeri wrote: > > Alle 18:37, mercoled? 14 novembre 2007, Benoit Minisini ha scritto: > > > I have submitted the article to OSnews.com, and now I wait for their > > > answer. > > > > > > Note that if accepted, the article is owned by them for 30 days, so you > > > cannot post it elsewhere. > > > > Do they own article translations (fr es de it) too? > > > > Stefano > > No. Only what is submitted and published. Oops, yes they do. I read their style guide too fast: "Articles submitted and published on OSNews are not to be re-published elsewhere, except maybe in translation cases to other languages (to be decided on case by case basis). You may freely re-publish your article elsewhere after a period of 30 days of the article being live on the OSNews web site (however, please let us know that you intend to later re-publish your article elsewhere)." Regards, -- Benoit Minisini From henrique.ulbrich at ...626... Wed Nov 14 21:39:17 2007 From: henrique.ulbrich at ...626... (Henrique Cesar Ulbrich) Date: Wed, 14 Nov 2007 18:39:17 -0200 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141854.31726.gambas@...1...> References: <200711141837.53469.gambas@...1...> <200711141846.46710.rospolosco@...152...> <200711141854.31726.gambas@...1...> Message-ID: <200711141839.17864.henrique.ulbrich@...626...> Historiadores acreditam que, em Qua 14 Nov 2007, Benoit Minisini disse: > No. Only what is submitted and published. So send it to me, I'll translate it into portuguese and publish at BR-Linux. www.br-linux.org.br THERE you will get attention. -- Henrique From henrique.ulbrich at ...626... Wed Nov 14 21:39:59 2007 From: henrique.ulbrich at ...626... (Henrique Cesar Ulbrich) Date: Wed, 14 Nov 2007 18:39:59 -0200 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141857.36406.gambas@...1...> References: <200711141837.53469.gambas@...1...> <200711141854.31726.gambas@...1...> <200711141857.36406.gambas@...1...> Message-ID: <200711141839.59743.henrique.ulbrich@...626...> Historiadores acreditam que, em Qua 14 Nov 2007, Benoit Minisini disse: > (however, please let us know that you intend to later re-publish > your article elsewhere)." So, let them know! -- Henrique From eilert-sprachen at ...221... Thu Nov 15 10:03:58 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 15 Nov 2007 10:03:58 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141837.53469.gambas@...1...> References: <200711141837.53469.gambas@...1...> Message-ID: <473C0B7E.1030609@...221...> Benoit Minisini schrieb: > I have submitted the article to OSnews.com, and now I wait for their answer. > > Note that if accepted, the article is owned by them for 30 days, so you cannot > post it elsewhere. > > Once I got their answer, I think I will make a little article for linuxfr.org. > Unless another kind french guy wants to make it of course. > > Regards, > Oops, I didn't look through the German translation yet - will proceed as fast as possible. Rolf From eilert-sprachen at ...221... Thu Nov 15 10:53:15 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 15 Nov 2007 10:53:15 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <200711141837.53469.gambas@...1...> References: <200711141837.53469.gambas@...1...> Message-ID: <473C170B.5070002@...221...> Benoit Minisini schrieb: > I have submitted the article to OSnews.com, and now I wait for their answer. > > Note that if accepted, the article is owned by them for 30 days, so you cannot > post it elsewhere. > > Once I got their answer, I think I will make a little article for linuxfr.org. > Unless another kind french guy wants to make it of course. > > Regards, > Ok, done. All those alterations I found have been included, even the Confucius... Rolf From gambas at ...1... Thu Nov 15 15:30:41 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 15 Nov 2007 15:30:41 +0100 Subject: [Gambas-user] Behavoir in Font property In-Reply-To: <198531.44471.qm@...1671...> References: <198531.44471.qm@...1671...> Message-ID: <200711151530.41108.gambas@...1...> On mercredi 14 novembre 2007, David Villalobos Cambronero wrote: > Hi all, > > I see a strange behavoir in version 1.9.91 (compared with 1.9.90). > > A Form has a Label and if I chage the font size, actomaticly changes > the font type to firstone in the Font list. With Gambas 1.9.90, the font > type didn't change. > > Can anyone validate if this trouble is just for me? Or maybe I'm doing > something wrong. > > Best regards. > > David > > Please give more details, I didn't notice anything special about that. Regards, -- Benoit Minisini From gambas at ...1... Thu Nov 15 16:19:31 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 15 Nov 2007 16:19:31 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <473862C2.3070601@...626...> References: <4735EED1.6010903@...626...> <200711121401.55286.gambas@...1...> <473862C2.3070601@...626...> Message-ID: <200711151619.31364.gambas@...1...> On lundi 12 novembre 2007, Ep?leg wrote: > En/na Benoit Minisini ha escrit: > > On samedi 10 novembre 2007, Ep?leg wrote: > >> En/na Benoit Minisini ha escrit: > >>> On samedi 10 novembre 2007, Ep?leg wrote: > >>>> Hello, > >>>> > >>>> In my Gambas 2 IDE (svn 811), when I import a translation from a .po > >>>> file into a program, the .mo file is not automatically generated or > >>>> upgraded so the application is not shown with the last translation. > >>>> > >>>> Regards, > >>>> Ep?leg. > >>> > >>> Can you detail exactly what are you doing, and which file you want to > >>> import? > >> > >> Ok > >> > >> I do the following steps: > >> > >> -create a graphic application whit just a form with a button > >> > >> -select the application as translatable, translate and export it into a > >> .po file > >> > >> (the application is shown translated) > >> > >> -delete the actual translation > >> > >> -import the .po file > > > > You must create the translation again before importing something into it. > > Did you do that? > > Yes, I did that with same result. > > If I import a *.po file into an empty translation and check the 'show > statistics', in the top-right corner of the window is shown '100%', but in > the language is shown '0%' as you can see in the attachment. This change > when some string is edited in gambas2 ide translation tool. > > I don't know why but when a translation is imported whit a *.po file, the > *.mo file is not automatically updated. > > regards, > Ep?leg. Well, there were some little bugs in import and export functions. But it is not related to your question. Actually *.mo files are updated the later as possible (because it could be an heavy process), i.e. when you change the current translation language, or when you close the translation dialog. So when you import a file, only the displayed strings are modified. To generate the *.mo file and update the statistics, you must click on the save icon. The little bugs will be fixed in the next revision. Regards, -- Benoit Minisini From epileg at ...626... Thu Nov 15 17:07:55 2007 From: epileg at ...626... (=?ISO-8859-15?Q?Ep=EDleg?=) Date: Thu, 15 Nov 2007 17:07:55 +0100 Subject: [Gambas-user] importing a translation In-Reply-To: <200711151619.31364.gambas@...1...> References: <4735EED1.6010903@...626...> <200711121401.55286.gambas@...1...> <473862C2.3070601@...626...> <200711151619.31364.gambas@...1...> Message-ID: <473C6EDB.2000103@...626...> En/na Benoit Minisini ha escrit: > On lundi 12 novembre 2007, Ep?leg wrote: >> En/na Benoit Minisini ha escrit: >>> On samedi 10 novembre 2007, Ep?leg wrote: >>>> En/na Benoit Minisini ha escrit: >>>>> On samedi 10 novembre 2007, Ep?leg wrote: >>>>>> Hello, >>>>>> >>>>>> In my Gambas 2 IDE (svn 811), when I import a translation from a .po >>>>>> file into a program, the .mo file is not automatically generated or >>>>>> upgraded so the application is not shown with the last translation. >>>>>> >>>>>> Regards, >>>>>> Ep?leg. >>>>> Can you detail exactly what are you doing, and which file you want to >>>>> import? >>>> Ok >>>> >>>> I do the following steps: >>>> >>>> -create a graphic application whit just a form with a button >>>> >>>> -select the application as translatable, translate and export it into a >>>> .po file >>>> >>>> (the application is shown translated) >>>> >>>> -delete the actual translation >>>> >>>> -import the .po file >>> You must create the translation again before importing something into it. >>> Did you do that? >> Yes, I did that with same result. >> >> If I import a *.po file into an empty translation and check the 'show >> statistics', in the top-right corner of the window is shown '100%', but in >> the language is shown '0%' as you can see in the attachment. This change >> when some string is edited in gambas2 ide translation tool. >> >> I don't know why but when a translation is imported whit a *.po file, the >> *.mo file is not automatically updated. >> >> regards, >> Ep?leg. > > Well, there were some little bugs in import and export functions. But it is > not related to your question. > > Actually *.mo files are updated the later as possible (because it could be an > heavy process), i.e. when you change the current translation language, or > when you close the translation dialog. > > So when you import a file, only the displayed strings are modified. To > generate the *.mo file and update the statistics, you must click on the save > icon. > > The little bugs will be fixed in the next revision. > > Regards, > No no Beno?t, now in svn 828 the behavior is correct, the same as when a translation is modified in the gambas2 translations editor. Merci beaucoup! Ep?leg. From cjro99 at ...67... Thu Nov 15 22:56:28 2007 From: cjro99 at ...67... (javier romero) Date: Thu, 15 Nov 2007 21:56:28 +0000 Subject: [Gambas-user] Data Base Manager In-Reply-To: <200711151619.31364.gambas@...1...> References: <4735EED1.6010903@...626...> <200711121401.55286.gambas@...1...> <473862C2.3070601@...626...> <200711151619.31364.gambas@...1...> Message-ID: S.O Ubuntu 7.10 Gambas 1.9.91 I Try use Data Base Manager (in Tools), I can use the Tables (Mysql) but when i try to edit a Table nothing happens not windows appears. Thanks Javier Romero. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From gambas at ...1... Thu Nov 15 22:57:53 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 15 Nov 2007 22:57:53 +0100 Subject: [Gambas-user] Data Base Manager In-Reply-To: References: <4735EED1.6010903@...626...> <200711151619.31364.gambas@...1...> Message-ID: <200711152257.53760.gambas@...1...> On jeudi 15 novembre 2007, javier romero wrote: > S.O Ubuntu 7.10 > Gambas 1.9.91 > > I Try use Data Base Manager (in Tools), I can use the Tables (Mysql) but > when i try to edit a Table nothing happens not windows appears. > > Thanks > Javier Romero. Which desktop do yo use? -- Benoit Minisini From gambas at ...1... Thu Nov 15 23:10:51 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 15 Nov 2007 23:10:51 +0100 Subject: [Gambas-user] Data Base Manager In-Reply-To: <200711152257.53760.gambas@...1...> References: <4735EED1.6010903@...626...> <200711152257.53760.gambas@...1...> Message-ID: <200711152310.51756.gambas@...1...> On jeudi 15 novembre 2007, Benoit Minisini wrote: > On jeudi 15 novembre 2007, javier romero wrote: > > S.O Ubuntu 7.10 > > Gambas 1.9.91 > > > > I Try use Data Base Manager (in Tools), I can use the Tables (Mysql) but > > when i try to edit a Table nothing happens not windows appears. > > > > Thanks > > Javier Romero. > > Which desktop do yo use? ^ /|\ | you ----------------' -- Benoit Minisini From cjro99 at ...67... Thu Nov 15 23:59:44 2007 From: cjro99 at ...67... (javier romero) Date: Thu, 15 Nov 2007 22:59:44 +0000 Subject: [Gambas-user] Data Base Manager In-Reply-To: <200711152310.51756.gambas@...1...> References: <4735EED1.6010903@...626...> <200711152257.53760.gambas@...1...> <200711152310.51756.gambas@...1...> Message-ID: I'm using Gnome Javier ---------------------------------------- > From: gambas at ...1... > To: gambas-user at lists.sourceforge.net > Date: Thu, 15 Nov 2007 23:10:51 +0100 > Subject: Re: [Gambas-user] Data Base Manager > > On jeudi 15 novembre 2007, Benoit Minisini wrote: >> On jeudi 15 novembre 2007, javier romero wrote: >>> S.O Ubuntu 7.10 >>> Gambas 1.9.91 >>> >>> I Try use Data Base Manager (in Tools), I can use the Tables (Mysql) but >>> when i try to edit a Table nothing happens not windows appears. >>> >>> Thanks >>> Javier Romero. >> >> Which desktop do yo use? > ^ > /|\ > | > you ----------------' > > -- > Benoit Minisini > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From timothy.marshal-nichols at ...247... Fri Nov 16 09:26:41 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Fri, 16 Nov 2007 08:26:41 -0000 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <473C170B.5070002@...221...> Message-ID: <000001c8282a$6ead7ca0$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf > Of Rolf-Werner Eilert > Sent: Thursday, 15 November 2007 09:53 AM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Article on Gambas 2.0 RC1 > > > Benoit Minisini schrieb: > > I have submitted the article to OSnews.com, and now I wait > for their > > answer. > > > > Note that if accepted, the article is owned by them for 30 days, so > > you cannot > > post it elsewhere. > > > > Once I got their answer, I think I will make a little article for > > linuxfr.org. > > Unless another kind french guy wants to make it of course. > > > > Regards, > > > > Ok, done. All those alterations I found have been included, even the > Confucius... > > Rolf > > What's the source of the Confucius? I guess the Analects: but I cannot find the text - even allowing for a different translation. You might want to the replace the two "every" (all of) with "many" (a number of). Else you end up with almost 300% of the population! Thanks 8-{)} Timothy Marshal-Nichols From gambas at ...1... Fri Nov 16 10:26:18 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 16 Nov 2007 10:26:18 +0100 Subject: [Gambas-user] Article on Gambas 2.0 RC1 In-Reply-To: <000001c8282a$6ead7ca0$6401a8c0@...1587...> References: <000001c8282a$6ead7ca0$6401a8c0@...1587...> Message-ID: <200711161026.18399.gambas@...1...> On vendredi 16 novembre 2007, timothy wrote: > > -----Original Message----- > > From: gambas-user-bounces at lists.sourceforge.net > > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf > > Of Rolf-Werner Eilert > > Sent: Thursday, 15 November 2007 09:53 AM > > To: mailing list for gambas users > > Subject: Re: [Gambas-user] Article on Gambas 2.0 RC1 > > > > Benoit Minisini schrieb: > > > I have submitted the article to OSnews.com, and now I wait > > > > for their > > > > > answer. > > > > > > Note that if accepted, the article is owned by them for 30 days, so > > > you cannot > > > post it elsewhere. > > > > > > Once I got their answer, I think I will make a little article for > > > linuxfr.org. > > > Unless another kind french guy wants to make it of course. > > > > > > Regards, > > > > Ok, done. All those alterations I found have been included, even the > > Confucius... > > > > Rolf > > What's the source of the Confucius? I guess the Analects: but I cannot > find the text - even allowing for a different translation. > Doughnut know. Found on the Internet :-). Maybe it is not really from Confucius? > You might want to the replace the two "every" (all of) with "many" (a > number of). The meaning of the original quote is really "all the people doing the same thing" and so on. Regards, -- Benoit Minisini From dcamposf at ...626... Fri Nov 16 13:25:32 2007 From: dcamposf at ...626... (Daniel Campos) Date: Fri, 16 Nov 2007 13:25:32 +0100 Subject: [Gambas-user] Updated packages for Ubuntu Message-ID: <7259b5ae0711160425r2c6e2bepbd5f95af8fa0751f@...627...> Hi: I've updated the Ubuntu packages to 1.9.91: http://danicafe.extreblog.com/200709118041_Gambas-packages-for-Ubuntu-EdgyFeistyGutsy-and-Guadalinex-v41.html I've updated it just 10 minutes ago, and the server reports the following downloads from different IPs: Gutsy -> 50 Feisty -> 365 Edgy -> 17 Not bad, surprising for me... Daniel From cjro99 at ...67... Fri Nov 16 22:14:27 2007 From: cjro99 at ...67... (javier romero) Date: Fri, 16 Nov 2007 21:14:27 +0000 Subject: [Gambas-user] Data Base Manager In-Reply-To: References: <4735EED1.6010903@...626...> <200711152257.53760.gambas@...1...> <200711152310.51756.gambas@...1...> Message-ID: I think may be the problem are with compiz-fusion and i install gambas in other machine with no compiz-fusion and the same issue appears y can conect with the Database Manager, i can see the Data Bases and tables but when i clik rigth mouse button and press "Edit" (or Double Clink under the table) nothing happens, the Data Base Manager not showns the fields and contents of the tables. In this second installation i not compile the tar ball of gambas, i install them from Guadalinex (azores) repositories. I'm using Ubuntu Gutsy Gibbon 7.10 with compiz-fusion in a Genome Desktop and Gambas 1.9.91 Thanks and Regards Javier ---------------------------------------- > From: cjro99 at ...67... > To: gambas-user at lists.sourceforge.net > Date: Thu, 15 Nov 2007 22:59:44 +0000 > Subject: Re: [Gambas-user] Data Base Manager > > > I'm using Gnome > Javier > ---------------------------------------- >> From: gambas at ...1... >> To: gambas-user at lists.sourceforge.net >> Date: Thu, 15 Nov 2007 23:10:51 +0100 >> Subject: Re: [Gambas-user] Data Base Manager >> >> On jeudi 15 novembre 2007, Benoit Minisini wrote: >>> On jeudi 15 novembre 2007, javier romero wrote: >>>> S.O Ubuntu 7.10 >>>> Gambas 1.9.91 >>>> >>>> I Try use Data Base Manager (in Tools), I can use the Tables (Mysql) but >>>> when i try to edit a Table nothing happens not windows appears. >>>> >>>> Thanks >>>> Javier Romero. >>> >>> Which desktop do yo use? >> ^ >> /|\ >> | >> you ----------------' >> >> -- >> Benoit Minisini >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2005. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From gbv at ...1076... Sat Nov 17 10:07:14 2007 From: gbv at ...1076... (Guillermo Ballester Valor) Date: Sat, 17 Nov 2007 09:07:14 +0000 Subject: [Gambas-user] gambas2 packages for openSUSE 10.3 Message-ID: <200711170907.15145.gbv@...1076...> Hello, As some users have asked, I've build rpm packages for openSUSE 10.3. They are only for 32 bits (i586), 64 bits native version still cannot be built. You can get them from gwdg.de repository mirror http://ftp5.gwdg.de/pub/linux/misc/suser-gbv/rpms/10.3/RPMS/i586/ at least you will need the packages 'gambas2', 'gambas2-devel' and 'gambas2-runtime', the other packages/components depend on your system and needs. Have a nice weekend. Guillermo. -- Guillermo Ballester Valor gbv at ...1076... http://www.oxixares.com/~gbv Ogijares, Granada - SPAIN From cclark at ...1783... Sat Nov 17 18:43:51 2007 From: cclark at ...1783... (Colin Clark) Date: Sat, 17 Nov 2007 09:43:51 -0800 (PST) Subject: [Gambas-user] InputBox: Cancel pressed Message-ID: <13811494.post@...1379...> Hello Benoit et al When using the InputBox I need to differentiate between when Cancel is pressed and when the inputbox is deliberately left blank and OK pressed. Because a string is returned, I can find no way to do that. So I have solved my problem by changing my local copies of the InputBox class to return a Variant rather than a String. Now when Cancel is pressed I get FALSE returned, and I can check for that with: IF NOT IsBoolean(vReturn) THEN I do hope Gambas does not follow Microsoft's lead and decide that variants are bad for us and must be eliminated... :) Colin Clark.. -- View this message in context: http://www.nabble.com/InputBox%3A-Cancel-pressed-tf4827362.html#a13811494 Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sat Nov 17 19:02:13 2007 From: gambas at ...1... (Benoit Minisini) Date: Sat, 17 Nov 2007 19:02:13 +0100 Subject: [Gambas-user] InputBox: Cancel pressed In-Reply-To: <13811494.post@...1379...> References: <13811494.post@...1379...> Message-ID: <200711171902.13189.gambas@...1...> On samedi 17 novembre 2007, Colin Clark wrote: > Hello Benoit et al > > When using the InputBox I need to differentiate between when Cancel is > pressed and when the inputbox is deliberately left blank and OK pressed. > Because a string is returned, I can find no way to do that. > > So I have solved my problem by changing my local copies of the InputBox > class to return a Variant rather than a String. Now when Cancel is pressed > I get FALSE returned, and I can check for that with: > > IF NOT IsBoolean(vReturn) THEN > > I do hope Gambas does not follow Microsoft's lead and decide that variants > are bad for us and must be eliminated... :) > > > Colin Clark.. Well, InputBox was only done for the lazy ex-VB users. I think that making your own dialog box like you did is the only real solution. -- Benoit Minisini From smiefert at ...784... Wed Nov 21 12:50:48 2007 From: smiefert at ...784... (smiefert at ...784...) Date: 21 Nov 2007 11:50:48 UT Subject: [Gambas-user] Global Vars Message-ID: Hello, how can i set a var is avaiable in all formulars,..? i want to set for example teh database conecction data in a global var From david_villalobos_c at ...43... Wed Nov 21 13:25:33 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Wed, 21 Nov 2007 04:25:33 -0800 (PST) Subject: [Gambas-user] Global Vars Message-ID: <727138.48459.qm@...1657...> It is easy, just use PUBLIC insted of DIM. If tou want to make a Connection global the best way (I think) is create a Module and write something like this: PUBLIC hCon AS Connection Then you can access the connection this way: Module1.hCon Remenber that ypu have to instantiate the connection Regards David ----- Original Message ---- From: "smiefert at ...784..." To: gambas-user at lists.sourceforge.net Sent: Wednesday, November 21, 2007 5:50:48 AM Subject: [Gambas-user] Global Vars Hello, how can i set a var is avaiable in all formulars,..? i want to set for example teh database conecction data in a global var ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ From gambas.fr at ...626... Wed Nov 21 13:56:29 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 21 Nov 2007 13:56:29 +0100 Subject: [Gambas-user] Global Vars In-Reply-To: <727138.48459.qm@...1657...> References: <727138.48459.qm@...1657...> Message-ID: <200711211356.29430.gambas.fr@...626...> Le Wednesday 21 November 2007 13:25:33 David Villalobos Cambronero, vous avez ?crit?: > It is easy, just use PUBLIC insted of DIM. > > If tou want to make a Connection global the best way (I think) is create a > Module and write something like this: > > PUBLIC hCon AS Connection > > Then you can access the connection this way: > > Module1.hCon > > Remenber that ypu have to instantiate the connection > > Regards > And in the header of the class or module Dim is used in procedure declaration From cjro99 at ...67... Wed Nov 21 14:55:30 2007 From: cjro99 at ...67... (javier romero) Date: Wed, 21 Nov 2007 13:55:30 +0000 Subject: [Gambas-user] Column View In-Reply-To: <200711211356.29430.gambas.fr@...626...> References: <727138.48459.qm@...1657...> <200711211356.29430.gambas.fr@...626...> Message-ID: I dont know, i think this maybe a bug: In a column view when i "double clik" in all his area the DblClick event is raised. I think DblClick should be only raise DblClick event when this is doing in a select row, no in all columnview area. I dont know maybe i'm wrong but DblClick only raise his event when is clicked over the select element in other lenguages like Visual Basic and Fujitsu Visual Cobol. Thanks Javier Romero _________________________________________________________________ Tecnolog?a, moda, motor, viajes,?suscr?bete a nuestros boletines para estar a la ?ltima http://newsletters.msn.com/hm/maintenanceeses.asp?L=ES&C=ES&P=WCMaintenance&Brand=WL&RU=http%3a%2f%2fmail.live.com From smiefert at ...784... Wed Nov 21 16:01:44 2007 From: smiefert at ...784... (smiefert at ...784...) Date: 21 Nov 2007 15:01:44 UT Subject: [Gambas-user] Arrays? Message-ID: hello, when i set an arry like this DIM myArray AS New Integer[27][9] how can i set or get an arrayelement myArray[0][1] = "Hello" message.info(myArray[0][1]) dosent work. i get alwys the error Bad number of dimensions what is wrong? From gambas at ...1... Wed Nov 21 16:06:09 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Nov 2007 16:06:09 +0100 Subject: [Gambas-user] Arrays? In-Reply-To: References: Message-ID: <200711211606.09993.gambas@...1...> On mercredi 21 novembre 2007, smiefert at ...784... wrote: > hello, > > when i set an arry like this > > DIM myArray AS New Integer[27][9] > > how can i set or get an arrayelement > > myArray[0][1] = "Hello" > message.info(myArray[0][1]) > > dosent work. i get alwys the error > > Bad number of dimensions > > what is wrong? Which version of Gambas do you use? -- Benoit Minisini From gambas at ...1... Wed Nov 21 16:08:48 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Nov 2007 16:08:48 +0100 Subject: [Gambas-user] Column View In-Reply-To: References: <727138.48459.qm@...1657...> <200711211356.29430.gambas.fr@...626...> Message-ID: <200711211608.48397.gambas@...1...> On mercredi 21 novembre 2007, javier romero wrote: > I dont know, i think this maybe a bug: In a column view when i "double > clik" in all his area the DblClick event is raised. I think DblClick should > be only raise DblClick event when this is doing in a select row, no in all > columnview area. I dont know maybe i'm wrong but DblClick only raise his > event when is clicked over the select element in other lenguages like > Visual Basic and Fujitsu Visual Cobol. > > Thanks > Javier Romero > Well, Gambas is not Visual Basic, nor Fujitsu Visual Cobol (?). DblClick is a mouse event managed by the Control class, and so you get it everywhere on the control. Like Mouse* events, and contrary to the Click event. But maybe you are making a confusion between double clicking and activating an item? In that case, you must use the Activate event. Regards, -- Benoit Minisini From smiefert at ...784... Wed Nov 21 16:25:57 2007 From: smiefert at ...784... (smiefert at ...784...) Date: 21 Nov 2007 15:25:57 UT Subject: [Gambas-user] Arrays? Message-ID: Hello, my Gambas Version is 1.9.43 From smiefert at ...784... Wed Nov 21 16:38:11 2007 From: smiefert at ...784... (smiefert at ...784...) Date: 21 Nov 2007 15:38:11 UT Subject: [Gambas-user] Filehandle and # Message-ID: hello, i dontunderstand the code below. Why i sometimes use hFile and sometimes #hFile and what d the line LINE INPUT #hFile,sLig?!? SUB PrintFile(filename AS STRING) DIM hfile AS File DIM sLig AS String OPEN Filename FOR READ AS #hFile WHILE NOT EOF(hFile) LINE INPUT #hFile,sLig Print sLig CLOSE #hFile END From steven at ...1652... Wed Nov 21 16:50:07 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 21 Nov 2007 16:50:07 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 Message-ID: <200711211650.07731.steven@...1652...> Hi all, Finally, I give up on my battle with gambas 2 on suse 10.2. Surely the problem is connected to securety issues (it appeared after I did an regular update online with open suse), but I donnot have the time to learn all the details the dcop server, usable docs are virtually non-existent, and it seems impossible to get an answer on the opensuse forums. It REALLY is a shame that these people (who ?) send updates into the world that causes so much harm to the linux community. Alltough a fervent advocate of unix/linux since 1982, I must say it's totally not understandable that this soup of versions and incompatibility issues still exists. I must be the only guy in the world, who keeps his suse 10.2 up to date and uses gambas ! Whatever, as a desperate last try to not lose all the development I did in gambas and open office, i will upgrade to suse 10.3. (I suppose that's what they want ;-( ). So my question : has anyone run the latest gambas2 trunk on a opensuse 10.3 system ? Does it work ? Under KDE and Gnome ? Thanks a lot for your views, Steven From gambas.fr at ...626... Wed Nov 21 16:55:56 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 21 Nov 2007 16:55:56 +0100 Subject: [Gambas-user] Filehandle and # In-Reply-To: References: Message-ID: <200711211655.57083.gambas.fr@...626...> Le Wednesday 21 November 2007 16:38:11 smiefert at ...784..., vous avez ?crit?: > hello, > > i dontunderstand the code below. Why i sometimes use hFile and sometimes > #hFile > > and what d the line > > LINE INPUT #hFile,sLig?!? > > SUB PrintFile(filename AS STRING) > DIM hfile AS File > DIM sLig AS String > > OPEN Filename FOR READ AS #hFile > > WHILE NOT EOF(hFile) > LINE INPUT #hFile,sLig > Print sLig > > CLOSE #hFile > > END > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user hFile is a variable that represent a file #hFile is a stream access to this var LINE INPUT #hFile, slig : Read a line in the file hFile as assign it to the sLig Variable that is a string var OPEN Filename FOR READ AS #hFile : is the old opening synthax now we use: hFile = OPEN Filename FOR READ Fabien From gambas at ...1... Wed Nov 21 17:45:57 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Nov 2007 17:45:57 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 In-Reply-To: <200711211650.07731.steven@...1652...> References: <200711211650.07731.steven@...1652...> Message-ID: <200711211745.57931.gambas@...1...> On mercredi 21 novembre 2007, Steven Lobbezoo wrote: > Hi all, > > Finally, I give up on my battle with gambas 2 on suse 10.2. > Surely the problem is connected to securety issues (it appeared after I did > an regular update online with open suse), but I donnot have the time to > learn all the details the dcop server, usable docs are virtually > non-existent, and it seems impossible to get an answer on the opensuse > forums. > It REALLY is a shame that these people (who ?) send updates into the world > that causes so much harm to the linux community. Alltough a fervent > advocate of unix/linux since 1982, I must say it's totally not > understandable that this soup of versions and incompatibility issues still > exists. > > I must be the only guy in the world, who keeps his suse 10.2 up to date and > uses gambas ! > > Whatever, as a desperate last try to not lose all the development I did in > gambas and open office, i will upgrade to suse 10.3. (I suppose that's what > they want ;-( ). > > So my question : has anyone run the latest gambas2 trunk on a opensuse 10.3 > system ? Does it work ? Under KDE and Gnome ? > > Thanks a lot for your views, > > Steven > I don't know SuSE well now, the last one I used was a version 6.x that SuSE sent me for free. It was just before they were bought by Novell. Maybe you did something bad to your system that your forgot? Or maybe as the main Mono support, they detected a guy using Gambas and nuked him? ;-) -- Benoit Minisini From gambas at ...1... Wed Nov 21 17:47:43 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 21 Nov 2007 17:47:43 +0100 Subject: [Gambas-user] Arrays? In-Reply-To: References: Message-ID: <200711211747.43981.gambas@...1...> On mercredi 21 novembre 2007, smiefert at ...784... wrote: > hello, > > when i set an arry like this > > DIM myArray AS New Integer[27][9] > > how can i set or get an arrayelement > > myArray[0][1] = "Hello" > message.info(myArray[0][1]) > > dosent work. i get alwys the error > > Bad number of dimensions > > what is wrong? This: DIM myArray AS New Integer[27][9] The syntax is not correct. But the message you get is not the good one. With a version of Gambas more recent than 1.9.43, you will get a syntax error. The correct syntax is: DIM myArray AS New Integer[27,9] Regards, -- Benoit Minisini From eilert-sprachen at ...221... Wed Nov 21 18:15:43 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 21 Nov 2007 18:15:43 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 In-Reply-To: <200711211650.07731.steven@...1652...> References: <200711211650.07731.steven@...1652...> Message-ID: <474467BF.6090103@...221...> Steven Lobbezoo schrieb: > Hi all, > > Finally, I give up on my battle with gambas 2 on suse 10.2. > Surely the problem is connected to securety issues (it appeared after I did an > regular update online with open suse), but I donnot have the time to learn > all the details the dcop server, usable docs are virtually non-existent, and > it seems impossible to get an answer on the opensuse forums. > It REALLY is a shame that these people (who ?) send updates into the world > that causes so much harm to the linux community. Alltough a fervent advocate > of unix/linux since 1982, I must say it's totally not understandable that > this soup of versions and incompatibility issues still exists. > > I must be the only guy in the world, who keeps his suse 10.2 up to date and > uses gambas ! > > Whatever, as a desperate last try to not lose all the development I did in > gambas and open office, i will upgrade to suse 10.3. (I suppose that's what > they want ;-( ). > > So my question : has anyone run the latest gambas2 trunk on a opensuse 10.3 > system ? Does it work ? Under KDE and Gnome ? > > Thanks a lot for your views, > > Steven > Hi Steven, I'm using Gambas 1 on daily basis on a Suse 9.1 system, but Gambas2 hasn't worked on it since Benoit changed to the MDI system. First I tried out many things, but to no avail. Same problem: it's running in the background, but never shows up. Now there is a new system which I did update from 10.2 to 10.3 from a free DVD from a magazine. Gambas2 runs flawlessly on this system (but it did on the 10.2 anyway). However, this 10.3 doesn't recognize my DVD writer. There's something wrong with one of the KDE services, but nobody could help me so far. Maybe I'll try a fresh install with this distro. I just mention this to show you there might be some obstacles on the way from an updated system... (I even considered trying Kubuntu, but how to burn an install DVD if you haven't got a writer?) Rolf From steven at ...1652... Wed Nov 21 18:16:06 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Wed, 21 Nov 2007 18:16:06 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 In-Reply-To: <200711211745.57931.gambas@...1...> References: <200711211650.07731.steven@...1652...> <200711211745.57931.gambas@...1...> Message-ID: <200711211816.06948.steven@...1652...> Le mercredi 21 novembre 2007 17:45, Benoit Minisini a ?crit?: > On mercredi 21 novembre 2007, Steven Lobbezoo wrote: > > Hi all, > > > > Finally, I give up on my battle with gambas 2 on suse 10.2. > > Surely the problem is connected to securety issues (it appeared after I > > did an regular update online with open suse), but I donnot have the time > > to learn all the details the dcop server, usable docs are virtually > > non-existent, and it seems impossible to get an answer on the opensuse > > forums. > > It REALLY is a shame that these people (who ?) send updates into the > > world that causes so much harm to the linux community. Alltough a fervent > > advocate of unix/linux since 1982, I must say it's totally not > > understandable that this soup of versions and incompatibility issues > > still exists. > > > > I must be the only guy in the world, who keeps his suse 10.2 up to date > > and uses gambas ! > > > > Whatever, as a desperate last try to not lose all the development I did > > in gambas and open office, i will upgrade to suse 10.3. (I suppose that's > > what they want ;-( ). > > > > So my question : has anyone run the latest gambas2 trunk on a opensuse > > 10.3 system ? Does it work ? Under KDE and Gnome ? > > > > Thanks a lot for your views, > > > > Steven > > I don't know SuSE well now, the last one I used was a version 6.x that SuSE > sent me for free. It was just before they were bought by Novell. > > Maybe you did something bad to your system that your forgot > > Or maybe as the main Mono support, they detected a guy using Gambas and > nuked him? ;-) I must have : Cannot start gimp under kde, idem firefox. Some times i get same error as for gambas2 with the 'console'. In short all kind of weird things. Whatever, i donnot think that Mono support (what's Mono ?) has access to my pc, so not te me either, so no nuking of this guy (Yeaarrgg !) And if so, i'l nuke them back (double Yaegghhh ;-)) , altough i donnot know how ) From smiefert at ...784... Wed Nov 21 18:22:35 2007 From: smiefert at ...784... (smiefert at ...784...) Date: 21 Nov 2007 17:22:35 UT Subject: [Gambas-user] Public Privat Static what the difference? Message-ID: Hello, i read some docus but im not sure. i know this definition from another programming language: Public is accesible from outside a class Private is not accesible from outside Static is a var,.. that is accesible in all objects of a class. thats in gambas the same? From tomas.eroles at ...277... Wed Nov 21 21:19:01 2007 From: tomas.eroles at ...277... (Tomas Eroles i Forner) Date: Wed, 21 Nov 2007 21:19:01 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 In-Reply-To: <200711211650.07731.steven@...1652...> References: <200711211650.07731.steven@...1652...> Message-ID: <1195676341.4217.27.camel@...1787...> Hi all I'm using Gambas 1.9.33 in SuSE 10.3 and it works perfectly. I use Gnome, but it works well in KDE too. Hope help regards El mi?, 21-11-2007 a las 16:50 +0100, Steven Lobbezoo escribi?: > Hi all, > > Finally, I give up on my battle with gambas 2 on suse 10.2. > Surely the problem is connected to securety issues (it appeared after I did an > regular update online with open suse), but I donnot have the time to learn > all the details the dcop server, usable docs are virtually non-existent, and > it seems impossible to get an answer on the opensuse forums. > It REALLY is a shame that these people (who ?) send updates into the world > that causes so much harm to the linux community. Alltough a fervent advocate > of unix/linux since 1982, I must say it's totally not understandable that > this soup of versions and incompatibility issues still exists. > > I must be the only guy in the world, who keeps his suse 10.2 up to date and > uses gambas ! > > Whatever, as a desperate last try to not lose all the development I did in > gambas and open office, i will upgrade to suse 10.3. (I suppose that's what > they want ;-( ). > > So my question : has anyone run the latest gambas2 trunk on a opensuse 10.3 > system ? Does it work ? Under KDE and Gnome ? > > Thanks a lot for your views, > > Steven > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From simonart.dominique at ...11... Wed Nov 21 23:16:23 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Wed, 21 Nov 2007 23:16:23 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 In-Reply-To: <1195676341.4217.27.camel@...1787...> References: <200711211650.07731.steven@...1652...> <1195676341.4217.27.camel@...1787...> Message-ID: <4744AE37.3070104@...11...> Hi Steven, >> So my question : has anyone run the latest gambas2 trunk on a opensuse 10.3 >> system ? Does it work ? Under KDE and Gnome ? >> >> Thanks a lot for your views, >> >> Steven >> >> I was running Gambas 1.9.47 (or something) on my updated OpenSuse 10.2 without problem. Now I've installed OpenSuse 10.3 (New installation) and then Gambas 1.9.91 (with yast) from RPMs downloaded at http://ftp5.gwdg.de/pub/linux/misc/suser-gbv/rpms/10.3/RPMS/i586/ All ended fine, except gambas2-gb-corba-1.9.91-1.gbv.suse103.i586.rpm (dependancy problem). I could start Gambas and load my old project without problem. I've only refreshed the project before running it. Now, I don't use DB and I don't access the web with this project. Hope you could get the beast working :) Dominique Simonart From eilert-sprachen at ...221... Thu Nov 22 08:52:57 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 22 Nov 2007 08:52:57 +0100 Subject: [Gambas-user] Highlight editor question Message-ID: <47453559.2040603@...221...> I am playing with the HighlightEditor example, trying to use it for my own kind of printer form files. Everything has run fine so far, but there is one thing I do not understand. When a linebreak comes within a command, the color isn't continued on the next line. I re-wrote the whole stuff for my own needs, but this behaviour remains. You can easily verify this by loading the example, starting it and just dividing one of the lines within a < > structure. You will see that with the next appearance of any of the key characters, color comes back, but the line will start in normal state. In the example as well as in my alterated version, there are flags which are constantly there (on or off, true or false) and should set each character to a certain color, even on a new line. So, is there a known bug? Rolf From eilert-sprachen at ...221... Thu Nov 22 08:56:58 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 22 Nov 2007 08:56:58 +0100 Subject: [Gambas-user] HighlightEditor example Message-ID: <4745364A.7090503@...221...> Hi folks, I just forgot to mention that it might be better to change the mid$ in the HighlightEditor example to string.mid because mid$() doesn't recognize special characters. If any special character like ? or an umlaut appears, colors shift to the right. Rolf From smiefert at ...784... Thu Nov 22 14:13:52 2007 From: smiefert at ...784... (smiefert at ...784...) Date: 22 Nov 2007 13:13:52 UT Subject: [Gambas-user] for each get Key? Message-ID: when i have a collection and i try it on a dor each like this for each element in myCollection print element next i get the value but how can i get the key of this element . for example the red in this mycollection["red"] = 2 From gambas.fr at ...626... Thu Nov 22 14:25:29 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 22 Nov 2007 14:25:29 +0100 Subject: [Gambas-user] for each get Key? In-Reply-To: References: Message-ID: <200711221425.29252.gambas.fr@...626...> Le Thursday 22 November 2007 14:13:52 smiefert at ...784..., vous avez ?crit?: > when i have a collection and i try it on a dor each like this > > for each element in myCollection > print element > next > > i get the value but how can i get the key of this element . for example > the red in this > > mycollection["red"] = 2 For each element in mycollection print mycollection.key & "=" & element next From gambas at ...1... Thu Nov 22 14:37:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 22 Nov 2007 14:37:55 +0100 Subject: [Gambas-user] Public Privat Static what the difference? In-Reply-To: References: Message-ID: <200711221437.55298.gambas@...1...> On mercredi 21 novembre 2007, smiefert at ...784... wrote: > Hello, > > i read some docus but im not sure. i know this definition from another > programming language: Public is accesible from outside a class > Private is not accesible from outside > Static is a var,.. that is accesible in all objects of a class. > > thats in gambas the same? Yes. -- Benoit Minisini From david_villalobos_c at ...43... Thu Nov 22 15:43:46 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Thu, 22 Nov 2007 06:43:46 -0800 (PST) Subject: [Gambas-user] Behavoir in Font property Message-ID: <627533.37128.qm@...1676...> Sorry for be late, I had a lot of work. Setps to reproduce the behavior 1- In a new form insert a Text Label. 2- Try to chage only the font size to +4 for example. 3- Press OK button. After that, the font family has change to first font in the list, in my chase A.D. Mono. It is, the font family has been change too, and I want to keep the original one. On mercredi 14 novembre 2007, David Villalobos Cambronero wrote: > Hi all, > > I see a strange behavoir in version 1.9.91 (compared with 1.9.90). > > A Form has a Label and if I chage the font size, actomaticly changes > the font type to firstone in the Font list. With Gambas 1.9.90, the font > type didn't change. > > Can anyone validate if this trouble is just for me? Or maybe I'm doing > something wrong. > > Best regards. > > David > > Please give more details, I didn't notice anything special about that. Regards, -- Benoit Minisini ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From gambas at ...1... Thu Nov 22 15:52:55 2007 From: gambas at ...1... (Benoit Minisini) Date: Thu, 22 Nov 2007 15:52:55 +0100 Subject: [Gambas-user] Behavoir in Font property In-Reply-To: <627533.37128.qm@...1676...> References: <627533.37128.qm@...1676...> Message-ID: <200711221552.55492.gambas@...1...> On jeudi 22 novembre 2007, David Villalobos Cambronero wrote: > Sorry for be late, I had a lot of work. > > Setps to reproduce the behavior > > 1- In a new form insert a Text Label. > > 2- Try to chage only the font size to +4 for example. > > 3- Press OK button. > > After that, the font family has change to first font in the list, in my > chase A.D. Mono. It is, the font family has been change too, and I want to > keep the original one. > Can you send a list of the fonts displayed by the font selector? -- Benoit Minisini From gambas.fr at ...626... Thu Nov 22 21:03:34 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 22 Nov 2007 21:03:34 +0100 Subject: [Gambas-user] Bug on gambas-database-manager Message-ID: <200711222103.34931.gambas.fr@...626...> Open gbdbmgr... then open the mysql connection and close it.. via the context menu... the program fail with fabien at ...1752...:~/Desktop$ gambas-database-manager.gambas terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Abandon (core dumped) fabien at ...1752...:~/Desktop$ From robert at ...1786... Fri Nov 23 13:01:51 2007 From: robert at ...1786... (=?ISO-8859-1?Q?Robert_Ch=E9ramy?=) Date: Fri, 23 Nov 2007 13:01:51 +0100 Subject: [Gambas-user] Suse 10.3 for not-showing interface on startup of gambas2 In-Reply-To: <200711211816.06948.steven@...1652...> References: <200711211650.07731.steven@...1652...> <200711211745.57931.gambas@...1...> <200711211816.06948.steven@...1652...> Message-ID: <4746C12F.8030808@...1786...> Hi Steven, Steven Lobbezoo schrieb: > I must have : Cannot start gimp under kde, idem firefox. Some times i get same > error as for gambas2 with the 'console'. In short all kind of weird things. > Then your problem is probably gtk related, or a compatibility issue between kde and gtk. I think it has an impact on gambas as it uses both kde and gtk libraries, but htat the problem is not in gambas code. Maybe something went wrong while your last update (disk full, bad block...). Suse 10.3 may help you for example if a new gtk or kde version are installed, but that's not sure... Did you consider reinstalling your system from scratch ? tibob From david_villalobos_c at ...43... Fri Nov 23 13:14:20 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Fri, 23 Nov 2007 04:14:20 -0800 (PST) Subject: [Gambas-user] Behavoir in Font property Message-ID: <598211.26556.qm@...1678...> Sure, but please give me a couple of days, I'm triyin to install Mandriva 2008 and I had some problems ----- Original Message ---- From: Benoit Minisini To: mailing list for gambas users Sent: Thursday, November 22, 2007 8:52:55 AM Subject: Re: [Gambas-user] Behavoir in Font property On jeudi 22 novembre 2007, David Villalobos Cambronero wrote: > Sorry for be late, I had a lot of work. > > Setps to reproduce the behavior > > 1- In a new form insert a Text Label. > > 2- Try to chage only the font size to +4 for example. > > 3- Press OK button. > > After that, the font family has change to first font in the list, in my > chase A.D. Mono. It is, the font family has been change too, and I want to > keep the original one. > Can you send a list of the fonts displayed by the font selector? -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From steven at ...1652... Fri Nov 23 16:54:31 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Fri, 23 Nov 2007 16:54:31 +0100 Subject: [Gambas-user] =?iso-8859-1?q?Suse_10=2E3_for_not-showing_interfac?= =?iso-8859-1?q?e_on_startup_of=09gambas2?= In-Reply-To: <4746C12F.8030808@...1786...> References: <200711211650.07731.steven@...1652...> <200711211816.06948.steven@...1652...> <4746C12F.8030808@...1786...> Message-ID: <200711231654.32223.steven@...1652...> Hi tibob, I'm quite sure this has nothing to do with gambas ;-) Whatever the reason (has to do with dcopserver and securety protocols) , as per my previous e-mail, i decided to install 10.3. I'll let you guys know if all is working after that. If not i'll re-install 10.2 from scratch (hope NOT !) Thanks, Steven Le vendredi 23 novembre 2007 13:01, Robert Ch?ramy a ?crit?: > Hi Steven, > > Steven Lobbezoo schrieb: > > I must have : Cannot start gimp under kde, idem firefox. Some times i get > > same error as for gambas2 with the 'console'. In short all kind of weird > > things. > > Then your problem is probably gtk related, or a compatibility issue > between kde and gtk. I think it has an impact on gambas as it uses both > kde and gtk libraries, but htat the problem is not in gambas code. Maybe > something went wrong while your last update (disk full, bad block...). > Suse 10.3 may help you for example if a new gtk or kde version are > installed, but that's not sure... Did you consider reinstalling your > system from scratch ? > > tibob > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From wspinto at ...1405... Fri Nov 23 20:06:12 2007 From: wspinto at ...1405... (Wellington de Souza Pinto) Date: Fri, 23 Nov 2007 17:06:12 -0200 Subject: [Gambas-user] Project Properties Stack Size crash Message-ID: <1195844772.474724a42536c@...1547...> Hi Bennoit!!! When i choice the Project Properties Stack Size checkBox different of default the gambas editor return: This application has raised an unexpected error and must abort. Unable to load image. Project.MakeDirectoryIcon.3670 and Close all program I'm use the svn version Reguards, --------------------------------------------------------------- |||||/ Wellington de Souza Pinto C o o ] wspinto at ...1405... ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___________________________________________________________________________________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperando por voc?. Aproveite! From wspinto at ...1405... Fri Nov 23 20:08:09 2007 From: wspinto at ...1405... (Wellington de Souza Pinto) Date: Fri, 23 Nov 2007 17:08:09 -0200 Subject: [Gambas-user] Project Properties Stack Size crash Message-ID: <1195844889.474725193e669@...1547...> Hi Bennoit!!! When i choice the Project Properties Stack Size checkBox different of default the gambas editor return: This application has raised an unexpected error and must abort. Unable to load image. Project.MakeDirectoryIcon.3670 and Close all program I'm use the svn version Reguards, --------------------------------------------------------------- |||||/ Wellington de Souza Pinto C o o ] wspinto at ...1405... ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___________________________________________________________________________________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperando por voc?. Aproveite! From cclark at ...1783... Sun Nov 25 11:33:54 2007 From: cclark at ...1783... (Colin Clark) Date: Sun, 25 Nov 2007 02:33:54 -0800 (PST) Subject: [Gambas-user] Project Properties bug Message-ID: <13934298.post@...1379...> Hello Benoit I am using gambas2-1.9.91. If I select Project Properties/Components, select "Show only components used in project", then click OK, Gambas will crash with the error message [12] Not an object. FPropertyProject.IsChecked.367 Maybe the problem is in the area of: FPropertyProject.class PRIVATE SUB CheckComponentConfig() AS Boolean FOR EACH hComp IN CComponent.All IF IsChecked(hComp.Key) THEN aComp.Add(hComp.Key) NEXT wherein IsChecked uses $cComp (which has a list of the checked components only) but is fed a list from CComponent (which has a list of all components). Colin Clark.. -- View this message in context: http://www.nabble.com/Project-Properties-bug-tf4869693.html#a13934298 Sent from the gambas-user mailing list archive at Nabble.com. From m.galm at ...31... Sun Nov 25 15:13:32 2007 From: m.galm at ...31... (m.galm) Date: Sun, 25 Nov 2007 15:13:32 +0100 Subject: [Gambas-user] Process Management Message-ID: <200711251513.33006.m.galm@...31...> Hello. I worked with gambas1 in the Past and want to port a Project to gambas2. How do i kill a created Process in gambas2 ? in gambas1 i did: PUBLIC $hProcess AS Process . . EXEC aExec FOR READ AS $hProcess . . $hProcess.Kill In gambas2 i have to do: EXEC aExec FOR READ AS "Contents" Cant put the .kill at "Contents" because its a String I tryed: "EXEC aExec FOR READ" to use the default Name "Process". But "Process.kill" gives a "Process is not static"-error . Thx, Michael Galm From steven at ...1652... Sun Nov 25 17:40:40 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Sun, 25 Nov 2007 17:40:40 +0100 Subject: [Gambas-user] Suse 10.3 newly installed In-Reply-To: <1195844889.474725193e669@...1547...> References: <1195844889.474725193e669@...1547...> Message-ID: <200711251740.40950.steven@...1652...> Hi, So, i installed suse 10.3. All is fine, but I have some problems with gambas (latest trunk) When I open the project certain forms are in the list on the left mentionned as classes I can open them, but not the form (that they are really). Apart from that, if I start the app it works just fine. (the forms are there, as forms). But<<<< (why is this happening ? each time I press point I get a backarrow, if I press that, i get a point ?????), on certain forms if i click the gridview, the details are not displayed, but SCIM flashes (whatever scim is - it's on the lower right side of the screen). So, it seems to work, but with some problems, i'll keep you informed Steven From simonart.dominique at ...11... Mon Nov 26 04:04:28 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Mon, 26 Nov 2007 04:04:28 +0100 Subject: [Gambas-user] is it possible to use component in a module? Message-ID: <474A37BC.6000206@...11...> Hi everybody, I don't understand what is wrong with that: Gambas 1.9.91 OpenSuse 10.3 with KDE I create a new graphical project (QT) I put a gridView on the form FMain -> GridView1 OK I create a new module (Module1) where I write this: PUBLIC SUB test() fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I type the dot after FMain) fmain.GridView1.Rows = 2 END and finally in the FMain I add this: PUBLIC SUB Form_Open() module1.test() END When I execute this I get the message: Unknown symbol 'GridView1' in class 'FMain' What is wrong? Thanks for your help Dominique Simonart From jscops at ...11... Mon Nov 26 06:28:25 2007 From: jscops at ...11... (Jacky) Date: Mon, 26 Nov 2007 06:28:25 +0100 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <474A37BC.6000206@...11...> References: <474A37BC.6000206@...11...> Message-ID: <200711260628.25757.jscops@...11...> Le Monday 26 November 2007 04:04:28 Dominique SIMONART, vous avez ?crit?: > Hi everybody, > I don't understand what is wrong with that: > Gambas 1.9.91 OpenSuse 10.3 with KDE > I create a new graphical project (QT) > I put a gridView on the form FMain -> GridView1 OK > I create a new module (Module1) where I write this: > > PUBLIC SUB test() > fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I Salut, GridView1.Columns = 2 is better no. Jacky From jscops at ...11... Mon Nov 26 07:04:58 2007 From: jscops at ...11... (Jacky) Date: Mon, 26 Nov 2007 07:04:58 +0100 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <474A37BC.6000206@...11...> References: <474A37BC.6000206@...11...> Message-ID: <200711260704.58529.jscops@...11...> > fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I Glups ! Gridview1.Columns.count = 10 From gambas.fr at ...626... Mon Nov 26 08:51:34 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 26 Nov 2007 08:51:34 +0100 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <474A37BC.6000206@...11...> References: <474A37BC.6000206@...11...> Message-ID: <200711260851.34452.gambas.fr@...626...> Le Monday 26 November 2007 04:04:28 Dominique SIMONART, vous avez ?crit?: > Hi everybody, > I don't understand what is wrong with that: > Gambas 1.9.91 OpenSuse 10.3 with KDE > I create a new graphical project (QT) > I put a gridView on the form FMain -> GridView1 OK > I create a new module (Module1) where I write this: > > PUBLIC SUB test() > fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I > type the dot after FMain) > fmain.GridView1.Rows = 2 > END > and finally in the FMain I add this: > > PUBLIC SUB Form_Open() > module1.test() > END > > When I execute this I get the message: > Unknown symbol 'GridView1' in class 'FMain' > > What is wrong? > Nothing in your code, just a bad habits from vb... In vb you use the form controls from everywhere... In gambas like in C or java you can't by default... You can by opening the project properties (ctrl+P) and selecting the option 'control are public' > Thanks for your help > Dominique Simonart > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From ariefbayu at ...626... Mon Nov 26 09:14:33 2007 From: ariefbayu at ...626... (Arief Bayu Purwanto) Date: Mon, 26 Nov 2007 15:14:33 +0700 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <200711260851.34452.gambas.fr@...626...> References: <474A37BC.6000206@...11...> <200711260851.34452.gambas.fr@...626...> Message-ID: <976ad9050711260014i445eb53bq2e2cf81247736836@...627...> On 11/26/07, Fabien Bodard wrote: > > Le Monday 26 November 2007 04:04:28 Dominique SIMONART, vous avez ?crit: > > Hi everybody, > > I don't understand what is wrong with that: > > Gambas 1.9.91 OpenSuse 10.3 with KDE > > I create a new graphical project (QT) > > I put a gridView on the form FMain -> GridView1 OK > > I create a new module (Module1) where I write this: > > > > PUBLIC SUB test() > > fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I > > type the dot after FMain) > > fmain.GridView1.Rows = 2 > > END > > and finally in the FMain I add this: > > > > PUBLIC SUB Form_Open() > > module1.test() > > END > > > > When I execute this I get the message: > > Unknown symbol 'GridView1' in class 'FMain' > > > > What is wrong? > > > Nothing in your code, just a bad habits from vb... > > In vb you use the form controls from everywhere... In gambas like in C or > java > you can't by default... > > You can by opening the project properties (ctrl+P) and selecting the > option 'control are public' Then, I think code completion should be more clever. SOL. -- Daiguren Hy?rinmaru From timothy.marshal-nichols at ...247... Mon Nov 26 09:41:57 2007 From: timothy.marshal-nichols at ...247... (timothy) Date: Mon, 26 Nov 2007 08:41:57 -0000 Subject: [Gambas-user] Process Management In-Reply-To: <200711251513.33006.m.galm@...31...> Message-ID: <000001c83008$35e179e0$6401a8c0@...1587...> > -----Original Message----- > From: gambas-user-bounces at lists.sourceforge.net > [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf Of m.galm > Sent: Sunday, 25 November 2007 02:14 PM > To: gambas-user at lists.sourceforge.net > Subject: [Gambas-user] Process Management > > > Hello. > > I worked with gambas1 in the Past and want to port a Project > to gambas2. > > How do i kill a created Process in gambas2 ? > > in gambas1 i did: > > PUBLIC $hProcess AS Process > . > . > EXEC aExec FOR READ AS $hProcess > . > . > $hProcess.Kill > > In gambas2 i have to do: > > EXEC aExec FOR READ AS "Contents" > > Cant put the .kill at "Contents" because its a String > > I tryed: "EXEC aExec FOR READ" to use the default Name "Process". > > But "Process.kill" gives a "Process is not static"-error . > > > Thx, Michael Galm > The syntax for a process changed some time ago: PUBLIC hProcess AS Process . . hProcess = EXEC aExec FOR READ AS "Contents" . . hProcess.Kill There dead ;-) Thanks 8-{)} Timothy Marshal-Nichols From steven at ...1652... Mon Nov 26 11:45:40 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Mon, 26 Nov 2007 11:45:40 +0100 Subject: [Gambas-user] Suse 10.3 newly installed In-Reply-To: <200711251740.40950.steven@...1652...> References: <1195844889.474725193e669@...1547...> <200711251740.40950.steven@...1652...> Message-ID: <200711261145.41144.steven@...1652...> Le Sunday 25 November 2007 17:40:40 Steven Lobbezoo, vous avez ?crit?: > Hi, > > So, i installed suse 10.3. All is fine, but I have some problems with > gambas (latest trunk) > When I open the project certain forms are in the list on the left > mentionned as classes I can open them, but not the form (that they are > really). Apart from that, if I start the app it works just fine. (the forms > are there, as forms). > But<<<< (why is this happening ? each time I press point I get a backarrow, > if I press that, i get a point ?????), on certain forms if i click the > gridview, the details are not displayed, but SCIM flashes (whatever scim is > - it's on the lower right side of the screen). > > So, it seems to work, but with some problems, i'll keep you informed > > Steven > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user Hi, It was just caused by some errors during the copy from the old to the new system. All is working perfectly now (even the 3-d feature ;-) ) Steven From david_villalobos_c at ...43... Mon Nov 26 13:17:13 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Mon, 26 Nov 2007 04:17:13 -0800 (PST) Subject: [Gambas-user] Behavoir in Font property Message-ID: <133773.96009.qm@...1667...> Hi, here is the file. You will notice that I install some new Fonts using a RPM that I made, but the behavoir is present with the RPM installed or not Best regards. David ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: Fonts Type: application/octet-stream Size: 8261 bytes Desc: not available URL: From david_villalobos_c at ...43... Mon Nov 26 13:29:26 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Mon, 26 Nov 2007 04:29:26 -0800 (PST) Subject: [Gambas-user] Installation on Mandriva 2008 Message-ID: <721261.42310.qm@...1656...> Hi all, I have had some problems with installing Gambas (1.9.91) in Mandriva 2008, the page http://gambasdoc.org/help/install/mandriva, says we should install some pakages (same in 2007), but most of those pakages aren?t in Mandriva 2008, and others can?t be installed. Could anyone install Gambas on Mandriva 2008? Am I doing something wrong? Please help. Best regards. ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From sourceforge-raindog2 at ...94... Mon Nov 26 13:51:07 2007 From: sourceforge-raindog2 at ...94... (Rob) Date: Mon, 26 Nov 2007 07:51:07 -0500 Subject: [Gambas-user] Installation on Mandriva 2008 In-Reply-To: <721261.42310.qm@...1656...> References: <721261.42310.qm@...1656...> Message-ID: <200711260751.07902.sourceforge-raindog2@...94...> On Monday 26 November 2007 07:29, David Villalobos Cambronero wrote: > I have had some problems with installing Gambas (1.9.91) in > Mandriva 2008, the page http://gambasdoc.org/help/install/mandriva, > says we should install some pakages (same in 2007), but most of > those pakages aren?t in Mandriva 2008, and others can?t be > installed. I haven't upgraded to 2008 yet, but under 2007.1 you need a lot of contrib packages. Do you have an Internet contrib source set up? The contrib repositories included on the DVD are incomplete. Rob From simonart.dominique at ...11... Mon Nov 26 14:27:26 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Mon, 26 Nov 2007 14:27:26 +0100 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <976ad9050711260014i445eb53bq2e2cf81247736836@...627...> References: <474A37BC.6000206@...11...> <200711260851.34452.gambas.fr@...626...> <976ad9050711260014i445eb53bq2e2cf81247736836@...627...> Message-ID: <474AC9BE.8030109@...11...> Hi, Arief Bayu Purwanto a ?crit : > On 11/26/07, Fabien Bodard wrote: > >> Le Monday 26 November 2007 04:04:28 Dominique SIMONART, vous avez ?crit: >> >>> Hi everybody, >>> I don't understand what is wrong with that: >>> Gambas 1.9.91 OpenSuse 10.3 with KDE >>> I create a new graphical project (QT) >>> I put a gridView on the form FMain -> GridView1 OK >>> I create a new module (Module1) where I write this: >>> >>> PUBLIC SUB test() >>> fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I >>> type the dot after FMain) >>> fmain.GridView1.Rows = 2 >>> END >>> and finally in the FMain I add this: >>> >>> PUBLIC SUB Form_Open() >>> module1.test() >>> END >>> >>> When I execute this I get the message: >>> Unknown symbol 'GridView1' in class 'FMain' >>> >>> What is wrong? >>> >>> >> Nothing in your code, just a bad habits from vb... >> >> In vb you use the form controls from everywhere... In gambas like in C or >> java >> you can't by default... >> >> You can by opening the project properties (ctrl+P) and selecting the >> option 'control are public' >> > > > Then, I think code completion should be more clever. SOL. > > > Thanks Fabien, it's OK now Thank Jacky, it was the next step :) Dominique Simonart From gambas at ...1... Mon Nov 26 15:37:46 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 26 Nov 2007 15:37:46 +0100 Subject: [Gambas-user] Behavoir in Font property In-Reply-To: <133773.96009.qm@...1667...> References: <133773.96009.qm@...1667...> Message-ID: <200711261537.46225.gambas@...1...> On lundi 26 novembre 2007, David Villalobos Cambronero wrote: > Hi, here is the file. > > You will notice that I install some new Fonts using a RPM that I made, but > the behavoir is present with the RPM installed or not > > Best regards. > > David > > I forgot to ask you: what is the exact name of your default desktop font? You can get it in Gambas by entering "?Application.Font" in the IDE console. Regards, -- Benoit Minisini From gambas at ...1... Mon Nov 26 15:40:23 2007 From: gambas at ...1... (Benoit Minisini) Date: Mon, 26 Nov 2007 15:40:23 +0100 Subject: [Gambas-user] Project Properties Stack Size crash In-Reply-To: <1195844889.474725193e669@...1547...> References: <1195844889.474725193e669@...1547...> Message-ID: <200711261540.23425.gambas@...1...> On vendredi 23 novembre 2007, Wellington de Souza Pinto wrote: > Hi Bennoit!!! > > When i choice the Project Properties Stack Size checkBox different of > default the gambas editor return: > > This application has raised an unexpected error and must abort. > Unable to load image. > Project.MakeDirectoryIcon.3670 > > and Close all program > > I'm use the svn version > > Reguards, > The bug comes from the fact that the icon you defined for your project does not exist anymore. I will fix so that it does not crash. Regards, -- Benoit Minisini From david_villalobos_c at ...43... Tue Nov 27 14:25:19 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Tue, 27 Nov 2007 07:25:19 -0600 (CST) Subject: [Gambas-user] Installation on Mandriva 2008 Message-ID: <702075.31650.qm@...1671...> Well, I use 2007.1 and do not need the contrib pakages, everything is in the Mandriva DVD (well, not cobra, firebird, and qte pakages) My problem is that for 2008 most name pakages have changed and the wiki help doesn't work. I wll like to know the pakage list to compile Gambas on Mandriva 2008, because I'm plannig to write a manual for Gambas including Instalation and compilation. Hope someone can help... Regards David ----- Original Message ---- From: Rob To: gambas-user at lists.sourceforge.net Sent: Monday, November 26, 2007 6:51:07 AM Subject: Re: [Gambas-user] Installation on Mandriva 2008 On Monday 26 November 2007 07:29, David Villalobos Cambronero wrote: > I have had some problems with installing Gambas (1.9.91) in > Mandriva 2008, the page http://gambasdoc.org/help/install/mandriva, > says we should install some pakages (same in 2007), but most of > those pakages aren?t in Mandriva 2008, and others can?t be > installed. I haven't upgraded to 2008 yet, but under 2007.1 you need a lot of contrib packages. Do you have an Internet contrib source set up? The contrib repositories included on the DVD are incomplete. Rob ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs From gambas at ...1... Tue Nov 27 14:38:39 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Nov 2007 14:38:39 +0100 Subject: [Gambas-user] Installation on Mandriva 2008 In-Reply-To: <702075.31650.qm@...1671...> References: <702075.31650.qm@...1671...> Message-ID: <200711271438.40102.gambas@...1...> On mardi 27 novembre 2007, David Villalobos Cambronero wrote: > Well, I use 2007.1 and do not need the contrib pakages, everything is in > the Mandriva DVD (well, not cobra, firebird, and qte pakages) > > My problem is that for 2008 most name pakages have changed and the wiki > help doesn't work. > > I wll like to know the pakage list to compile Gambas on Mandriva 2008, > because I'm plannig to write a manual for Gambas including Instalation and > compilation. > > Hope someone can help... > > Regards > > David > I have updated the wiki with the new package names. I hope I forgot nothing... Regards, -- Benoit Minisini From david_villalobos_c at ...43... Tue Nov 27 14:50:17 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Tue, 27 Nov 2007 05:50:17 -0800 (PST) Subject: [Gambas-user] Installation on Mandriva 2008 Message-ID: <90021.42700.qm@...1671...> Great!!! I'll try and tell you ----- Original Message ---- From: Benoit Minisini To: mailing list for gambas users Sent: Tuesday, November 27, 2007 7:38:39 AM Subject: Re: [Gambas-user] Installation on Mandriva 2008 On mardi 27 novembre 2007, David Villalobos Cambronero wrote: > Well, I use 2007.1 and do not need the contrib pakages, everything is in > the Mandriva DVD (well, not cobra, firebird, and qte pakages) > > My problem is that for 2008 most name pakages have changed and the wiki > help doesn't work. > > I wll like to know the pakage list to compile Gambas on Mandriva 2008, > because I'm plannig to write a manual for Gambas including Instalation and > compilation. > > Hope someone can help... > > Regards > > David > I have updated the wiki with the new package names. I hope I forgot nothing... Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From pete992000 at ...1683... Tue Nov 27 17:19:56 2007 From: pete992000 at ...1683... (Peter Russell) Date: Tue, 27 Nov 2007 20:19:56 +0400 Subject: [Gambas-user] forecolor Message-ID: <1196180396.11219.3.camel@...1798...> Hi all Picked up Gambas again after a year away. So I am having to relearn lots of stuff. Maybe the answer to this is something really simple. Here is the code. ProgressBar1.BackColor = Color.Yellow ProgressBar1.ForeColor = Color.Cyan The BackColor works fine but the ForeColor is always black Any answers please? Regards Pete From gambas at ...1... Tue Nov 27 17:30:00 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Nov 2007 17:30:00 +0100 Subject: [Gambas-user] forecolor In-Reply-To: <1196180396.11219.3.camel@...1798...> References: <1196180396.11219.3.camel@...1798...> Message-ID: <200711271730.00937.gambas@...1...> On mardi 27 novembre 2007, Peter Russell wrote: > Hi all > > Picked up Gambas again after a year away. So I am having to relearn lots > of stuff. Maybe the answer to this is something really simple. Here is > the code. > > ProgressBar1.BackColor = Color.Yellow > ProgressBar1.ForeColor = Color.Cyan > > The BackColor works fine but the ForeColor is always black > > Any answers please? > > Regards Pete > It seems that it depends on the KDE style used, the code that changes the foreground and background colors being the same for all controls. Regards, -- Benoit Minisini From gambas at ...1... Tue Nov 27 17:30:21 2007 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Nov 2007 17:30:21 +0100 Subject: [Gambas-user] Bug on gambas-database-manager In-Reply-To: <200711222103.34931.gambas.fr@...626...> References: <200711222103.34931.gambas.fr@...626...> Message-ID: <200711271730.21568.gambas@...1...> On jeudi 22 novembre 2007, Fabien Bodard wrote: > Open gbdbmgr... then open the mysql connection and close it.. via the > context menu... the program fail with > > fabien at ...1752...:~/Desktop$ gambas-database-manager.gambas > terminate called after throwing an instance of 'std::bad_alloc' > what(): std::bad_alloc > Abandon (core dumped) > fabien at ...1752...:~/Desktop$ > It should be fixed in the last revision. -- Benoit Minisini From pete992000 at ...1683... Tue Nov 27 18:17:46 2007 From: pete992000 at ...1683... (Peter Russell) Date: Tue, 27 Nov 2007 21:17:46 +0400 Subject: [Gambas-user] forecolor In-Reply-To: <200711271730.00937.gambas@...1...> References: <1196180396.11219.3.camel@...1798...> <200711271730.00937.gambas@...1...> Message-ID: <1196183866.11219.11.camel@...1798...> Thanks Benoit That was a speedy reply :) I am running in the gnome desktop at the moment but I changed a few themes etc; but it was still the same. I tried the same colors on a label control and the colors worked correctly. I didn't test any others though. I forgot to mention also the release. It is 1.0.18 I got through "synaptic manager" in ubuntu gutsy. Anyway it's not a big deal but thought i'd see if there was a ready answer. Thanks regards Pete On Tue, 2007-11-27 at 17:30 +0100, Benoit Minisini wrote: > On mardi 27 novembre 2007, Peter Russell wrote: > > Hi all > > > > Picked up Gambas again after a year away. So I am having to relearn lots > > of stuff. Maybe the answer to this is something really simple. Here is > > the code. > > > > ProgressBar1.BackColor = Color.Yellow > > ProgressBar1.ForeColor = Color.Cyan > > > > The BackColor works fine but the ForeColor is always black > > > > Any answers please? > > > > Regards Pete > > > > It seems that it depends on the KDE style used, the code that changes the > foreground and background colors being the same for all controls. > > Regards, > ____________________________________________________________ Receive Notifications of Incoming Messages Easily monitor multiple email accounts & access them with a click. Visit http://www.inbox.com/notifier and check it out! From simonart.dominique at ...11... Tue Nov 27 23:50:07 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Tue, 27 Nov 2007 23:50:07 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 Message-ID: <474C9F1F.4090800@...11...> Hi, Gambas 1.9.91 (from RPM) OpenSuse 10.3 KDE I wanted to test the package creation for OpenSuse 10.3 the test project contains almost nothing. I kept all thing by default and get this: Cr?ation du paquetage pour OpenSUSE. Initialisation du r?pertoire ~/RPM. Cr?ation du paquetage des sources. Creation du fichier .spec. Cr?ation du paquetage... rpmbuild -ba /home/domi/RPM/SPECS/test.spec Executing(%prep): /bin/sh -e /home/domi/RPM/tmp/rpm-tmp.50500 + umask 022 + cd /home/domi/RPM/BUILD + rm -rf /home/domi/RPM/tmp/test-0.0.3-1suse-buildroot + cd /home/domi/RPM/BUILD + rm -rf test + /usr/bin/bzip2 -dc /home/domi/RPM/SOURCES/test-0.0.3.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd test /home/domi/RPM/tmp/rpm-tmp.50500: line 31: cd: test: No such file or directory error: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) RPM build errors: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) La construction des paquetages a ?chou?. Package.MakeRpmPackage.781: 'rpmbuild' a retourn? le code d'erreur suivant : 1 What is wrong here? Which folder should I use for the RPM works with everybody (domi is quite a personal folder ! ) thanks for your attention Dominique Simonart From gambas at ...1... Wed Nov 28 00:32:14 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 00:32:14 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474C9F1F.4090800@...11...> References: <474C9F1F.4090800@...11...> Message-ID: <200711280032.14544.gambas@...1...> On mardi 27 novembre 2007, Dominique SIMONART wrote: > Hi, > > Gambas 1.9.91 (from RPM) OpenSuse 10.3 KDE > I wanted to test the package creation for OpenSuse 10.3 > the test project contains almost nothing. I kept all thing by default > and get this: > > Cr?ation du paquetage pour OpenSUSE. > Initialisation du r?pertoire ~/RPM. > Cr?ation du paquetage des sources. > Creation du fichier .spec. > Cr?ation du paquetage... > > rpmbuild -ba /home/domi/RPM/SPECS/test.spec > Executing(%prep): /bin/sh -e /home/domi/RPM/tmp/rpm-tmp.50500 > + umask 022 > + cd /home/domi/RPM/BUILD > + rm -rf /home/domi/RPM/tmp/test-0.0.3-1suse-buildroot > + cd /home/domi/RPM/BUILD > + rm -rf test > + /usr/bin/bzip2 -dc /home/domi/RPM/SOURCES/test-0.0.3.tar.bz2 > + tar -xf - > + STATUS=0 > + '[' 0 -ne 0 ']' > + cd test > /home/domi/RPM/tmp/rpm-tmp.50500: line 31: cd: test: No such file or > directory > error: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) > > > RPM build errors: > Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) > > La construction des paquetages a ?chou?. > Package.MakeRpmPackage.781: 'rpmbuild' a retourn? le code d'erreur > suivant : 1 > > What is wrong here? > Which folder should I use for the RPM works with everybody (domi is > quite a personal folder ! ) > > thanks for your attention > Dominique Simonart > > Can you send me the project? -- Benoit Minisini From simonart.dominique at ...11... Wed Nov 28 00:43:20 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Wed, 28 Nov 2007 00:43:20 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <200711280032.14544.gambas@...1...> References: <474C9F1F.4090800@...11...> <200711280032.14544.gambas@...1...> Message-ID: <474CAB98.7010906@...11...> Benoit Minisini a ?crit : > On mardi 27 novembre 2007, Dominique SIMONART wrote: > >> Hi, >> >> Gambas 1.9.91 (from RPM) OpenSuse 10.3 KDE >> I wanted to test the package creation for OpenSuse 10.3 >> the test project contains almost nothing. I kept all thing by default >> and get this: >> >> Cr?ation du paquetage pour OpenSUSE. >> Initialisation du r?pertoire ~/RPM. >> Cr?ation du paquetage des sources. >> Creation du fichier .spec. >> Cr?ation du paquetage... >> >> rpmbuild -ba /home/domi/RPM/SPECS/test.spec >> Executing(%prep): /bin/sh -e /home/domi/RPM/tmp/rpm-tmp.50500 >> + umask 022 >> + cd /home/domi/RPM/BUILD >> + rm -rf /home/domi/RPM/tmp/test-0.0.3-1suse-buildroot >> + cd /home/domi/RPM/BUILD >> + rm -rf test >> + /usr/bin/bzip2 -dc /home/domi/RPM/SOURCES/test-0.0.3.tar.bz2 >> + tar -xf - >> + STATUS=0 >> + '[' 0 -ne 0 ']' >> + cd test >> /home/domi/RPM/tmp/rpm-tmp.50500: line 31: cd: test: No such file or >> directory >> error: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) >> >> >> RPM build errors: >> Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) >> >> La construction des paquetages a ?chou?. >> Package.MakeRpmPackage.781: 'rpmbuild' a retourn? le code d'erreur >> suivant : 1 >> >> What is wrong here? >> Which folder should I use for the RPM works with everybody (domi is >> quite a personal folder ! ) >> >> thanks for your attention >> Dominique Simonart >> >> >> > > Can you send me the project? > > sure ! regards Dominique Simonart -------------- next part -------------- A non-text attachment was scrubbed... Name: FMain.class Type: application/x-java Size: 90 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: FMain.form URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Module1.module URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Test.gambas Type: application/octet-stream Size: 1449 bytes Desc: not available URL: From gambas at ...1... Wed Nov 28 00:49:16 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 00:49:16 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474CAB98.7010906@...11...> References: <474C9F1F.4090800@...11...> <200711280032.14544.gambas@...1...> <474CAB98.7010906@...11...> Message-ID: <200711280049.16547.gambas@...1...> On mercredi 28 novembre 2007, Dominique SIMONART wrote: > Benoit Minisini a ?crit : > > On mardi 27 novembre 2007, Dominique SIMONART wrote: > >> Hi, > >> > >> Gambas 1.9.91 (from RPM) OpenSuse 10.3 KDE > >> I wanted to test the package creation for OpenSuse 10.3 > >> the test project contains almost nothing. I kept all thing by default > >> and get this: > >> > >> Cr?ation du paquetage pour OpenSUSE. > >> Initialisation du r?pertoire ~/RPM. > >> Cr?ation du paquetage des sources. > >> Creation du fichier .spec. > >> Cr?ation du paquetage... > >> > >> rpmbuild -ba /home/domi/RPM/SPECS/test.spec > >> Executing(%prep): /bin/sh -e /home/domi/RPM/tmp/rpm-tmp.50500 > >> + umask 022 > >> + cd /home/domi/RPM/BUILD > >> + rm -rf /home/domi/RPM/tmp/test-0.0.3-1suse-buildroot > >> + cd /home/domi/RPM/BUILD > >> + rm -rf test > >> + /usr/bin/bzip2 -dc /home/domi/RPM/SOURCES/test-0.0.3.tar.bz2 > >> + tar -xf - > >> + STATUS=0 > >> + '[' 0 -ne 0 ']' > >> + cd test > >> /home/domi/RPM/tmp/rpm-tmp.50500: line 31: cd: test: No such file or > >> directory > >> error: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) > >> > >> > >> RPM build errors: > >> Bad exit status from /home/domi/RPM/tmp/rpm-tmp.50500 (%prep) > >> > >> La construction des paquetages a ?chou?. > >> Package.MakeRpmPackage.781: 'rpmbuild' a retourn? le code d'erreur > >> suivant : 1 > >> > >> What is wrong here? > >> Which folder should I use for the RPM works with everybody (domi is > >> quite a personal folder ! ) > >> > >> thanks for your attention > >> Dominique Simonart > > > > Can you send me the project? > > sure ! > regards > Dominique Simonart You must use the "make project archive" from the IDE menu, otherwise you miss some files. -- Benoit Minisini From gambas at ...1... Wed Nov 28 00:49:50 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 00:49:50 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474CAB98.7010906@...11...> References: <474C9F1F.4090800@...11...> <200711280032.14544.gambas@...1...> <474CAB98.7010906@...11...> Message-ID: <200711280049.50890.gambas@...1...> On mercredi 28 novembre 2007, Dominique SIMONART wrote: > > sure ! > regards > Dominique Simonart And you should send it to me, not the mailing-list! -- Benoit Minisini From simonart.dominique at ...11... Wed Nov 28 01:51:13 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Wed, 28 Nov 2007 01:51:13 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <200711280049.50890.gambas@...1...> References: <474C9F1F.4090800@...11...> <200711280032.14544.gambas@...1...> <474CAB98.7010906@...11...> <200711280049.50890.gambas@...1...> Message-ID: <474CBB81.2030202@...11...> Hi Benoit, Benoit Minisini a ?crit : > On mercredi 28 novembre 2007, Dominique SIMONART wrote: > >> sure ! >> regards >> Dominique Simonart >> > > And you should send it to me, not the mailing-list! > > Sorry for that :( Now, after running the archive generationI ( "Test-0.0.8.tar.gz" in the same folder as the project), I'v restarted the generation of the RPM and it ends the same way: The only "test" folder I find in the RPM folder is in the BUILD subfolder and it contains: FMain.class, FMain.form, Module1.module Test-0.0.8.tar.gz and Test.gambas I noticed the version number showed in the RPM construction dialog was Test-0.0.9 however the last tar.gz file was 8. is this correct? Cr?ation du paquetage pour OpenSUSE. Initialisation du r?pertoire ~/RPM. Cr?ation du paquetage des sources. Creation du fichier .spec. Cr?ation du paquetage... rpmbuild -ba /home/domi/RPM/SPECS/test.spec Executing(%prep): /bin/sh -e /home/domi/RPM/tmp/rpm-tmp.17986 + umask 022 + cd /home/domi/RPM/BUILD + rm -rf /home/domi/RPM/tmp/test-0.0.9-1suse-buildroot + cd /home/domi/RPM/BUILD + rm -rf test + /usr/bin/bzip2 -dc /home/domi/RPM/SOURCES/test-0.0.9.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd test /home/domi/RPM/tmp/rpm-tmp.17986: line 31: cd: test: No such file or directory error: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.17986 (%prep) RPM build errors: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.17986 (%prep) La construction des paquetages a ?chou?. Package.MakeRpmPackage.781: 'rpmbuild' a retourn? le code d'erreur suivant : 1 regards, Dominique Simonart From david_villalobos_c at ...43... Wed Nov 28 13:07:55 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Wed, 28 Nov 2007 04:07:55 -0800 (PST) Subject: [Gambas-user] Behavoir in Font property Message-ID: <809653.40569.qm@...1658...> Hi, here are the results: ?Application.Font (Font 0x84ca0b8) ?Application.Font.Name Sans Regards ----- Original Message ---- From: Benoit Minisini To: mailing list for gambas users Sent: Monday, November 26, 2007 8:37:46 AM Subject: Re: [Gambas-user] Behavoir in Font property On lundi 26 novembre 2007, David Villalobos Cambronero wrote: > Hi, here is the file. > > You will notice that I install some new Fonts using a RPM that I made, but > the behavoir is present with the RPM installed or not > > Best regards. > > David > > I forgot to ask you: what is the exact name of your default desktop font? You can get it in Gambas by entering "?Application.Font" in the IDE console. Regards, -- Benoit Minisini ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Get easy, one-click access to your favorites. Make Yahoo! your homepage. http://www.yahoo.com/r/hs From gambas at ...1... Wed Nov 28 13:17:37 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 13:17:37 +0100 Subject: [Gambas-user] Behavoir in Font property In-Reply-To: <809653.40569.qm@...1658...> References: <809653.40569.qm@...1658...> Message-ID: <200711281317.37702.gambas@...1...> On mercredi 28 novembre 2007, David Villalobos Cambronero wrote: > Hi, here are the results: > > ?Application.Font > (Font 0x84ca0b8) > > ?Application.Font.Name > Sans > > Regards > It is what I thought: the desktop font is "Sans", and "Sans" is not in the font list you sent me. So the font selector takes the first one of the list... Now you must find why on your system the Qt desktop font is "Sans", and why "Sans" seems to not exist on your system! You can use the qtconfig program to define the default Qt font if you does not use KDE. Regards, -- Benoit Minisini From wdahn at ...1000... Wed Nov 28 13:22:42 2007 From: wdahn at ...1000... (Werner) Date: Wed, 28 Nov 2007 20:22:42 +0800 Subject: [Gambas-user] Marketing Message-ID: <474D5D92.6020501@...1000...> Hello, I have been on and off this mailing list for 3 years now and have used Gambas once a year for a charity event. I like it very much. I had a look at http://gambas.sourceforge.net/ and somehow the headlines struck me as odd: 1) Gambas almost means BASIC 2) Welcome to the Gambas shrine! Say if I was a programmer sitting on a pile of VB code and trying to escape the claws of Microsoft I might google around and eventually find the web site. Being overworked/tired, I might easily read this as: 1) Gambas is almost BASIC (I would propably not be familiar with GNU's not UNIX) I could give me the impression that the the software is in alpha state and/or is only a little bit like BASIC. 2) Gambas shrine/ashram/temple? These must be some religious nuts. Seriously, is this the best we can do when Gambas is about to pass an important milestone? None of the headers give any hint of what Gambas actually is. Sorry for being provocative. Best Regards Werner Dahn From david_villalobos_c at ...43... Wed Nov 28 13:30:06 2007 From: david_villalobos_c at ...43... (David Villalobos Cambronero) Date: Wed, 28 Nov 2007 04:30:06 -0800 (PST) Subject: [Gambas-user] Behavoir in Font property Message-ID: <644932.57334.qm@...1670...> Hi, great!!!! I'll try and tell you. ----- Original Message ---- From: Benoit Minisini To: mailing list for gambas users Sent: Wednesday, November 28, 2007 6:17:37 AM Subject: Re: [Gambas-user] Behavoir in Font property On mercredi 28 novembre 2007, David Villalobos Cambronero wrote: > Hi, here are the results: > > ?Application.Font > (Font 0x84ca0b8) > > ?Application.Font.Name > Sans > > Regards > It is what I thought: the desktop font is "Sans", and "Sans" is not in the font list you sent me. So the font selector takes the first one of the list... Now you must find why on your system the Qt desktop font is "Sans", and why "Sans" seems to not exist on your system! You can use the qtconfig program to define the default Qt font if you does not use KDE. Regards, -- Benoit Minisini ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ____________________________________________________________________________________ Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/ From eilert-sprachen at ...221... Wed Nov 28 16:43:08 2007 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Wed, 28 Nov 2007 16:43:08 +0100 Subject: [Gambas-user] Marketing In-Reply-To: <474D5D92.6020501@...1000...> References: <474D5D92.6020501@...1000...> Message-ID: <474D8C8C.4050402@...221...> Werner schrieb: > Hello, > > I have been on and off this mailing list for 3 years now and have used > Gambas once a year for a charity event. I like it very much. > > I had a look at http://gambas.sourceforge.net/ and somehow the headlines > struck me as odd: > > 1) Gambas almost means BASIC > 2) Welcome to the Gambas shrine! > > Say if I was a programmer sitting on a pile of VB code and trying to > escape the claws of Microsoft I might google around and eventually find > the web site. Being overworked/tired, I might easily read this as: > > 1) Gambas is almost BASIC (I would propably not be familiar with > GNU's not UNIX) > I could give me the impression that the the software is in alpha state > and/or is only a little bit like BASIC. > > 2) Gambas shrine/ashram/temple? These must be some religious nuts. > > Seriously, is this the best we can do when Gambas is about to pass an > important milestone? None of the headers give any hint of what Gambas > actually is. > > Sorry for being provocative. > > Best Regards > Werner Dahn > Hi Werner, no, it's not such a bad thought. I must admit, I never saw it from that side. Maybe I've stuck with Gambas and Linux for too long time to get such an impression (although I program(med) a lot with VB). I just found it funny. For the shrine, it might be better placed somewhere deeper inside the site (a shrine is located in the inner place of a temple after all). There is nothing such as "the BASIC", there is no standard. So Gambas may be called a BASIC. Full stop. But it was this play with language, as this acronym gives its own name. Rolf From gambas at ...1... Wed Nov 28 18:08:53 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 18:08:53 +0100 Subject: [Gambas-user] Marketing In-Reply-To: <474D5D92.6020501@...1000...> References: <474D5D92.6020501@...1000...> Message-ID: <200711281808.53260.gambas@...1...> On mercredi 28 novembre 2007, Werner wrote: > Hello, > > I have been on and off this mailing list for 3 years now and have used > Gambas once a year for a charity event. I like it very much. > > I had a look at http://gambas.sourceforge.net/ and somehow the headlines > struck me as odd: > > 1) Gambas almost means BASIC > 2) Welcome to the Gambas shrine! > > Say if I was a programmer sitting on a pile of VB code and trying to > escape the claws of Microsoft I might google around and eventually find > the web site. Being overworked/tired, I might easily read this as: > > 1) Gambas is almost BASIC (I would propably not be familiar with > GNU's not UNIX) > I could give me the impression that the the software is in alpha state > and/or is only a little bit like BASIC. > > 2) Gambas shrine/ashram/temple? These must be some religious nuts. > > Seriously, is this the best we can do when Gambas is about to pass an > important milestone? None of the headers give any hint of what Gambas > actually is. > > Sorry for being provocative. > > Best Regards > Werner Dahn > > English is not my language, so I am not aware of all the meaning hidden behind words and expressions. "Gambas almost means BASIC" is just a recursive acronym, it does not aim at meaning actually anything. Anyway, "almost means" should not mean the same thing as "almost is" as you wrote. The Gambas shrine is just another play on words. I don't know if this is the best *we* can do, but it is just what *I* did. :-) What is underlying is that I don't want to take Gambas and computing languages too seriously. I don't like marketing too. I am not good at that anyway. This is a programming language, and a development environment. The only real way to know what there is inside is using it. So I could have put random words on the web site main page, I don't think it would have change a lot of thing. :-) But if you have some proposal to make the web site clearer and better, you are welcome to send them. Regards, -- Benoit Minisini From pete992000 at ...1683... Wed Nov 28 19:29:04 2007 From: pete992000 at ...1683... (Peter Russell) Date: Wed, 28 Nov 2007 22:29:04 +0400 Subject: [Gambas-user] Marketing In-Reply-To: <200711281808.53260.gambas@...1...> References: <474D5D92.6020501@...1000...> <200711281808.53260.gambas@...1...> Message-ID: <1196274544.11127.9.camel@...1798...> On Wed, 2007-11-28 at 18:08 +0100, Benoit Minisini wrote: > On mercredi 28 novembre 2007, Werner wrote: > English is not my language, so I am not aware of all the meaning hidden behind > words and expressions. > > "Gambas almost means BASIC" is just a recursive acronym, it does not aim at > meaning actually anything. Anyway, "almost means" should not mean the same > thing as "almost is" as you wrote. I wish my Kreol was a fraction as good as your english. I must admit as another post already said, I thought the site heading and the name was fine and quite unique. Regards Pete PS Just installed the latest development version after a break of over a year. I'm amazed at how much there has been done. It looks great, I'll really enjoy getting back into this. From gambas at ...1... Wed Nov 28 20:22:36 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 20:22:36 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474CBB81.2030202@...11...> References: <474C9F1F.4090800@...11...> <200711280049.50890.gambas@...1...> <474CBB81.2030202@...11...> Message-ID: <200711282022.36773.gambas@...1...> On mercredi 28 novembre 2007, Dominique SIMONART wrote: > Hi Benoit, > > Benoit Minisini a ?crit : > > On mercredi 28 novembre 2007, Dominique SIMONART wrote: > >> sure ! > >> regards > >> Dominique Simonart > > > > And you should send it to me, not the mailing-list! > > Sorry for that :( > Now, after running the archive generationI ( "Test-0.0.8.tar.gz" in the > same folder as the project), I'v restarted the generation of the RPM and > it ends the same way: > The only "test" folder I find in the RPM folder is in the BUILD > subfolder and it contains: FMain.class, FMain.form, Module1.module > Test-0.0.8.tar.gz and Test.gambas > I noticed the version number showed in the RPM construction dialog was > Test-0.0.9 however the last tar.gz file was 8. is this correct? > > Cr?ation du paquetage pour OpenSUSE. > Initialisation du r?pertoire ~/RPM. > Cr?ation du paquetage des sources. > Creation du fichier .spec. > Cr?ation du paquetage... > > rpmbuild -ba /home/domi/RPM/SPECS/test.spec > Executing(%prep): /bin/sh -e /home/domi/RPM/tmp/rpm-tmp.17986 > + umask 022 > + cd /home/domi/RPM/BUILD > + rm -rf /home/domi/RPM/tmp/test-0.0.9-1suse-buildroot > + cd /home/domi/RPM/BUILD > + rm -rf test > + /usr/bin/bzip2 -dc /home/domi/RPM/SOURCES/test-0.0.9.tar.bz2 > + tar -xf - > + STATUS=0 > + '[' 0 -ne 0 ']' > + cd test > /home/domi/RPM/tmp/rpm-tmp.17986: line 31: cd: test: No such file or > directory > error: Bad exit status from /home/domi/RPM/tmp/rpm-tmp.17986 (%prep) > > > RPM build errors: > Bad exit status from /home/domi/RPM/tmp/rpm-tmp.17986 (%prep) > > La construction des paquetages a ?chou?. > Package.MakeRpmPackage.781: 'rpmbuild' a retourn? le code d'erreur > suivant : 1 > > regards, > Dominique Simonart > I'm waiting for your project source archive yet... -- Benoit Minisini From gambas at ...1... Wed Nov 28 20:35:33 2007 From: gambas at ...1... (Benoit Minisini) Date: Wed, 28 Nov 2007 20:35:33 +0100 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <976ad9050711260014i445eb53bq2e2cf81247736836@...627...> References: <474A37BC.6000206@...11...> <200711260851.34452.gambas.fr@...626...> <976ad9050711260014i445eb53bq2e2cf81247736836@...627...> Message-ID: <200711282035.33557.gambas@...1...> On lundi 26 novembre 2007, Arief Bayu Purwanto wrote: > On 11/26/07, Fabien Bodard wrote: > > Le Monday 26 November 2007 04:04:28 Dominique SIMONART, vous avez ?crit: > > > Hi everybody, > > > I don't understand what is wrong with that: > > > Gambas 1.9.91 OpenSuse 10.3 with KDE > > > I create a new graphical project (QT) > > > I put a gridView on the form FMain -> GridView1 OK > > > I create a new module (Module1) where I write this: > > > > > > PUBLIC SUB test() > > > fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I > > > type the dot after FMain) > > > fmain.GridView1.Rows = 2 > > > END > > > and finally in the FMain I add this: > > > > > > PUBLIC SUB Form_Open() > > > module1.test() > > > END > > > > > > When I execute this I get the message: > > > Unknown symbol 'GridView1' in class 'FMain' > > > > > > What is wrong? > > > > Nothing in your code, just a bad habits from vb... > > > > In vb you use the form controls from everywhere... In gambas like in C or > > java > > you can't by default... > > > > You can by opening the project properties (ctrl+P) and selecting the > > option 'control are public' > > Then, I think code completion should be more clever. SOL. What do you mean by that? If the "controls are public" option is checked, then they are visible in the completion list box, otherwise they are not. Doesn't it work like that? -- Benoit Minisini From simonart.dominique at ...11... Wed Nov 28 21:07:56 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Wed, 28 Nov 2007 21:07:56 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <200711282022.36773.gambas@...1...> References: <474C9F1F.4090800@...11...> <200711280049.50890.gambas@...1...> <474CBB81.2030202@...11...> <200711282022.36773.gambas@...1...> Message-ID: <474DCA9C.8070303@...11...> Hi Benoit and everybody, I sent it. it is the 0.0.11 version but ABSOLUTLY nothing changed in the project since the beginning ! I've only tested several scenarios wich all end the same way. regards, Dominique Simonart From simonart.dominique at ...11... Wed Nov 28 21:25:56 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Wed, 28 Nov 2007 21:25:56 +0100 Subject: [Gambas-user] is it possible to use component in a module? In-Reply-To: <200711282035.33557.gambas@...1...> References: <474A37BC.6000206@...11...> <200711260851.34452.gambas.fr@...626...> <976ad9050711260014i445eb53bq2e2cf81247736836@...627...> <200711282035.33557.gambas@...1...> Message-ID: <474DCED4.3090201@...11...> Benoit Minisini a ?crit : > On lundi 26 novembre 2007, Arief Bayu Purwanto wrote: > >> On 11/26/07, Fabien Bodard wrote: >> >>> Le Monday 26 November 2007 04:04:28 Dominique SIMONART, vous avez ?crit: >>> >>>> Hi everybody, >>>> I don't understand what is wrong with that: >>>> Gambas 1.9.91 OpenSuse 10.3 with KDE >>>> I create a new graphical project (QT) >>>> I put a gridView on the form FMain -> GridView1 OK >>>> I create a new module (Module1) where I write this: >>>> >>>> PUBLIC SUB test() >>>> fmain.GridView1.Columns = 2 (GridView1 is correctly proposed when I >>>> type the dot after FMain) >>>> fmain.GridView1.Rows = 2 >>>> END >>>> and finally in the FMain I add this: >>>> >>>> PUBLIC SUB Form_Open() >>>> module1.test() >>>> END >>>> >>>> When I execute this I get the message: >>>> Unknown symbol 'GridView1' in class 'FMain' >>>> >>>> What is wrong? >>>> >>> Nothing in your code, just a bad habits from vb... >>> >>> In vb you use the form controls from everywhere... In gambas like in C or >>> java >>> you can't by default... >>> >>> You can by opening the project properties (ctrl+P) and selecting the >>> option 'control are public' >>> >> Then, I think code completion should be more clever. SOL. >> > > What do you mean by that? > > If the "controls are public" option is checked, then they are visible in the > completion list box, otherwise they are not. Doesn't it work like that? > > Once more, it's my fault ! I said that completion code correctly propose the GridView1, and this is right anywhere in the FMain class, but in the module the completion code showed only GridvView (not GridView1) regards, Dominique Simonart From simonart.dominique at ...11... Wed Nov 28 21:36:35 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Wed, 28 Nov 2007 21:36:35 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474DCA9C.8070303@...11...> References: <474C9F1F.4090800@...11...> <200711280049.50890.gambas@...1...> <474CBB81.2030202@...11...> <200711282022.36773.gambas@...1...> <474DCA9C.8070303@...11...> Message-ID: <474DD153.9050307@...11...> Hi Benoit, Dominique SIMONART a ?crit : > Hi Benoit and everybody, > > I sent it. it is the 0.0.11 version but ABSOLUTLY nothing changed in the > project since the beginning ! I've only tested several scenarios wich > all end the same way. > regards, > Dominique Simonart > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > something goes wrong as the message I sent you bounce to me as invalid. the file size is less 550K and I used the address gambas at ...1... as I read it when I point the cursor on your name. regards, Dominique Simonart From wspinto at ...1405... Thu Nov 29 13:46:04 2007 From: wspinto at ...1405... (Wellington de Souza Pinto) Date: Thu, 29 Nov 2007 10:46:04 -0200 Subject: [Gambas-user] (no subject) Message-ID: <1196340364.474eb48c5efd2@...1433...> Hi every one!!! Please, how to remove or delete row(s) in tableview????? Reguards, --------------------------------------------------------------- |||||/ Wellington de Souza Pinto C o o ] wspinto at ...1405... ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___________________________________________________________________________________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperando por voc?. Aproveite! From wspinto at ...1405... Thu Nov 29 13:46:23 2007 From: wspinto at ...1405... (Wellington de Souza Pinto) Date: Thu, 29 Nov 2007 10:46:23 -0200 Subject: [Gambas-user] tableview????? Message-ID: <1196340383.474eb49f664c8@...1433...> Hi every one!!! Please, how to remove or delete row(s) in tableview????? Reguards, --------------------------------------------------------------- |||||/ Wellington de Souza Pinto C o o ] wspinto at ...1405... ^ -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ___________________________________________________________________________________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A Embratel tem tarifas muito baratas esperando por voc?. Aproveite! From steven at ...1652... Thu Nov 29 14:12:34 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Thu, 29 Nov 2007 14:12:34 +0100 Subject: [Gambas-user] (no subject) In-Reply-To: <1196340364.474eb48c5efd2@...1433...> References: <1196340364.474eb48c5efd2@...1433...> Message-ID: <200711291412.34674.steven@...1652...> Something like this ? DIM r AS Integer ? WITH GridView1 ? ? FOR r = .Row TO .Rows.Count - 2 ? ? ? GridView1[r, 0].Text = GridView1[r + 1, 0].Text ? ? ? GridView1[r, 1].Text = GridView1[r + 1, 1].Text ? ? ? GridView1[r, 2].Text = GridView1[r + 1, 2].Text ? ? ? GridView1[r, 3].Text = GridView1[r + 1, 3].Text ? ? ? GridView1[r, 4].Text = GridView1[r + 1, 4].Text ? ? ? GridView1[r, 5].Text = GridView1[r + 1, 5].Text ? ? NEXT ? ? .Rows.Count = .Rows.Count - 1 ? END WITH Regards, Steven Le Thursday 29 November 2007 13:46:04 Wellington de Souza Pinto, vous avez ?crit?: > Hi every one!!! > > Please, how to remove or delete row(s) in tableview????? > > Reguards, > > --------------------------------------------------------------- > > |||||/ Wellington de Souza Pinto > > C o o ] wspinto at ...1405... > ^ > -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- > ___________________________________________________________________________ >________ Para fazer uma liga??o DDD pra perto ou pra longe, faz um 21. A > Embratel tem tarifas muito baratas esperando por voc?. Aproveite! > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas.fr at ...626... Thu Nov 29 14:36:48 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 29 Nov 2007 14:36:48 +0100 Subject: [Gambas-user] tableview????? In-Reply-To: <1196340383.474eb49f664c8@...1433...> References: <1196340383.474eb49f664c8@...1433...> Message-ID: <200711291436.48605.gambas.fr@...626...> Le Thursday 29 November 2007 13:46:23 Wellington de Souza Pinto, vous avez ?crit?: > Hi every one!!! > > Please, how to remove or delete row(s) in tableview????? > > Reguards, > yes it miss, Benoit, can you do a : Rows.Remove(line) for the direct fill mode...? and maybe the same for columns so it allow to do that without the Steven Lobbezoo good suggestion. From ronstk at ...239... Thu Nov 29 16:39:05 2007 From: ronstk at ...239... (ron) Date: Thu, 29 Nov 2007 16:39:05 +0100 Subject: [Gambas-user] tableview????? In-Reply-To: <200711291436.48605.gambas.fr@...626...> References: <1196340383.474eb49f664c8@...1433...> <200711291436.48605.gambas.fr@...626...> Message-ID: <200711291639.06054.ronstk@...239...> On Thursday 29 November 2007 14:36, Fabien Bodard wrote: > Le Thursday 29 November 2007 13:46:23 Wellington de Souza Pinto, vous avez > ?crit?: > > Hi every one!!! > > > > Please, how to remove or delete row(s) in tableview????? > > > > Reguards, > > > > yes it miss, > > Benoit, can you do a : > > Rows.Remove(line) > > > for the direct fill mode...? > > and maybe the same for columns > > so it allow to do that without the Steven Lobbezoo good suggestion. > Hmmm, If our good fellow Benoit is looping the array for .Delete(position) it is also good to have .Insert(atposition) ???? Ron From gambas at ...1... Fri Nov 30 02:13:48 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 30 Nov 2007 02:13:48 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474DD153.9050307@...11...> References: <474C9F1F.4090800@...11...> <474DCA9C.8070303@...11...> <474DD153.9050307@...11...> Message-ID: <200711300213.48851.gambas@...1...> On mercredi 28 novembre 2007, Dominique SIMONART wrote: > Hi Benoit, > > Dominique SIMONART a ?crit : > > Hi Benoit and everybody, > > > > I sent it. it is the 0.0.11 version but ABSOLUTLY nothing changed in the > > project since the beginning ! I've only tested several scenarios wich > > all end the same way. > > regards, > > Dominique Simonart > > > > OK, the packaged has been fixed in the last revision. Please tell me if everything is ok now! -- Benoit Minisini From simonart.dominique at ...11... Fri Nov 30 03:39:56 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Fri, 30 Nov 2007 03:39:56 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <200711300213.48851.gambas@...1...> References: <474C9F1F.4090800@...11...> <474DCA9C.8070303@...11...> <474DD153.9050307@...11...> <200711300213.48851.gambas@...1...> Message-ID: <474F77FC.8010609@...11...> Hi everybody Benoit Minisini a ?crit : > On mercredi 28 novembre 2007, Dominique SIMONART wrote: > >> Hi Benoit, >> >> Dominique SIMONART a ?crit : >> >>> Hi Benoit and everybody, >>> >>> I sent it. it is the 0.0.11 version but ABSOLUTLY nothing changed in the >>> project since the beginning ! I've only tested several scenarios wich >>> all end the same way. >>> regards, >>> Dominique Simonart >>> >>> >>> > > OK, the packaged has been fixed in the last revision. Please tell me if > everything is ok now! > > Many thanks Benoit, However, I installed gambas 2 from RPM with Yast and I know nothing about subversion and the like. Since the project is absolutely trivial (a form with a button to quit !) may be somebody with OpenSuse 10.3 could run the test and inform us? I cannot imagine my situation is specific because I don't touch the system at all since the day I install OpenSuse 10.3, except the gambas installation from a user session and the automatic system updating process, however if this is really specific with my config, I could try the work, but I need serious help for that. What do you think about that? regards, Dominique Simonart From steven at ...1652... Fri Nov 30 11:03:37 2007 From: steven at ...1652... (Steven Lobbezoo) Date: Fri, 30 Nov 2007 11:03:37 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <474F77FC.8010609@...11...> References: <474C9F1F.4090800@...11...> <200711300213.48851.gambas@...1...> <474F77FC.8010609@...11...> Message-ID: <200711301103.37898.steven@...1652...> Hi, I run suse 10.3 with the latest trunk. Without a hitch ;-) Works like a charm. I installed KDE+GNOME + DEV complete. Steven Le Friday 30 November 2007 03:39:56 Dominique SIMONART, vous avez ?crit?: > Hi everybody > > Benoit Minisini a ?crit : > > On mercredi 28 novembre 2007, Dominique SIMONART wrote: > >> Hi Benoit, > >> > >> Dominique SIMONART a ?crit : > >>> Hi Benoit and everybody, > >>> > >>> I sent it. it is the 0.0.11 version but ABSOLUTLY nothing changed in > >>> the project since the beginning ! I've only tested several scenarios > >>> wich all end the same way. > >>> regards, > >>> Dominique Simonart > > > > OK, the packaged has been fixed in the last revision. Please tell me if > > everything is ok now! > > Many thanks Benoit, > However, I installed gambas 2 from RPM with Yast and I know nothing > about subversion and the like. > Since the project is absolutely trivial (a form with a button to quit !) > may be somebody with OpenSuse 10.3 > could run the test and inform us? > I cannot imagine my situation is specific because I don't touch the > system at all since the day I install OpenSuse 10.3, except the > gambas installation from a user session and the automatic system > updating process, however if this is really specific with my config, I > could try the work, but I need serious help for that. > What do you think about that? > regards, > Dominique Simonart > > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From simonart.dominique at ...11... Fri Nov 30 16:27:17 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Fri, 30 Nov 2007 16:27:17 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <200711301103.37898.steven@...1652...> References: <474C9F1F.4090800@...11...> <200711300213.48851.gambas@...1...> <474F77FC.8010609@...11...> <200711301103.37898.steven@...1652...> Message-ID: <47502BD5.6020100@...11...> Steven Lobbezoo a ?crit : > Hi, > > I run suse 10.3 with the latest trunk. > Without a hitch ;-) > > Works like a charm. I installed KDE+GNOME + DEV complete. > > Steven > Thanks Steven ! So the RPM Package production run OK! I will attempt to install subversion right now! Dominique From simonart.dominique at ...11... Fri Nov 30 16:54:08 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Fri, 30 Nov 2007 16:54:08 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <47502BD5.6020100@...11...> References: <474C9F1F.4090800@...11...> <200711300213.48851.gambas@...1...> <474F77FC.8010609@...11...> <200711301103.37898.steven@...1652...> <47502BD5.6020100@...11...> Message-ID: <47503220.3080504@...11...> Dominique SIMONART a ?crit : > Steven Lobbezoo a ?crit : > >> Hi, >> >> I run suse 10.3 with the latest trunk. >> Without a hitch ;-) >> >> Works like a charm. I installed KDE+GNOME + DEV complete. >> >> Steven >> >> > Thanks Steven ! > So the RPM Package production run OK! I will attempt to install > subversion right now! > Dominique > > I just notice that kdesvn is already installed on my OpenSuse 10.3. fine ! After reading some pages of the help... Is there a link that shows the procedure to download the last version of gambas? If not, what is the url of the repository for gambas? thanks for your help Dominique Simonart From rospolosco at ...152... Fri Nov 30 16:57:14 2007 From: rospolosco at ...152... (Stefano Palmeri) Date: Fri, 30 Nov 2007 16:57:14 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <47503220.3080504@...11...> References: <474C9F1F.4090800@...11...> <47502BD5.6020100@...11...> <47503220.3080504@...11...> Message-ID: <200711301657.14301.rospolosco@...152...> Alle 16:54, venerd? 30 novembre 2007, Dominique SIMONART ha scritto: > Dominique SIMONART a ?crit : > > Steven Lobbezoo a ?crit : > >> Hi, > >> > >> I run suse 10.3 with the latest trunk. > >> Without a hitch ;-) > >> > >> Works like a charm. I installed KDE+GNOME + DEV complete. > >> > >> Steven > > > > Thanks Steven ! > > So the RPM Package production run OK! I will attempt to install > > subversion right now! > > Dominique > > I just notice that kdesvn is already installed on my OpenSuse 10.3. fine ! > After reading some pages of the help... Is there a link that shows the > procedure to download the last version of gambas? > If not, what is the url of the repository for gambas? > thanks for your help > Dominique Simonart > This is from Gambas site: You get it from the Subversion repository: $ mkdir trunk $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/2.0/trunk/ $ cd trunk $ ./reconf-all Ciao, Stefano > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From wdahn at ...1000... Fri Nov 30 19:42:46 2007 From: wdahn at ...1000... (Werner) Date: Sat, 01 Dec 2007 02:42:46 +0800 Subject: [Gambas-user] Marketing In-Reply-To: <200711281808.53260.gambas@...1...> References: <474D5D92.6020501@...1000...> <200711281808.53260.gambas@...1...> Message-ID: <475059A6.5030608@...1000...> > English is not my language, so I am not aware of all the meaning hidden behind > words and expressions. > > "Gambas almost means BASIC" is just a recursive acronym, it does not aim at > meaning actually anything. Anyway, "almost means" should not mean the same > thing as "almost is" as you wrote. > > The Gambas shrine is just another play on words. > > I don't know if this is the best *we* can do, but it is just what *I* did. :-) > > What is underlying is that I don't want to take Gambas and computing languages > too seriously. I don't like marketing too. I am not good at that anyway. > > This is a programming language, and a development environment. The only real > way to know what there is inside is using it. So I could have put random > words on the web site main page, I don't think it would have change a lot of > thing. :-) > > But if you have some proposal to make the web site clearer and better, you are > welcome to send them. > > Regards, > > How about something like The easiest way to write a program for Linux. or Programming in the Fast Lane I started using Gambas as I needed to write a fairly simple GUI program really quick but I had not written software in over a decade and my knowledge of Linux was almost nil. It would be interesting to know why other people started using it. From gambas at ...1... Fri Nov 30 19:52:29 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 30 Nov 2007 19:52:29 +0100 Subject: [Gambas-user] Marketing In-Reply-To: <475059A6.5030608@...1000...> References: <474D5D92.6020501@...1000...> <200711281808.53260.gambas@...1...> <475059A6.5030608@...1000...> Message-ID: <200711301952.29460.gambas@...1...> On vendredi 30 novembre 2007, Werner wrote: > > English is not my language, so I am not aware of all the meaning hidden > > behind words and expressions. > > > > "Gambas almost means BASIC" is just a recursive acronym, it does not aim > > at meaning actually anything. Anyway, "almost means" should not mean the > > same thing as "almost is" as you wrote. > > > > The Gambas shrine is just another play on words. > > > > I don't know if this is the best *we* can do, but it is just what *I* > > did. :-) > > > > What is underlying is that I don't want to take Gambas and computing > > languages too seriously. I don't like marketing too. I am not good at > > that anyway. > > > > This is a programming language, and a development environment. The only > > real way to know what there is inside is using it. So I could have put > > random words on the web site main page, I don't think it would have > > change a lot of thing. :-) > > > > But if you have some proposal to make the web site clearer and better, > > you are welcome to send them. > > > > Regards, > > How about something like > > The easiest way to write a program for Linux. > > or > Programming in the Fast Lane > > I started using Gambas as I needed to write a fairly simple GUI program > really quick but I had not written software in over a decade and my > knowledge of Linux was almost nil. It would be interesting to know why > other people started using it. > The easiest way... Maybe, I don't use any other language that Gambas, C and C++. And a bit of bash sometimes. :-) I largelery prefer individual testimonies than marketing. :-) Maybe that you are disappointed by the website contents because it does not reflect what Gambas is for you. So why not writing your own point of view? And, as you said, why not centralize the testimonies of other people: why they are using it, what they like, what they dislike... I just don't have the time and the motivation to do that myself, so if you can do it, you are welcome! Regards, -- Benoit Minisini From simonart.dominique at ...11... Fri Nov 30 20:08:46 2007 From: simonart.dominique at ...11... (Dominique SIMONART) Date: Fri, 30 Nov 2007 20:08:46 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <200711301657.14301.rospolosco@...152...> References: <474C9F1F.4090800@...11...> <47502BD5.6020100@...11...> <47503220.3080504@...11...> <200711301657.14301.rospolosco@...152...> Message-ID: <47505FBE.4000808@...11...> Hi Stefano, Stefano Palmeri a ?crit : > Alle 16:54, venerd? 30 novembre 2007, Dominique SIMONART ha scritto: > >> Dominique SIMONART a ?crit : >> >>> Thanks Steven ! >>> So the RPM Package production run OK! I will attempt to install >>> subversion right now! >>> Dominique >>> >> I just notice that kdesvn is already installed on my OpenSuse 10.3. fine ! >> After reading some pages of the help... Is there a link that shows the >> procedure to download the last version of gambas? >> If not, what is the url of the repository for gambas? >> thanks for your help >> Dominique Simonart >> >> > > This is from Gambas site: > > You get it from the Subversion repository: > > $ mkdir trunk > $ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/2.0/trunk/ > $ cd trunk > $ ./reconf-all > > Ciao, > > Stefano > Thanks Stefano, things are progressing quickly for me! some components did not install (corba, firebird, mysql, postgresql and qte) I will examin le listing to understand the reason - first the environment is good I think: automake 1.10-46 autoconf 2.61-47 libtool 1.5.24-17 - as the all the gambas RPMs version 1.9.91 installed without problem, except for corba, I think all the -devel package are OK (is this asumption correct?) - the trunk folder is now plenty of files ! (50.7 Mb, 11962 files, 2990 subfolders) - now problem begin with ./reconf-all (as root). for all components (main, app, comp, examples, help, gb.compress.bzlib2, etc...) I get these 3 lines: /usr/share/aclocal/paragui.m4:12: warning: underquoted definition of AM_PATH_PARAGUI /usr/share/aclocal/paragui.m4:12: run info '(automake)Extending aclocal' /usr/share/aclocal/paragui.m4:12: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal however, the ./configure -C ended correctly (excepted those components listed before) then make ended badly with plenty of 'error: ".....". the last line was: make: *** [all] Erreur 2 so I stopped there. I will re-run all the process to create the output file and send it to Benoit if he want to see it I'm waiting for your comments and suggestion thanks for your attention Dominique Simonart From bbblick at ...770... Fri Nov 30 21:12:31 2007 From: bbblick at ...770... (Bob Blick) Date: Fri, 30 Nov 2007 12:12:31 -0800 (PST) Subject: [Gambas-user] Marketing In-Reply-To: <200711301952.29460.gambas@...1...> Message-ID: <272380.28148.qm@...1805...> I have been following this thread on and off, so I may be repeating someone elses posting. Personally I find the website attractive and charming. I am not bothered by the use of the word "shrine". I also understood immediately what Gambas is. If you search for "Basic for Linux" with Google, Gambas is #3 with this: .. Gambas - Gambas Almost Means Basic "A graphical Basic language for Linux with objects and plug-ins." gambas.sourceforge.net/ .. In conclusion, I am happy with the website and (importantly) happy with Gambas itself. Cheerful regards, Bob P.S. If you choose a name for the mascot, it might be best not to use the name of a religious figure :) From gambas.fr at ...626... Fri Nov 30 21:34:37 2007 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 30 Nov 2007 21:34:37 +0100 Subject: [Gambas-user] Package creation for Suse 10.3 In-Reply-To: <47505FBE.4000808@...11...> References: <474C9F1F.4090800@...11...> <200711301657.14301.rospolosco@...152...> <47505FBE.4000808@...11...> Message-ID: <200711302134.37659.gambas.fr@...626...> http://gambasdoc.org/help/install/opensuse From gambas at ...1... Fri Nov 30 22:27:30 2007 From: gambas at ...1... (Benoit Minisini) Date: Fri, 30 Nov 2007 22:27:30 +0100 Subject: [Gambas-user] ToolTip in WebBrowser In-Reply-To: <735055.96523.qm@...1781...> References: <735055.96523.qm@...1781...> Message-ID: <200711302227.30484.gambas@...1...> On mardi 13 novembre 2007, David Villalobos Cambronero wrote: > Hi all, > > I found a problem with the ToolTip in the WebBrowser, in the > executition time it is not shown. > > Can someone validate? > > Attach is an example. > > > Best regards. > > David > Actually it works only of the border of the control, so I think that the KDE HTML widget put some other widgets inside its frame, and that other widgets don't have tooltips. Anyway, why putting a tooltip on something that will display a web page? -- Benoit Minisini