00:07:12 *** BjornH has quit (Ping timeout: 265 seconds) 00:07:52 d-tech: thanks for the info, but as gluxon said, that site is illegal, and infringing on many copyrights. He has been reported a few times, but seems to persist. It's sad, he could make a great addition to our site. But to answer the question, no. We can't and won't help with them. 00:12:25 d-tech: WB? 00:12:52 d-tech: In that case, you should report it to the makers of WB. 00:18:06 *** kaeos (~Miranda@84.76.55.235) has joined #portableapps 00:18:16 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 00:20:17 *** JohnTHaller (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 00:20:45 *** dna_ (43739b67@gateway/web/freenode/ip.67.115.155.103) has joined #portableapps 00:21:10 ... umm hi 00:21:19 How can we help you? 00:21:43 i'm currently modifying my app 00:21:51 and don't know how to do i 00:21:52 t 00:22:18 do you guys have a help page on environment variable substitutions? 00:22:27 You mean your own app you developed and you're trying to make it portable? 00:22:33 yep 00:23:25 Ok. It's best to start with a layout of directories in PortableApps.com Format. You can grab the PA.c Template to get started (under features on the PA.c Launcher page) or use another app as a guide. 00:23:52 We portablize most new apps with the PA.c launcher. It's INI-configured, handles env var changes, registry keys, moving files. http://portableapps.com/apps/development/portableapps.com_launcher 00:23:54 the "envsub.html#ref-envsub" page that came included with the portableapps launcher program isn't giving me enough help 00:24:13 This one, right? http://portableapps.com/manuals/PortableApps.comLauncher/ref/envsub/#ref-envsub 00:24:18 do you guys have a list of command line arguments thing? 00:24:20 yeah 00:24:29 There are no command line arguments for the PA.c Launcher 00:24:35 Everything is based on the INI 00:24:53 What are you trying to accomplish with it? Change a standard Windows variable to point to the USB drive? 00:25:00 what about the "--data-directory" thing? 00:25:24 The launcher is to help the app put stuff in Data. If the app supports a --data command, the launcher can use that. 00:25:42 umm i'm changing the way the program tries to save files into the my documents folder 00:25:43 http://portableapps.com/manuals/PortableApps.comLauncher/ref/launcher.ini/launch/#commandlinearguments 00:26:31 Ah. Does the app ever start any other apps? Do you know if it gets the doc directory from the env var or using the shell api call? 00:27:15 i just know it saves files into the my docs folder 00:27:26 doesn't start anything else other than an update file 00:27:54 Well, you can try changing the env var. You can do that wuth thius section: http://portableapps.com/manuals/PortableApps.comLauncher/ref/launcher.ini/environment/ 00:28:01 [Environment] 00:29:24 instead of saving and reading files from the my docs\asdf folder, how do i make the app save and read from data\asdf? 00:29:29 Actually, there is no env var for Documents in Windows, I forgot. 00:29:53 i read the help file and it was something like %DOCUMENTS% i think 00:29:55 Does the app itself provide any method for pointing it to another directory? 00:30:01 nope 00:30:12 %DOCUMENTS% is our own internal env var for use with the PA.c launcher. 00:30:27 The called app won't use it, since it's not a standard Windows env var 00:30:55 the app and the dll files are all stand alone, but it needs to read and write to my docs\asdf 00:31:00 how would i do that? 00:31:08 It's used if you want to move something into and out of the PC's Documents folder. DirectoriesMove for example 00:31:53 Does it ALWAYS save to ASDF in Docs? 00:32:06 yep 00:33:00 dna_, what program you are trying to portablize? 00:33:12 a game 00:33:16 why? 00:33:43 In that case, a [DirectoriesMove] section could move it into and out of Data in the app itself. The line would be ASDF=%Documents%\ASDF. That would move the folder ASDF between the PC's my documents and the APpNamePortable\Data\ASDF directory 00:33:52 http://portableapps.com/manuals/PortableApps.comLauncher/ref/launcher.ini/filesystem/#directoriesmove 00:34:09 thanks 00:34:25 It's not the DOCs directory on the drive, but it'll at least move it on and off for ya. 00:34:36 =) 00:34:45 And it'll backup and restore the ASDF directory if there already is one on your PC. That's automated. 00:35:21 While running, it'll change it to ASDF-BackupByAppNamePortable before moving your portable ASDF folder in and the change it back after exiting and moving it out. 00:35:47 dna_, so i can try to check how is it getting the path 00:36:09 ok 00:36:15 thanks 00:36:36 *** ptmb has quit (Quit: Bye) 00:36:50 *** computerfreaker (40c94702@gateway/web/freenode/ip.64.201.71.2) has joined #portableapps 00:36:50 computerfreaker is working on KidSafe and Iron Portable, and would very much like to have folks test them and give feedback. 00:37:00 *** dna_ has quit (Quit: library's closing) 00:37:26 JohnTHaller: did you get my tell? 00:38:13 JohnTHaller: well handled, I came back only two minutes ago :-) 00:38:38 I did 00:39:11 Let em know that they'll be listed in the PA.c directory as soon as we have a finalized PAF with Iron bundled. We can host it or they can, whichever they are more comfortable with. 00:39:26 ChrisMorgan: I try :) I've been looking through the manual a bit more 00:39:37 It showed quite clearly :-) 00:40:46 JohnTHaller: thanks, I'll tell them that. Anything I should have them do? 00:41:05 Also, I'm going to try to get them to host it - Dropbox won't show download stats. 00:42:21 And is there anything I should do or can do to make the process faster & easier? 00:43:43 Oh, if we host it, we'll do it on SF since it's open source. They may want to do that as it'll get quite a download jump. And they can see the stats publicly from the SF downloads 00:45:41 JohnTHaller: Is it okay if I modify the installer a bit? I'd like to solve the multi-edition problem with eclipse by downloading them and presenting the user with a choice in the installer. 00:46:06 Nope. It won't work with the updater. 00:46:27 Oh, I didn't think of that. 00:46:35 Great. Just a guess, they'll want to host it. Their e-mail said they'd consider hosting Iron Portable "if it's successful", and I believe they're getting ad-based revenue so even a couple thousand downloads will help them. 00:46:47 *** x_ has quit (Ping timeout: 260 seconds) 00:46:48 Is there anything I can do to help the process along? 00:47:10 The problem is that updates and installs from the upcoming 2-click installer won't result in a pageview for them. Just bandwidth 00:47:38 shoot, that hadn't occurred to me. They aren't going to like that. 00:47:55 Which is why SF hosting may be better. 00:48:13 I'd also suggest a 'donate' link within Iron itself. 00:48:24 And do they have a custom homepage defined? They get revenue from that. 00:48:30 More than site ads I'd wager 00:48:49 They've got a link in help.html, but the appinfo.ini link is to PortableApps.com/IronPortable 00:49:01 and they don't set a custom homepage from within Iron, if that's what you meant 00:49:28 No no, I mean within Iron. That's the biggest revenue generator. They may want to think about that. Like we have start.portableapps.com 00:50:03 ok, I'll pass that on. 00:50:21 I'll also see if I can get them to alter their settings file a bit, to make it possible to do lang switching. 00:50:38 Google does rev splits on it. I can assist them on it. This could give Iron a lot more exposure. 00:51:16 I'll pass that on, too. I'm sure they'll appreciate the help in getting that set up. 00:51:26 I gotta run. We'll chat more later. Maybe in forum or via email. 00:51:37 ok 00:51:39 bye, thanks! 00:51:43 thanks! 00:51:49 *** JohnTHaller has parted #portableapps (None) 01:07:07 ok, reply sent to SRWare. One more step towards Iron Portable becoming official! 01:07:16 I'm going to head out now. Bye guys! 01:08:18 *** computerfreaker has parted #portableapps (None) 01:10:59 *** kaeos has quit (Quit: kaeos) 01:14:37 gluxon: portable eclipse eh? 01:14:45 *** marlop has quit (Write error: Connection reset by peer) 01:14:57 M4T1A5: uh.. yeah 01:15:03 cool 01:15:10 i want that :D 01:15:43 http://portableapps.com/node/22236 01:15:50 You need to install Java Portable too. 01:15:59 yeah i already have that 01:16:02 for aptana 01:16:17 i see this is a dev test 01:16:32 but it's mostly bug free, yes? 01:16:37 Yep. 01:16:42 cool 01:17:03 There's one bug with MinGW, but I've fixed it. Just haven't released it yet. 01:17:31 what bug that might be? 01:17:38 i'd really like a good C++ IDE 01:17:54 I should review the launcher again. And try again to convince you to use PAL. 01:18:38 *** x_ (~x@208.85.237.207) has joined #portableapps 01:19:14 now do i need JDK for java development? 01:19:47 Yeah. 01:20:09 M4T1A5: Not linking MinGW and Eclipse together. 01:20:20 Would you like to be my first tester for the fix? :) 01:20:24 sure 01:21:23 Place this file in the Eclipse Portable folder after you've finished the download and installed. 01:21:23 http://gluxon.tk/EclipsePortable.exe 01:21:34 Replace the one that's already there. 01:22:08 ok 01:22:29 should i download classic edition or c++ edition? 01:23:01 well that won't probably matter 01:23:20 C++ 01:23:27 it has mingw with it? 01:23:30 No. 01:23:50 http://portableapps.com/node/18601 01:24:15 You can install java in it after you launch it. 01:24:21 C++ will just be a quicker download. 01:24:32 well yeah 01:24:39 probably going to put pydev in too 01:25:18 One last thing, Java 1.6 21 has a bug in it. 01:25:30 Which causes Eclipse to freeze. Take a look at this to fix it. 01:25:31 http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#Oracle.2FSun_VM_1.6.0_21_on_Windows 01:25:40 i already have a eclipse on my drive to be honest(config hacks) but a proper protable eclipse would be nice 01:25:41 I recommend using the 3rd method. 01:25:55 M4T1A5: Yeah, you should notice some improvements :) 01:26:32 well great 01:26:56 how come a java update will break eclipse? :O 01:27:51 UPDATE: The latest JDK/JRE downloads have fixed this problem <- has this been fixed in the portable java? 01:28:47 Oh, nevermind. 01:28:50 Forget about that then. 01:29:22 k 01:29:23 M4T1A5: It has something to do with Oracle buying Sun. 01:29:31 that figures 01:29:48 next they will ruin MySQL 01:30:29 Can't believe Oracle was able to buy them out though. Sun was much more popular than them. 01:31:10 yeah 01:31:18 i mean where they got all that money from 01:32:04 $7.4 billion for a small company is insane. More insane that Sun accepted. 01:32:35 one thing i fell really bad about is that virtualbox is now called oracle virtualbox or something like that 01:32:40 *feel 01:32:58 .. wow that sucks >_< 01:34:04 installing eclipse 01:34:14 Hmm. Finally found a real bug in PAL 2.0. 01:34:27 then go and fix it :P 01:34:35 ChrisMorgan: Care to share? :) 01:34:44 also this ^ 01:35:07 The contained TEMP directory is deleted on starting secondary instances rather than just primary ones. 01:37:18 gluxon: IT WORKS! 01:37:27 builds and executes just fine 01:37:38 Thanks :) 01:38:05 now i think you should make it available to everyone 01:39:07 Yeah, I'll try to release it on Sunday. 01:39:26 and on that select the version thingy couldn't it just be a list of eclipses on the download site 01:39:30 BTW, thank Chris Morgan, he found the fix. 01:39:44 like for example how the firefox 4.0 languages are listed 01:40:05 Which was that? The environment variable thing? 01:40:23 M4T1A5: Help --> Install New Software --> Helios Update Site (drop down list) --> Programming Languages --> *Find Java (EE)* 01:40:36 Wow, after applying all my data validation improvements to PAL it still compiles! 01:40:38 yeah i know 01:41:04 M4T1A5: No, that's exactly what I was planing, but it breaks compatibility with the new Beta 5 updater. 01:41:29 Ughh.. Eclipse, you are hard to portablize. 01:41:42 hmm 01:41:58 what if the download site has just a list of all the versions 01:42:05 and every installer is named differently 01:42:09 would that work? 01:42:17 That's the current method. 01:42:29 yeah but that would work with the updater right? 01:42:34 Yeha. 01:42:36 *Yeah. 01:42:52 Only problem is it takes a long time to upload everything. 01:42:59 well yes 01:43:15 OR you could just distribute the classic version 01:43:54 because rest you can get from the install new software 01:43:57 I was thinking of just the platform. 01:44:10 And having the user install from the "Install New Software" menu. 01:44:20 that could work too 01:44:32 There's another issue with it that wasn't mentioned anywhere, Eclipse modifys its app directory, unlike all the other Apps. 01:44:49 modifys how? 01:44:49 Meaning Install New Software stuff is gone after and update. 01:45:10 Adds stuff to folders. 01:45:29 No one's been having trouble with that though. 01:45:41 but intsall new software goes to workspace? 01:45:51 No, it goes in App\Eclipse. 01:45:54 oh ok 01:45:57 And becomes part of the binaries. 01:46:04 hmm 01:46:14 what if the updater would just ignore that? 01:46:33 and just overwrite everyting it can 01:46:51 dunno if that's possible with the current installer 01:47:02 That'll probably corrupt Eclipse. 01:47:10 New files here, old files there. 01:47:40 well if it would leave the configuration files alone it shouldn't corrupt it 01:48:14 and using the build in updater is probably a bad idea? 01:48:19 *built 01:48:52 You'd have to reinstall the software languages, but that's it. 01:49:10 hmm 01:49:53 well it's not like eclipse updates every day 01:50:05 more like once a month 01:50:09 if even that 01:52:04 That's not good. Can they possibly be moved into another directory in between - App\Plugins or something like that? 01:52:06 btw is there a portable JDK? 01:52:22 M4T1A5: no, just install it and copy the JDK directory to CommonFiles\Java 01:52:28 oh ok 01:52:52 I asked John about it and he said the JDK installer was different to the JRE installer and couldn't easily be extracted, so that's why there isn't an installer like there is for Java Portable. 01:53:47 ok then 01:54:59 btw is java portable just normal java? 01:55:17 in a different installer 01:56:15 It's an installer which downloads the Java installer and pulls things out of it. 01:56:20 hmm i have to say this portable eclipse is alot faster than normal eclipse with config hacks 01:56:46 ChrisMorgan: so it doesn't do any fancy configurations or anything? 01:57:01 same effect would be achieved by copy and paste? 01:57:31 It stores a value or two for PortableApps.com apps in an INI file, which records the version, the equivalent of appinfo in a main app, but that's all. 01:57:49 ok then 01:58:07 so if a copy JDK to the Java folder will it break JRE updates? 01:59:18 and will the portableapps updater support java updates anytime soon? 01:59:56 *** vf2nsr (~chatzilla@unaffiliated/vf2nsr) has joined #portableapps 02:02:32 It will. 02:03:10 If you edit that INI file though, can't remember what it is off the top of my head, to change "Java" or "JRE" or whatever to "JDK" I think it won't detect JRE updates for it. 02:03:25 ok 02:04:06 it just says the version there 02:06:31 *** marlop (marlop@use.the.force.on.shellium.org) has joined #portableapps 02:06:53 Hmm. Not sure then. 02:09:01 I really can not believe the reason why we don't have JDK is because we can't get it >_< 02:14:51 *** vf2nsr has quit (Quit: I am I was Now I gone) 02:21:38 well im probably not going to do much javadevelopment anyways so i'll just forget about it 02:21:52 *java development 02:24:47 *** M4T1A5 has quit (Quit: Reconnecting) 02:24:50 *** M4T1A5 (m4t1a5@tux.fi) has joined #portableapps 02:25:01 *** M4T1A5 has parted #portableapps (None) 02:25:11 *** M4T1A5 (m4t1a5@tux.fi) has joined #portableapps 02:33:10 *** gluxon has quit (Quit: Leaving.) 02:41:23 *** auscompgeek has quit (Quit: FATAL ERROR: Operation Succeeded) 02:45:24 *** idwebpulsa (~idwebpuls@125.164.225.247) has joined #portableapps 03:16:54 *** palogbot (~palogbot@delawarepark.safesecureweb.com) has joined #portableapps 03:16:54 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 03:16:54 Users on #portableapps: palogbot idwebpulsa M4T1A5 marlop x_ @ChrisMorgan d-tech rouilj1 SergentSiler rainroom69 Suiseiseki Bensawsome +GizmoBot @Gizmokid2005 Mir Zarggg dbdii407 chazz sar3th|away z3uS 03:16:56 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 03:16:59 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 03:17:58 *** Alcasar (4533e7bc@gateway/web/freenode/ip.69.51.231.188) has joined #portableapps 03:18:28 Z:\Portable Install\paf-exe\ConvertAllPortable_0.5.0b.paf.exe/ detected: Trojan.Crypt!IK 03:18:41 That's a false positive. 03:18:52 Z:\PortableApps\ConvertAllPortable\App\ConvertAll\lib\convertall.exe detected: Trojan.Crypt!IK Z:\PortableApps\ConvertAllPortable\App\ConvertAll\lib\convertall_dos.exe detected: Trojan.Crypt!IK 03:19:09 If you wish to confirm it, upload the files to http://www.virustotal.com 03:19:44 Will i always get this false positive? 03:22:53 Alcasar: until the A/V updates their definition, yes 03:23:16 though I have a few files that Avira seems to like to find viruses in, KVIrc Portable V3.4.2, first the apps...and then the setups... 03:25:29 it's a2 and unfortunately it seems to like false positives 03:33:58 *** Alcasar has quit (Quit: Page closed) 03:43:22 *** auscompgeek (~aucg@firefox/community/auscompgeek) has joined #portableapps 04:11:34 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 04:40:02 *** Kyle__ (~Kyle@69.182.86.90) has joined #portableapps 04:41:54 *** SergentSiler has quit (*.net *.split) 04:41:54 *** Gizmokid2005 has quit (*.net *.split) 04:41:55 *** z3uS has quit (*.net *.split) 04:43:17 *** Gizmokid2005 (~Gizmokid2@vps.gizmokid2005.com) has joined #portableapps 04:43:17 Gizmokid2005 is working on KVIrc Portable: http://portableapps.com/node/23424 04:45:14 *** z3uS (~z3us@plzhalp.us) has joined #portableapps 05:45:29 *** mtthw92 (~mtthw92@71-20-22-1.war.clearwire-wmx.net) has joined #portableapps 05:47:33 *** HuggyBear (kvirc@93.182.156.39) has joined #portableapps 06:23:14 *** JohnTHaller1 (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 06:24:15 *** JohnTHaller1 has parted #portableapps (None) 06:52:12 *** mib_XXXXXXXXXXXX (~mib@unaffiliated/bensawsome) has joined #portableapps 06:55:15 *** Bensawsome has quit (Ping timeout: 264 seconds) 07:23:59 *** idwebpulsa has quit (Quit: Leaving) 07:25:14 *** chazz has quit (Read error: Connection reset by peer) 08:32:47 *** x_ has quit (Ping timeout: 248 seconds) 08:41:13 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 10:05:49 *** benedikt93 is now known as benedik93|AFK 10:37:38 *** sar3th|away is now known as sar3th 10:55:22 good morning 11:04:59 good morning sar3th :-) 11:09:54 *** pa_3981 (b6ef83c4@gateway/web/freenode/ip.182.239.131.196) has joined #portableapps 11:10:01 spam - http://portableapps.com/node/24429 11:10:29 spammer - http://portableapps.com/user/152718 11:11:37 *** pa_3981 has quit (Client Quit) 11:21:49 how are things going? 11:30:00 *** benedik93|AFK has quit (Quit: Bye ;)) 11:32:09 Fine, just done a re-write of InfraRecorder Portable launcher, any interest of testing it? What OS are you on? 11:32:41 win xp sp3 (german) 11:33:29 I'm on XP sp 3 as well, maybe just for the new language switching, do you currently use InfraRecorderP? 11:33:58 no, but i have installed regular infra recorder 11:57:42 sar3th: http://portableapps.com/node/24390#comment-155339 12:00:07 Gringoloco: installed. what should i test? saving settings? 12:00:38 Yes, especially the saving of the settings, and the language switching 12:00:54 language switching means using beta 5 i assume? 12:01:08 Why? 12:01:25 i thought it requires special env vars 12:02:21 The old menu uses the same env.vars. I think beta 5 just has one new variable to be used 12:02:38 ok 12:02:42 i noticed something wired 12:02:57 i changed the language in settings from english to german manually, then restarted 12:03:07 it was still english 12:03:14 after another attempt, it switched 12:03:29 now, i'll test it with the platform 12:04:20 hmm, that's odd 12:04:57 when launched from the platform, it automatically switched to german 12:05:01 now to change back to english.. 12:05:16 yes, that worked 12:05:32 language was switched as expected :) 12:06:03 and the xml file in Data\Settings\setting.xml is still a valid xml file I suppose (just to double check) 12:06:11 checking 12:06:39 as expected? your first atempt was a bit doggy? 12:06:54 the first attempt was without using the platform 12:07:13 this time, i started IR through the menu and lang switching worked 12:07:41 settings.xml is encoded in UCS-2 LE and looks like a proper xml 12:08:03 thanx sar3th :-) 12:08:07 yw Gringoloco 12:08:24 sending it to JTH now 12:10:04 good 12:13:30 sar3th: could you leave a reply with your findings 12:13:41 *** rainroom69 has quit (Read error: Connection reset by peer) 12:13:56 sure 12:14:25 *** rainroom69 (~RainrooM@94-224-139-197.access.telenet.be) has joined #portableapps 12:19:58 Gringoloco: http://portableapps.com/node/24390#comment-155340 12:21:17 sar3th: when not from the platform, it should keep it's language setting aswell, maybe it was just for the first run it hasateded? 12:21:51 Gringoloco: i think so. apart from that, i tried to reinstall IRp and see if it occurs again, but it did not 12:21:51 sar3th: ah sorry, I should read properly first:-( 12:22:00 no problem^^ 12:23:05 just forgot to add your OS 12:23:18 * Gringoloco does that all the time 12:23:18 oh, thanks 12:23:22 will add 12:23:51 comment edited 12:33:31 I really hope I will finally find some time to finish my custom-code for WinampPortable these days 13:46:23 *** ChrisMorgan has quit (Quit: Leaving.) 15:04:33 *** Kyle__ is now known as SrgSiler|AFK 15:04:39 *** SrgSiler|AFK has quit (Changing host) 15:04:39 *** SrgSiler|AFK (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 15:06:41 *** x_ (~x@208.85.237.207) has joined #portableapps 15:38:42 *** mib_XXXXXXXXXXXX is now known as Bensawsome 16:13:35 *** x__ (~x@208.85.237.207) has joined #portableapps 16:16:32 *** x_ has quit (Ping timeout: 240 seconds) 16:18:07 *** x_ (~x@208.85.237.207) has joined #portableapps 16:18:16 *** x__ has quit (Ping timeout: 240 seconds) 16:19:40 *** x__ (~x@208.85.237.207) has joined #portableapps 16:22:52 *** x_ has quit (Ping timeout: 240 seconds) 16:40:19 *** x_ (~x@208.85.237.207) has joined #portableapps 16:40:53 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 16:42:57 *** Suiseiseki has quit (Read error: Connection reset by peer) 16:43:56 *** x__ has quit (Ping timeout: 260 seconds) 16:44:14 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 16:45:08 *** awircser (~awircser@41.238.81.199) has joined #portableapps 16:47:07 *** x_ has quit (Ping timeout: 276 seconds) 17:22:59 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 17:33:14 *** sar3th is now known as sar3th|away 17:42:31 *** ptmb (~PTMblogge@a81-84-170-85.cpe.netcabo.pt) has joined #portableapps 17:46:03 *** benedikt93 has quit (Ping timeout: 260 seconds) 18:58:14 *** pa_5740 (~pa_5740@98-125-38-235.dyn.centurytel.net) has joined #portableapps 19:06:08 *** pa_5740 has quit (Quit: Leaving) 19:27:55 *** Gringoloco has quit (Quit: Leaving) 20:25:43 *** HuggyBear has quit (Quit: KVIrc 4.0.0 Insomnia http://www.kvirc.net/) 20:52:55 *** rainroom69 has quit (Read error: Connection reset by peer) 20:53:37 *** rainroom69 (~RainrooM@94-224-139-197.access.telenet.be) has joined #portableapps 20:55:26 *** rainroom69 has quit (Read error: Connection reset by peer) 21:35:52 *** Suiseiseki has quit (Ping timeout: 240 seconds) 21:37:45 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 21:46:06 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 21:46:08 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 21:54:59 *** ZachThibeau has quit (Quit: Leaving) 22:56:39 PChat 22:59:14 *** gluxon has quit (Ping timeout: 245 seconds) 23:20:03 *** x_ (~x@208.85.237.207) has joined #portableapps 23:31:13 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 23:39:31 *** tim2kikas (43739b6c@gateway/web/freenode/ip.67.115.155.108) has joined #portableapps 23:39:40 hey 23:40:04 i'm having problems with the launcher program i downloaded 23:40:27 can anyone help me? 23:44:24 the problem is that the application is being run on a read only computer (my documents, desktop, everything is read-only) 23:45:25 how do i make the app such that it doesn't write/read to the computer? 23:45:47 the usb is read/writable 23:45:56 and i'm running it off of the usb 23:47:07 i want it to read off of the data/settings directory under the appnameportable directory 23:47:23 read and write to the data/settings 23:47:52 i tried using [directoriesmove] in the appnameportable.ini 23:48:06 but the computer's not allowing me to read/write to it 23:48:21 can anyone here help me? 23:51:39 anyone? 23:52:53 ummm.... 23:52:56 help! 23:52:56 tim2kikas: Welcome to the PortableApps.com official chatroom. Ask your question and someone should be able to help you shortly. If you still don't get an answer, try posting on the forums: http://portableapps.com/forums 23:53:00 *** ptmb has quit (Quit: Buh Bye)