IRC Log from 2010-02-02

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 <GizmoBot> 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 <ChrisMorgan> Yay! I worked out how to do drivers with ServiceLib.
01:55:14 <ChrisMorgan> 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 <ChrisMorgan> So now Interact --> Type and should be provided with 1, 16 or 272 rather than 0 or 1
01:55:39 <ChrisMorgan> *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 <sar3th|zZz> kdewin is finished
02:32:39 <cf|AFK> congratulations, sar3th|zZz!
02:33:15 <sar3th|zZz> 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 <ChrisMorgan> sar3th|zZz: what have you done with it?
02:34:30 <ChrisMorgan> Just compiled so far?
02:34:33 <sar3th|zZz> yes
02:34:57 <sar3th|zZz> it says "Happy hacking" in one of the files XD
02:36:58 <ChrisMorgan> 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 <cf|AFK> "Happy hacking"... the true spirit of OSS
02:46:12 *** cf|AFK is now known as computerfreaker
02:46:19 <sar3th|zZz> now i imported the project into qt creator..i still need to find where startmenu items are created
02:47:27 <sar3th|zZz> super, what does this comment mean?
02:47:28 <sar3th|zZz> / @TODO: where to handle desktop icons creating
02:48:04 <ChrisMorgan> Nice.
02:48:35 <computerfreaker> if it's that bad, make sure you record this stuff for The Daily WTF
02:50:36 <sar3th|zZz> computerfreaker: it's not really bad, but i'd liek to know where the shortcuts are actually created ;)
02:51:33 <ChrisMorgan> sar3th|zZz: grep startmenu *
02:51:36 <computerfreaker> try searching for a method with a name containing "Desktop" or "Shortcut"
02:54:24 <sar3th|zZz> 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 <ChrisMorgan> sar3th|zZz: it would be more helpful it the applications could be used from the Platform though :-)
02:56:02 <sar3th|zZz> yeah, but in order to do that, we want to have no start menu entries, don't we?
02:56:09 <ChrisMorgan> Sure.
02:56:59 <ChrisMorgan> 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 <sar3th|zZz> installDir()+"/etc/installer.ini"
02:58:28 <sar3th|zZz> or just put the override switch in there
02:58:38 <ChrisMorgan> You also want to disable the install directory selection field.
02:59:46 <ChrisMorgan> 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 <ChrisMorgan> 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 <sar3th|zZz> hm...
03:03:13 <sar3th|zZz> my problem atm is to find the start menu link creation, looking for startmenu didn't really help much
03:03:58 <computerfreaker> 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 <computerfreaker> sar3th|zZz: try searching for %USERPROFILE%\Start Menu
03:06:59 <computerfreaker> http://en.wikipedia.org/wiki/Special_Folders
03:07:12 <computerfreaker> 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 <pa_0265> 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 <computerfreaker> I don't believe you can at the moment, sorry
04:09:54 <pa_0265> ah, thanks for your time.
04:09:59 <computerfreaker> 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 <Where_Is_Firefox> help!
04:37:27 <GizmoBot> 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 <Where_Is_Firefox> 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 <Where_Is_Firefox> 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 <GizmoBot> 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 <Spook_> 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 <Loading_time> help!
17:08:32 <GizmoBot> 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 <pa_6838> 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 <GizmoBot> 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 <farmer.freenode.net> 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 <farmer.freenode.net> 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 <GizmoBot> 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 <MaienM> Auto-Message: palogbot has been restarted.
18:10:26 <GizmoBot> 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 <pa_8186> Help! How do I use thee % % things to fix the changing drive letters?
19:14:55 <pa_8186> like %installdir% and such
19:14:59 <computerfreaker> pa_8186: what application?
19:15:22 <pa_8186> Not an application but for things like shortcuts
19:15:46 <computerfreaker> I don't think you can create relative shortcuts, actually
19:16:36 <pa_8186> b/c I've seen stuff like %PAFAPP% %currdir% %installdir% and such that work on any drive letter
19:16:59 <computerfreaker> that's generally in a program's INI file, telling it where to find certain resources
19:17:12 <computerfreaker> however, I'm pretty sure shortcuts don't support relative paths
19:18:44 <pa_8186> :(
19:19:13 <pa_8186> Also when can I expect the 2.0 suite?
19:19:23 <computerfreaker> not sure
19:19:27 <computerfreaker> when it's finished, I guess
19:19:31 <pa_8186> kthx
19:19:34 *** pa_8186 has quit (Quit: Page closed)
19:19:35 <computerfreaker> np!
19:24:04 *** Gizmokid2005 has quit (Excess Flood)
19:25:54 *** Gizmokid2005 (~Gizmokid2@gizmokid2005.com) has joined #portableapps
19:25:56 <GizmoBot> 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 <JohnTHaller1> hola
20:48:48 <sar3th> hi JohnTHaller1
20:48:50 <JohnTHaller1> argh
20:48:51 *** JohnTHaller1 has parted #portableapps (None)
20:48:56 <sar3th> lol
20:49:27 <computerfreaker> all kinds of garbage caused by that latest IRC mess :(
20:49:39 <computerfreaker> netsplits, nick problems, ping timeouts
20:49:51 <sar3th> and spamming because people use firefox..
20:50:13 <computerfreaker> what does Fx have to do with it?
20:50:21 <sar3th> 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 <computerfreaker> ok
20:50:29 <computerfreaker> hi JohnTHaller!
20:50:32 <JohnTHaller> ok that's better
20:51:03 <sar3th> welcome back JohnTHaller
20:56:00 *** kaeos (~Miranda@84.76.55.235) has joined #portableapps
20:58:35 <Bensawsome> JohnTHaller like the new ircd yet? xD
21:00:41 <JohnTHaller> huh?
21:00:48 <Gizmokid2005> Hello JohnTHaller
21:01:08 <Bensawsome> the new version of freenode's irc server JohnTHaller
21:01:14 <Bensawsome> it helped with the spam alot didnt it?
21:01:15 <Bensawsome> lol
21:01:27 <Gizmokid2005> yay for lack of /sarcasm tags Bensawsome....
21:01:36 <Bensawsome> </sarcasm
21:01:38 <Bensawsome> :P
21:01:42 <Gizmokid2005> JohnTHaller: did you get a copy of the newsletter?
21:01:43 <Bensawsome> im so terrible
21:01:59 <computerfreaker> Bensawsome: error parsing tags; unclosed tag at 3:01:36
21:02:00 <computerfreaker> :P
21:02:01 <JohnTHaller> Gizmokid2005: Did you get one of them with the HTML tags showing?
21:02:07 <Gizmokid2005> Yep.
21:02:12 <Bensawsome> lol computerfreaker :P
21:02:28 <JohnTHaller> Gizmokid2005: Yeah, side effect of the broken newsletter sender. About 12,000 went out like that unfortunately.
21:02:34 <Gizmokid2005> Wow.
21:02:44 <Bensawsome> o_o
21:02:46 <JohnTHaller> I'm not gonna resend them, though.
21:02:46 <Bensawsome> thats not good
21:02:48 <Gizmokid2005> I wondered if you'd noticed or not.
21:02:49 <Gizmokid2005> I wouldn't
21:02:53 <Bensawsome> i got one like that too ._.
21:02:57 <Gizmokid2005> everything works and all the formatting you wanted is in there
21:03:00 <Gizmokid2005> it just ALSO showed the tags.
21:03:15 <JohnTHaller> It's mostly early subscribers, since they go out first.
21:06:03 <JohnTHaller> Actually looks like 20,000 :-(
21:06:19 <JohnTHaller> I think I'm gonna have to take the site offline and rebuild the drupal database this weekend.
21:06:34 <Gizmokid2005> JohnTHaller: why do you always have so many problems with Drupal's DB?
21:07:39 <JohnTHaller> 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 <Gizmokid2005> ahh, I suppose that'll do it.
21:10:49 *** Oni-Neoxes (~Oni-Neoxe@unaffiliated/oni-neoxes) has joined #portableapps
21:16:24 <JohnTHaller> So yeah. It needs a rebuild. Which is tough with a 2GB database.
21:16:51 <sar3th> wow..2gb database o_O
21:16:57 <Gizmokid2005> JohnTHaller: yeah no doubt. What DB are you using?
21:16:58 <computerfreaker> wow, that's big
21:17:05 <JohnTHaller> mysql. innodb tables.
21:17:10 <sar3th> does that mean we'll have some website downtime?
21:17:14 <JohnTHaller> yes
21:17:25 <computerfreaker> when are you taking the site down?
21:17:31 <JohnTHaller> prob sunday
21:17:34 <computerfreaker> 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 <computerfreaker> hi SteveLamerton!
21:19:37 <SteveLamerton> Hello Gizmokid2005, JohnTHaller, MaienM, computerfreaker, all
21:19:43 <Gizmokid2005> hello SteveLamerton
21:19:49 <MaienM> hello SteveLamerton
21:20:01 <JohnTHaller> hi steve
21:21:30 <SteveLamerton> JohnTHaller: Did you get my mail? Everything arrived fine!
21:22:46 <JohnTHaller> 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 <SteveLamerton> I am basically famous :O
21:24:01 <JohnTHaller> Yup :-)
21:25:59 <SteveLamerton> JohnTHaller: Do you thinkI should put just the plain platofrm on the drives or the suite?
21:26:06 <JohnTHaller> Suite 1.6
21:26:24 <SteveLamerton> Just what I thought, thanks :)
21:26:28 <JohnTHaller> 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 <SteveLamerton> 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 <JohnTHaller> 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 <Gizmokid2005> YAY!
21:38:50 <Bensawsome> cooooooool
21:40:02 <computerfreaker> question for you guys
21:40:50 <computerfreaker> 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 <SteveLamerton> computerfreaker: I vote leave it, the other one hasnt been commented on for 6 months or so
21:47:22 <computerfreaker> ok
21:47:34 <computerfreaker> thanks, SteveLamerton
21:47:37 <JohnTHaller> I was actually gonna go stable with the old one even with the vista icon issue
21:47:50 <JohnTHaller> It got fleshed out well testing wise and just had a couple minor bugs
21:47:50 <computerfreaker> JohnTHaller: so should I take down my new one?
21:48:04 <JohnTHaller> if the old one is stable... why do a new one? who did the old one anyway?
21:48:09 <computerfreaker> if you want, I can take my new one down - it's had no testing AFAIK
21:48:28 <Oni-Neoxes> Woo SteveLamerton, Hope you do terrific at the FOSDEM 2010
21:48:42 <SteveLamerton> Thanks Oni-Neoxes :D
21:48:45 <computerfreaker> and btw, JohnTHaller, I didn't know there was an old one when I made my new one
21:49:11 <JohnTHaller> oh, powerjuce did the old one. and there was a comment about one bug at the end that was never addressed.
21:50:29 <computerfreaker> so, JohnTHaller, what do you want me to do? Whatever you want is what I'll do
21:50:47 <JohnTHaller> 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 <JohnTHaller> 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 <computerfreaker> ok, I'll start with the old one then
21:52:46 <JohnTHaller> alright, cool
21:52:56 <JohnTHaller> i'm gonna run for a bit, but i'll be back on later
21:53:05 <computerfreaker> bye, JohnTHaller!
21:53:14 *** JohnTHaller has parted #portableapps (None)
22:15:28 *** sar3th|gaming is now known as sar3th
22:17:05 <sar3th> 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 <Portablenewbie> Can anyone here help me with something?
22:25:40 <computerfreaker> sure, Portablenewbie. What's up?
22:26:36 <Portablenewbie> hey. I am trying to organize the files in the menu of portableapps
22:26:45 <Portablenewbie> but I am not succeeding in it
22:26:56 <Portablenewbie> is it even possible?
22:27:15 <computerfreaker> Just a second, let me check
22:29:51 <computerfreaker> Portablenewbie: it doesn't seem to be possible, sorry
22:29:59 <computerfreaker> http://portableapps.com/support/portable_apps_suite
22:30:05 <computerfreaker> did you try right-clicking the files?
22:30:13 <computerfreaker> there might be an option in the contextual menu
22:30:31 <Portablenewbie> I am trying, but the only things I see are like hiding programs
22:30:58 <computerfreaker> I guess it isn't possible at the moment then, sorry
22:31:02 <Gizmokid2005> you mean organize as in categories Portablenewbie?
22:31:20 <Portablenewbie> yes
22:31:29 <Portablenewbie> like the same as on the website
22:31:36 <Portablenewbie> like office, internet etc
22:31:44 <Portablenewbie> and then sub categories
22:31:45 <Gizmokid2005> Portablenewbie: it's coming in the next release 2.0
22:31:49 <Portablenewbie> ah ok
22:32:06 <Portablenewbie> good thing to look forward at
22:32:17 <Portablenewbie> thanks alot computerfreaker and gizmokid
22:32:28 <Gizmokid2005> yw Portablenewbie
22:32:35 <computerfreaker> you're welcome!
22:33:06 <Portablenewbie> This program is pretty old though. Had this program also like 2 years ago
22:33:16 <Portablenewbie> 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 <GizmoBot> ChrisMorgan is a PortableApps.com developer and moderator
23:08:08 <computerfreaker> Hi ChrisMorgan!
23:08:56 <ChrisMorgan> Hi computerfreaker
23:09:05 <computerfreaker> How goes it?
23:09:18 <ChrisMorgan> Fine.
23:09:27 <computerfreaker> 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 <computerfreaker> Hi gluxon!
23:34:41 <gluxon> Hey :)
23:35:05 <computerfreaker> What's up? :)
23:35:10 <gluxon> Nothing :)
23:35:18 <gluxon> Check out this :) --> http://gnome-look.org/
23:35:22 <gluxon> First two items :)
23:36:15 <computerfreaker> nice work!
23:36:50 <gluxon> Thanks :)
23:37:03 <ChrisMorgan> computerfreaker: AutoHotkey doesn't get as many false positives as AutoIt
23:37:07 <ChrisMorgan> But still lots.
23:37:21 <ChrisMorgan> But eXpresso is the sort of thing which would be a /lot/ harder to do in any other language than AutoHotkey.
23:37:25 <sar3th> i somewhat prefer the autoit syntax
23:37:54 <computerfreaker> ChrisMorgan: the AV FP's are still the problem, right?
23:38:10 <ChrisMorgan> Yes
23:38:33 <computerfreaker> so is my post OK, or should I edit it?
23:39:23 <ChrisMorgan> It's correct.
23:39:27 <ChrisMorgan> I was just informin gyou more
23:39:32 <computerfreaker> oh, thank you
23:39:37 <computerfreaker> I had wondered if I said something wrong
23:39:43 <ChrisMorgan> gluxon: but what does that yucky blob /do/?
23:39:53 <ChrisMorgan> You've already got the real menus up the top.
23:40:17 <gluxon> I just ported two Lee-Soft themes for GnoMenu :)
23:40:31 <gluxon> You know, like ViOrb and ViGlance? :D
23:41:07 <gluxon> And it's not a yucky blob :/
23:41:48 <ChrisMorgan> What does it /do/ though when you click on it?
23:42:05 <computerfreaker> gluxon: I reckon it depends on your personal taste
23:42:15 <gluxon> ChrisMorgan: oh :P
23:42:21 <gluxon> Opens up the GnoMenu :D
23:42:33 * ChrisMorgan now has to work out what GnoMenu is
23:42:35 <computerfreaker> 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 <gluxon> https://launchpad.net/gnomenu
23:42:38 <computerfreaker> .g GnoMenu
23:42:38 <GizmoBot> computerfreaker: http://www.gtk-apps.org/content/show.php/GnoMenu+-+consolidated+menu+for+gnome?content=93056
23:42:56 <ChrisMorgan> Looks far too Windowsish
23:43:10 <ChrisMorgan> gluxon: Alt+F2
23:43:15 <computerfreaker> .title
23:43:17 <GizmoBot> computerfreaker: GnoMenu - consolidated menu for gnome GTK-Apps.org
23:43:19 <ChrisMorgan> That's all you ever need.
23:43:35 <ChrisMorgan> (Alt+F2 is the equivalent of Windows+R)
23:43:38 <gluxon> ChrisMorgan: I already knew about that :/
23:43:43 <ChrisMorgan> Except it's better.
23:43:52 <gluxon> And I changed it to Super L + R :P
23:43:59 <ChrisMorgan> :O
23:44:01 <ChrisMorgan> :o
23:44:03 <ChrisMorgan> :-O
23:44:05 <ChrisMorgan> :-o
23:44:06 <gluxon> Just easier to reach, and I've already gotten too used it it :'(
23:44:42 <ChrisMorgan> Well I use Alt+F1 and Alt+F2... and so I created a new one, Alt+F3, to open gnome-terminal
23:45:16 <gluxon> ChrisMorgan: So you use ubuntu, right :)
23:45:20 <ChrisMorgan> Yep
23:45:49 <gluxon> Oh hey, The third PortableApps.com Newsletter is here :)
23:46:26 <ChrisMorgan> gluxon: it's not the third. There were earlier ones before it started getting sent out.
23:46:39 <ChrisMorgan> emailed out
23:47:21 <gluxon> What are you talking about >_<
23:47:25 <gluxon> They're all right here :P
23:47:25 <gluxon> http://portableapps.com/taxonomy/term/42
23:47:47 <ChrisMorgan> Some earlier ones were not tagged.
23:48:07 <ChrisMorgan> And not quite labelled as newsletters. "Status updates" or similar I think they were
23:48:08 <gluxon> Oh.
23:49:01 <ChrisMorgan> But I will concede after all that it's the third newsletter.
23:49:53 <gluxon> :)
23:50:28 <computerfreaker> ChrisMorgan: could I consult you for a few moments?
23:50:46 <ChrisMorgan> Sure, my official consulting rate is $150/hr.
23:50:48 <ChrisMorgan> ;-)
23:50:50 <computerfreaker> lol
23:50:52 <ChrisMorgan> Ask away :-)
23:50:55 <computerfreaker> sorry, I don't have that much on me
23:51:17 <ChrisMorgan> Did you know that I've handled $100,000,000,000,000?
23:51:26 <computerfreaker> O_O
23:51:30 <sar3th> omg that's over 9000!
23:51:34 <ChrisMorgan> Quite seriously, and entirely literally.
23:51:39 <computerfreaker> wow.
23:51:44 <ChrisMorgan> One hundred trillion dollars.
23:52:05 <ChrisMorgan> One note.
23:52:08 <computerfreaker> hard to imagine that kind of cash.
23:52:09 <ChrisMorgan> Zimbabwe dollars.
23:52:33 <ChrisMorgan> Equivalent at the time of printing to about AU$7, and by the time I saw it under $1
23:52:54 <ChrisMorgan> Something like 1c I think was suggested.
23:53:08 <gluxon> ^
23:53:08 <gluxon> |
23:53:08 <gluxon> |
23:53:09 <gluxon> Loser :P
23:53:28 <gluxon> ChrisMorgan: JK :D
23:53:31 <ChrisMorgan> Having an official (official) inflation rate of 231,000,000% is not something which is helpful to making money worth much.
23:53:38 <ChrisMorgan> And unofficially it's in the billions...
23:53:48 <computerfreaker> wow... that inflation is insane
23:53:59 <ChrisMorgan> Nevertheless, a $100,000,000,000,000 note is pretty impressive to talk about ;-)
23:54:05 <computerfreaker> definitely
23:55:03 <gluxon> That's about 666666666666.666666667 hours of consulting :P
23:55:21 <computerfreaker> 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 <gluxon> computerfreaker: Aren't they all in the same folder?
23:56:29 <computerfreaker> forgot to mention, the data files are all stored in the ThunderUSB folder
23:56:57 <computerfreaker> gluxon: yes, but backing them up the usual way (DataFile.ini becomes DataFile-BackupByPortableApp.ini) would take a *lot* of code
23:57:18 <gluxon> Where are they located?
23:57:23 <ChrisMorgan> computerfreaker: use the PortableApps.com Launcher.
23:57:34 <gluxon> [X]:\PortableApps\somethignsomething\App\ThunderUSB?
23:57:38 <gluxon> NO! :D
23:57:39 <computerfreaker> gluxon: yes
23:57:43 <gluxon> Ah.
23:57:49 <gluxon> Any conflicting INI's?
23:57:56 <computerfreaker> ChrisMorgan: ok. Should I get it from the repository or the PA thread?
23:58:00 <computerfreaker> gluxon: nope
23:58:04 <gluxon> Okay.
23:58:06 <gluxon> So try this.
23:58:19 <ChrisMorgan> computerfreaker: if you want to test running as admin, get it from the repo, otherwise the Pre-Alpha release is fine
23:58:28 <gluxon> CopyFiles /s "$PROGRAMDIRECTORY\*.ini" "$SETTINGSDIRECTORY\*.ini" :D
23:58:44 <gluxon> Wait now.
23:58:53 <gluxon> CopyFiles /s "$PROGRAMDIRECTORY\*.ini" "$SETTINGSDIRECTORY"
23:58:55 <ChrisMorgan> 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 <computerfreaker> ChrisMorgan: no need to try running as admin for this app, it's already fully-portable (just not in PA format)
23:59:01 <gluxon> *Wait no
23:59:03 <ChrisMorgan> I expected so.
23:59:12 <computerfreaker> gluxon: I don't think you understand
23:59:50 <gluxon> Why?
23:59:54 <computerfreaker> 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