00:05:46 *** Oni-Neoxes has quit (Quit: Quit) 00:11:45 *** ptmb has quit (Quit: BYe) 00:32:48 *** Archer is now known as ARcher2 00:32:53 *** ARcher2 is now known as Archer2 00:49:07 *** Archer (~Archer@64.128.6.98) has joined #portableapps 00:49:15 *** Archer2 has quit (Read error: Connection reset by peer) 01:13:13 *** Archer has quit (Quit: Leaving) 01:22:46 *** sar3th is now known as sar3th|away 02:09:25 *** digitxp (~Casey@c-68-38-210-23.hsd1.nj.comcast.net) has joined #portableapps 02:09:25 digitxp has his old launchers available at http://portableapps.com/node/21283 02:09:44 Hello f(r)iends. 02:11:25 hey digitxp long time no see 02:15:14 ah kay 02:15:34 Yeah, I'm an SSH convert now :P 02:18:35 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 02:18:55 nothing wrong with ssh 02:19:41 Nothing wrong with sleep either. 02:19:42 LOL 02:19:45 night 02:19:53 later 02:19:58 *** digitxp has quit (Quit: my blankets need love.) 02:58:02 * ChrisMorgan can't believe 20 minutes of writing documentation has held up PAL 2.1 Beta 1 by over two weeks. 03:02:19 *** dbdii407 has quit (Remote host closed the connection) 03:16:14 There, documentation done, release made, all in only three quarters of an hour... why didn't I do that earlier? 03:21:23 *** BeckySanderlin`x has quit (Ping timeout: 245 seconds) 03:23:25 *** BeckySanderlin`x (~quassel@c-98-252-21-200.hsd1.de.comcast.net) has joined #portableapps 03:38:54 *** ZachThibeau is now known as ZachT|ZzZz 03:54:15 *** JohnTHaller (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 03:54:33 hi all. saw the PAL 2.1 beta post, nice ChrisMorgan 03:55:07 Thanks. I just can't believe I let 20 minutes of documenting wildcards hold it up by over two weeks... 03:55:42 it happens 03:56:02 did you add in the filedescription fix for odd menus and window's send to? 03:56:47 I did. 03:57:43 Fortunately, once I'm actually getting releases out, it only takes five minutes to do the whole release (creating/updating the forum topic takes the longest), so I can do new betas quickly. 03:59:28 How's Platform 2.0 Beta 6 coming along? 04:01:22 nic 04:01:24 nice 04:01:56 Good. 04:02:02 Pretty well. Been a bit sidetracked with catching up on apps and installer/updater fixes. Finally nailed down the issue with online installers and the updater leaving copies of DLed files in TempIntCache 04:02:50 Anything I can help with at the moment? I've just done my second exam, third one is next Monday, plenty of time :-) 04:03:39 Not at the moment, but will probably need you to test shortly. Maybe do some updater cleanup and fixes if you feel like it too 04:03:47 I wanna rush on b7, etc after getting b6 up 04:06:20 btw - did you know you can't directly delete files out of the temp internet cache folder because it's not a real folder? 04:08:54 I would have thought delete would follow the thing... 04:09:21 So how have you gone about deleting it? 04:09:34 Nope. It does nothing. It's a virtual folder and you can have 100 files all called favicon.ico in it, for instance. 04:10:12 http://msdn.microsoft.com/en-us/library/aa383983%28VS.85%29.aspx 04:11:08 I had come across the fact that it wasn't a genuine folder (found in a similar way, trying to purge specific items in command prompt years ago) 04:11:55 I hadn't played with it before. And the odd thing is that it doesn't always cache the file. But I researcxhed it more and found the proper API call. It works a treat 04:12:39 How will that go with redirects, though? I presume you can straighten out the PortableApps.com redirect ones, but if the provider redirects the URL on their own server, or SourceForge redirects? Do they work? 04:12:54 Or does the download plugin tell you the final URL it ended up at? 04:13:34 It worked for one I tried, though it seemed to redirect in the bg. Another I tried (Java) didn't cache. 04:13:54 Curious. 04:14:03 Might be the filesize. 04:14:22 I'm still working on other redirects and need to thoroughly test SF redirects. I may have to loop through the whole cache to delete em. I'd write that as a plugin probably. 04:15:01 I'd recommend not using a plugin. Makes for harder maintenance and is bigger. 04:15:25 But it will probably run faster, since looping through 20,000 entries may be slow. 04:16:01 Forgot about the potential number of items... that would be slow in NSIS, probably several seconds. 04:16:16 But still it ends up being a matter of whether it matters. 04:16:31 If System::Call is slow, the first check is that /NOUNLOAD is added. 04:16:32 And we'd neeed to do it multiple times in the case of the updater if you downloaded say 10 app updates. 04:18:45 You know c++? 04:18:51 Little or none. 04:19:18 Hmm. I may get Steve or Gringo to take a look if we can set inetc not to cache the stuff it downloads. I thought about it last night but didn't research it more til now. 04:19:18 Python is my language. 04:20:43 Ah, we can. And I found where in the code to set it. Just gotta see about getting it compiling. 04:21:07 This'll solve all the problems simply. And should probably be the inetc default, honestly. 04:21:24 Yeah, that could also sort out any issues with bad cache. 04:21:43 True, though that would be unlikely. 04:21:57 True. And most users probably just try once. 04:22:04 s/users/developers/ 04:22:53 On another note, my Development Toolkit is coming along nicely; I've put quite a bit of work into in the past week or two. It can do full PAF validation, create a package, has an appinfo.ini editor (including auto-filling AppID, Publisher, Homepage, Description from Name when creating a package). 04:23:50 Cool 04:23:55 Whatcha writing it in? 04:23:59 Python. 04:24:05 Of course :P 04:24:08 Gonna use the compile tools on it? 04:24:18 Compile tools? 04:24:37 You can compile python down to native code on Windows. Runs faster and takes up less room. 04:24:54 Otherwise, python apps are huge 04:25:04 With what? I haven't come across any that works properly. 04:25:16 Can't recall offhand. It was used on Cornice 04:25:52 If I can find one, I'd be rapt. But I haven't ever found any. 04:27:52 I believe it was py2exe. It's apparently a bit tricky to get setup right but then works fine. 04:27:58 I still wouldn't call it huge. Including Python and wxPython and the SWIG bindings of SWORD, compressed BPBible was still under 10MB. 04:28:31 Yeah, py2exe is the normal thing; that doesn't convert it to native code - it compiles all to Python byte code, bundles it up with the interpreter and what it needs. 04:29:43 I'm using PyQt4 for the GUI at the moment; not sure exactly how the size will compare with wxPython. 04:30:03 Uh oh. Everything Qt is HUGE 04:30:47 I'll try building it in py2exe now and see what it ends up as. 04:31:00 I don't think you'll find it ends up all that large, actually. 04:31:44 iirc, the older versions started at 5mb before adding any features. 04:31:52 5mb for hello world, that is 04:33:21 e.g. 4MB for QtCore.dll - but then it compresses with UPX to <1MB 04:33:29 Ah, qt4 i believe is 11mb starting with just qtcore4.dll and qtgui4.dll. 04:34:47 The QtCore.dll size is just my memory, don't have precise figures at hand 04:36:37 *** BjornH has quit (Read error: Connection reset by peer) 04:38:13 QtCore4.dll: 2.3MB -> 903KB, QtGui4.dll: 9.1MB -> 3.6MB 04:38:43 Not sure what the comparable wxWidgets stuff is like, haven't got wxPython installed anywhere in Windows. 04:40:03 Odd, I just snagged the official LGPL build and core is 2.2 and gui is 7.8 04:40:23 These will have extra Python stuff. 04:40:56 ... and they go from 10M to 4.3M 04:41:01 Ah, that could be it 04:41:53 I'm also looking into PySide, which is the Nokia LGPL version, it may be smaller but at present it doesn't automatically bind signals and whatnot by method name, otherwise I would have switched to PySide as it kills off the QString mess while PyQt4 only does that in Python 3. 04:43:06 But the main reason I've worked with PyQt so far rather than wxPython is so that I can get WebKit easily for integrating the PortableApps.com Launcher manual and related things - QtWebKit4.dll is 14.9MB, 4.1MB after compression. 04:43:58 Hmm... didn't realize it compressed that well. 04:44:00 My brothers have been trying to get a webkit thing working with wxPython for BPBible 0.5; Jon's been able to get wxWebConnect working (though he had to fix various things in it before it was usable). 04:44:10 Qt generally compresses /really/ well. 04:44:22 It's about the best compressee I've seen. 04:45:48 But still, I'll see how this thing of mine ends up done with py2exe with the optimal settings for compression (which I figured out with BPBible - its make_py2exe is the most sophisticated and best py2exe script in existence as far as I'm aware). 04:46:22 I like python but never knew how to do GUI work in it. 04:47:29 I've been learning PyQt as I go along, and the results are looking pretty good. 04:47:59 Qt is much more sophisticated than GTK or wxWidgets. 04:49:48 And Python is such a /nice/ language... pity PyQt4 spoils it somewhat with xyz() and setXyz() getters and setters rather than properties (wxPython is just as bad) - PySide should be getting rid of those at some point though, then it'll be the most Pythonic of any GUI bindings. 04:50:12 alright, must crash. work and vet in the am 04:50:40 Goodnight - I'll get back to you with the results when I've got 'em :-) 04:51:30 *** JohnTHaller has parted #portableapps (None) 05:38:12 *** JacobMastel (~Jacob@128-193-249-18.resnet.oregonstate.edu) has joined #portableapps 06:04:30 *** MaienM|Sleep has quit (Read error: Connection reset by peer) 06:07:53 Unfortunately I can't get py2exe working :-( 06:09:20 Sorry I know nothing about Python... 06:09:29 I'm working on C... 06:09:39 The thing's just not /installing/ 06:09:49 Integrity fail maybe? 06:10:54 But it starts fine in Wine... but in XP, "This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem." 06:11:16 Lol the standard useless XP error message. 06:11:59 Probably some DLL dependency, but what? 06:27:54 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 06:29:00 *** JacobMastel has parted #portableapps (None) 06:32:21 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 06:40:20 *** Gringoloco has quit (Quit: Leaving) 06:43:17 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 06:43:18 dbdii407 is Dave, Owner of the ScrapIRC Network. 07:04:03 ! Got it :-) 07:07:34 * auscompgeek hates WinXP's errors 07:08:25 It was actually very helpful having Wine - the error messages produced in Wine were more helpful than those in XP almost every time. 07:08:40 Except that first time when it /worked/ in Wine but didn't in XP. 07:09:30 So, I can report to John: 9MB. 07:17:53 *** radexito (7949bd0b@gateway/web/freenode/ip.121.73.189.11) has joined #portableapps 07:17:57 hi people 07:18:11 can som1 help me with registry keys? 07:18:22 i never dealed with registry in pa 07:18:42 and now i need this to be in registry 07:18:47 [HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA Games\Battlefield Heroes] "Installation Dir"="F:\\BfH\\Game" "Language"="English" 07:19:32 and it would be nice if F:\\ could be changed to the game dir... on the flash drive 07:21:31 *** radexito_ (7949bd0b@gateway/web/freenode/ip.121.73.189.11) has joined #portableapps 07:21:34 hello 07:21:37 hi people can som1 help me with registry keys? i never dealed with registry in pa and now i need this to be in registry [HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA Games\Battlefield Heroes] "Installation Dir"="F:\\BfH\\Game" "Language"="English" and it would be nice if F:\\ could be changed to the game dir... on the flash drive 07:21:49 sry my ethernet cable fallen out... 07:23:35 How simple. 07:23:45 Use the PortableApps.com Launcher Generator. 07:24:06 ok thanks im going to search for it... 07:24:17 It's on the front page? 07:24:26 *** radexito has quit (Ping timeout: 265 seconds) 07:24:28 idk i got it 07:24:33 lol 07:24:35 no i didnt 07:24:37 XD 07:24:58 Click the link at the top labelled "PortableApps.com Launcher". 07:25:32 i got it already... 07:27:06 and how would that app help me its for packing just like nsis or something.... 07:27:48 that app needs registry key be4 it can be launched and no it cant be launched a firefox/ie addon launches it... :/ 07:38:01 any 1 there? 07:38:37 Read the readme... 07:39:00 and modify the add-on to run the launcher... 07:41:01 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 07:47:51 *** Oni-Neoxes has quit (Quit: Quit) 07:51:19 i dont understund 07:58:50 then it seems I might not be able to help you 08:00:18 radexito_: with the PortableApps.com Launcher, you'll have lines of configuration like this: 08:00:26 [RegistryKeys] 08:00:46 some filename=HKLM\Software\Electronic Arts\EA Games\Battlefield Heroes 08:01:14 [RegistryCleanupIfEmpty] 08:01:28 1=HKLM\Software\Electronic Arts\EA Games 08:01:30 2=HKLM\Software\Electronic Arts 08:01:39 [RegistryValueWrite] 08:01:44 *** Oni-Neoxes (Oni-Neoxes@unaffiliated/oni-neoxes) has joined #portableapps 08:02:13 HKLM\Software\Electronic Arts\EA Games\Battlefield Heroes\Installation Dir=REG_SZ:%PAL:AppDir%\BattlefieldHeroes 08:02:56 radexito_: the idea with the PortableApps.com Launcher is to make it easy to make portable apps the right way. 08:07:33 *** Oni-Neoxes has quit (Quit: Quit) 08:09:21 what would be the somefilename thingy 08:10:31 Whatever you want... could be battlefieldheroes 08:10:50 Refer to the manual for explanation of what it is. 08:11:41 You could even get it doing language switching easily. 08:12:42 However, I've just observed your "a firefox/ie addon launches it" - if the addon is hardcoded to run the main executable, then you're stuck. I doubt that it would /require/ it to be launched from that, though. 08:17:02 well its like that u install addon and if u have the reg keys it launches/autoupdates game if not then it downloads game.... 08:17:17 * radexito_ is really confused! 08:17:29 * auscompgeek blinks 08:17:42 * radexito_ says lol 08:22:26 *** radexito_ has quit (Ping timeout: 265 seconds) 09:20:26 *** mark__ (738302be@gateway/web/freenode/session) has joined #portableapps 09:20:34 helo 09:21:03 *** mark__ has quit (Changing host) 09:21:03 *** mark__ (738302be@gateway/web/freenode/ip.115.131.2.190) has joined #portableapps 09:21:40 *** mark__ is now known as [markgovender] 09:21:47 <[markgovender]> helo 09:22:07 <[markgovender]> do you pay to sign up for an account on Portableapps.com 09:23:00 <[markgovender]> do you pay to sign up for an account on Portableapps.com 09:23:34 <[markgovender]> help 09:24:03 [markgovender]: no, of course not. We don't do things that way. 09:24:19 <[markgovender]> thank you Chris 09:24:24 <[markgovender]> I thought not 09:25:01 <[markgovender]> Chris do you know wether any of the softwares contain any viruses 09:25:27 <[markgovender]> @ChrisMorgan 09:25:48 Of course they don't! We wouldn't ever distribute software with viruses. 09:26:13 <[markgovender]> good 09:26:25 <[markgovender]> chris do you work for portableapps 09:26:51 I develop software here, but I'm not currently an employee. 09:27:27 <[markgovender]> chris how do you develop the software i would like to get involved 09:27:58 For starters, read http://portableapps.com/development 09:28:27 <[markgovender]> ok 09:28:36 Generally, to join in you need to have something to do, which means you should come up with a particular app you want portable, and then work out how to make it portable. 09:29:03 <[markgovender]> ok, so say i want to do security 09:29:07 <[markgovender]> what do i do 09:29:40 First of all you need to have an app you want to make portable. 09:30:20 <[markgovender]> so i have to create an app 09:30:53 No, you just need to choose an app. 09:37:20 <[markgovender]> ok, so for instance usb secure 09:39:43 I think you'd probably find that a very difficult one to start with. 09:39:44 <[markgovender]> chris so for instance if i chose usb secure 09:40:03 <[markgovender]> ok what do you recommend 09:40:21 *** Radek (~chatzilla@121-73-189-11.dsl.telstraclear.net) has joined #portableapps 09:40:31 my (router) laptop sleeped... GRR 09:40:52 so can i still get help with BFHeroes portable? 09:41:27 Radek: have you tried approximately what I gave you and read a fair bit of the PAL manual? 09:41:40 [markgovender]: don't know 09:42:00 where can i find the manual? 09:42:08 and no i heavent 09:42:36 <[markgovender]> ok so just say i chose scratch 09:42:42 *** Radek is now known as Radexito 09:42:50 aha 09:43:11 ohh and i need thease reg keys pernament.... 09:43:58 im thinking of just making a c++ app that does reg keys and then opens webbrowser to the page u need 09:44:08 Radexito: PAL takes care of all that. 09:44:12 i think it would be easier 09:44:29 PortableAppsL***??? 09:44:30 It /shouldn't/ need to have a browser plugin - if it does, you're sunk. 09:44:36 PortableApps.com Launcher 09:44:55 i have firefox portable and all i need is those reg keys.... 09:45:13 and to install the plugin on the firefox... 09:45:58 Have you tried installing plugins in Firefox Portable? 09:46:26 i cant at the moment cos im using nomal firefox to chat with u chatzilla.... 09:47:31 Installing plugins in Firefox Portable is a hit and miss affair. 09:47:43 It's extremely improbable that the plugin is the only way of launching it. 09:47:52 well just copy folder from normal firefox? 09:48:15 well there is only ONE other way and its pain in the ASS! 09:49:10 ... Run the executable? 09:49:18 you have to rightclick playnow button on homepage and click save then you need to get the hash thats generated and do bfheroes.exe -sonething hashhere 09:49:25 parameters.... 09:49:30 nope 09:49:34 it wount work 09:49:44 ea is being biitch 09:49:51 i made a launcher for it :P 09:50:21 <[markgovender]> Chris how do i make the software portable 09:50:40 it uses IE ActiveX to run it.... 09:50:58 Radexito: quite seriously then, forget it. 09:51:08 :P 09:51:11 neva XD 09:51:20 Radexito: OK, you're on your own though. 09:51:35 [markgovender]: go through the link I gave you earlier 09:51:37 can i make portable app open 2 apps ? 09:51:52 as it opens registry.reg and then firefox 09:52:27 well i dont really need that but it would be nice... 09:53:18 Radexito: you don't do it that way with PAL - that's what [RegistryKeys] etc. are for. 09:53:53 but the game doesnot use registry the addon does... 10:01:42 *** Gringoloco (~Gringoloc@91.92.152.140) has joined #portableapps 10:01:42 *** Gringoloco has quit (Changing host) 10:01:42 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 10:06:43 *** Twinkletoes (~chatzilla@dze3bf81.brookes.ac.uk) has joined #portableapps 10:07:19 *** [markgovender] has quit (Ping timeout: 265 seconds) 10:07:57 It's interesting trying to figure out various things with py2exe... its documentation is sadly lacking. 10:10:58 *** andreasma (~andi@p4FE34829.dip.t-dialin.net) has joined #portableapps 10:11:20 *** Radexito has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.7/20100713130626]) 10:17:22 *** Markgovender (73832d5c@gateway/web/freenode/ip.115.131.45.92) has joined #portableapps 10:17:57 *** Radexito (~chatzilla@121-73-189-11.dsl.telstraclear.net) has joined #portableapps 10:18:01 ok i got it!!!!!!!!!!!!!!!!!!!!!!!!! 10:18:10 install.vbs: 10:18:12 cmd /c regedit /s K:\PortableApps\BFHeroes\reg.reg 10:18:14 Set WshShell = WScript.CreateObject("WScript.Shell") 10:18:15 WshShell.Run "K:\PortableApps\FirefoxPortable\FirefoxPortable.exe 'http://battlefieldheroes.com/playnow'" 10:18:31 lol the server of game has internal error at moment 10:18:32 xd 10:18:42 appinfo: 10:18:44 Start=install.vbs 10:18:57 reg.reg 10:19:00 Windows Registry Editor Version 5.00 10:19:02 [HKEY_LOCAL_MACHINE\SOFTWARE\Electronic Arts\EA Games\Battlefield Heroes] 10:19:04 "Installation Dir"="K:\PortableApps\BFHeroes" 10:19:05 "Language"="English" 10:19:29 now the addon... 10:23:52 ok i think i win XD 10:24:06 i will quit if i dont rejoin it works... 10:24:08 *** Radexito has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.7/20100713130626]) 10:32:03 *** Markgovender has quit (Quit: Page closed) 10:33:36 *** markomlm (~chatzilla@p54B88F9F.dip0.t-ipconnect.de) has joined #portableapps 11:07:13 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 11:45:20 *** awircser (~awircser@41.35.160.104) has joined #portableapps 12:07:50 *** Gringoloco has quit (Quit: Leaving) 12:33:28 *** ChrisMorgan has quit (Ping timeout: 245 seconds) 12:42:26 *** pa_4361 (0ced293d@gateway/web/freenode/ip.12.237.41.61) has joined #portableapps 12:43:41 How do I get my portable apps device to instantly load PA when I insert it into my laptop? 12:47:13 isnt there a option for that in the beta loader? 12:50:41 *** pa_4361 has quit (Ping timeout: 265 seconds) 12:50:49 *** sar3th|away is now known as sar3th 13:20:08 *** BeckySanderlin`x has quit (Ping timeout: 245 seconds) 13:22:25 *** BeckySanderlin`x (~quassel@c-98-252-21-200.hsd1.de.comcast.net) has joined #portableapps 13:44:08 *** Drive-Dude (c12cd478@gateway/web/freenode/ip.193.44.212.120) has joined #portableapps 13:45:09 Hi I did found some open source software which I wante to convert to portable. But I dont now have to use PortableApps.com Installer 13:45:24 know not now 13:48:39 I will come back soon 13:48:43 *** Drive-Dude has quit (Client Quit) 13:49:42 *** heroold (~heroold@62.225.151.157) has joined #portableapps 13:49:50 hello everybody 13:55:03 when will there be a portable version of libreoffice? a main part of openoffice team seems to have split off 13:56:58 heroold: there's still a lot of controversy of libreoffice and PA.c is still working with oracle to get OO.org permission to list. 13:59:01 okay, thanks 13:59:38 maybe libre office is a little bit faster? ;-) thanks at all 14:03:16 *** heroold has parted #portableapps (None) 14:15:17 *** Drive-Dude (c12cd478@gateway/web/freenode/ip.193.44.212.120) has joined #portableapps 14:15:41 *** dbdii407 has quit (Ping timeout: 255 seconds) 14:17:38 Hi did found some open source software that I wante to make portable. #but I dont know how to use PortableApps.com Installer and PortableApps.com Launcher - 14:19:51 Is it hard to use? 14:20:41 *** Drive-Dude has quit (Quit: Page closed) 14:23:45 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 14:23:47 ... 14:34:47 *** palogbot (~palogbot@delawarepark.safesecureweb.com) has joined #portableapps 14:34:47 Topic for #portableapps is: Welcome to the PortableApps.com support channel. If you need assistance, just say "help!", or ask your question, and WAIT rather than just leaving. | Please don't PM without asking first | This channel is logged: http://nascent-project.org/irc/logs | The #PortableApps IRC rules are here: http://gizmokid2005.com/paircrules Read and abide by them 14:34:47 Users on #portableapps: palogbot dbdii407 BeckySanderlin`x awircser BjornH markomlm andreasma Twinkletoes @MaienM cheasee Suiseiseki Zarggg sar3th SrgSiler|AFK k4r4mb4 +ZachT|ZzZz +GizmoBot auscompgeek StatBot Bensawsome ronjn z3uS M4T1A5 @Gizmokid2005 14:34:47 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 14:34:47 Auto-Message: palogbot has been restarted. 14:34:48 Auto-Message: palogbot has been restarted. 14:34:52 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 14:40:06 *** Drive-Dude (c12cd478@gateway/web/freenode/ip.193.44.212.120) has joined #portableapps 14:40:25 Hi What do you need to create my own portableappss 14:40:40 Hi What do I need to create my own portableapps 14:43:03 Drive-Dude: you've asked this before... 14:43:10 you need to read up in the development section 14:43:12 as well as here 14:43:16 .def field_guide 14:43:16 field_guide is here: http://portableapps.com/node/14868 14:44:45 Yes I remember but I did forget 14:44:53 Have a nice day 14:45:05 *** Drive-Dude has quit (Quit: Page closed) 14:45:40 *** markomlm has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.12/20101026210630]) 14:48:47 *** andreasma has quit (Quit: Verlassend) 14:58:09 *** ZachT|ZzZz is now known as ZachThibeau 15:03:01 *** dbdii407 has quit (Ping timeout: 250 seconds) 15:09:18 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 15:09:20 dbdii407 is Dave, Owner of the ScrapIRC Network. 15:12:30 *** NT6DOT1 (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 15:32:24 *** NT6DOT1 has quit (Quit: Leaving) 15:45:32 *** awircser has quit (Ping timeout: 255 seconds) 16:15:39 *** TASAIRES (~TASAIRES@84.121.163.24.dyn.user.ono.com) has joined #portableapps 16:17:26 *** dbdii407 has quit (Ping timeout: 264 seconds) 16:19:31 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 16:19:32 ... 16:25:30 *** Twinkletoes has quit (Read error: Connection reset by peer) 16:53:41 *** TASAIRES has quit (Quit: Saliendo) 16:54:41 *** sar3th is now known as sar3th|away 17:39:58 *** rcmaehl (~rcmaehl@74-141-211-116.dhcp.insightbb.com) has joined #portableapps 17:39:58 *** rcmaehl has quit (Changing host) 17:39:58 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 18:13:11 *** awircser (~awircser@41.239.62.47) has joined #portableapps 18:49:59 *** JohnTHaller (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 19:15:50 *** rcmaehl has quit (Ping timeout: 255 seconds) 19:24:55 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 19:25:35 *** rcmaehl has quit (Client Quit) 19:26:57 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 19:27:23 JohnTHaller: Any luck with inetc.dll ? 19:31:11 Hi Gringoloco 19:31:33 It wouldn't upgrade and compile with VC 2010 on my machine. Had you gotten it to compile on yours before? 19:31:55 Compiles that easy on VC 6.0 19:31:58 :) 19:32:11 Yeah, I was gonna dig out my old copy and install it to get it running, heh 19:32:29 I'm wondering what part of the code you where looking at to modify 19:33:18 Adding INTERNET_FLAG_NO_CACHE_WRITE to HttpOpenRequest 19:34:08 Lines 586 and 654 in the current code DLed from NSIS that was updated in June 19:35:07 just a moment 19:35:12 Was gonna add INTERNET_FLAG_NO_COOKIES as well 19:37:24 *** andreasma (~andi@p4FE34829.dip.t-dialin.net) has joined #portableapps 19:37:46 *** Simeon (~simeon@dslb-094-217-188-082.pools.arcor-ip.net) has joined #portableapps 19:37:57 hi all 19:38:59 Hi Simeon 19:39:34 JohnTHaller: Build it ! Will I send you a copy of the plug-in ? 19:43:00 Built as Unicode, right? 19:43:04 hi Simeon 19:43:22 hi everyone, Gringo and John! 19:43:23 What was that side called I could temporary send files ? 19:43:32 Yes Unicode release 19:44:27 send it to the dev address for pa.c 19:45:32 I am glad youre working on that problem - I is amazed it was so difficult . 19:46:42 I mad the observation that sometimes there are multiple folders (named something like DSA12345) inside InternetTemp and sometimes there are just the files... 19:46:52 Well, I came up with a way to delete it from the temporary internet files virtual directory using a Windows API call. But then I though that just recompiling inetc to turn off cache in the api call when it downloads made more asense 19:47:05 Inetc??? 19:47:15 inet temp isn't a real directory. you can have 50 favicon.ico files in there. 19:47:52 inetc is the NSIS component we use to download. It uses a WinAPI call to open the connection and get the download. So I researched it to figurre out how to tell it not to use cache or cookies for that connection, solving our issue. 19:48:06 *** ptmb (~PTMblogge@a79-169-167-206.cpe.netcabo.pt) has joined #portableapps 19:48:18 turning off cache generally for the updater/installer is better imho as it takes care of the whole thing on a more basis level. 19:48:21 But it wouldn't compile in vs2010, so I was just about to go dig out my old vc6 disc when Gringoloco happened by :) 19:48:29 nice :) 19:48:34 *** MichKat (~MichKat@5ac980f8.bb.sky.com) has joined #portableapps 19:48:48 so its a NSIS plugin written in a different language? 19:49:01 Exactly. So we're gonna use this updated inetc component in the installers and updaters. I'm gonna push updates to the online installers once it's done. 19:49:02 plugins dont have to be NSIS - stupid me! 19:49:05 JohnTHaller: I'm not sure what you mean by : 'dev address for pa.c' 19:49:10 It's an NSIS plugin written in C++ 19:49:17 http://www.filedropper.com/inetc 19:49:26 developers_developers@portableapps.com 19:49:28 But that's it 19:50:08 *** MichKat has parted #portableapps (None) 19:50:11 got it 19:50:12 Do you plan to make an upstream release/report it to the plugin's dev? 19:50:30 Yeah. Not sure if they'll want the change, but it definitely WOULD make sense. 19:50:56 and youre catching both the updater and the online installer with one thing. 19:50:57 Gringoloco: could you compile an ANSI version, too? And you did both the cache and no cookies flags right? 19:51:44 Yes both the flags (INTERNET_FLAG_NO_CACHE_WRITE | INTERNET_FLAG_NO_COOKIES) 19:51:54 *** rcmaehl (~rcmaehl@unaffiliated/rcmaehl) has joined #portableapps 19:51:56 Along with the ones that are already there, right? 19:52:15 INTERNET_FLAG_RELOAD | INTERNET_FLAG_KEEP_CONNECTION 19:53:21 Yes, just added them to the list 19:53:27 Cool 19:53:38 Can you post me your updated source and an ansi build, too? 19:53:55 email is fine 19:54:06 I'll send the whole package including the source and ansi plug-in by email. 19:54:10 John: any news on the new page layout/setup/translation options? 19:54:11 nice thanks 19:54:31 I'm still working on it. I've been a bit busy with the coding updates. 19:54:48 but I think it'll be good to know first if it actually does the job right ? 19:55:06 yeah, I'm gonna test it before including it. 19:55:20 ok. Mozilla had quite a bunch - fixing zero-day exploits...! 19:56:17 I know. I did the 48 packages that day. Just realized I need the 16 seamonkey packages out, so those are building now. 19:56:52 48!12 x 4?Thats a lot. 19:57:16 16 x 3. FF36, FF35, TB3 19:58:02 do you know how many people actually use the languages other than french, german and english? 19:58:20 You can check in the SF page the stats of each from the last release I think 19:58:28 I think i am gonna see what sf stats say to that question... 20:00:08 Anyone know the sf.net-sorry-something-happened-picture? I think its funny: http://a.fsdn.com/sorry/melty.png 20:00:49 simeon: https://sourceforge.net/projects/portableapps/files_beta/Mozilla%20Firefox%2C%20Portable%20Ed./Mozilla%20Firefox%2C%20Portable%20Edition%203.6.12/ click the (i) icon next to each 20:01:23 I tried the regular interface which doesnt work atm 20:01:28 Thanks john! 20:01:29 JohnTHaller: send it to the mail address 20:01:49 you're welcome 20:02:20 Simeon: It may not be the best representation since it's only based on about 4 days of data (the log is always behind). 20:02:48 So it's under 100k downloads. 20:02:53 its sufficient to have a look at the small icon - russian is the most-wanted after english 20:04:10 It compiled without any additional compiler options and without any warnings 20:04:31 ... and that's not including the downloads from Yandex either 20:04:42 Gringoloco: Got it. Thanks! 20:05:14 Didn't do much really, didn't even test it ;) 20:05:54 Heh. I know. But you saved me having to install VC6. Though I probably should in case I need it later. 20:07:40 Yandex? 20:07:55 did it say why it didnt compile? 20:08:30 *** awircser has quit (Quit: Leaving) 20:09:44 http://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox%2C%20Portable%20Ed./stats/timeline says "top country: Russia 41%" What happened to us/uk??? Didnt know russia was so portable! 20:11:29 *** Gringoloco has quit (Ping timeout: 255 seconds) 20:12:19 Yeah, I'm surprised, too. 20:12:53 too bad you cant list all portableapps files by country 20:13:12 hola John and simeon 20:13:23 hi zach 20:13:51 D' you redo your blog? Found n old bookmark today that wasnt working anymore :) 20:14:07 redo? 20:14:11 what was the url? 20:14:34 about ubuntu from 2008 - I deleted it 20:14:54 o_O 20:15:26 Thats what you get for saving it for later - the internet is too fast! ;) :) 20:15:37 the only personal blog I maintain has been zachthibeau.com, and some other sites related to my projects :P 20:15:54 Simeon: Those stats are messed up with Russia and the US. I'd be surprised anyway, since FF english is the most popular and FF russian is less popular. 20:16:09 aha 20:17:55 it only shows the last... days. but it seems to be russia: http://sourceforge.net/projects/portableapps/files/Mozilla%20Firefox,%20Portable%20Ed./stats/map?dates=2010-02-01%20to%202010-11-02 20:18:41 84% are downloading from Windows - Where is the rest??? ;) 20:19:52 oh and you CAN see the statistics of the whole project.nice 20:35:52 *** Gringoloco (~Gringoloc@91.92.152.140) has joined #portableapps 20:35:52 *** Gringoloco has quit (Changing host) 20:35:52 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 20:48:58 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 20:49:38 hi chris 20:56:52 gnight all 20:56:55 *** Simeon has quit (Quit: Leaving.) 21:03:50 *** rcmaehl has quit (Ping timeout: 255 seconds) 21:05:23 hi ChrisMorgan 21:05:36 Hey John 21:09:28 *** dbdii407 has quit (Ping timeout: 265 seconds) 21:09:37 *** diib (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 21:09:48 *** diib is now known as dbdii407 21:17:56 *** Gringoloco has quit (Ping timeout: 240 seconds) 21:26:50 ChrisMorgan: Got the cache issue sorted. Recompiled inetc to disable it on download. Gringoloco was kind enough to add in my changes and compile it since he already had VC6 installed. 21:27:49 *** sar3th|away is now known as sar3th 21:30:51 Good :-) 21:31:31 As for Python 2.6 + QtCore and QtGui from PyQt4, it's 8MB compressed optimally. 21:55:28 not bad 21:55:40 *** TASAIRES (~TASAIRES@84.121.163.24.dyn.user.ono.com) has joined #portableapps 21:55:49 alright, must run and vote. back a bit later. 21:56:20 have fun 21:56:32 *** JohnTHaller has parted #portableapps (None) 22:06:52 *** pa_7435 (d8ef562a@gateway/web/freenode/ip.216.239.86.42) has joined #portableapps 22:06:57 hi 22:07:25 hi 22:07:42 Hi, pa_7435; do you have a question? 22:08:12 when will the new sea monkey be released 22:08:38 It's in the release queue at the moment. 22:08:48 ok thanks 22:09:04 *** andreasma has quit (Quit: Verlassend) 22:09:13 *** pa_7435 has quit (Client Quit) 22:22:58 *** ChrisMorgan has quit (Ping timeout: 252 seconds) 22:31:43 *** kaeos (~Miranda@84.76.55.235) has joined #portableapps 22:32:49 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 22:39:35 *** TASAIRES has quit (Quit: Saliendo) 22:59:01 *** MaienM is now known as MaienM|Sleep 23:34:06 *** leoviathan (~leoviatha@189.111.87.68) has joined #portableapps 23:34:50 *** leoviathan has parted #portableapps (None) 23:43:47 *** palogbot (~palogbot@delawarepark.safesecureweb.com) has joined #portableapps 23:43:47 Topic for #portableapps is: Welcome to the PortableApps.com support channel. If you need assistance, just say "help!", or ask your question, and WAIT rather than just leaving. | Please don't PM without asking first | This channel is logged: http://nascent-project.org/irc/logs | The #PortableApps IRC rules are here: http://gizmokid2005.com/paircrules Read and abide by them 23:43:47 Users on #portableapps: palogbot @ChrisMorgan kaeos dbdii407 ptmb BeckySanderlin`x BjornH MaienM|Sleep cheasee Suiseiseki Zarggg sar3th SrgSiler|AFK k4r4mb4 +ZachThibeau +GizmoBot auscompgeek StatBot Bensawsome ronjn z3uS M4T1A5 @Gizmokid2005 23:43:48 Auto-Message: palogbot has been restarted. 23:43:48 Auto-Message: palogbot has been restarted. 23:43:49 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 23:43:52 palogbot is the logging bot for #portableapps . Logs are found at http://nascent-project.org/irc/logs . If he dies: http://nascent-project.org/portableapps/irc/restart 23:50:48 *** Someone (~Someone@bzq-79-177-203-151.red.bezeqint.net) has joined #portableapps 23:51:14 *** Someone is now known as Guest61409 23:51:46 *** Guest61409 has parted #portableapps (None) 23:54:04 *** Someone_ (~Someone@bzq-79-177-203-151.red.bezeqint.net) has joined #portableapps 23:57:13 *** Someone_ has quit (Client Quit) 23:57:31 *** Oni-Neoxes (~Oni-Neoxe@173-86-68-179.bras0-epix.clsm.pa.frontiernet.net) has joined #portableapps 23:57:31 *** Oni-Neoxes has quit (Changing host) 23:57:31 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 23:57:38 *** Someone_ (~Someone@bzq-79-177-203-151.red.bezeqint.net) has joined #portableapps 23:59:41 *** Someone_ has quit (Client Quit)