00:09:10 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 00:09:30 *** dbdii407 has quit (Ping timeout: 240 seconds) 00:15:12 *** tarbo has quit (Ping timeout: 272 seconds) 00:25:07 *** MaienM is now known as MaienM|Sleep 00:29:17 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 00:36:25 *** tarbo has quit (Ping timeout: 264 seconds) 00:40:05 *** Res2216firestar has quit (Quit: Leaving) 00:47:24 *** WastePuree has quit (Read error: Connection reset by peer) 00:48:08 *** WastePuree (~WastePota@cpc1-dals8-0-0-cust549.hari.cable.virginmedia.com) has joined #portableapps 00:48:08 *** WastePuree has quit (Changing host) 00:48:08 *** WastePuree (~WastePota@unaffiliated/wastepotato) has joined #portableapps 00:49:17 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 00:54:45 *** computerfreaker is now known as cf|AFK 00:55:54 *** tarbo has quit (Ping timeout: 240 seconds) 01:10:48 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 01:13:47 *** cf|AFK has quit (Read error: Connection reset by peer) 01:13:47 *** computerfreaker (~computerf@64-201-72-179.static.genevaonline.com) has joined #portableapps 01:13:52 computerfreaker is working on KidSafe and TopOCR, and would very much like to have folks test them and give feedback 01:18:22 *** tarbo has quit (Ping timeout: 258 seconds) 01:24:17 *** Bjorn_H (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 01:31:34 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 01:38:18 *** tarbo has quit (Ping timeout: 240 seconds) 01:44:35 *** sar3th is now known as sar3th|zZz 01:48:37 *** computerfreaker is now known as cf|AFK 01:52:23 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 01:53:28 Yay! I worked out how to do drivers with ServiceLib. 01:55:14 It requires a change though... it had "interact" = 0|1 and did bitwise operations to turn 0 into 16 (0x10) and 1 into 272 (0x10 | 0x100). Drivers need to end up with this "type" as 0x1 (1). 01:55:34 So now Interact --> Type and should be provided with 1, 16 or 272 rather than 0 or 1 01:55:39 *ahhh* 02:00:11 *** tarbo has quit (Ping timeout: 246 seconds) 02:12:01 *** dbdii407 (~dbdii407-@75.119.27.177) has joined #portableapps 02:12:19 *** dbdii407 is now known as Guest80775 02:13:31 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 02:20:05 *** tarbo has quit (Ping timeout: 258 seconds) 02:32:17 kdewin is finished 02:32:39 congratulations, sar3th|zZz! 02:33:15 and, even more strange, it works out of the box 02:34:07 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 02:34:08 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 02:34:22 sar3th|zZz: what have you done with it? 02:34:30 Just compiled so far? 02:34:33 yes 02:34:57 it says "Happy hacking" in one of the files XD 02:36:58 Well... I /think/ I'm done with NewServiceLib.nsh for the moment. Now to integrate it into PortableApps.comLauncher.nsi. 02:42:18 *** tarbo has quit (Ping timeout: 276 seconds) 02:44:37 *** kai_62656 has quit (Quit: When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net) 02:46:07 "Happy hacking"... the true spirit of OSS 02:46:12 *** cf|AFK is now known as computerfreaker 02:46:19 now i imported the project into qt creator..i still need to find where startmenu items are created 02:47:27 super, what does this comment mean? 02:47:28 / @TODO: where to handle desktop icons creating 02:48:04 Nice. 02:48:35 if it's that bad, make sure you record this stuff for The Daily WTF 02:50:36 computerfreaker: it's not really bad, but i'd liek to know where the shortcuts are actually created ;) 02:51:33 sar3th|zZz: grep startmenu * 02:51:36 try searching for a method with a name containing "Desktop" or "Shortcut" 02:54:24 i found out that you can suppress the creation of start menu entries entirely :) 02:54:40 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 02:55:25 sar3th|zZz: it would be more helpful it the applications could be used from the Platform though :-) 02:56:02 yeah, but in order to do that, we want to have no start menu entries, don't we? 02:56:09 Sure. 02:56:59 I imagine you'd want to just make an if statement: if the environment variable KDEPortable is set, run this code, otherwise you can run the start menu stuff. 02:58:01 installDir()+"/etc/installer.ini" 02:58:28 or just put the override switch in there 02:58:38 You also want to disable the install directory selection field. 02:59:46 Do something like have an environment variable KDEPortableInstallLocation which when set disallows choice of installation location and writes to an INI file rather than the start menu 03:00:12 Its own installation log could possibly be useful except for the fact that it would require too much modification inside the PortableApps.com Platform 03:01:05 *** tarbo has quit (Ping timeout: 246 seconds) 03:02:29 *** AppGuy has quit (Remote host closed the connection) 03:02:45 hm... 03:03:13 my problem atm is to find the start menu link creation, looking for startmenu didn't really help much 03:03:58 try searching for "Shortcut" 03:04:15 *** pa_2128 (~43b1fcbe@gateway/web/freenode/x-sutqzxaidwtegqsw) has joined #portableapps 03:05:04 *** pa_2128 has quit (Client Quit) 03:06:53 sar3th|zZz: try searching for %USERPROFILE%\Start Menu 03:06:59 http://en.wikipedia.org/wiki/Special_Folders 03:07:12 http://en.wikipedia.org/wiki/Special_Folders#List_of_special_folders 03:14:13 *** Guest80775 has quit (Changing host) 03:14:13 *** Guest80775 (~dbdii407-@unaffiliated/dbdii407) has joined #portableapps 03:14:15 *** Guest80775 is now known as dbdii407 03:16:34 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 03:23:24 *** tarbo has quit (Ping timeout: 240 seconds) 03:37:32 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 03:37:55 *** sar3th|zZz is now known as sar3th|away 03:44:50 *** tarbo has quit (Ping timeout: 272 seconds) 03:57:49 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 03:59:30 *** ZachThibeau has quit (Quit: ZNC - http://znc.sourceforge.net) 03:59:53 *** Zach_Thibeau (zachthibea@support.team.at.shellium.org) has joined #portableapps 04:04:50 *** tarbo has quit (Ping timeout: 248 seconds) 04:07:23 *** pa_0265 (~18744e49@gateway/web/freenode/x-ebdytsqozgatznda) has joined #portableapps 04:08:56 Quick question, on the right side of portable apss menu where it says documents, music, pictures etc, how would i remove the music and other sections i dont want? 04:09:19 I don't believe you can at the moment, sorry 04:09:54 ah, thanks for your time. 04:09:59 no problem! 04:10:08 *** pa_0265 has quit (Client Quit) 04:10:31 *** computerfreaker has quit (Quit: See you later!) 04:18:47 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 04:26:12 *** tarbo has quit (Ping timeout: 258 seconds) 04:36:54 *** Where_Is_Firefox (~46859ec7@gateway/web/freenode/x-mjiwdtgqzyubxqqs) has joined #portableapps 04:37:27 help! 04:37:27 Where_Is_Firefox: 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 04:37:55 I installed the PortableApps thing, but Firefox did not come with it! 04:39:10 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 04:39:19 How do i install Firefox? 04:39:30 *** SergentSiler is now known as SrgSiler|Sleep 04:42:09 *** Where_Is_Firefox has quit (Quit: Page closed) 04:49:37 *** tarbo has quit (Ping timeout: 264 seconds) 04:59:10 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 05:05:44 *** tarbo has quit (Ping timeout: 240 seconds) 05:20:36 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 05:27:26 *** tarbo has quit (Ping timeout: 272 seconds) 05:40:41 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 05:47:26 *** tarbo has quit (Ping timeout: 256 seconds) 06:00:46 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 06:08:24 *** tarbo has quit (Ping timeout: 240 seconds) 06:23:51 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 06:31:01 *** tarbo has quit (Ping timeout: 264 seconds) 06:46:21 *** tarbo (~me@unaffiliated/tarbo) has joined #portableapps 06:52:08 *** Suiseiseki has quit (Quit: Opera Web Browser 10.50 alpha preview! Smaller, Faster, Easier. http://www.opera.com/) 07:07:08 *** ChrisMorgan has quit (Ping timeout: 246 seconds) 07:23:04 *** dabossbv (~dabossbv@p4FDC6976.dip.t-dialin.net) has joined #portableapps 08:22:06 *** WastePuree is now known as WastePotato 08:43:21 *** WastePotato has quit (Ping timeout: 252 seconds) 10:39:14 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 10:39:16 ChrisMorgan is a PortableApps.com developer and moderator 11:06:42 *** ChrisMorgan has quit (Ping timeout: 240 seconds) 11:45:21 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 12:02:45 *** Oni-Neoxes has quit (Quit: Quit... D:) 13:23:14 *** WastePotato (~WastePota@unaffiliated/wastepotato) has joined #portableapps 14:35:05 *** Zarggg_ (~zarggg@65-78-69-194.c3-0.eas-ubr6.atw-eas.pa.cable.rcn.com) has joined #portableapps 14:35:05 *** Zarggg has quit (Read error: Connection reset by peer) 14:50:23 *** Spook_ (~bd6a00d7@gateway/web/freenode/x-aqvlhxuozidzggpl) has joined #portableapps 14:50:35 Hi 14:51:37 *** Spook_ has parted #portableapps (None) 15:14:03 *** sar3th|away is now known as sar3th 15:40:28 *** |kai_62656| (~kvirc@66-189-153-43.dhcp.crsn.ca.charter.com) has joined #portableapps 15:41:41 *** |kai_62656| is now known as kai_62656 15:47:22 *** Suiseiseki (desu@wikipedia/Antonio-Lopez) has joined #portableapps 15:54:19 *** MaienM|Sleep is now known as MaienM 16:23:06 *** sar3th is now known as sar3th|away 16:38:48 *** SteveLamerton (~kvirc@host-137-205-68-076.res.warwick.ac.uk) has joined #portableapps 17:00:02 *** SteveLamerton has quit () 17:08:24 *** Loading_time (~46859ec7@gateway/web/freenode/x-yenxedbhfwprxsuk) has joined #portableapps 17:08:31 help! 17:08:32 Loading_time: 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 17:10:00 *** Loading_time has quit (Client Quit) 17:40:09 *** pa_6838 (~60f2fc2c@gateway/web/freenode/x-tczhgiqfhohoivul) has joined #portableapps 17:41:05 Hello? Anyone here? 17:41:49 *** pa_6838 has quit (Client Quit) 17:45:05 *** computerfreaker (~computerf@64-201-72-179.static.genevaonline.com) has joined #portableapps 17:45:06 computerfreaker is working on KidSafe and TopOCR, and would very much like to have folks test them and give feedback 17:54:39 *** Darwin4Ever (~Darwin4Ev@082-146-104-168.dyn.adsl.xs4all.be) has joined #portableapps 18:00:34 *** kai_62656 has quit (Quit: When two people dream the same dream, it ceases to be an illusion. KVIrc 3.4.2 Shiny http://www.kvirc.net) 18:10:23 *** palogbot (~palogbot@delawarepark.safesecureweb.com) has joined #portableapps 18:10:23 Topic for #portableapps is: Welcome to the PortableApps.com support channel. Visit us at http://portableapps.com/ | If you need assistance, just say "help!", or ask your question, and WAIT rather than just leaving. | 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. 18:10:23 Users on #portableapps: palogbot @SteveLamerton Darwin4Ever computerfreaker Suiseiseki Zarggg_ WastePotato dabossbv Zach_Thibeau dbdii407 Bjorn_H sar3th|away SrgSiler|Sleep excid3 Mir +GizmoBot NiveusLuna Bensawsome @MaienM StatBot @Gizmokid2005 18:10:23 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 18:10:23 Auto-Message: palogbot has been restarted. 18:10:26 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 18:14:53 *** sar3th|away is now known as sar3th 18:42:26 *** dabossbv has quit (Quit: Leaving.) 18:52:35 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 18:53:06 *** AppGuy has quit (Remote host closed the connection) 19:02:56 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 19:03:57 *** AppGuy has quit (Remote host closed the connection) 19:04:20 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 19:04:31 *** AppGuy has quit (Remote host closed the connection) 19:08:08 *** SteveLamerton has quit (Ping timeout: 246 seconds) 19:14:21 *** pa_8186 (~aab9e80a@gateway/web/freenode/x-xxqvpbvsisaisgnp) has joined #portableapps 19:14:43 Help! How do I use thee % % things to fix the changing drive letters? 19:14:55 like %installdir% and such 19:14:59 pa_8186: what application? 19:15:22 Not an application but for things like shortcuts 19:15:46 I don't think you can create relative shortcuts, actually 19:16:36 b/c I've seen stuff like %PAFAPP% %currdir% %installdir% and such that work on any drive letter 19:16:59 that's generally in a program's INI file, telling it where to find certain resources 19:17:12 however, I'm pretty sure shortcuts don't support relative paths 19:18:44 :( 19:19:13 Also when can I expect the 2.0 suite? 19:19:23 not sure 19:19:27 when it's finished, I guess 19:19:31 kthx 19:19:34 *** pa_8186 has quit (Quit: Page closed) 19:19:35 np! 19:24:04 *** Gizmokid2005 has quit (Excess Flood) 19:25:54 *** Gizmokid2005 (~Gizmokid2@gizmokid2005.com) has joined #portableapps 19:25:56 Gizmokid2005 is working on KVIrc Portable: http://portableapps.com/node/18626 and RSSOwl Portable: http://portableapps.com/node/19271 19:54:53 *** AppGuy (~AppGuy@unaffiliated/appguy) has joined #portableapps 19:56:12 *** markomlm (~chatzilla@pD9555D81.dip.t-dialin.net) has joined #portableapps 20:03:36 *** AppGuy has quit (Remote host closed the connection) 20:15:03 *** ptmb (~PTMblogge@a83-132-128-25.cpe.netcabo.pt) has joined #portableapps 20:28:52 *** markomlm has quit (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558]) 20:40:01 *** Darwin4Ever has quit (Ping timeout: 264 seconds) 20:43:25 *** Darwin4Ever (~Darwin4Ev@082-146-104-168.dyn.adsl.xs4all.be) has joined #portableapps 20:48:30 *** JohnTHaller1 (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 20:48:37 hola 20:48:48 hi JohnTHaller1 20:48:50 argh 20:48:51 *** JohnTHaller1 has parted #portableapps (None) 20:48:56 lol 20:49:27 all kinds of garbage caused by that latest IRC mess :( 20:49:39 netsplits, nick problems, ping timeouts 20:49:51 and spamming because people use firefox.. 20:50:13 what does Fx have to do with it? 20:50:21 let's go to ot 20:50:24 *** JohnTHaller (~JohnTHall@cpe-67-247-35-38.nyc.res.rr.com) has joined #portableapps 20:50:24 ok 20:50:29 hi JohnTHaller! 20:50:32 ok that's better 20:51:03 welcome back JohnTHaller 20:56:00 *** kaeos (~Miranda@84.76.55.235) has joined #portableapps 20:58:35 JohnTHaller like the new ircd yet? xD 21:00:41 huh? 21:00:48 Hello JohnTHaller 21:01:08 the new version of freenode's irc server JohnTHaller 21:01:14 it helped with the spam alot didnt it? 21:01:15 lol 21:01:27 yay for lack of /sarcasm tags Bensawsome.... 21:01:36 :P 21:01:42 JohnTHaller: did you get a copy of the newsletter? 21:01:43 im so terrible 21:01:59 Bensawsome: error parsing tags; unclosed tag at 3:01:36 21:02:00 :P 21:02:01 Gizmokid2005: Did you get one of them with the HTML tags showing? 21:02:07 Yep. 21:02:12 lol computerfreaker :P 21:02:28 Gizmokid2005: Yeah, side effect of the broken newsletter sender. About 12,000 went out like that unfortunately. 21:02:34 Wow. 21:02:44 o_o 21:02:46 I'm not gonna resend them, though. 21:02:46 thats not good 21:02:48 I wondered if you'd noticed or not. 21:02:49 I wouldn't 21:02:53 i got one like that too ._. 21:02:57 everything works and all the formatting you wanted is in there 21:03:00 it just ALSO showed the tags. 21:03:15 It's mostly early subscribers, since they go out first. 21:06:03 Actually looks like 20,000 :-( 21:06:19 I think I'm gonna have to take the site offline and rebuild the drupal database this weekend. 21:06:34 JohnTHaller: why do you always have so many problems with Drupal's DB? 21:07:39 We had a partially-borked upgrade a while back and it made it flaky... it died 1/2 way through with no way to tell what was and wasn't done. There's no way to analyze or fix it. 21:08:37 ahh, I suppose that'll do it. 21:10:49 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps 21:16:24 So yeah. It needs a rebuild. Which is tough with a 2GB database. 21:16:51 wow..2gb database o_O 21:16:57 JohnTHaller: yeah no doubt. What DB are you using? 21:16:58 wow, that's big 21:17:05 mysql. innodb tables. 21:17:10 does that mean we'll have some website downtime? 21:17:14 yes 21:17:25 when are you taking the site down? 21:17:31 prob sunday 21:17:34 ok 21:17:44 *** Bjorn_H has quit (Read error: Connection reset by peer) 21:17:50 * computerfreaker makes mental note to get development tests up before then 21:19:24 *** SteveLamerton (~kvirc@host-137-205-68-076.res.warwick.ac.uk) has joined #portableapps 21:19:35 hi SteveLamerton! 21:19:37 Hello Gizmokid2005, JohnTHaller, MaienM, computerfreaker, all 21:19:43 hello SteveLamerton 21:19:49 hello SteveLamerton 21:20:01 hi steve 21:21:30 JohnTHaller: Did you get my mail? Everything arrived fine! 21:22:46 SteveLamerton: Yeah, I did. Glad to hear. I made a mention of it in the newsletter which is in the process of going out now: http://portableapps.com/node/22430 21:23:56 I am basically famous :O 21:24:01 Yup :-) 21:25:59 JohnTHaller: Do you thinkI should put just the plain platofrm on the drives or the suite? 21:26:06 Suite 1.6 21:26:24 Just what I thought, thanks :) 21:26:28 It's the reason I spring for 2gb drives. So there was plenty of room for the suite and the user's stuff/ 21:26:42 Yeah, thats what I figured 21:27:40 *** sar3th is now known as sar3th|gaming 21:31:53 *** Bjorn_H (~BjornH@81-235-164-62-no21.tbcn.telia.com) has joined #portableapps 21:34:40 Ok, so the newsletter is finally going out properly after much hackage. I'm working on Dia an those other updates and then posting 2.0b4 which is just 1.6 with theming back on and sar3th's fix for the systray icon show/hide 21:35:20 YAY! 21:38:50 cooooooool 21:40:02 question for you guys 21:40:50 I created a PAF build of XN Resource Editor (http://portableapps.com/node/22426), but somebody else already made one. Should I take mine down? 21:47:14 computerfreaker: I vote leave it, the other one hasnt been commented on for 6 months or so 21:47:22 ok 21:47:34 thanks, SteveLamerton 21:47:37 I was actually gonna go stable with the old one even with the vista icon issue 21:47:50 It got fleshed out well testing wise and just had a couple minor bugs 21:47:50 JohnTHaller: so should I take down my new one? 21:48:04 if the old one is stable... why do a new one? who did the old one anyway? 21:48:09 if you want, I can take my new one down - it's had no testing AFAIK 21:48:28 Woo SteveLamerton, Hope you do terrific at the FOSDEM 2010 21:48:42 Thanks Oni-Neoxes :D 21:48:45 and btw, JohnTHaller, I didn't know there was an old one when I made my new one 21:49:11 oh, powerjuce did the old one. and there was a comment about one bug at the end that was never addressed. 21:50:29 so, JohnTHaller, what do you want me to do? Whatever you want is what I'll do 21:50:47 I'd actually say start with the old one, add the patch and have it be a new dev test if you'd like. I'm guessing powerjuce isn't gonna do anything with it. And if he'd like to, he can take it back over. As long as that patch fixes the bug, we can release it (with the caveat about vista icons). Actually is some delphi person can just recompile it to ignore those image types, that would be perfect. 21:50:53 As long as that patch fixes the bug, we can release it (with the caveat about vista icons). Actually is some delphi person can just recompile it to ignore those image types, that would be perfect. 21:51:23 ok, I'll start with the old one then 21:52:46 alright, cool 21:52:56 i'm gonna run for a bit, but i'll be back on later 21:53:05 bye, JohnTHaller! 21:53:14 *** JohnTHaller has parted #portableapps (None) 22:15:28 *** sar3th|gaming is now known as sar3th 22:17:05 i gotta feeling with "some delphi person" he's referring to me... 22:24:11 *** pa_0956 (~52d7361a@gateway/web/freenode/x-pmhpqnyksxhlombr) has joined #portableapps 22:24:24 *** pa_0956 has quit (Client Quit) 22:24:40 *** Portablenewbie (~52d7361a@gateway/web/freenode/x-iwxalymgxvtlhued) has joined #portableapps 22:25:28 Can anyone here help me with something? 22:25:40 sure, Portablenewbie. What's up? 22:26:36 hey. I am trying to organize the files in the menu of portableapps 22:26:45 but I am not succeeding in it 22:26:56 is it even possible? 22:27:15 Just a second, let me check 22:29:51 Portablenewbie: it doesn't seem to be possible, sorry 22:29:59 http://portableapps.com/support/portable_apps_suite 22:30:05 did you try right-clicking the files? 22:30:13 there might be an option in the contextual menu 22:30:31 I am trying, but the only things I see are like hiding programs 22:30:58 I guess it isn't possible at the moment then, sorry 22:31:02 you mean organize as in categories Portablenewbie? 22:31:20 yes 22:31:29 like the same as on the website 22:31:36 like office, internet etc 22:31:44 and then sub categories 22:31:45 Portablenewbie: it's coming in the next release 2.0 22:31:49 ah ok 22:32:06 good thing to look forward at 22:32:17 thanks alot computerfreaker and gizmokid 22:32:28 yw Portablenewbie 22:32:35 you're welcome! 22:33:06 This program is pretty old though. Had this program also like 2 years ago 22:33:16 I think it was that long ago XD 22:41:46 *** Portablenewbie has quit (Quit: Page closed) 22:42:57 *** Darwin4Ever has quit (Read error: Connection reset by peer) 22:45:26 *** kaeos has quit (Quit: kaeos) 22:45:36 *** SteveLamerton has quit () 22:47:44 *** SrgSiler|Sleep is now known as SergentSiler 23:02:07 *** ChrisMorgan (~ChrisMorg@unaffiliated/chrismorgan) has joined #portableapps 23:02:08 ChrisMorgan is a PortableApps.com developer and moderator 23:08:08 Hi ChrisMorgan! 23:08:56 Hi computerfreaker 23:09:05 How goes it? 23:09:18 Fine. 23:09:27 good to hear 23:19:47 *** ptmb has quit (Quit: Bye) 23:21:43 *** SergentSiler is now known as SrgSiler|AFK 23:25:43 * ChrisMorgan works to document NewServiceLib.nsh 23:34:15 *** gluxon (~gluxon@c-76-23-212-66.hsd1.ct.comcast.net) has joined #portableapps 23:34:34 Hi gluxon! 23:34:41 Hey :) 23:35:05 What's up? :) 23:35:10 Nothing :) 23:35:18 Check out this :) --> http://gnome-look.org/ 23:35:22 First two items :) 23:36:15 nice work! 23:36:50 Thanks :) 23:37:03 computerfreaker: AutoHotkey doesn't get as many false positives as AutoIt 23:37:07 But still lots. 23:37:21 But eXpresso is the sort of thing which would be a /lot/ harder to do in any other language than AutoHotkey. 23:37:25 i somewhat prefer the autoit syntax 23:37:54 ChrisMorgan: the AV FP's are still the problem, right? 23:38:10 Yes 23:38:33 so is my post OK, or should I edit it? 23:39:23 It's correct. 23:39:27 I was just informin gyou more 23:39:32 oh, thank you 23:39:37 I had wondered if I said something wrong 23:39:43 gluxon: but what does that yucky blob /do/? 23:39:53 You've already got the real menus up the top. 23:40:17 I just ported two Lee-Soft themes for GnoMenu :) 23:40:31 You know, like ViOrb and ViGlance? :D 23:41:07 And it's not a yucky blob :/ 23:41:48 What does it /do/ though when you click on it? 23:42:05 gluxon: I reckon it depends on your personal taste 23:42:15 ChrisMorgan: oh :P 23:42:21 Opens up the GnoMenu :D 23:42:33 * ChrisMorgan now has to work out what GnoMenu is 23:42:35 I like the look, but think it's mostly eye candy and that something less attractive (and less RAM-hogging) would be nicer to have 23:42:36 https://launchpad.net/gnomenu 23:42:38 .g GnoMenu 23:42:38 computerfreaker: http://www.gtk-apps.org/content/show.php/GnoMenu+-+consolidated+menu+for+gnome?content=93056 23:42:56 Looks far too Windowsish 23:43:10 gluxon: Alt+F2 23:43:15 .title 23:43:17 computerfreaker: GnoMenu - consolidated menu for gnome GTK-Apps.org 23:43:19 That's all you ever need. 23:43:35 (Alt+F2 is the equivalent of Windows+R) 23:43:38 ChrisMorgan: I already knew about that :/ 23:43:43 Except it's better. 23:43:52 And I changed it to Super L + R :P 23:43:59 :O 23:44:01 :o 23:44:03 :-O 23:44:05 :-o 23:44:06 Just easier to reach, and I've already gotten too used it it :'( 23:44:42 Well I use Alt+F1 and Alt+F2... and so I created a new one, Alt+F3, to open gnome-terminal 23:45:16 ChrisMorgan: So you use ubuntu, right :) 23:45:20 Yep 23:45:49 Oh hey, The third PortableApps.com Newsletter is here :) 23:46:26 gluxon: it's not the third. There were earlier ones before it started getting sent out. 23:46:39 emailed out 23:47:21 What are you talking about >_< 23:47:25 They're all right here :P 23:47:25 http://portableapps.com/taxonomy/term/42 23:47:47 Some earlier ones were not tagged. 23:48:07 And not quite labelled as newsletters. "Status updates" or similar I think they were 23:48:08 Oh. 23:49:01 But I will concede after all that it's the third newsletter. 23:49:53 :) 23:50:28 ChrisMorgan: could I consult you for a few moments? 23:50:46 Sure, my official consulting rate is $150/hr. 23:50:48 ;-) 23:50:50 lol 23:50:52 Ask away :-) 23:50:55 sorry, I don't have that much on me 23:51:17 Did you know that I've handled $100,000,000,000,000? 23:51:26 O_O 23:51:30 omg that's over 9000! 23:51:34 Quite seriously, and entirely literally. 23:51:39 wow. 23:51:44 One hundred trillion dollars. 23:52:05 One note. 23:52:08 hard to imagine that kind of cash. 23:52:09 Zimbabwe dollars. 23:52:33 Equivalent at the time of printing to about AU$7, and by the time I saw it under $1 23:52:54 Something like 1c I think was suggested. 23:53:08 ^ 23:53:08 | 23:53:08 | 23:53:09 Loser :P 23:53:28 ChrisMorgan: JK :D 23:53:31 Having an official (official) inflation rate of 231,000,000% is not something which is helpful to making money worth much. 23:53:38 And unofficially it's in the billions... 23:53:48 wow... that inflation is insane 23:53:59 Nevertheless, a $100,000,000,000,000 note is pretty impressive to talk about ;-) 23:54:05 definitely 23:55:03 That's about 666666666666.666666667 hours of consulting :P 23:55:21 I'm working on ThunderUSB (a screen reader) right now, and it's got 65 data files. In the INIBackup section, should I go through and backup each file separately, or should I just overwrite any existing data files? 23:56:16 computerfreaker: Aren't they all in the same folder? 23:56:29 forgot to mention, the data files are all stored in the ThunderUSB folder 23:56:57 gluxon: yes, but backing them up the usual way (DataFile.ini becomes DataFile-BackupByPortableApp.ini) would take a *lot* of code 23:57:18 Where are they located? 23:57:23 computerfreaker: use the PortableApps.com Launcher. 23:57:34 [X]:\PortableApps\somethignsomething\App\ThunderUSB? 23:57:38 NO! :D 23:57:39 gluxon: yes 23:57:43 Ah. 23:57:49 Any conflicting INI's? 23:57:56 ChrisMorgan: ok. Should I get it from the repository or the PA thread? 23:58:00 gluxon: nope 23:58:04 Okay. 23:58:06 So try this. 23:58:19 computerfreaker: if you want to test running as admin, get it from the repo, otherwise the Pre-Alpha release is fine 23:58:28 CopyFiles /s "$PROGRAMDIRECTORY\*.ini" "$SETTINGSDIRECTORY\*.ini" :D 23:58:44 Wait now. 23:58:53 CopyFiles /s "$PROGRAMDIRECTORY\*.ini" "$SETTINGSDIRECTORY" 23:58:55 You may be able to have a [FilesMove] value Data\settings\*.ini=App\ThunderUSB but I haven't tried it. You may need to do each one individually 23:58:56 ChrisMorgan: no need to try running as admin for this app, it's already fully-portable (just not in PA format) 23:59:01 *Wait no 23:59:03 I expected so. 23:59:12 gluxon: I don't think you understand 23:59:50 Why? 23:59:54 gluxon: I have the data files in the settings folder; I'm trying to get them into the app folder without overwriting any pre-existing data files