00:01:29 *** TimClark (8087e3f7@gateway/web/freenode/ip.128.135.227.247) has joined #portableapps 00:02:13 ChrisMorgan: I was asked a very interesting question, "Why is the menu written in Delphi?" 00:02:36 i've always wondered too 00:02:58 i would expect it to be in C or C++ 00:02:59 delphi does produce static binaries and is host-independant 00:03:27 plus it has the so-called VCL, a set of Visual Components 00:03:44 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 00:03:45 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 00:03:55 apart from that, i do not know, probably personal preference 00:03:58 It was point out to me that it is kind of disingenuous to say that the menu is open source and that folks can make changes to the source and recompile it themselves, when they really CAN'T unless they by a not free not open source program that is very expensive 00:04:18 TimClark: you can use a free implementation of delphi/pascal 00:04:28 called lazarus/freepascal 00:04:38 ohhhh, delphi is pascal? 00:04:38 sar3th: are you sure, I thought i heard that that would not work 00:04:53 not how the menu is coded currently anyways 00:05:04 TimClark: i have not tried, but delphi basically is pascal, and i recently heard good stuff about lazarus, so it could be 00:05:09 one would need to modify it 00:05:15 oh... 00:05:16 but it is possible, i am sure 00:05:32 modify the platform that is 00:05:54 Computator: Delphi is a set of easy-to use components and techniques along with a pascal compiler 00:06:01 You would think, in the spirit of open source we would complie it using something that the average open source person would use, which usually means free or cheap 00:06:04 well, i have nothing against delphi/pascal but i wish it was in C or C++ simply because it is more common/widespread 00:06:07 oh ok 00:06:08 delphi is not really a language, pascal is the driving force 00:06:16 neat :) 00:06:34 i've also wondered why TimClark, and frankly, i don't know 00:07:02 but it could be worse, for example if it were VB ^^ 00:07:10 LOL, yeah! 00:07:33 Well, it was pointed out to me, that it would SEEM as if we are getting the best of both worlds 00:07:46 ? 00:07:52 We get to be OSS, but no one can really use the source 00:08:04 Without paying big bucks of course 00:08:38 1. they do not have to pay us/pa.com for it 00:08:47 ntm, as well as being less common, not as many people don't know it 00:09:18 I've just come back; Delphi is not /quite/ Pascal; it's Object Pascal, but an important difference is the included libraries. I asked John about it once and he said that switching to Pascal would be quite difficult due to used commercial libraries that wouldn't be available with it. 00:09:35 oh ok 00:09:50 ChrisMorgan: yes indeed, the libraries make delphi delphi 00:09:59 but object pascal is close to normal pascal 00:10:36 2. delphi is actively maintained and features a lot of modern techniques 00:10:52 afaik, john just wrote it in delphi because he knows delphi...is that right? 00:10:59 3. delphi is mature, since it has been used for several years 00:11:00 Well, I was not sure how to reply, the questioner was saying we were disingenuous when we reply, "Oh, then just recompile it yourself :) " when we know they can't 00:11:00 then sar3th what you should do is try and make the platform compatible with the included libraries with lazarus/free pascal :P 00:11:02 And with the upgrade to Delphi 2010 the difference is even bigger than with 2006. 00:11:05 Computator: i don't know, it's possible 00:11:28 oh ok... 00:11:36 ZachThibeau: i'm not really up to that task 00:11:40 And as to why it's written in Delphi -- as I recall a discussion of it (might be a thread on PortableApps.com somewhere, can't remember), John was wondering what language to do it in at one point; he didn't like C/C++ and knew some Pascal/Delphi and someone provided some code or something in Delphi, so he worked from that. 00:12:12 cuz idk why someone doesn't port it to C/C++.....oh ok, how come he doesn't like C? 00:12:17 I remember the guy that wrote the first menu that john borrowed the code from 00:12:40 in fact I have the first menu kicking around that the guy wrote for PortableApps.com that inspired the platform 00:12:53 tis about 5-6 years ago iirc 00:12:56 So he paid thousands of dollars for a program that made an open source app with no chance of getting his money back ? 00:13:00 Computator: there are drastic differences between delphi and c/c++; apart from that, a rewrite in another language would be a very complex task 00:13:18 that reminds me, i think we should add a feature to the menu... 00:13:30 sar3th: there was someone awhile back that wrote a menu clone to the platform in c++ that I still have the source for 00:13:31 sar3th: oh ok, i knew it would be a lot of work... 00:13:46 TimClark: I'd hardly call it no chance of getting his money back; he's had several opportunities to sell out (making PortableApps.com payware) and become a millionaire. 00:14:35 C/C++ is ugly! Python is so much nicer... but it would produce bigger binaries. And I think we even care less about that as time goes on... :-) 00:14:38 Ah ChrisMorgan , but if the menu were written in something other than Delphi, something free or cheap, then no one would need him 00:14:38 delphi 2010 professional currently costs 900€ 00:14:53 ChrisMorgan! python is a scripting language.... 00:15:02 And used to cost less, I believe 00:15:29 sar3th: Python is multi-paradigm; it can be used as a scripting language but it is most certainly widely used for serious programming. 00:15:45 i did not mean that it is not used for serious things 00:15:51 but it is an interpreted language 00:15:54 So, in a sense, making it in Delphi, so common folks can't recomplie it, as much as we say they can, kinda locks them into US, that was the logic I was given 00:16:01 there is no real compiler for it translating it to native code 00:16:06 there are some attempts 00:17:17 sar3th: its compiled code (still not native, but compiled) is fine. For performance-critical things it tends to not be quite as fast as C/C++ but sometimes it's faster... and it's definitely easier to code. 00:17:27 anyways brb need to find a bug someone reported that may affect the portable version 00:17:32 of PChat that is 00:17:34 *** ZachThibeau has quit (Quit: Leaving) 00:17:50 i think the menu should keep track of the processes it starts (or another instead OPTIONALLY specified in the appinfo) so it can say "you still have something running" when you eject it, and not try (and fail) to stop it 00:17:59 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 00:17:59 what do you all think? 00:18:00 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 00:18:46 oh, ZachThibeau, i'll repost that line 00:18:47 i think the menu should keep track of the processes it starts (or another instead OPTIONALLY specified in the appinfo) so it can say "you still have something running" when you eject it, and not try (and fail) to stop it 00:18:48 Computator: I think John's already thought of that - and is doing it better. 00:19:00 oh ok, how? 00:19:07 Not clear on entirely how it's better, but it will be :P 00:19:18 Computator: that was unecessary, i do have logs available to me via the log bot :P 00:19:27 i got that idea from U3 (which i hate, but they got 1 0r 2 good ideas) 00:19:36 oh, i forgot that, sorry :( 00:19:57 no worries just remember that next time 00:20:14 Well, anyway, I'm kind of at a loss as to how to reply to the questioner 00:20:34 ZachThibeau: ok....how would you see that unless you specifically look though btw? 00:21:09 Computator: I bookmarked the logs url in my browser 00:21:09 Computator: if it was something good in U3, John will have it in his plans to implement such a feature - or better. He knows what he's doing with U3. 00:21:50 ChrisMorgan: well, minus the password protection at the hardware level :P 00:22:06 it would be handy if you could add another optional line to the appinfo for a process to call that stops the app 00:22:08 TimClark: that's on the cards with hardware partnerships. 00:22:09 oh yeah 00:22:30 those 2 are the only ones i really miss from U3 00:22:57 TimClark: mainly that Delphi was chosen as the most convenient language initially and now it would be a very big burden to migrate it; also that some upcoming features would be very difficult to make available in any other environment (e.g. multi-touch support, gestures). 00:23:18 and btw, what did you mean "He knows what he's doing with U3.", did he help w/ that sometime or something? 00:23:27 oh COOL! 00:23:47 Computator: JTH has written for U3 before 00:23:56 oh ok, cool 00:23:59 FFP and TBP 00:24:12 He did work with SanDisk on some of it (he provided the portable Mozilla apps for it - that's why there's a U3 apps forum in our site). 00:24:24 oh ok... 00:24:38 i made a few till i found out about portableapps... 00:25:00 TimClark: sorry about the ellipses i keep forgetting :( 00:25:05 If I got a spare year some time it'd be fun trying to reimplement the PortableApps.com Platform in Python. But I rather suspect I won't get a spare year any time soon. :P 00:25:36 ChrisMorgan: would python be free/cheap ? 00:25:42 yup 00:25:44 Python is a free language. 00:26:16 Cool, but then no one would need us, which is what I think the guy was trying to say :/ 00:26:23 so is c/c++ 00:26:24 :P 00:26:26 Something like that. 00:26:50 Then we would REALLY be FOSS :P 00:26:56 how can non-native code be faster than compiled code, i do not understand that 00:27:11 sar3th: optimisation generally 00:27:12 or native code 00:27:25 well native code is optimized to the max 00:27:35 at least with good compilers 00:27:51 By the way, what are Firefox and thunderbird compiled with 00:28:01 C++ iirc 00:28:04 They're C++ I believe 00:28:07 msvc i suppose 00:28:07 most things are 00:28:34 that's why i thought PA might be a little better in C++ or C 00:28:34 TimClark: checking 00:28:35 It's hard to belive they can do a whole browser or email client and we can't do a menu 00:29:33 FF is funded by Mozilla, they have a lot of money thanks to google and they have more than one developer 00:29:43 and they use a version-control system and a bugtracker 00:30:19 why does that make a difference on C++? 00:30:27 Python would be horrible for the platform 00:30:27 No sar3th , I mean that the can write it in a way that someone can easily get the code and recomplie it themselves, as long as they remove the trademarks 00:30:43 TimClark: XUL is the big thing there. The Platform could be done as a C++/XULRunner app too, and you could get all sorts of snazzy effects fairly easily with CSS. 00:31:10 TimClark: it's not as easy as most people assume, you have to meet a whole lot of requirements before you can recompile it 00:31:18 Well ChrisMorgan , lets' do it ! 00:31:22 Gizmokid2005/ZachThibeau/sar3th: part of the reason I think Python could be better than Delphi/C/C++ for the Platform is precisely /because/ it acts as an interpreted language. Providing an extension system with varying levels of integration with the Platform is then very easy to do - provide a few basic methods (which you would use anyway) and then just import the extension module. 00:32:05 ahhh, i see 00:32:16 sar3th: requirements, I think that ZachThibeau said once it recompied it a few times 00:32:19 on the other hand dthat's what dlls are for ;) 00:32:20 And extensions are, in my opinion, the next BIG thing about the Platform. 00:32:27 Python debugging is horrid at best..plus you have external libraries that would be a pain to include, and they're all very version specific 00:32:34 plus Python isn't stable in terms of version changes 00:32:36 true... 00:32:45 you can have the same thing with other programing languages though, via dll's etc to extend features 00:32:51 Gizmokid2005: I disagree with every one of your statements there. 00:32:53 TimClark: it is possible, but it is not as easy as others 00:33:10 I don't ChrisMorgan 00:33:14 compiling ff is more difficult than the platform, granted you have the right tools 00:33:19 I've been working on the dev of DamnVid to make it portable 00:33:25 and have run into /every single one/ of those problems 00:33:36 sar3th: I will have to take your word on that, I thought they made it so it was easily recomplied , in the spirit of OSS 00:33:53 btw you guys, isn't this what the #portableapps-dev channel is for? 00:33:56 they did the best they could, but on windows it is difficult nevertheless 00:34:10 Gizmokid2005: what do you mean by "external libraries"? C modules? And the version changes - that doesn't tend to be an issue. 00:35:00 TimClark: in delphi, all you need to do is open the project and hit compile. you are done, nothing else needed :) 00:35:02 A DLL-based extension system would require a lot more "extension" framework - exposing functions etc. - than Python where you'd basically just have it all already available for use (or, I admit, abuse) 00:35:29 ChrisMorgan: you would also force people to exclusively use python for extensions 00:35:29 yeah 00:35:41 Is that a bad thing? 00:35:45 yes 00:35:45 depends on what you wanted to do in the plugin... 00:36:11 a dll is much better than a "proprietary" system, since dlls are language-independant 00:36:24 you might only need like an init() and close() one (or something like that) 00:36:29 sar3th: but don't forget the $10,000.00 00:36:32 i can write dlls with delphi, c++, vb, ... and my application will still work perfectly 00:36:46 TimClark: $1000 max 00:36:59 sar3th: joke/joke/jk 00:37:06 at least that's what i found on their site 00:37:10 no worries 00:37:21 notice i said "granted you have the tools" :) 00:38:22 sar3th: personally I think in a project our size (not a large developer-base), the diversity brought about by that would probably work against us. Having a single language for *everything* has distinct advantages. 00:39:06 then why switch to anything else from delphi? 00:39:13 i think john is more used to it than to python 00:40:26 True. I'm stating my opinion that *if* we were switching, Python would be a better choice than C/C++. 00:40:56 and again there are people that would disagree with you on that but thats beside the point :P 00:41:01 idk... i think C/C++ 00:41:03 yeah 00:41:08 either would work 00:41:33 but I would still like to see a python powered platform just for the fun of it though 00:41:47 And I'd like to have enough spare time to do it... 00:42:05 I have the time but I prefer coding in c++ 00:43:23 how about BOTH :D 00:43:24 jk 00:49:33 *** Zerophnx (~Zerophnx@64.246.141.107) has joined #portableapps 01:10:04 *** Computator_ (rlifshay@unaffiliated/computator) has joined #portableapps 01:10:41 *** TimClark is now known as TimClarkIsAFK 01:12:06 *** Computator has quit (Disconnected by services) 01:12:20 *** Computator_ is now known as Computator 01:21:27 *** ChrisMorgan has quit (Ping timeout: 258 seconds) 01:37:52 *** OliverK (~WifiWomba@unaffiliated/oliverk) has joined #portableapps 01:44:19 *** ptmb has quit (Quit: Bye) 01:44:26 *** BjornH has quit (Quit: Leaving) 01:52:36 *** gluxon (~DSi@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 01:53:27 *** Zerophnx has quit (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/) 01:55:02 *** gluxon has quit (Client Quit) 02:39:28 *** TimClarkIsAFK has parted #portableapps (None) 02:45:08 *** Kyle__ (~Kyle@69.182.79.57) has joined #portableapps 02:45:09 *** SrgSiler|AFK has quit (Ping timeout: 240 seconds) 02:45:30 *** Kyle__ is now known as SrgSiler|AFK 02:45:38 *** SrgSiler|AFK has quit (Changing host) 02:45:38 *** SrgSiler|AFK (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 03:02:32 *** ZachThibeau has quit (Quit: Leaving) 03:04:14 *** massmc_ (massmc@r220-101-172-13.cpe.unwired.net.au) has joined #portableapps 03:08:38 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 03:08:38 ... 03:09:07 *** ZachThibeau has quit (Client Quit) 03:15:50 *** OliverK is now known as OliverK|Away 03:31:26 *** Conor (~Conor@137.154.193.33) has joined #portableapps 03:31:40 hey 03:31:45 *** Versa (~Administr@adsl-75-57-169-237.dsl.emhril.sbcglobal.net) has joined #portableapps 03:34:34 *** Conor is now known as gamemakingdude 03:35:46 *** gamemakingdude has parted #portableapps (None) 03:57:10 *** Versa has quit (Quit: Leaving) 04:03:37 *** sar3th is now known as sar3th|away 04:28:20 anyone know if "evolution mail" will one day become a portable app? 04:28:36 *** Conor (~Conor@137.154.193.33) has joined #portableapps 04:29:23 *** Conor is now known as Gamemakingdude 04:30:29 *** Gamemakingdude has quit (Client Quit) 04:31:23 *** Conor (~Conor@137.154.193.33) has joined #portableapps 04:31:53 *** Conor is now known as gamemakingdude 04:33:27 *** gamemakingdude has parted #portableapps (None) 04:42:15 *** massmc_ has quit (Quit: Leaving) 04:47:42 testing 05:02:14 *** Computator has quit (Quit: Computator) 05:10:49 *** Jethro2106 (~Kurosaki@78.116.80.151) has joined #portableapps 05:11:12 *** Jethro2106 has parted #portableapps (None) 05:12:23 *** darkness2fall (~kvirc@adsl-11-37-125.mia.bellsouth.net) has joined #portableapps 05:13:56 *** OliverK|Away has quit (Quit: so long and thanks for all the fish) 05:14:15 *** darkness2fall has quit (Client Quit) 05:28:29 *** pa_3970 (7cb99d75@gateway/web/freenode/ip.124.185.157.117) has joined #portableapps 05:30:00 *** pa_3970 has quit (Client Quit) 05:31:43 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 06:15:16 *** pa_5740 (~pa_5740@unaffiliated/spectrelaser) has joined #portableapps 06:17:09 ChrisMorgan: Hello Chris. :) 06:17:27 Hello pa_5740 06:17:53 What do you think of this? http://www.lupopensuite.com/index.htm 06:19:35 http://portableapps.com/search/node/lupo 06:26:43 ChrisMorgan: What can be done about such? 06:31:37 ChrisMorgan: Although I did notice that they had Unlocker & CPU-Z among their list of apps. 06:32:07 ChrisMorgan: Really curious because it says on this page: http://www.lupopensuite.com/db/author/unlocker.txt 06:32:20 That they obtained permission to do such. 06:34:03 That guy isn't entirely unscrupulous; I wouldn't be surprised if he did get permission with them. 06:43:05 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 06:51:38 ChrisMorgan: Mind if I chat with you in private? 06:53:50 pa_5740: I'm about to go 06:54:02 ChrisMorgan: Okay. 06:57:02 To ask a different question, how portable is Unlocker Portable? For reference, I mean the one on the authors' site. 06:57:12 http://ccollomb.free.fr/unlocker/#download 06:57:14 No idea. 06:57:17 *** ChrisMorgan has quit (Quit: Quit messages are inane.) 07:06:07 Gringoloco: You around? 07:06:44 Yes, but don't scare me away ;) 07:09:10 pa_5740: Did you want to ask something ? 07:09:42 Gringoloco: Yes, sorry for not repsonding. 07:10:42 Gringoloco: In regards to my last question, do you know how portable Unlocker Portable is? 07:11:56 I wouldn't know, you'll have to try out yourself. 07:12:41 Okay. 07:17:38 *** HuggyBear (kvirc@93.182.156.35) has joined #portableapps 07:21:23 *** evilaucg has quit (Ping timeout: 276 seconds) 07:23:10 Well, I must be going now. Good night or Good morning, wherever you may be! 07:23:21 *** pa_5740 has quit (Quit: Leaving) 07:23:42 *** auscompgeek (znc@firefox/community/auscompgeek) has joined #portableapps 07:45:42 *** pa_5654 (43bcac3c@gateway/web/freenode/ip.67.188.172.60) has joined #portableapps 07:46:23 *** pa_5654 has quit (Client Quit) 08:11:48 *** Gringoloco_ (~Gringoloc@91.92.152.140) has joined #portableapps 08:15:20 *** Gringoloco has quit (Ping timeout: 276 seconds) 08:20:20 *** Gringoloco_ is now known as Gringoloco 08:20:50 *** Gringoloco has quit (Changing host) 08:20:50 *** Gringoloco (~Gringoloc@unaffiliated/gringoloco) has joined #portableapps 08:27:48 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 08:47:43 *** MadBraz (bacf8ea5@gateway/web/freenode/ip.186.207.142.165) has joined #portableapps 08:47:55 Good morning 08:48:18 There are someone to help me with a issue???? 08:49:34 MadBraz: what issue do you have? 08:49:37 *** MaienM|Sleep is now known as MaienM 08:49:53 with GoogleEarthPlus Portable.... 08:50:11 until yesterday... this work 100% 08:50:14 but right now 08:51:15 When I click on EXE... nothing occur... just appear in process TAB from Windows Task Manager 08:51:34 just like app HALT or something 08:51:42 hmmm 08:51:52 what is this??? what can a do to solve this???? 08:52:03 well you have to keep in mind that that is not one of our official apps, but a beta/test app 08:52:09 so it probably is a bug in the app 08:52:21 ohhhh 08:52:26 maybe 08:52:31 you probably want to post about it in the thread for the app, so the developer knows and can look into it 08:52:35 But.... as I say.... 08:52:41 until yesterday... works 08:52:54 MadBraz: that's not from PortableApps.com at all, is it? 08:52:57 something changes on my system???? or in the app???? 08:53:03 well you could start by reinstalling it 08:53:07 to see if that fixes it 08:53:18 I just try that 08:53:23 aready do this 08:53:30 but nothing fixes 08:53:42 MadBraz: just to clarify, did you get this app from portableapps.com? 08:53:54 I got another apps from glogleearth too 08:54:01 thats works perfect 08:54:07 but this is a pro version 08:54:07 MadBraz: I think what you've got is an illegal app anyway - where did it come from? 08:54:15 no 08:54:19 not illegal 08:54:24 Are you sure? 08:54:30 I just trying to use plusversion 08:54:33 its free 08:54:48 MadBraz: please answer my question, did you get this from portableapps.com or not? 08:54:50 MadBraz: but the portable version didn't come from anywhere on portableapps.com? 08:55:07 wiat a moment please 08:55:14 sorry for my poor english 08:55:17 MadBraz: or did you create the portable app yourself? 08:55:17 wait 08:55:23 no... 08:55:28 I just download this 08:55:35 I show you where 08:55:56 also, GE+ has been discontinued for a while 08:56:09 nowadays it either is GE or GE Pro, the latter of which is not free 08:56:38 and for the record, GE+ wasn't free either 08:57:00 alright 08:57:06 this is the URL 08:57:07 http://portableappz.blogspot.com/search?q=GoogleEarth 08:57:20 MadBraz: that definately is an illegal copy 08:57:30 that website is known to distribute illegal apps 08:57:31 So, it's an illegal rip and an illegal repackaging. I would strongly advise that you don't use any apps from that site; as well as being illegal some at least have serious issues with destroying the user profile and things like that. 08:57:38 in this page 08:57:43 We are not affiliated with the PortableAppz blog in any way. 08:57:48 you can see 2 versions 08:57:54 I try the PLUS 08:57:59 thats free 08:58:06 MadBraz: it's illegal. 08:58:12 oh yeah 08:58:21 GE+ is NOT free, they just distribute it for free 08:58:29 how can a know that???? 08:58:35 hummmmmm 08:58:38 it's like how you can download photoshop for free, but it really isn't 08:59:02 also, as I said, GE+ has been discontinued for over a year, so the version you get will be outdated 08:59:03 tell me something 08:59:22 on GE website 08:59:25 I advise to just use the version from us, the normal, non plus/pro version, which is completely legal 08:59:32 there are a plus ver yet 08:59:47 and for a free download too 08:59:58 MadBraz: http://earth.google.com/intl/en/enterprise/earth_plus.html 09:00:03 where I just wrong there 09:00:08 nope, there just is a PRO, not a PLUS 09:00:16 welll 09:00:27 I just see with more attention so 09:00:43 let me see this url you give me 09:00:52 It just says that Plus is discontinued. 09:01:52 yeah 09:01:54 thats right 09:02:13 I just pass over from news 09:02:15 sorry 09:04:36 Thank you very much Chris.... 09:04:54 See ya 09:05:06 *** MadBraz has quit (Quit: Page closed) 09:05:31 That's the second question about their Google Earth in three days... 09:06:51 *** HuggyBear has quit (Quit: KVIrc 4.0.0 Insomnia http://www.kvirc.net/) 09:09:25 Wow. 09:10:18 also, CM and auscompgeek, not to be a PITA but we have RULES about comments when someone is doing support, and those rules are not "make them in #portableapps" 09:10:53 afaik, I didn't make any "comments". 09:11:32 you did, a few times 09:11:42 anyway, I'm off to have breakfast now 09:13:12 * auscompgeek shrugs 09:15:29 *** ChrisMorgan1 (~ChrisMorg@c114-76-0-175.eburwd4.vic.optusnet.com.au) has joined #portableapps 09:15:31 *** ChrisMorgan has quit (Read error: Connection reset by peer) 09:19:37 *** ChrisMorgan1 has quit (Ping timeout: 240 seconds) 09:40:47 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 09:56:48 *** ChrisMorgan has quit (Ping timeout: 240 seconds) 09:58:58 *** ChrisMorgan (~ChrisMorg@c114-76-0-175.eburwd4.vic.optusnet.com.au) has joined #portableapps 09:59:03 *** ChrisMorgan has quit (Changing host) 09:59:03 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 10:25:22 *** dbdii407 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 10:25:23 dbdii407 is Dave, Owner of the ScrapIRC Network. 10:54:19 *** Twinkletoes (~chatzilla@161.73.146.9) has joined #portableapps 12:28:34 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 12:49:30 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 12:49:30 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 13:02:04 ChrisMorgan: do you know where John is at in terms of the new installer format etc? 13:02:13 like is he getting close to releasing it 13:02:27 I don't know 13:03:17 :/ I know he's holding out updates till it's done but I got PChat 1.2 ready that I want to push on PortableApps.com soon 13:27:13 *** ZachThibeau has quit (Ping timeout: 245 seconds) 13:42:35 *** ChrisMorgan has quit (Quit: Leaving.) 13:42:40 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 13:45:25 *** ChrisMorgan has quit (Client Quit) 13:45:32 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 14:12:48 *** ChrisMorgan has quit (Ping timeout: 240 seconds) 14:33:00 *** Computator (rlifshay@unaffiliated/computator) has joined #portableapps 14:36:19 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 14:36:19 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 14:40:07 *** Computator has quit (Quit: Computator) 14:40:44 *** Computator (rlifshay@unaffiliated/computator) has joined #portableapps 14:44:59 ZachThibeau: i found a problem on pchat-irc.com, on the downloads page, about halfway down on the right side it has a image that isn't there, the image url is http://pchat-irc.com/pchat-downloads/plugins/p17_image_gallery/images/2.png but nothing is there 14:47:29 ZachThibeau: and also the forums link on the same page is a relative link, not a absolute link, so that doesn't work either, it makes the link point to http://pchat-irc.com/pchat-downloads/forums.html which of course says not found 14:51:26 Computator: you have anything else unsignificant to report? 14:51:48 I know of the issues, I'm just lazy thats all 14:51:52 i'll tell you if i find something 14:51:54 oh ok 14:51:56 me too 14:52:12 also: Tree View icons: Type /set tab_icons 1 to enable them and then restart PChat. 14:52:17 i can't get that to work 14:52:27 when I said you have anything else unsignificant to report? thats called sarcasm and read the comment in the docs 14:52:35 please stop is all I can say 14:52:38 ok 14:52:53 sorry :( 14:53:01 the docs are in need to of rewriting anyways 14:54:19 ummm, sorry, i can't find a comment about it 14:54:24 i searched it w/ google too 14:55:00 and i've wanted that feature for awhile 14:57:48 some of the icons and stuff are specific features of the shareware xchat build 14:58:01 oh ok 14:58:06 stuff zed refuses to share with others openly 14:58:14 oh :P 14:59:06 another reason I'm doing a rewrite is to have those specific features added :P 14:59:19 oh ok cool 15:01:24 I'm tempted to maybe impliment a basic skinning system too, nothing fancy though more like a personas feature similar to that of firefox 15:01:38 that would be cool :) 15:01:52 oh cool, a new release 15:01:54 thanks :) 15:02:17 and yes there is a new PChat release, the portable version will have to wait for the new installer for the platform though :/ 15:02:28 ok 15:04:25 and the linux build will have to wait too since I screwed up my ubuntu install I had on my secondary partition trying to upgrade to 10.10 beta 15:05:21 ohhh :( that's no fun 15:05:54 the issue is related to fglrx though 15:07:13 it didn't update the driver when the kernel upgraded, and the fgrlx ati driver needs to run with the kernel so what I mean is the driver is not compatible with the new kernel 15:07:35 oh ok, i was guessing something like that 15:07:39 that's no good 15:07:54 drivers are no fun 15:09:32 would it be possible to move the new messages marker up 1 or 2 px so the line immediately below it is easier to read? sometimes i have to clear the marker to tell 15:12:45 *** sar3th|away is now known as sar3th 15:13:44 Computator: that road will be crossed when we get there, so please wait and be patient, we want to produce a functional binary first before taking on requests 15:13:59 ok 15:26:10 *** Computator has quit (Quit: Computator) 15:26:23 *** Computator (rlifshay@unaffiliated/computator) has joined #portableapps 15:41:30 *** ptmb (~PTMblogge@a81-84-180-200.cpe.netcabo.pt) has joined #portableapps 15:58:41 *** benedikt93 has quit (Quit: Bye ;)) 16:13:25 *** ZachThibeau has quit (Quit: Leaving) 16:29:20 *** Barkon (58824bcc@gateway/web/freenode/ip.88.130.75.204) has joined #portableapps 16:29:26 hi there 16:29:45 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 16:30:36 how can i add a link to the portable add startmenu? 16:30:38 *** TASAIRES (~TASAIRES@84.121.184.86.dyn.user.ono.com) has joined #portableapps 16:32:46 anyone out there? 16:32:52 *** ptmb is now known as ptmb|away 16:33:59 *** TASAIRES has quit (Client Quit) 16:34:48 hi Barkon 16:34:59 *** TimClark (8087e34a@gateway/web/freenode/ip.128.135.227.74) has joined #portableapps 16:35:03 so you wish to add a link to a website to the portableapps menu, am i right? 16:35:05 how can i add a link to the portable add startmenu? any idea? 16:35:18 Barkon: please stand by 16:35:30 k tim 16:36:05 Barkon: what do you mean when you say a "link", do you mean to an app, or a webpage link ? 16:36:15 to an app 16:36:19 *.lnk 16:36:26 please read this: http://portableapps.com/support/portable_apps_suite#addingotherapps 16:36:34 That will show you how 16:37:00 Barkon: *.lnk is not an app, it is a short cut 16:37:25 sry im from germany :D vocabulary not so good :D 16:37:41 If you follow the instructions I have you it will show you where to put the APP so it will show up on the menu 16:38:09 thas how i add an *.exe to the menu 16:38:21 but there are to many *.exe in the app folder 16:38:30 If you REALLY want to just add a link [*.lnk] I don't know if you can 16:38:50 Barkon: you can hide the other .exes 16:39:02 1 add hite 10? :D 16:39:14 *hide 16:39:22 If you are asking can you hide 10 .exes, yes 16:39:26 i just think it give another way 16:39:41 What is the app? 16:39:49 XAMPP :D 16:40:11 Barkon: please stand by 16:41:24 Barkon: sar3th will be helping you from this point 16:41:35 fine 16:41:51 Barkon: there is a way to add an entry to your menu which will point to anything you like 16:42:05 i wrote a guide on how to do it with batch files here: http://portableapps.com/node/21757 16:42:17 thx 16:42:40 you should be able to achieve what you want by following this guide and substituting your exe file where i speak of batch files 16:43:15 ill try 16:43:15 thx 16:43:40 Thank you sar3th , and good luck Barkon 16:43:41 you're welcome! if you got any problems or further questions, feel free to ask 16:45:05 * TimClark likes working with sar3th , he knows how to work in the background and come forth when asked :D 16:45:47 ty TimClark :) 16:46:13 Barkon: I am now going to open the floor for other things, if you need further help please jump in 16:46:16 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 16:46:26 sar3th: I would like you check out something for me 16:46:54 sure thing 16:46:57 Please look at my reply to this: http://portableapps.com/node/24835#comment-157445 16:47:10 Does what I see/think make sense? 16:48:05 I'm not saying that I know where ANY of that stuff SHOULD be, but it does not seem to be where the app is looking for it 16:48:24 Based on LOGIC at least 16:53:12 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 16:54:38 TimClark: what you said makes sense 16:56:13 sar3th: works fine thx 16:58:43 Barkon: good :) 16:59:00 TimClark: i assume his problems are related to the space in his directory 16:59:04 cya 16:59:09 bye Barkon 16:59:15 "PhotoScape Portable" should be "PhotoScapePortable" 16:59:18 *** Barkon has quit (Quit: Page closed) 16:59:38 sar3th: do you mean the directory name ? 16:59:44 yes indeed 16:59:55 I agree, but locically that is not his problem 17:00:05 yes 17:00:31 i will try to reproduce that behaviour 17:01:04 You should not need to, it makes sense, his .ini and .ico are in the wrong place 17:01:28 Also , I looked at FFP and confiremed that that is where it has them 17:01:33 well, i do not understand why it looks in the wrong place 17:01:54 sar3th: It is not looking in the wrong place 17:02:02 He put them in the wrong place 17:02:07 C:\PhotoScape Portable\App\PhotoScape\App\AppInfo\ 17:02:16 that is the wrong place 17:02:22 it should be C:\PhotoScape Portable\App\AppInfo\ 17:02:24 that is where he SHOULD HAVE put them 17:02:32 ahh, I see what you mean 17:02:57 BUT what he did was put them in "C:\PhotoScape Portable\" 17:03:05 that is wrong as well 17:03:14 I know, 17:03:56 As I said above, I don't KNOW where they should go, but logically he did not put them where they are being looked for based on the error 17:05:55 *** BjornH has quit (Read error: Connection reset by peer) 17:08:40 it is an error in the launcher 17:08:49 ERROR: R:\PhotoScape Portable\App\AppInfo\appinfo.ini doesn't exist! 17:09:21 or wait, let me double-check that 17:09:42 sar3th: I have update the post, please review it 17:11:12 yes 17:11:15 i'm sure now 17:11:27 I am not qualified to tell him where things SHOULD be, but I can point out that things are not where they are being looked for, and point out you point of where they usaully are 17:11:56 i will leave a message to clarify 17:12:40 Feel free 17:12:53 Just don't make me look stupid sar3th :p 17:13:04 no worries 17:19:00 *** rainroom69 has quit (Quit: Leaving.) 17:20:46 solanus was faster than me 17:21:06 Yes, but he replied to me, I will move his post 17:22:39 okay 17:23:05 the launcher is being executed from the wrong directory 17:23:14 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 17:23:38 that is what is doing that 17:25:09 it is having the current directory as C:\PhotoScape Portable\App\PhotoScape where the current directory should really be C:\PhotoScape Portable 17:25:51 it may be like that because he has the launcher .exe in C:\PhotoScape Portable\App\PhotoScape as opposed to C:\PhotoScape Portable 17:26:49 or it may be in C:\PhotoScape Portable like it's supposed to be but he started it in such a way that C:\PhotoScape Portable\App\PhotoScape is the current directory 17:27:06 i left a comment which should make everything clear 17:27:08 from soluns "If you are using the PortableApps Launcher, then the Launcher files are also in AppInfo." 17:27:53 Computator: current directory should not affect the launcher, but i have not verified that myself 17:28:02 oh ok 17:28:14 well is he using the PAL or his own custom launcher? 17:28:20 pal 17:28:23 ok 17:28:50 If the new format says that the launcher is anywhere but \appNameportale\ that is really not logical if you think about it 17:29:13 Unless you have a laucher launching a launcher 17:29:27 well from the error he got it would seem that it is affected by the currdir OR he put the PAL in the wrong directory (as above) so it has the wrong relative path in the first place 17:29:36 i'm sorry, but i lost track 17:29:49 me or tim clark? 17:30:01 Computator: my comment should make it clear, don't you think? http://portableapps.com/node/24835#comment-157452 17:30:20 in reply to TimClark's \appNameporta[b]le\ 17:31:04 sar3th: i saw it, and afaict that might work, but it might be a workaround, i still think he probably has the PAL in the wrong directory 17:31:29 but i pointed out the correct location of PAL ,) 17:31:32 :P 17:31:47 PhotoScapePortable.exe = PAL 17:32:01 maybe i should clarify 17:32:02 oh, true, i missed that 17:32:25 TimClark, what do you think about it? 17:32:46 that should work then 17:33:50 *** rainroom69 has quit (Quit: Leaving.) 17:34:09 sar3th: I have updated my post "[edit: The replies form solanus and sar3th below don't really make a lot of sense to me but they are more accomplished at this than I am]" 17:34:47 aw 17:34:54 well, your statements were correct though 17:34:55 I still think that having the launcher anywhere other than \AppNamePortable\ makes NO logical sense 17:35:02 yes 17:35:06 that is true 17:35:23 It that part of the new PAF using PAL ? 17:35:25 *** benedikt93 has quit (Quit: Bye ;)) 17:35:30 the launcher should be in that directory, as suggested by the directory structure 17:36:36 it is not related to PAL at all, the general convention is to have the launcher in \AppNamePortable and the main app in AppNamePortable\App\AppName\AppName.exe 17:36:49 When did this come about "App\AppInfo\Launcher\" 17:37:05 i don't know how that happened, i was unable to reproduce it 17:37:25 that's why Computator suggested a wrong working directory (if i understood correctly) 17:37:25 but you put it in your Final solution 17:37:33 yes 17:37:34 yes you did 17:37:39 it's a requirement by PAL 17:37:49 it looks for its .ini-file in that directory 17:37:50 that sar3th was my question 17:37:54 ah 17:38:04 but you said "[12:36] it is not related to PAL at all" 17:38:12 i misunderstood 17:38:34 the answer is that PAL wants its configuration file (PortableAppPortable.ini) in App\AppInfo\Launcher 17:38:49 sar3th: yes you did understand correctly about the current working directory 17:38:57 Anyway, chrismorgan will come along and straighten it all out 17:39:01 i assume CM came up with it, as he is the primary developer of PAL 17:39:20 if there is anything left to straigthen out :) 17:39:36 yeah :D 17:39:50 there only will be if someone misunderstands 17:39:52 Well, I tried my best, based on what he said, what I saw, and what I knew :/ 17:40:29 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 17:40:58 for further reference, my tests show that the current PAL is not influenced by its working directory 17:46:22 *** ptmb|away is now known as ptmb 17:50:08 *** Chris____ (420b6a1b@gateway/web/freenode/ip.66.11.106.27) has joined #portableapps 17:50:40 *** TimClark is now known as TimClarkIsAFK 17:51:16 *** Chris____ has quit (Client Quit) 17:57:18 *** Zerophnx (~Zerophnx@64.246.141.107) has joined #portableapps 18:04:40 sar3th: he has replied 18:05:38 he still has the PAL in the wrong directory 18:05:48 yes 18:06:04 Computator: do you want to reply or should i go ahead? 18:06:11 you can 18:06:23 you guys have been doing it before 18:06:31 otherwise i would 18:06:37 *** Twinkletoes has quit (Remote host closed the connection) 18:08:07 oh WAIT 18:08:39 you actually told him the wrong directory in the previous post (i think it was a typo) 18:09:38 sar3th: if you need a typo repaired let me know 18:09:49 you said PhotoScapePortable.exe was supposed to be in \PhotoScapePortable\App\PhotoScapePortable.exe whereas it should really be \PhotoScapePortable\PhotoScapePortable.exe 18:09:58 yes, indeed 18:10:14 and he has it in \PhotoScapePortable\App\PhotoScapePortable.exe 18:10:25 ( i can tell from the error) 18:10:31 yes 18:10:40 am i correct then? 18:10:44 indeed 18:10:49 ok :) 18:10:52 cool 18:11:00 and now we know how to fix it 18:12:04 TimClarkIsAFK: can you correct the following in my post 18:12:14 waiting 18:12:22 " - PhotoScapePortable.exe" <- this is the last line now, it is wrong 18:12:36 sar3th: although fwiw, his diagram says he had it at \PhotoScapePortable\App\PhotoScape\PhotoScapePortable.exe although that may be because his diagram is hard to read 18:12:58 "-PhotoScapePortable.exe" <- this is the corrected line, notice the space at front is missing 18:13:36 sar3th: sorry, i should have waited to type that till you finished 18:13:39 :( 18:13:42 sar3th: is that the ONLY change you need ? 18:14:08 yes TimClarkIsAFK 18:15:31 Done, I really don't think that is going to make a difference, it was just a diagram, NOT actual code 18:15:32 would it be less confusing to have that line right after the PhotoScapePortable line? 18:15:52 yes it will make a difference 18:16:06 otherwise they will put the file in the wrong spot 18:16:26 OK, LAST time, tell me what to do, and let's make this the LAST edit 18:16:34 Computator: that would lead to an inconsitent directoriy listing ;) 18:16:45 sar3th: ok :) 18:17:28 TimClarkIsAFK: as i said, " -PhotoScapePortable.exe" needs to become "-PhotoScapePortable.exe", indicating that it is at the same level as the App subdirectory 18:17:44 I did that already 18:18:04 and he put it in the wrong spot again :P C:\PhotoScapePortable\App\PhotoScape\PhotoScapePortable.exe as opposed to C:\PhotoScapePortable\PhotoScapePortable.exe 18:18:13 you did tell him the right spot that time 18:18:35 TimClarkIsAFK: i refreshed the page, but somehow it has not updated for me 18:18:40 explain, this is getting annoying, i did what i was told 18:19:06 sar3th: me either 18:19:11 I thought you might be asking to move it up higher to make it clear what level it was on 18:19:23 If not, fine 18:19:29 i suggested that, sar3th didn't like my idea 18:19:38 (that's ok though) 18:19:39 Oh, then shush Computator :P 18:19:48 ok :D 18:20:25 ok, if you guys don't need me to edit the locked reply I'm gone again, sar3th you may right a follow up if you think he needs one 18:20:54 TimClarkIsAFK: i'm sending you the edited version again 18:21:45 pastebin does not like me it seems 18:22:17 this STILL look all wrong to me [from him] "C:\PhotoScapePortable\App\PhotoScape\App\Appinfo.ini " 18:23:05 yeah 18:23:07 TimClarkIsAFK: updated post: http://pastebin.ca/1934509 18:23:16 TimClarkIsAFK: and he put it in the wrong spot again :P C:\PhotoScapePortable\App\PhotoScape\PhotoScapePortable.exe as opposed to C:\PhotoScapePortable\PhotoScapePortable.exe 18:23:16 you did tell him the right spot that time 18:24:38 sar3th: i was thinking like this: http://pastebin.com/R30yFRsM 18:24:42 but that looks ok 18:24:44 Computator: shush 18:25:12 sar3th: I am ready to paste the edit you made, ARE you sure ? 18:26:45 i will modify it to comply with Computator's suggestion, as it is indeed more clear that way 18:26:45 and Computator I like yours better, it is clearer, but I don't know if that is the standard format 18:27:13 waiting, provide new link when ready sar3th 18:27:48 i don't know if it is either, but it works :) 18:28:48 http://pastebin.ca/1934513 18:29:02 this should make it absolutely clear. 18:29:14 looks good to me 18:30:28 *** rainroom69 has quit (Quit: Leaving.) 18:31:27 Done 18:31:37 i see :/ 18:32:16 looks good to me 18:33:08 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 18:34:39 At this point I think we need someone like JTH, CM, or someone who is absolutely sure about what is happening to look at it, I'm not even sure at this point if he is using PAL or not 18:35:15 possibly, we do know what is happening though ;) 18:35:23 This still looks wrong "C:\PhotoScapePortable\App\PhotoScape\App\Appinfo.ini" 18:35:43 *** rainroom69 has quit (Client Quit) 18:35:44 And he does not seem to be picking that up, 18:35:45 yeah 18:36:05 Didn't he even READ MY reply :/ 18:36:10 he has not followed this direction: http://portableapps.com/node/24835#comment-157457 18:36:14 and he put it in the wrong spot again :P C:\PhotoScapePortable\App\PhotoScape\PhotoScapePortable.exe as opposed to C:\PhotoScapePortable\PhotoScapePortable.exe 18:36:14 you did tell him the right spot that time 18:37:13 Well sar3th , I would suggust that you point out in NO UNCERTAIN TERMS that THAT seems to be Wrong 18:37:30 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 18:37:34 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 18:38:34 Is it POSSIBLE that the error is in his Launcher, that he accidently put a wrong path in IT 18:38:52 i suppose, but i don't think he did 18:39:11 *** BjornH has quit (Client Quit) 18:39:28 *** rainroom69 has quit (Client Quit) 18:39:39 So it is looking for "C:\PhotoScapePortable\App\PhotoScape\App\Appinfo.ini" when HE MEANT it to be looking in "C:\PhotoScapePortable\App\Appinfo.ini" 18:40:09 Anyway, I'm not a dev and I give up at this point 18:40:10 yes 18:40:14 yeah 18:40:35 /afk again 18:40:37 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 18:42:50 *** TimClarkIsAFK is now known as TimClark 18:43:26 Ok guys, I have to ask, Do you Think, / Are you convinced that he is trying to use PAL ? 18:43:34 yes 18:43:40 convinced 18:43:56 yes i am 18:43:58 Well sar3th , I would suggust that you point out in NO UNCERTAIN TERMS that THAT seems to be Wrong 18:43:59 done 18:44:03 http://portableapps.com/node/24835#comment-157459 18:44:57 good 18:44:57 It seems to be that the PAL format only makes things easier for folks that have taken, PAL 101, 102, 103 AND have read the documentation AND then had it tranlated into english and then have released an app 18:45:13 lol, idk about that 18:45:18 it makes sense to me 18:45:26 But for anyone using it the first time, it seems to make no sense 18:45:57 *** rainroom69 has quit (Quit: Leaving.) 18:46:21 i don't know about that 18:46:22 TimClark: in that respect, it's partially the PAF format and PAL's requirements that make no sense 18:47:00 we might have a launcher bug 18:47:39 ummm, i don't think so, although it is possible 18:47:59 Well, it seems to be like learning to tie your shoes, Once you know how it's easy, but learning it from scratch seems to be very hard 18:48:18 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 18:48:19 he did the right thing then 18:48:58 maybe i have a advantage in that i am used to computers, idk. other than that though it seems pretty easy to understand to me 18:49:45 *** rainroom69 has quit (Client Quit) 18:50:48 do you know about photoscape's licensing? 18:51:10 *** rainroom69 (~RainrooM@94-224-138-250.access.telenet.be) has joined #portableapps 18:51:10 i cannot open the site 18:51:15 i don't even know what it is 18:51:47 sar3th: lets not go there, he said it was for private use 18:51:55 okay 18:52:18 hmmm, he said confirmed.... 18:52:28 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 18:52:28 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 18:52:29 weird... 18:52:35 otherwise, my next suggestion would have been to zip his folder structure and post a link to it 18:52:36 sar3th: I still think it's not the .exe 18:52:51 ahhh i see 18:52:52 it's the location of the .ini 18:53:07 *** andreasma (~andreas@93.215.148.161) has joined #portableapps 18:53:13 sar3th: how about a screenshot in explorer's tree view? 18:53:30 TimClark: but the exe is looking in the wrong place, at least it's CLAIMING that 18:53:31 [13:39] <@TimClarkIsAFK> So it is looking for "C:\PhotoScapePortable\App\PhotoScape\App\Appinfo.ini" when HE MEANT it to be looking in "C:\PhotoScapePortable\App\Appinfo.ini" 18:53:50 you mean he accidentally mistyped? 18:54:31 TimClark: it is, but PhotoScapePortable.exe is looking for it in the wrong place because PhotoScapePortable.exe itself is in the wrong place 18:54:32 SOMETHING is looking in "C:\PhotoScapePortable\App\PhotoScape\App\" it's part of the error message, remember 18:54:45 TimClark: see above 18:55:17 Computator: that much is beyond me, 18:55:26 i'll make sure 18:55:27 HOW do you tell the launcher where to be looking 18:55:41 i think it is built in for appinfo.ini 18:55:47 no! 18:55:54 the launcher ALWAYS looks in the same place 18:56:02 i don't think it will let you change that 18:56:03 which should be located WHERE Computator ? 18:56:03 \App\AppInfo\appinfo.ini 18:56:10 yeah that's what i meant 18:56:20 sar3th and i are saying the same thing 18:56:52 Well SOMETHING is telling it to LOOK in "C:\PhotoScapePortable\App\PhotoScape\App\" read the error message 18:57:06 TimClark: it is, but PhotoScapePortable.exe is looking for it in the wrong place because PhotoScapePortable.exe itself is in the wrong place 18:57:12 which is most likely due to a wrong launcher placement 18:57:22 which we seem to be able to rule out 18:57:31 as he confirmed that it is in the right place 18:57:42 (supposedly) 18:57:43 Ok, if you guys say so, I step back 18:57:56 which leads to the final assumption that it might be some kind of wired a bug 18:57:56 but I thought you said that the launcher did not care where it was put 18:58:12 no, it doesn't care where it is run from 18:58:19 yes 18:58:20 but it DOES care where it is put 18:59:17 TimClark: do you know how working directories (aka current directories) work? 18:59:48 That is NOT logical it is RUN from where it is PUT, so it cares or it does not 19:00:08 that's not true 19:00:16 it is not necessarily ran from where it is put 19:00:17 Unless otherwise stated the current dir is the working dir 19:00:29 yes 19:00:29 yes 19:00:47 this is getting more and more confusing 19:01:09 i think we are confusing ourselves lol 19:01:32 i think we are mainly confusing TimClark ;) 19:01:42 and sarth, if you make more posts it may help if you include the C:\ part in the paths 19:01:46 yes i agree 19:23:20 *** dbdii407 has quit (Ping timeout: 276 seconds) 19:24:07 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 19:24:40 *** rainroom69 has quit (Quit: Leaving.) 19:26:29 *** sar3th has quit (Remote host closed the connection) 19:26:50 *** BjornH has quit (Client Quit) 19:27:25 *** sar3th (~sar3th@unaffiliated/sar3th) has joined #portableapps 19:27:27 sar3th hopes he will have more time for pa soon :/ 19:34:37 *** TimClark has quit (Ping timeout: 252 seconds) 19:35:15 *** TASAIRES (~TASAIRES@84.121.184.86.dyn.user.ono.com) has joined #portableapps 19:35:35 *** benedikt93 (~benedikt9@unaffiliated/benedikt93) has joined #portableapps 19:45:15 *** TimClark (8087e385@gateway/web/freenode/ip.128.135.227.133) has joined #portableapps 19:54:05 *** ZachThibeau has quit (Ping timeout: 276 seconds) 19:56:15 *** andreasma has quit (Quit: Verlassend) 20:06:00 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 20:06:00 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 20:07:24 6 times so far 20:11:16 @ zach? 20:12:17 Sorry, wrong tab Computator 20:12:23 oh ok 20:12:30 you are fine :) 20:21:16 *** ZachThibeau has quit (Ping timeout: 272 seconds) 20:28:13 *** marlop (marlop@use.the.force.on.shellium.org) has joined #portableapps 20:40:06 *** TASAIRES has quit (Quit: Saliendo) 20:41:15 *** benedikt93 has quit (Quit: Bye ;)) 20:42:56 *** Familiarguy (~Withoutan@pool-71-108-19-186.lsanca.dsl-w.verizon.net) has joined #portableapps 20:46:53 *** BjornH (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 20:51:17 *** Familiarguy has parted #portableapps ("Leaving") 21:08:38 *** Gringoloco has quit (Ping timeout: 276 seconds) 21:22:15 *** MaienM has quit (Read error: Connection reset by peer) 21:24:20 *** MaienM (~MaienM-F@unaffiliated/maienm) has joined #portableapps 21:24:21 MaienM is MaienM. He is the developer of The Mana World Portable. 21:25:36 *** Elijah_ (~elijah@71-211-74-128.phnx.qwest.net) has joined #portableapps 21:26:41 *** MaienM is now known as MaienM|Sleep 21:42:16 *** TimClark is now known as TimClarkIsAFK 22:13:24 *** Computator has quit (Quit: Computator) 22:13:35 *** Computator (rlifshay@unaffiliated/computator) has joined #portableapps 22:51:24 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 22:52:22 ChrisMorgan: you assistance please 22:52:29 *** TimClarkIsAFK is now known as TimClark 22:52:31 Ya? 22:53:17 i have removed his link as this was the wrong place to put it , but should he be posting this at all 22:53:18 http://portableapps.com/news/2010-07-26_-_google_chrome_portable_5.0.375.125#comment-157470 22:53:57 Was it an online installer? 22:54:04 I mean, isn't the project The MAZZTer's 22:54:19 ChrisMorgan: I will pm you the link in a second 22:54:24 That too. I don't really like it when other people "helpfully update it". 22:55:27 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 22:55:27 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 23:04:14 *** ZachThibeau has quit (Ping timeout: 264 seconds) 23:06:31 That reminds me...I have to update songbird... 23:20:00 *** Computator has quit (Quit: Computator) 23:20:09 *** Computator (rlifshay@unaffiliated/computator) has joined #portableapps 23:20:41 *** Computator has quit (Client Quit) 23:20:47 *** Computator (rlifshay@unaffiliated/computator) has joined #portableapps 23:29:25 *** Zarggg (~zarggg@70.44.12.90.res-cmts.sm.ptd.net) has joined #portableapps 23:47:10 *** ptmb has quit (Quit: Buh Bye) 23:50:41 *** BjornH has quit (Ping timeout: 276 seconds) 23:56:07 *** Withoutaname (~Withoutan@pool-71-108-19-186.lsanca.dsl-w.verizon.net) has joined #portableapps 23:56:07 *** Withoutaname has quit (Changing host) 23:56:07 *** Withoutaname (~Withoutan@unaffiliated/withoutaname) has joined #portableapps 23:56:14 *** Withoutaname has parted #portableapps (None)