00:00:00 rcmaehl: minimize as in...disappear from the tray? 00:00:02 *** TimClark has parted #portableapps (None) 00:00:12 not tray, I mean taskbar 00:00:13 directions say it allows ro extract ot the apps root 00:00:21 Gizmokid2005|AFK: hold on 00:00:25 as in Extract1To= 00:01:29 $INSTDIR 00:01:41 i think that might work 00:02:05 ok will try 00:02:19 ty 00:02:27 no prob 00:02:37 Gizmokid2005|AFK: to add the: "System Tray Icon Fix - The system tray icon will now properly hide the menu, fixing an issue introduced in 1.6" to 1.6 00:03:00 where is that from rcmaehl? 00:03:17 the PAP 2.0 beta 4 page 00:03:34 rcmaehl: that only refers to win7. 00:03:34 http://portableapps.com/news/2010-02-02_-_platform_2.0_beta_4 00:03:43 oh 00:09:03 Nope did not work OliverK 00:09:04 :( 00:09:15 still, it should be in 1.6.1 which is still not out :/ 00:14:10 *** pa_0798 (~aa418006@gateway/web/freenode/x-tauknqllzcnalued) has joined #portableapps 00:14:42 hello anyone... help I have a question.... 00:15:30 pa_0798: go ahead 00:16:51 Ok here is my question.... I created a batch file that runs from the autoexec.inf file... this file copies some files to the desktop. is there a way to run a proram or better yet a batch file when I eject or end the portableapp application? 00:17:21 I want to clean up the files I copied so that I leave nothing on the host computer 00:18:14 here is the batch file I run on insertion 00:18:34 copy \Work\Work_%CD:~0,1%.lnk "C:\Documents and Settings\%username%\Desktop\Work.lnk" startPortableApps.exe 00:21:11 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316074819]) 00:21:26 pa_0798: pa_0798 you could add a pause after that then use "del "C:\Documents and Settings\%username%\Desktop\Work.Ink"" so before you close the menu you just click on the command prompt and press any key 00:22:42 pa_0798: also I recommend that you use %systemdrive% instead of C: because not all computers have the documents and settings on C:, although most do\ 00:22:57 Yes, but the way it is... I don't leave anything running... it just starts the portable app.exe... is there any hooks in the startportableapps.exe that I can use? 00:23:47 ok thanks for the %systemdrive%.... I will do that since my home coputer in fact doesn't use C drive for that 00:24:26 pa_0798: you'll have to ask some of the portableapps' menu developers, because I haven't decompiled it yet 00:24:45 for the hooks 00:25:26 I think that would be a nice add on.... to allow others to clean up after themselves 00:26:04 pa_0798: you could replace the eject program that the menu uses with a batch file coverted to exe 00:26:42 where is the eject program? i thought it was part of the main exe 00:26:43 i know of no such functionality in the menu, you could use http://www.uwe-sieber.de/usbdlm_e.html which isn't portable 00:26:59 pa_0798: hold on 00:28:10 the menu is supposed to get the "run on exit/eject" functionality soon 00:28:52 great.... thats exactly what I need.... who do i ask about timeing in the developers? 00:28:56 pa_0798: X:\PortableApps\PortableApps.com\App\Bin 00:30:00 hey look at that.... thanks.... I see some possabilities here.... 00:30:42 pa_0798: your welcom 00:30:44 e 00:31:21 I also see the web site for the eject program..... maybe there is an update 00:31:36 http://quick.mixnmojo.com 00:34:53 *** ptmb has quit (Quit: Bye everybody) 00:39:27 *** excid3|asus (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 00:40:57 *** excid3|asus1 has quit (Ping timeout: 240 seconds) 00:41:57 can anyone tell me how soon the run on Exit/Eject functionality will be added? or where else I would ask? 00:42:56 pa_0798: I could make an exe that replaces the current eject exe for you 00:44:32 is there an eject exe at all? 00:44:41 sar3th: yes 00:45:00 but it will only be used when you click eject in the plattform 00:45:36 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 00:45:48 I would love a exe that calls a eject.bat..... I could then clean up aftermyself and then just run the eject.exe 00:46:22 it also can be used command line.... I found the eject.exe developers site 00:46:27 you can hack that functionality in yourself, just create an autoit script 00:46:40 pa_0798: http://www.computerhope.com/download/utility/Bat_To_Exe_Converter.zip batch to exe converter 00:47:04 Ok that would work... thanks 00:47:16 pa_0798: a word of warning though: 00:47:29 these bat2exe solutions usually are buggy and don't work properly 00:48:03 I've had no problems 00:48:23 rcmaehl: did you use more advanced commands then calling other apps and bats? 00:48:44 ok.... but a one or two line bat file may not cause a big probelm... I hope... I can at least try it... 00:49:04 sar3th: yeah 00:49:10 here would be the two lines: 00:49:54 Del "%systemdrive%\Documents and Settings\%username%\Desktop\Work.lnk" eject1.exe 00:50:05 that would work 00:52:55 *** kerim (~kerim@81.214.22.138) has joined #portableapps 00:53:45 pa_0798: pa_0798 when you put eject1.exe did you mean to run it or to delete it 00:55:44 run it.... I had it on seperate lines.... the correct line should be eject1.exe /REMOVETHIS /NOSAVE 00:56:24 ok now the big test 00:56:24 ah 00:57:11 problem is I am running this IRC on the portable firefox.... so I will most likely loose it... :)) 00:57:47 rofl 00:58:02 *** Res2216firestar has quit (Quit: Leaving) 00:58:20 well here goes.... 00:58:43 it worked..... all nice and clean 00:59:01 :D 01:00:24 and reinsert the USB ... boom everything is back again..... Yea!!! 01:01:58 pa_0798: did %systemdrive% work? 01:03:00 Yes it did..... 01:03:19 want to see what all I did? 01:04:10 sure 01:04:13 I create a short cut on the desktop(from the USB) but it needs to know what drive the USB is (must be dynamic 01:05:23 since short cuts are not very easy to edit on the fly I created some precreated ones from E to J and maned them work_X 01:06:10 I then run a batch file from autoexec.inf.... calling portable app's exe at the end. 01:06:14 copy \Work\Work_%CD:~0,1%.lnk "%systemdrive%\Documents and Settings\%username%\Desktop\Work.lnk" 01:06:37 *** marlop is now known as marlop|away 01:06:55 the %CD:~0,1% gives me the USB drive number dymanicly 01:07:45 the %username% gives me the correct desktop.... 01:08:28 pa_0798: I have an idea 01:08:37 pa_0798: %userprofile%\Desktop is better 01:08:59 Ok let me look at that one.... 01:09:06 cos on my system, your method would fail 01:10:03 sar3th: win 7? 01:10:20 rcmaehl: no, windows xp 01:10:22 why? and that might work ok, but would it point to the correct drive if my system disk isn't the C drive? 01:10:53 pa_0798: open command prompt and type echo %userprofile% 01:11:10 pa_0798: %userprofile% will always point to the right directory (except when the user changed his desktop folder) 01:11:51 I did thats how I checked it... 01:12:23 bb 01:13:22 back 01:13:34 still need to double quote that sucker.... 01:13:42 but it works nice... 01:14:34 pa_0798: also you could make a batch file that selects the correct shortcut for you if you put the batch file on the usb dirve 01:16:36 I did thats what the %CD:~0,1% is all about 01:16:47 oh 01:16:52 headdesk 01:16:58 Ouch 01:17:26 All is good not... and fast 01:17:27 it means i should have noticed that or that was stupid 01:17:34 not not....now 01:17:55 Understood 01:18:48 I now have a way of creating shortcuts to all my icons and work folders.... 01:19:37 pa_0798: Glad we could help 01:21:15 glad I asked.... but it will be nice when they add the run on exit/eject... 01:21:34 yeah 01:27:25 well bye all again thanks.... 01:27:31 *** pa_0798 has quit (Quit: Page closed) 01:39:28 *** excid3|asus1 (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 01:42:01 *** excid3|asus has quit (Ping timeout: 264 seconds) 01:48:33 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 01:48:34 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 02:02:35 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 02:07:47 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 02:12:06 *** kerim has quit (Quit: Ex-Chat) 02:18:46 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316074819]) 02:19:09 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 02:19:59 Anyone good with the PA Installer ini file? 02:21:05 kinda 02:22:02 OK In th einstaller ini there is an option to download a file as in DownloadURL= What syntaxt can I use to point it to a local file and not a url? 02:22:21 I have also posted this into the forum 02:23:41 vf2nsr: hold on 02:23:55 ok tyvm 02:25:18 *** AppGuy has quit (Quit: Goodbye, My Friends!) 02:25:54 file:///(file location here, i.e. C:/Documents and Settings/pi.txt) 02:26:47 also replace spaces with %20 02:27:53 what if it resides in the PA Drive? 02:28:37 this is what I have that does not work 02:28:46 DownloadURL=///"%PAL%":/CasinoBlackJackPortable/App/Data/CSBJ.zip 02:29:01 try removing the : 02:29:14 ok let me try 02:29:41 hang on 02:30:08 also 02:30:27 you'll probably need File: infront of the /// 02:31:02 ok should I leave in the qoutes? 02:31:46 no 02:31:56 ok let me try that 02:32:31 Wait 02:32:49 ?? 02:32:57 nvr mind 02:33:37 I get a url parts error 02:33:47 maybe without the file? 02:34:17 hmm 02:34:38 *** kai_62656 (~A@unaffiliated/kai-62656/x-7765177) has joined #portableapps 02:35:05 vf2nsr: right now this is a mix of html and batch, so I'm not sure. File:/// is html for opening a file 02:35:50 hmmm the removal of file gave me connection error 02:36:19 it is looking for an www,address,com string I need it to point locally 02:38:54 we need to make a static/dynamic html address that 02:39:39 points to the local directory 02:40:21 * rcmaehl is brain storming 02:40:41 my brain has been storming for a day and half on this lol 02:41:08 problem is is that the directory is on a PA drive so it could change from user to user 02:41:31 yeah 02:41:43 we're doing what few have done before 02:43:07 we basically need to go from batch to html to batch without any problems 02:43:16 yup 02:43:48 *** kai_62656_ (~A@68-118-48-144.dhcp.stls.mo.charter.com) has joined #portableapps 02:45:01 *** kai_62656 has quit (Ping timeout: 264 seconds) 02:48:36 *** OliverK|Away is now known as OliverK 02:48:54 vf2nsr: do you have a website so something that you upload a batch file and make a html page that redirects to it 02:49:09 rcmaehl: bothersome 02:49:18 vf2nsr: what exactly are you trying to do? 02:50:09 I have portabalized a program that requires multiple files in the root directory. PA Installer does not allow that when you create the paf file 02:50:23 what is to root directory 02:50:37 so If I can install the exe file then the zip file then have it unzip the zip 02:50:47 it will work properly 02:50:52 didn't answer the question 02:50:55 X:\ 02:51:03 would be the appdir in PA 02:51:12 X:\PortableApps\CasinPortable\app\casino? 02:51:14 okay 02:51:25 that is because I can not type and read at same time 02:51:36 yes that would be it 02:51:49 and it doesn't do this right now already? 02:52:29 what's the finle? 02:52:38 no as it only iinstalls the exe file and moves the other files to app\data file 02:52:53 file* 02:52:59 yes 02:53:05 sorry I am not a typist 02:53:10 no worries 02:53:13 you'll catch on 02:54:03 brb 02:54:09 but I have an idea 02:54:19 let me try something 02:55:18 Extract1To=App\Casino 02:55:23 that should be what you need 02:55:48 correct however my issue is with the download url= 02:56:02 I need it to point to a file not a url 02:56:29 I posted the ini file in the forum 02:56:46 *** kai_62656_ has quit (Ping timeout: 245 seconds) 02:56:55 http://portableapps.com/node/23137 02:58:30 it isn't supported 02:58:35 *** kai_62656 (~A@unaffiliated/kai-62656/x-7765177) has joined #portableapps 02:58:35 ... 02:58:39 File:/// 02:58:46 what are you trying to do? i can't figure it out 02:58:54 is this the data or what? 02:59:14 there's a way to put in custom code 02:59:33 no they are other files and folders 02:59:40 for what? 02:59:47 a game 02:59:54 but what is in the zip? 03:00:05 the other files 03:00:14 and what are these files?! 03:00:24 that need to reside in the main directory 03:00:27 OliverK: I believe he's trying to unpack a file using the downloadurl= which is what very complacated process from going to batch/ini to html to batch\ 03:00:40 rcmaehl: that's a stupid way to do it 03:00:44 there's a better way 03:00:52 if I could understand what he was trying to do 03:00:57 i might be able to help 03:01:20 ok I have a game 03:01:30 he should a) have the file already unpacked or b) properly downlaod and extract it from the file he downloaded from the server 03:01:37 it works great as long as all associated files remain in same directory 03:01:54 why can't you just leave them there? 03:02:08 however when I try to put it in paf.exe form 03:02:16 it moves all but the exe file 03:02:33 which exe file? 03:02:33 into a different folder 03:02:40 the game exe 03:02:47 okay 03:02:55 this belongs in app\casin\casino.exe 03:02:58 correct? 03:03:08 put the ini file you have on pastebin for me 03:03:15 http://pastebin.com 03:05:13 http://pastebin.com/27Mzcs49 03:05:42 oaky 03:05:44 that what you need? 03:05:47 if you install it 03:05:54 is eerything right? 03:06:12 the zip file does not get extracted 03:06:15 *** kai_62656 has quit (Ping timeout: 276 seconds) 03:06:19 no, it won't 03:06:31 why can't you just have the zip file extracted already? 03:06:34 but it should according to the PA installer 03:06:43 no, it shouldn't 03:06:50 yes it should 03:06:56 because it isn't downloading it because it doesn't understand the location! 03:07:07 either grab it from the server, or extract it before hand 03:08:03 but if it is extracted it will not install where it needs to 03:08:13 you install it there yourself! 03:08:27 ok I guess I am not making sense so will try a different way thanks 03:08:51 but I am trying to put it out to public 03:09:09 I appreciate your help 03:09:18 no prob 03:09:55 vf2nsr: sorry if I was over complicated things. 03:10:08 np 03:10:57 remaehl what yuou mean earlier? 03:12:20 *** ZachThibeau has quit (Read error: Connection reset by peer) 03:12:45 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 03:12:48 ... 03:14:06 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316074819]) 03:14:26 *** rcmaehl has parted #portableapps (None) 03:40:35 *** Whibo (~Whibo@unaffiliated/whibo) has joined #portableapps 03:48:32 howdy Whibo 03:48:52 fine 03:48:54 :D 03:49:02 and you? 03:49:08 fine O_o I didn't ask how you were yet 03:49:18 lol 03:49:20 all I said was hi :P 03:49:25 :P 03:49:26 heya Whibo, wb 03:49:28 anyways I'm doing pretty well :P 03:49:46 just compiling openssh on windows using the latest source 03:49:53 : 03:49:55 ) 03:50:50 not having much luck with mine though >_< 03:53:00 *** OliverK is now known as OliverK|Away 04:06:11 *** sar3th is now known as sar3th|away 04:08:07 *** ZachThibeau has quit (Ping timeout: 246 seconds) 04:15:14 *** Whibo has parted #portableapps (None) 04:17:45 *** Oni-Neoxes has quit (Quit: Quit... D:) 05:13:45 *** ACWL (~7a6aeadb@gateway/web/freenode/x-hlnecvpmqpfxzzlx) has joined #portableapps 05:13:52 hiya 05:14:56 I have recently portableised Google Sketchup7 using Xenocode, I was wondering if it would be OK to post It up here? 05:15:39 xenocode? is that akin to thinapp? 05:15:45 yeas 05:15:49 *yes 05:15:58 nope, sorry 05:16:00 similar, but IMO more powerful 05:16:05 OK 05:16:08 there's a licensing issue 05:16:11 :) 05:16:16 thanks for the advice =) 05:16:37 off to TPB it is then (j/k) 05:16:43 *** ACWL has quit (Client Quit) 06:11:39 *** OliverK|Away is now known as OliverK 06:11:44 *** OliverK has quit (Quit: so long and thanks for all the fish) 07:02:43 *** Bjorn_H (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 07:03:30 *** Zarggg_ (~zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com) has joined #portableapps 07:04:01 *** BjornH has quit (Read error: Connection reset by peer) 07:04:05 *** Zarggg has quit (Read error: Connection reset by peer) 07:22:01 *** Space (libertad@unaffiliated/spaceghost) has joined #portableapps 07:24:12 *** Spaceghost has quit (Disconnected by services) 07:24:17 *** Space is now known as Spaceghost 07:36:54 *** pa_4674 (~721e6a8c@gateway/web/freenode/x-ymjbsrmeiusxodjk) has joined #portableapps 07:37:37 Does Weave for Firefox affect Firefox Portable's portability? 07:42:22 *** pa_4674 has quit (Quit: Page closed) 08:14:18 *** Spaceghost has quit (Read error: Connection reset by peer) 08:19:38 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 08:20:29 *** pa_2132 (~7aa8f884@gateway/web/freenode/x-jksljfcttdwkamrm) has joined #portableapps 08:20:48 *** pa_2132 has quit (Client Quit) 09:03:38 *** Space (libertad@unaffiliated/spaceghost) has joined #portableapps 09:05:58 *** Spaceghost has quit (Ping timeout: 276 seconds) 09:13:23 *** Space has quit (Read error: Connection reset by peer) 09:29:43 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 09:30:32 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 10:01:37 *** Spaceghost has quit (Read error: Connection reset by peer) 10:04:32 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 10:30:51 *** excid3|asus1 has quit (Ping timeout: 276 seconds) 10:53:22 *** marlop|away is now known as marlop 11:22:36 *** marlop is now known as marlop|away 11:50:55 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 11:50:57 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 12:05:23 *** Res2216firestar has quit (Quit: Leaving) 12:14:46 *** ZachThibeau is now known as ZachT|AFK 12:26:23 *** excid3|asus (~Chris_Oli@radio-66-51-177-39.irtc.net) has joined #portableapps 12:28:30 *** sar3th|away is now known as sar3th 12:30:39 good morning 12:36:19 *** excid3|asus has quit (Ping timeout: 246 seconds) 14:10:35 *** kai_62656 (~A@unaffiliated/kai-62656/x-7765177) has joined #portableapps 14:20:22 *** pa_5090 (~63fb4033@gateway/web/freenode/x-jdidulnfsawngynp) has joined #portableapps 14:20:44 hey guys, I have a problem with the platform 14:21:29 Mir can you help? 14:21:46 marlop|away: Do you know what's wrong? 14:22:18 *** kai_62656 has quit (Quit: Leaving) 14:24:37 *** pa_5090 has quit (Client Quit) 14:25:18 >_> 14:25:27 WAIT rather than just leaving 14:26:43 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 14:26:54 *** Gizmokid2005|AFK is now known as Gizmokid2005 15:30:20 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 15:30:22 ... 15:30:58 *** ZachT|AFK has quit (Disconnected by services) 15:44:24 *** Mir has quit (Remote host closed the connection) 15:59:09 well hello folks 16:00:51 *** marlop|away is now known as marlop 16:15:29 *** marlop is now known as marlop|lunch 16:15:35 *** ZachThibeau has quit (Quit: Leaving) 16:18:02 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 16:41:02 *** Suiseiseki has quit (*.net *.split) 16:41:04 *** Bensawsome has quit (*.net *.split) 16:41:04 *** evilchaz1 has quit (*.net *.split) 16:41:06 *** Nitrox_2 has quit (*.net *.split) 16:44:57 *** Suiseiseki (~desu@wikipedia/Antonio-Lopez) has joined #portableapps 16:44:57 *** Bensawsome (~Bensawsom@unaffiliated/bensawsome) has joined #portableapps 16:44:57 *** Nitrox_2 (nitrox@gateway/shell/bshellz.net/x-earagrxuszhgoltp) has joined #portableapps 16:44:57 *** evilchaz1 (dabomb69@chronos.spartairc.co.cc) has joined #portableapps 16:45:07 Bensawsome is from the PortableApps.com forums, likes waffles VERY MUCH, and has a site at http://www.bensawsome.com . He also maintains StatBot and the IRCStats pages @ http://www.bensawsome.com/ircstats 16:50:13 *** Farfar (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 16:51:02 *** marlop|lunch is now known as marlop 16:54:23 *** Spaceghost has quit (Read error: Connection reset by peer) 16:54:42 *** Bjorn_H has quit (Ping timeout: 246 seconds) 16:55:19 *** Space (libertad@r190-0-140-148.dialup.adsl.anteldata.net.uy) has joined #portableapps 16:55:19 *** Space has quit (Changing host) 16:55:19 *** Space (libertad@unaffiliated/spaceghost) has joined #portableapps 16:56:30 *** SrgSiler|Sleep has quit (*.net *.split) 16:58:01 *** SergentSiler (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 16:58:01 SergentSiler is a PortableApps.com Menu Themer, his theme website is http://silerhost.site50.net 16:59:24 *** 18VAAMKTQ (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 17:00:01 *** 18VAAMKTQ has quit (Read error: Connection reset by peer) 17:00:54 *** marlop has quit (*.net *.split) 17:02:37 *** Bjorn_H (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 17:03:42 *** Farfar has quit (Read error: Connection reset by peer) 17:05:49 *** marlop (marlop@use.the.force.on.shellium.org) has joined #portableapps 17:08:42 *** z3uS has quit (Write error: Connection reset by peer) 17:09:47 *** z3uS (~z3us@plzhalp.us) has joined #portableapps 17:15:16 *** ZachThibeau has quit (*.net *.split) 17:19:08 *** SergentSs (~Kyle@server2.dpunwired.com) has joined #portableapps 17:20:02 *** SergentSiler has quit (Quit: Leaving) 17:20:59 *** SergentSs is now known as SergentSiler 17:21:09 *** SergentSiler has quit (Changing host) 17:21:09 *** SergentSiler (~Kyle@unaffiliated/sergentsiler) has joined #portableapps 17:21:09 SergentSiler is a PortableApps.com Menu Themer, his theme website is http://silerhost.site50.net 17:22:15 *** ZachThibeau (~ZachThibe@server2.dpunwired.com) has joined #portableapps 17:22:21 *** marlop is now known as marlop|away 17:23:01 *** ZachThibeau has quit (Changing host) 17:23:01 *** ZachThibeau (~ZachThibe@unaffiliated/zachthibeau) has joined #portableapps 17:25:44 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 17:25:45 ZachThibeau is the main developer of PChat and is a developer with PortableApps.com 17:27:40 *** Farfar (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 17:30:06 *** Bensawesome (~Bensawsom@c-71-235-7-105.hsd1.ct.comcast.net) has joined #portableapps 17:30:13 *** Bensawesome is now known as Guest1839 17:30:52 *** Bensawsome has quit (Write error: Connection reset by peer) 17:30:53 *** Bjorn_H has quit (Write error: Connection reset by peer) 17:31:49 *** evilchazz (dabomb69@chronos.spartairc.co.cc) has joined #portableapps 17:31:49 *** evilchaz1 has quit (Write error: Broken pipe) 17:32:18 *** evilchazz is now known as Guest92018 17:40:36 *** SteveLamerton (~kvirc@48.26.125.91.gr6.adsl.brightview.com) has joined #portableapps 17:41:05 *** marlop|away is now known as marlop 17:41:20 Hello all 17:41:43 hi 17:42:06 howdy SteveLamerton 17:42:26 Hi marlop, ZachThibeau 17:43:43 SteveLamerton: mind removing this http://portableapps.com/node/23144 it's a duplicate topic 17:44:58 *** |SteveLamerton| (~kvirc@248.44.125.91.rb3.adsl.brightview.com) has joined #portableapps 17:45:53 |SteveLamerton|: having issues? 17:46:06 <|SteveLamerton|> Crappy wireless :( 17:46:18 did you get my list message? 17:46:31 <|SteveLamerton|> Nope 17:46:44 SteveLamerton: mind removing this http://portableapps.com/node/23144 it's a duplicate topic 17:47:12 well the message in it isn't duplicate but it's the same request by the same user for the same piece of software 17:47:31 <|SteveLamerton|> Done 17:47:44 *** SteveLamerton has quit (Ping timeout: 268 seconds) 17:47:47 <|SteveLamerton|> Gizmokid2005: Can you kick the old me please 17:47:54 <|SteveLamerton|> Too late ;) 17:47:57 *** |SteveLamerton| is now known as SteveLamerton 17:48:56 thanks 17:54:36 *** gluxon (~gluxon@c-71-234-105-104.hsd1.ct.comcast.net) has joined #portableapps 18:00:58 *** SteveLamerton has quit (Ping timeout: 264 seconds) 18:02:19 *** dabomb69_ (~rewt@unaffiliated/dabomb69) has joined #portableapps 18:02:21 *** dabomb69_ is now known as Chazz 18:10:20 Anybody else having trouble running the latest OpenOffice.org Portable? 18:14:37 *** SergentSiler is now known as SrgSiler|AFK 18:18:46 *** Guest1839 has quit (Changing host) 18:18:46 *** Guest1839 (~Bensawsom@unaffiliated/bensawsome) has joined #portableapps 18:18:50 *** Guest1839 is now known as b3ns4ws0m3 18:19:12 *** b3ns4ws0m3 is now known as Bensawsome 19:15:34 *** Res2216firestar (Sam@wikipedia/Res2216firestar) has joined #portableapps 19:36:08 *** Oni-Neoxes has quit (Quit: Quit... D:) 19:36:59 *** OliverK (~WifiWomba@unaffiliated/oliverk) has joined #portableapps 19:41:07 *** JohnTHaller1 (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 19:41:15 *** OliverK is now known as OliverK|School 19:41:16 *** JohnTHaller1 is now known as JohnTHaller 19:43:31 *** ZachThibeau is now known as ZachT|AFK 19:44:46 Yargh. 19:44:51 YARGH 19:44:57 How goes it in here? 19:44:59 wait, today isn't talk like a pirate day 19:45:13 It's talk like a pirate 15 minutes at the moment. Enjoy it, matey 19:45:15 don't know, got here about 4 minutes before you :) 19:45:22 AVAST! 19:45:35 I be busy working on menu 2.0 theming. 19:46:00 Would ye like to see what be possible with this here aero glass? 19:46:12 aye, ye scurvy scallywag 19:46:22 PMed! 19:46:50 interesting 19:47:33 Just a quick proof of concept (that's just a hard-edges screenshot of the actual menu in the middle). We're going to do a custom app list and right side for it. Just wanted to be sure the tech and API calls were working properly first. 19:47:44 looks nice 19:47:52 quick checking makes life easier as well :) 19:48:07 It won't be the default (since it doesn't work on XP, of course), but it will probably be an option 19:48:24 i just put win7 64bit on my laptop 19:48:26 JohnTHaller: does it use aero's color scheme then? 19:48:48 Yeah. It uses whatever the OS is set to glass-wise. 19:48:52 awesome :) 19:49:01 ooh 19:49:03 mine is a nice green (custom from what they have) so I was curious 19:49:04 We're doing a fake glass fallback for XP so you don't have to switch your theme back and forth. 19:49:07 black glass :) 19:49:09 w00t! 19:50:02 Glass is an option for custom themes. It starts with a full glass window. Then on that you add an alpha-PNG. And then the app icons and folders and options are put on top of it. So themers can build custom glass themes, too. :-) 19:50:17 We'll be including one patterned after our new menu look in the default install. 19:51:37 I think some people will dig it. Personally, I like the color mixing on our new default themes, though :-) 19:52:26 That took me like 3 hours to get it working properly with glass, no titlebar, explicit inclusion of the DLL (so it doesn't crash on XP/2000) and getting the form layouts working properly. 19:53:37 sounds good JohnTHaller 20:10:09 :D 20:10:53 hi JohnTHaller, progress with the updater ? 20:11:14 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 20:11:49 HI All I finally got my app to work appropriately so I just updated it in the forum 20:12:06 Was definitely a learning expiriance 20:21:12 vf2nsr: congratulations! 20:21:59 Thanks OliverK now I just need people to test it so I can see if it works as I have planneed it to, especially since I only have XP 20:22:14 Need people to check if it works in Vista nd 7 20:22:45 So now I can work on another idea I have 20:59:08 *** vf2nsr has quit (Quit: ChatZilla 0.9.86 [Firefox 3.6.2/20100316074819]) 20:59:34 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 21:20:39 *** ptmb (~PTMblogge@a83-132-129-116.cpe.netcabo.pt) has joined #portableapps 21:21:01 *** Space has quit (Ping timeout: 264 seconds) 21:29:37 hi JohnTHaller, progress with the updater ? 21:30:00 Nothing to show publicly yet. But yes. Making it unicode today in fact 21:30:18 :D 21:30:58 thanks for the news :D 21:31:50 awww 21:31:58 * OliverK|School likes beta testing 21:32:44 *** probono (~probono@i59F79B8D.versanet.de) has joined #portableapps 21:33:51 Soon, OliverK|School, soon. Working with the designer today on the final versions of the menu themes for the next beta. Not sure if glass will make it into the next beta or the one after 21:34:03 aww 21:43:14 *** probono has quit (Read error: Connection reset by peer) 21:49:44 *** wopy (~538577d5@gateway/web/freenode/x-vrpywviijfjvnsbn) has joined #portableapps 21:49:51 hello 21:50:05 Hi wopy, how can we help you? 21:50:10 is there a way to install aspell to the portable pidgin? 21:50:46 There is, hang on... 21:51:38 There is a directory called PidginPortable\App\aspell. If you check out the text file in there, it has the information. "Place Aspell binaries here to use spellcheck. Usually, just copy in the contents of the C:\Program Files\Aspell directory" 21:52:08 yes I did 21:52:11 So you need to install it locally first with your selected language at the moment. And then copy that into Pidgin Portable. Then you can uninstall the local copu. 21:52:14 and it does not work 21:52:38 It should sho up as a plugin at that point in Tools - Plugins, where you can enable it. Does it not? 21:53:35 what do u mean by installing with my selected language. 21:53:41 Within PidginPortable\App\aspell, do you see a bin directory with the files in it? 21:53:48 yes 21:54:07 It should just work, then. The code to tell Pidgin it's there is in the launcher still. 21:54:22 Aspell only comes with English by default, you have to select to install additional languages. 21:54:35 restart? 21:54:45 I see.yes.No change 21:54:58 Did you install Aspell and a dictionary? 21:55:43 i even installed aspel and the dictionary into this dir \PidginPortable\App\aspell 21:55:52 still does not work 21:56:35 I tried first to copy the dirs and files from c:\program\files\aspel to this dir \PidginPortable\App\aspell 21:56:35 So, the PidginPortable\App\aspell directory has a bin directory in it. Inside that bin directory is aspell-15.dll. And then the aspell directory also has a data and dict folder in it? 21:56:38 did not work 21:57:10 they uninstalled aspell and tried to install in in the same dir \PidginPortable\App\aspell 21:57:15 no it does not work 21:57:46 maybe this file is important libgtkspell.dll 21:57:56 According to Pidgin's support page, it should. 21:58:03 It is. And should be in Pidgin itself. 21:58:54 yes i have this dll 21:59:05 The full details are on here: http://developer.pidgin.im/wiki/Using%20Pidgin#RunningWindowsPidginFromaUSBDrivePortableMode 21:59:32 aspel uses shared dlls.so i thought it is impossible to run in portable. 21:59:36 Our Pidgin Portable release is basically an encapsulated version of that. We also set the environment variables for it just to be sure. 21:59:51 so decided to install it.and still does not work 21:59:56 Last I checked it worked fine, but aspell is annoying to setup and would required 55 different installers if we did it per-language. 22:00:12 When used as indicated it is portable and requires no local install. At least it always did. 22:00:44 If it is failing now, I'd suggest double-checking what you have installed and creating a bug report in the forums so we can investgiate it more fully later. I can't now as I'm in the middle of coding the platform 2.0. 22:02:41 ok. 22:02:52 Do you have a forum acct already? 22:03:16 I'll try to rename aspell to Aspell 22:03:19 no i do not 22:03:38 Include as much info as you can (install location, what operating system you're on, etc). We have installs of Win2k, xp, vista and 7 to test on, so hopefully we can duplicate the issue and figure out what's going on. 22:04:04 xp sp3 is the os 22:04:22 portable instaled in root of c 22:04:54 Include it all the in bug report in the forum. We should be able to get it sorted within a couple days. Something like this is more than a simple config issue (that we normally handle in live chat). 22:04:56 wopy: on the forums please :) 22:05:53 Hi John just wanted to say many thanks for your responses on the forum, especially with the stuppid questions I have been asking. Finally resolved my issues and got the beta of my game posted ;) 22:06:14 vf2nsr: You're welcome. Good to hear. 22:06:37 wopy: Drop a note in here if you have any issues setting up your acct 22:06:40 Now that I have learned SO much I am workingon a nother project :) 22:07:08 JohnTHaller: may I ask you to make an portable thunderbird 3 and 2 version that can use yahoo free imap? 22:07:24 Both TB3 and TB2 can support any IMAP server you'd like 22:07:30 wopy: yup :) 22:07:33 no 22:07:36 i didn't know yahoo had imap 22:07:42 the free imap yahoo server 22:08:13 If it is a standard IMAP server, ANY mail client can work with it., 22:08:27 here is the info about it.this guy has made a trick and change the source and compiled pidgin to do the trick 22:08:41 it is not a standart imap . 22:08:53 yahoo free imap server requires special command 22:08:58 i'll give u a link 22:09:03 There's no point even having an IMAP server if it's not standard IMAP. That' 22:09:07 s kinda silly 22:09:51 Oh, they don't really make an IMAP server available publicly. So you have to hack a client to do it, violating Yahoo's EULA. 22:10:52 yeah . . . you have to buy pop3 access 22:12:19 well yes it is kind of hack 22:12:21 Ah found it. I don't think it requires a hack... at least from this video... : http://www.youtube.com/watch?v=EevdUhnW3Yc 22:12:39 They are actually using the TB portable client. 22:12:56 I tried to copied the thunderbird exe and replace it into portable thunderbird but it does not work this way 22:13:10 Bottom line, if it isn't baked into TB itself, we're not going to add it. 22:13:37 It would violate our license with Mozilla. 22:14:15 how can i make thunderbird intallation portable ? 22:14:31 TB is TB. If you're using a hacked version, we can't really support it. 22:14:49 no it is not a hacked version. 22:14:53 A modded version can probably be dropped into TBPortable\App\TB 22:15:05 Then I don't understand what you are asking. 22:15:46 I ask how can i make thunderbird portable if I have it intalled and the intaller from the mozila 22:16:08 The installer from mozilla is not portable. You have to download and install ours. 22:16:29 last question , very simple. 22:16:47 Or did you want to copy your settings from local TB into TB portable? 22:17:04 would you give me some instructions for free how to make a portable thunderbird ? 22:17:43 We provide all our code to make TB portable freely under a GPL license. Others are free to play with it. You just can't resdistribute it without a license from Mozilla. 22:18:01 I guess not. 22:18:02 ok 22:18:13 *** wopy has quit (Quit: Page closed) 22:18:13 There's no reason to remake another TB portable anyway, is there? 22:18:46 *** Res2216firestar has quit (Quit: Leaving) 22:18:49 guess he didnt like no for an answer? 22:19:07 No idea what he needed. We have all the code public. That's about as instructive as you can get. 22:20:04 *** Spaceghost (libertad@unaffiliated/spaceghost) has joined #portableapps 22:33:22 JohnTHaller: other things to do, imho 22:47:56 *** marlop is now known as marlop|away 22:54:03 *** vf2nsr has quit (Remote host closed the connection) 23:05:52 *** kai_62656 (~A@unaffiliated/kai-62656/x-7765177) has joined #portableapps 23:06:46 *** vf2nsr (~chatzilla@cpe-76-179-15-53.maine.res.rr.com) has joined #portableapps 23:07:43 *** gluxon has quit (Ping timeout: 276 seconds) 23:10:37 *** madlabs (~4ea1371d@gateway/web/freenode/x-zynimbwttazdcexo) has joined #portableapps 23:10:44 http://www.youtube.com/watch?v=48NaLR8V9fE 23:12:11 madlabs: any reason? 23:12:13 .title 23:12:13 OliverK|School: YouTube - Spartakus and the Sun Beneath the Sea - Opening 23:12:27 smells like spham to me 23:12:55 ... 23:13:18 yeah I own youtube and promoting my site 23:13:31 you don't own youtube :p 23:13:46 and why promote it here? 23:13:57 what does it have to do with portable applications? 23:14:32 I need a portable youtube video downloader 23:14:39 lol 23:15:04 .g xVideoServiceThief site:portableapps.com 23:15:04 OliverK|School: http://portableapps.com/node/15915 23:15:10 .title 23:15:11 OliverK|School: xVST Portable (aka xVideoServiceThief Portable) Development Test 1 | PortableApps.com - Portable software for USB drives 23:15:14 :) 23:15:16 there you go 23:15:25 or you could use a plugin for portable firefox 23:15:50 extension I mean 23:16:41 *** OliverK|School is now known as OliverK 23:17:14 thanks 23:17:19 yup 23:19:54 .url 23:20:00 .uri 23:20:27 .ohai 23:20:46 nope, trying to get the logging bot to geve me a point of reference, but it seems I forgot 23:21:13 palogbot, uri 23:21:13 http://nascent-project.org/portableapps/irc/logs?t=2010-03-28#T23-21-13 23:21:20 Chazz: thanks 23:21:23 np OliverK 23:28:53 *** ptmb has quit (Quit: Leaving) 23:35:44 netsplit? 23:35:51 nope 23:35:55 netsplits are worse 23:35:59 i've been in enough 23:36:03 there were more ppl here 23:36:11 he went to have dinner or something 23:41:26 *** JohnTHaller is now known as JohnTHaller|food 23:49:28 *** madlabs has quit (Quit: Page closed)