00:02:23 *** JohnTHaller has parted #portableapps (None) 00:42:24 *** JacobMastel (~Jacob@128-193-249-18.resnet.oregonstate.edu) has joined #portableapps 01:04:20 *** JacobMastel has parted #portableapps (None) 01:31:19 *** Oni-Neoxes has quit (Quit: Quit) 01:36:41 *** BjornH has quit (Read error: Connection reset by peer) 02:05:09 *** cheasee has quit (Read error: Operation timed out) 02:06:30 *** cheasee (~cheasee@d86-33-48-4.cust.tele2.at) has joined #portableapps 02:10:03 *** MaienM|Sleep has quit (Quit: Bye!!!!) 02:10:29 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 02:10:30 MaienM is MaienM. He is the developer of The Mana World Portable. 02:16:32 *** OliverK (~OliverK@unaffiliated/oliverk) has joined #portableapps 02:19:10 *** Scriptdaemon (~KennyW@139.182.23.131) has joined #portableapps 02:22:34 *** OliverK has quit (Remote host closed the connection) 02:23:28 ChrisMorgan, all the minor fixes for Fyre are done. The 8-bit icons still look pretty terrible though. 02:23:51 What, taking the 32-bit and putting white background behind? 02:24:53 It won't matter much in the Platform after 2.0, but the 8-bit will still be used for the launcher executable in Windows 2000 - if we didn't support 2000 8-bit could go. 02:25:17 Ah, I just added the white background to the 8-bit ones. 02:25:39 So I should add it to the 32-bit icons and then create the 8-bot icons from that? 02:25:58 Yep (but then return the 32-bit icons back to how they were with alpha) 02:27:14 The way I'd do it in IcoFX: create a new icon, 32-bit with white background, copy and paste the other bits, then copy them back to 24-bit then take it down to 8-bit (so that the 8-bit palette is optimised) 02:30:58 howdy Scriptdaemon, ChrisMorgan 02:31:11 Hola, ZachThibeau. 02:31:56 Hey ZachThibeau 02:32:09 whats new folks 02:32:11 Ooh, this looks much better. 02:37:59 ChrisMorgan, is the fix for the bookmark in hg-tip? 02:38:18 Scriptdaemon: yeah 02:38:45 *** Oni-Neoxes (~Oni-Neoxe@clsm-74-212-45-149-pppoe.dsl.clsm.epix.net) has joined #portableapps 02:38:46 *** Oni-Neoxes has quit (Changing host) 02:38:46 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 02:39:54 It's put another idea in my head though - at the moment it can keep track of the package directory (minus drive letter) and the drive letter, but not something like PortableApps.comPictures. I have an Idea for dealing with that though so that you can easily keep track of changes of some variable or combination... 02:41:26 *** OliverK (~OliverK@pool-173-53-246-181.chi01.dsl-w.verizon.net) has joined #portableapps 02:41:28 So there's just a new variable for the pictures directory without the variable, or will it need some new code to do this? 02:41:38 *** OliverK has quit (Changing host) 02:41:38 *** OliverK (~OliverK@unaffiliated/oliverk) has joined #portableapps 02:41:58 Wait, I misread what you said I think. 02:44:24 Hmm. What happens if the user doesn't use the menu and has Fure Portable on his or her desktop (for example)? 02:44:30 Fyre* 02:44:40 Then PortableApps.comPictures doesn't exist. 02:45:56 True. It's not guaranteed that PortableApps.comPictures will exist; in that case, you'll just get an invalid bookmark. 02:46:02 Which isn't so bad, I think. 02:46:11 doesn't exist currently AFAIK 02:46:19 OliverK: the Launcher fills it in 02:46:22 menu doesn't broadcast it 02:46:35 yeah, you have to have a backup 02:46:44 one of Gizmokid2005's apps has the code 02:47:13 Songbird has code to handle it for PortableApps.comMusic 02:47:23 PAL will try \Documents\Pictures etc. for it. 02:47:49 John's supposed to be adding the variables in 2.0 02:47:52 Yeah 02:48:56 Scriptdaemon: at the moment, what I'm suggesting is putting the content in file:///X:/Documents/Pictures, setting LastDrive to X: in FyrePortableSettings.ini, and replacing file:///%PAL:LastDrive%/ with file:///%PAL:Drive% in .gtk-bookmakrs 02:49:25 *** Oni-Neoxes has quit (Quit: Quit) 02:49:59 exactly what i said 02:51:04 So FyrePortableSettings.ini would go in DefaultData? 02:51:15 However, I think I might put in a [TrackEnvironmentVariable] section in which you could then have a line FyrePictures=file:///%PortableApps.comPictures:ForwardSlash% and then you could find $LastFyrePictures% and replace it with %FyrePictures%. 02:51:33 Yeah, DefaultData\settings 02:51:49 It's just the same file as it uses in runtime, just with a value preset. 02:52:25 I think I understand, doing that now. 02:52:53 Or perhaps just [EnvironmentTrack] 1=FyrePictures and set FyrePictures in the [Environment] section. That'd be cleaner. 02:53:02 But that's not available yet. 02:55:04 And as for the version of PAL to use, if you want to implement that feature now then use hg tip; otherwise wait for a Beta release (I'm going to try to get Beta 1 out in the next few days) 02:55:41 I'm away now, leave any more questions and I'll deal with them when I get back. 02:55:58 Oh cool, I already replace file:///%PAL:LastDrive%/ with file:///%PAL:Drive% in .gtk-bookmarks. 02:56:02 8-) 02:57:01 Hmm. Not working. 02:57:46 Is there any special way to put file://X:/Documents/Pictures in .gtk-bookmarks? 02:57:51 Or just as is? 02:58:42 Oh, nvm. 02:58:50 Forgot a directory. >.> 03:00:38 Still doesn't seem to be working. Does the launcher check for LastDrive before copying over DefaultData? 03:00:54 Because that would be my problem, if so. 03:07:38 *** AppGuy (~App@unaffiliated/appguy) has joined #portableapps 03:09:51 Hmm. LastDrive is being set to C: instead of J: for some reason. 03:19:16 I'm getting an error with hg-tip now, after I updated the rest of the files I forgot to update. 03:21:09 http://scriptdaemon.pastebin.com/kPqqeYfU 03:22:10 o_0 my copy of windows just decided to activate itself 03:22:41 lol 03:26:59 ...I'm so stupid. 03:27:32 It might help if I more Fyre Portable to the USB drive from my desktop. 03:27:36 move* 03:29:40 Still doesn't work. Awesome. 03:31:47 *** OliverK has quit (Quit: Leaving) 03:51:47 Brb. 03:51:50 *** Scriptdaemon has quit (Quit: Politeness, n. The most acceptable hypocrisy.) 03:52:13 *** BeckySanderlin`x has quit (Ping timeout: 245 seconds) 03:54:29 *** BeckySanderlin`x (~quassel@c-98-252-21-200.hsd1.de.comcast.net) has joined #portableapps 03:54:53 *** AppGuy has quit (Quit: Leaving) 04:05:14 *** Scriptdaemon (~KennyW@139.182.23.131) has joined #portableapps 04:39:55 *** JacobMastel (~Jacob@128-193-249-18.resnet.oregonstate.edu) has joined #portableapps 04:59:11 *** SrgSiler|AFK has quit (Ping timeout: 240 seconds) 05:08:31 *** JacobMastel has parted #portableapps (None) 05:10:54 *** Scriptdemon (~KennyW@139.182.21.156) has joined #portableapps 05:11:17 *** Scriptdaemon has quit (Disconnected by services) 05:11:27 *** Scriptdemon is now known as Scriptdaemon 05:19:23 *** Suiseiseki has quit (Ping timeout: 240 seconds) 05:35:47 *** flash (41518d5f@gateway/web/freenode/ip.65.81.141.95) has joined #portableapps 05:37:07 hello 05:37:19 anybody there? 05:40:21 guess not... :( 05:40:38 *** flash has quit (Client Quit) 05:52:20 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 05:56:35 ChrisMorgan: I've read you're going to try to get Beta 1 out in the next few days ! I promise I will have this HKLM registry issue fixed and tested before that. 06:27:12 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 06:52:26 *** cheasee has quit (Ping timeout: 272 seconds) 06:58:03 *** cheasee (~cheasee@d86-33-48-4.cust.tele2.at) has joined #portableapps 07:00:20 *** HuggyBear^ (~HuggyBear@c-93-182-171-85.cust.relakks.com) has joined #portableapps 07:12:38 *** HuggyBear^ has quit (Ping timeout: 245 seconds) 07:13:45 OK, back now... 07:14:16 Scriptdaemon: The drive load in 2.0 comes before DefaultData copy, in 2.1 that's fixed, so specifying it in DefaultData should work in 2.1. 07:16:34 Gringoloco: good, thanks. Actually, the reason I haven't released it yet is that I haven't documented the wildcard functionality in the release notes... going to do that now. 07:17:29 Maybe I'm not around alot, but I do read the logs :) 07:18:30 did you ever had a look at WinampP's registring library for users. 07:20:11 No 07:20:39 At the moment I'm planning on removing DLL registration for 2.1 and readdressing it for 2.2 or so. 07:21:36 Yes I realised that, probably better. But when the time comes we should look at it together one day 07:21:59 Yep. It's a lot less well-defined than I thought originally. 07:23:19 I consider the way it's set up a bit safer, than using the regular way of registring libraries. They don't all clean-up well after them selfs. On top of that I didn't get any complaints about it yet for WinampP 07:24:30 :) 07:28:12 ChrisMorgan, look back again. When I try to compile the tip, I get an error. 07:28:42 *** Gringoloco has quit (Quit: Leaving) 07:28:44 Gringoloco: OK, I'll take a look at it after 2.1 07:30:11 Scriptdaemon: do you have custom code? 07:30:42 I'm not having any issues compiling it. 07:30:54 And Var SecondaryLaunch is only defined once. 07:31:21 Wait, I see... you didn't clear the old stuff out, you added. 07:31:48 Mutex.nsh is no more; it's been merged into InstanceManagement.nsh. Kill what you've got before putting the repository copy in. 07:33:39 Ah, k. 07:45:16 ChrisMorgan, I'm finishing up Spybot Portable, btw. I'm finishing up the language switching, and then I have to make sure the launcher doesn't close when it's updating and I should be done. 07:45:45 I'm going to leave out TeaTimer for now, just to test out Spybot itself first. 07:46:09 If the updater has a different filename, you've got WaitForEXE. Plus it puts in a couple of second wait before checking for processes, so if it just restarts its own process you're fine. 07:46:33 Yeah, that's what I already had planned. 07:48:14 Awesome, language switching works. 07:49:14 Good :-) 07:57:53 This looks good for testing now. 07:58:00 I hope. 07:59:51 I'll test it out when you release it. 08:00:06 Got any DT apps you'd like released? 08:01:43 Looks like Fyre could be released soon if those were all the problems you found with it. Sauerbraten should be good to go. I think OpenTTD is close too. 08:02:15 Sauerbraten isn't the sort of app I'll test, but I'll check OpenTTD again. 08:02:56 Also, the typo you found (AppId) is common to most of my apps since it started in one app somewhere and I just started copying it apparently. I already went through and corrected all of them. 08:03:30 It was actually a typo in the PAF spec in one place at one point; I checked today and it's been corrected. 08:03:41 Ah, that's probably why then. 08:04:26 It had AppID in three places but AppId in the first INI block. 08:04:49 Oh, Maxima would probably be a good one to get out, but that still has a bit of work. I need to update it anyway and I'll fix some things when that happens. 08:05:35 Got any opinions of other peoples' apps which would be good to get out? 08:07:40 Scribus would be a good one. Perhaps Freeciv or Hedgewars if you're going to test any games. 08:09:53 And SOME programming IDE. I like to use wxDev-C++, but getting at least one out would be good for PA.c. 08:12:14 I updated Code::Blocks yesterday, just need to test it. Zach had been going to to it take over but has since surrendered it back in favour of working on PChat 2.0. Not sure which of those two is more popular. 08:12:28 And Eclipse... I'll need to take another look at it some time. 08:12:46 Scribus sounds good, the problem I have with it is just sorting out version numbers... :-) 08:13:46 Yeah. 08:15:18 .gc wxDev-C++ Code::Blocks 08:15:18 wxDev-C++ Code::Blocks: 515 08:15:23 .gcs wxDev-C++ Code::Blocks 08:15:25 Code::Blocks (953,000), wxDev-C++ (4,730) 08:15:31 That's better. 08:15:37 I think Code::Blocks is more popular 08:16:19 Interesting... 08:16:21 .gc CodeLite 08:16:22 CodeLite: 6,600 08:17:08 Not sure what's up with the numbers you get through the Google API, they're lower than the normal search shows, but still indicative. 08:17:25 I was intending to look at CodeLite at some point. 08:17:30 I don't know the status with Piriform, but the top of my list are all of their apps. 08:18:20 I wish Nathan would switch to PAL. I don't like the autohotkey launchers. 08:19:43 I think with his CCleaner one he's just trying to put in functionality which we've said we don't do in launchers. 08:19:53 Ah. 08:20:09 Which is not good, really. 08:20:13 Yeah. 08:20:25 Which ones do you have? 08:20:35 I think he updated it, but for awhile CCleaner was unusable for me. 08:21:09 I use all four of their apps. 08:21:42 I mean develop. Just Speccy? 08:22:14 Oh. Yeah, just Speccy. 08:22:38 I think Revo Uninstaller and Speccy are ready except for the language switching. 08:22:53 What issues do they have with language switching? 08:22:58 Has a workaround been implemented yet? 08:23:18 The admin process doesn't get keep the environment variables. 08:23:26 Ah yes. 08:23:57 Tell me; if you run it as admin normally, does it happen? 08:24:26 I don't remember, give me a second and I'll check. 08:25:46 Because I saw in one of prapper's apps he had problems with the RunAsAdmin=force method and so went back to a manual launcher. I'm wondering whether I might just add a compile-time option for RunAsAdmin=compile-force 08:26:00 Which would then just do the RequestExecutionLevel admin 08:26:24 It won't be as friendly to the user as it won't show nice error messages, but if it gets those sorts of apps working, well and good. 08:26:40 Yeah. 08:29:37 The Revo Uninstaller process when run as admin has no environment variables. 08:32:19 The bookmark still isn't working for Fyre Portable... 08:32:58 I'm gonna have to debug this aren't I? :( 08:33:47 Make sure the bookmark file is properly formatted - it uses Unix EOL 08:34:47 I believe the contents should be: ``file:///X:/Documents/Pictures\n`` 08:35:38 If I type file:///G:/Documents/Pictures manually it works. 08:35:58 Or at least it did before. Let me try again. 08:37:10 Ah, nope. Not anymore. Interesting. Trying your way. 08:37:23 Try using a genuine bookmarks file - start with no file, navigate to the Pictures directory and click Add bookmark (might need to right click, can't remember, not running it now) 08:40:10 Nope. 08:40:39 How nope? Just not working at all or what? 08:40:59 Oh, I forgot I moved it to the desktop. Hold on. 08:42:07 *** ewet (~enno@unaffiliated/ewet) has joined #portableapps 08:42:26 Ah, cool. It works. 08:42:50 It's almost two and I'm tired though. I'll release this and Spybot Portable tomorrow. 08:43:53 Night everyone. 08:43:56 *** Scriptdaemon has quit (Quit: Politeness, n. The most acceptable hypocrisy.) 08:48:09 hi, i'm getting confused here: is there a portableapps compliant emacs version around? 08:48:31 ewet: not that we've produced. 08:49:00 okay thank you 08:49:04 There is http://portableapps.com/node/22195 however which may work (I don't know, I'm a Vim person myself) 09:19:26 ChrisMorgan: thanks, looks like this one works as portable as expected :) 09:19:41 I'd recommend you switch to gVim Portable though ;-) 09:20:29 lol.. thank you (I like to use vi for config files though ..hehe) 09:25:03 okay, no hard feelings - thank you for your help and bye :) 09:25:59 *** ewet has parted #portableapps (None) 09:51:11 *** pa_3241 (294bcba2@gateway/web/freenode/ip.41.75.203.162) has joined #portableapps 09:51:56 can portableapps suites be used in an android computer? 10:10:25 pa_3241 no these are made for windows computers only 10:10:35 *** pa_3241 has quit (Quit: Page closed) 10:10:43 android is a completely different operating system and usually uses a different procesor type 10:10:45 lol 10:20:17 you forget android is a type of linux ben but yeah the major issue with android would be the processor type, namely the fact android was made mostly for iirc arm processors which are found on smart phones and is not compatible with most software unless it's specifically written for it, so in short it won't work and why am I typing this when the user left :/ 10:35:57 *** Jedrzej_s (~Jedrzej@46.112.216.50) has joined #portableapps 10:40:54 ZachThibeau but they're made for windows... and i dont think wine is made for android :P 10:41:02 lol 10:41:26 I do believe I did say " is not compatible with most software unless it's specifically written for it" 10:41:40 lol 11:41:08 *** TASAIRES (~TASAIRES@84.121.163.24.dyn.user.ono.com) has joined #portableapps 11:42:30 *** TASAIRES has quit (Client Quit) 11:43:37 *** BjornH has quit (Read error: Connection reset by peer) 11:43:50 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 11:53:40 *** Jedrzej_s has quit (Ping timeout: 252 seconds) 12:17:10 *** JohnMc (~John@cpc3-sotn8-2-0-cust936.15-1.cable.virginmedia.com) has joined #portableapps 13:02:55 *** BlackRogue (~BlkRogue@CPE001cdf72d1f1-CM001868522c64.cpe.net.cable.rogers.com) has joined #portableapps 13:03:30 *** BlackRogue has parted #portableapps (None) 13:16:54 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 13:21:52 *** superboyian (~superboyi@5e0167bf.bb.sky.com) has joined #portableapps 13:21:52 *** superboyian has quit (Changing host) 13:21:52 *** superboyian (~superboyi@unaffiliated/superboyian) has joined #portableapps 13:22:05 *** superboyian has parted #portableapps (None) 13:31:00 *** shanet (~Shanet@218-215-223-232.people.net.au) has joined #portableapps 13:31:05 *** shanet has parted #portableapps (None) 13:44:20 *** xisco (5f11dcb3@gateway/web/freenode/ip.95.17.220.179) has joined #portableapps 13:44:32 hi 13:45:37 anyone there? 13:46:34 *** |shanet| (~Shanet@218-215-223-232.people.net.au) has joined #portableapps 13:52:14 xisco: if you're wanting to ask a question, ask it. 13:58:29 *** ChrisMorgan has quit (Ping timeout: 276 seconds) 13:58:52 ok, only wanted to report a bug in portableapps.com 2.0 beta 6 13:59:12 I've updated applications but they were updated with a wrong language version 13:59:30 i'm usin es-Es and the update of firefox and thunderbird was to the new version 13:59:34 but locale es-AR 14:06:53 bye 14:06:54 *** |shanet| has quit (Ping timeout: 272 seconds) 14:07:01 *** xisco has quit (Quit: Page closed) 14:33:52 *** |shanet| (~Shanet@218-215-223-232.people.net.au) has joined #portableapps 14:34:07 *** |shanet| has parted #portableapps (None) 14:57:42 *** andreasma (~andi@93.215.143.15) has joined #portableapps 15:19:20 *** SrgSiler|AFK (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 15:38:55 *** BeckySanderlin`x has quit (Ping timeout: 245 seconds) 15:50:29 *** travlingeek (~Omnishado@142-217-226-218.telebecinternet.net) has joined #portableapps 16:04:34 *** Jedrzej_s (~Jedrzej@89.108.233.69) has joined #portableapps 16:08:31 *** travlingeek has parted #portableapps ("Leaving.") 16:21:25 *** Jedrzej_s has quit (Ping timeout: 265 seconds) 16:33:43 *** pa_5653 (60ef8c57@gateway/web/freenode/ip.96.239.140.87) has joined #portableapps 16:36:12 does anyone know home to activate the autorun for portableapps, it does seem to want to start 16:48:22 pa_5653 what os? 16:48:32 sometimes its disabled on purpose for security 16:49:09 windows 7 64-bit 16:56:49 *** Jedrzej_s (~Jedrzej@188.33.255.219) has joined #portableapps 17:02:07 *** Jedrzej_s has quit (Ping timeout: 265 seconds) 17:05:30 *** pa_5653 has quit (Quit: Page closed) 17:08:22 *** StatBot (~StatBot@unaffiliated/bensawsome/bots/bensbots) has joined #portableapps 17:13:18 *** JacobMastel (~Jacob@128-193-249-18.resnet.oregonstate.edu) has joined #portableapps 17:32:12 *** ptmb (~PTMblogge@a79-169-164-137.cpe.netcabo.pt) has joined #portableapps 17:44:41 *** JacobMastel has quit (Quit: Instantbird 0.2) 17:48:39 *** Drive-Dude (d5412928@gateway/web/freenode/ip.213.65.41.40) has joined #portableapps 17:52:22 Can a open source software be turned to shareware? 17:55:37 I dont get the word shareware. You can not share it it should be called costware or something like moneyware. 18:07:55 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 18:40:05 *** benedikt93 has quit (Ping timeout: 265 seconds) 18:51:48 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 18:53:36 Drive-Dude: sorry for the most likely late response but it can if everything about it becomes shareware, but unfortunately programs like XChat are considered gpl violations 19:06:08 *** benedikt93 has quit (Quit: Bye ;)) 19:11:49 dont think about that. I was busy with are things to. Better to get a later response then nothing all 19:12:30 I am for t.ex Open Office 19:12:40 I was thinking 19:13:04 I was thinking for t.ex Open Office 19:13:25 It is a awesome. 19:13:33 program 19:15:48 *** Jedrzej_s (~Jedrzej@46.112.37.34) has joined #portableapps 19:17:11 *** Oni-Neoxes (Oni-Neoxes@unaffiliated/oni-neoxes) has joined #portableapps 19:20:33 *** Oni-Neoxes has quit (Client Quit) 19:25:11 I am gonna leave know. Have a nice day 19:25:17 *** Drive-Dude has quit (Quit: Page closed) 19:33:07 *** dbdii407 has quit (Ping timeout: 240 seconds) 19:43:36 *** Oni-Neoxes (~Oni-Neoxe@clsm-74-212-45-149-pppoe.dsl.clsm.epix.net) has joined #portableapps 19:43:38 *** Oni-Neoxes has quit (Changing host) 19:43:38 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 19:54:38 *** Jedrzej_s has quit (Ping timeout: 264 seconds) 20:33:42 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 20:33:44 dbdii407 is Dave, Owner of the ScrapIRC Network. 20:47:05 *** Simeon (~simeon@dslb-092-075-085-247.pools.arcor-ip.net) has joined #portableapps 20:47:16 hi all 20:47:55 Anyone here doing anything importand? ;) 21:04:07 yes and no 21:05:27 *** TASAIRES (~TASAIRES@84.121.163.24.dyn.user.ono.com) has joined #portableapps 21:05:39 *** Oni-Neoxes has quit (Quit: Quit) 21:06:09 *** TASAIRES has quit (Client Quit) 21:06:41 *** andreasma has quit (Quit: Verlassend) 21:32:11 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 21:36:35 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 21:43:02 *** Oni-Neoxes has quit (Quit: Quit) 21:49:11 *** WifiWomabt (~OliverK@pool-173-53-246-181.chi01.dsl-w.verizon.net) has joined #portableapps 21:49:24 *** WifiWomabt is now known as OliverK 21:49:54 *** OliverK is now known as Guest17411 21:50:10 *** Guest17411 is now known as WifiWombat 21:50:13 *** WifiWombat has quit (Changing host) 21:50:13 *** WifiWombat (~OliverK@unaffiliated/oliverk) has joined #portableapps 21:50:13 WifiWombat is OliverK when he's surfing on the wifi 21:50:22 *** Oni-Neoxes (~Oni-Neoxe@clsm-74-212-45-149-pppoe.dsl.clsm.epix.net) has joined #portableapps 21:50:22 bleah 21:50:22 *** Oni-Neoxes has quit (Changing host) 21:50:22 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 21:50:27 'ello chaps 21:50:30 ls 21:50:36 hi 21:51:43 Hey OliverK :) 21:52:06 WifiWombat: hi Oliver 21:53:08 heya 21:53:13 *** sky-g (~sky-g@c-ea09e055.125-11-64736c12.cust.bredbandsbolaget.se) has joined #portableapps 21:53:15 sf ssh, bleh 21:53:29 *** sky-g has parted #portableapps (None) 21:55:23 *** Oni-Neoxes has quit (Quit: Quit) 21:55:46 win: http://sourceforge.net/projects/geanyportable/files/ 21:56:32 nick OliverK 21:56:35 greah 21:56:49 I'm on my netbook, everything is so tiny 21:56:51 :D 22:02:17 *** JacobMastel (~Jacob_Mas@128-193-249-18.resnet.oregonstate.edu) has joined #portableapps 22:14:51 *** Simeon has quit (Quit: Leaving.) 22:18:09 *** WifiWombat has quit (Remote host closed the connection) 22:47:25 *** JohnMc has quit (Quit: Leaving) 22:54:23 *** gluxon has quit (Quit: SE YA LATER) 23:15:05 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 23:22:30 *** auscompgeek has quit (Ping timeout: 276 seconds) 23:22:31 *** auscompgeek (znc@bakusaiga.trekweb.org) has joined #portableapps 23:22:41 *** auscompgeek has quit (Changing host) 23:22:42 *** auscompgeek (znc@firefox/community/auscompgeek) has joined #portableapps 23:35:21 *** pa_5383 (6348f44f@gateway/web/freenode/ip.99.72.244.79) has joined #portableapps 23:35:48 hey, I have u3. can I install these programs on it? 23:36:54 *** pa_5383 has quit (Client Quit) 23:42:53 *** Oni-Neoxes has quit (Quit: Quit)