[00:11] http://www.youtube.com/watch?v=Ll2kajMH2u0 [00:12] lol [00:21] asac, sending the patches upstream is independent [00:21] not to mention they are yours ;) [00:22] really :) [00:22] yes its independent ... didn't know where to note that [00:23] prism is done too. i really like it now. [00:27] where can i get it? does it work with beta? [00:28] yes [00:28] any xul 1.9 [00:33] http://www.sofaraway.org/ubuntu/tarballs/prism_0.8+svn20071115r8030.orig.tar.gz [00:33] https://code.edge.launchpad.net/~mozillateam/prism/prism [00:33] asac_ ^^ === asac__ is now known as asac [00:37] http://www.sofaraway.org/ubuntu/tarballs/prism_0.8+svn20071115r8030.orig.tar.gz [00:37] https://code.edge.launchpad.net/~mozillateam/prism/prism [00:37] asac, ^^ [00:41] no manpage? [00:42] yes, there is, i made one [00:43] but, well, it's a web/desktop thing, why would anyone want a man page ? [00:45] Ubulette: why do you tar/untar the apps? [00:45] what benefit over copy do you have? [00:46] do i ? i just unzip the logo [00:46] ( cd install/profiles; tar cf - . ) | ( cd debian/tmp$(DEB_MOZ_DATA)/apps ; tar xvf - ) [00:46] that's a copy [00:46] yes ... but why not us cp ? [00:46] use [00:47] i'm old school, cp -ar is not portable for me ;) [00:47] does it matter ? [00:47] no [00:47] just wondered why you stick to it [00:48] i've worked with sunos and solaris where /bin/sh is really dumb [00:48] that was a long time ago but habits stay [00:49] prism depends on dom-inspector? [00:49] (you don't teach new tricks to an old dog) [00:49] yes [00:49] why? [00:49] because it's still young ? it's shipped upstream on win and mac too [00:50] yes, but what happens if you make a recommends out of it? does it break? [00:50] or suggest [00:50] in previous versions, it broke [00:51] i haven't tried as i don't think it matters much [00:52] its damned that every application creates a top level applicatio nentry ... but maybe i just need to get used to :) [00:52] but clicking on prism should definitly prsent the user with buttons to start applications :) [00:52] (or url) [00:54] ? eh [00:54] when you start prism, you get a ui to create a desktop file just by entering a name and an url [00:55] yes [00:55] you get the default icon but you can change it afterwards [00:55] this should also have a list of deployed webapps imo [00:55] e.g. a starter panel [00:55] why ? it's supposed to be integrated in the desktop [00:55] so you can put your entries in the menu [00:56] or in the panel [00:56] or on the desktop [00:56] or a mix [00:56] hmm ... then prism main program should go and a mime-type should be registered that invokes prism [00:56] it's supposed to [00:56] can you install webapps by running prism + url on cmd line? [00:57] prism foo.webapp [00:57] it's my script [00:58] or run prism-whatever directly [00:58] hmm [00:58] i though opening a webapp by url would be remembered somehow [00:58] but probably to early for that [00:58] it does [00:59] you have something created in ~/.prism/*default/webapps/ [01:00] clicking on .webapp doesn't work :( [01:00] in nautilus [01:01] hmm, it did before [01:01] need to restart anything? [01:01] nautilus [01:01] killall [01:01] in firefox neither [01:01] same, kill it, and you need a web site sending the correct mime type [01:02] noper [01:02] didn't heop [01:03] it should use the one used by gnome i guess [01:03] but gnome doesn't work as well [01:03] restarted vfs as well [01:03] lets restart session [01:05] if i visit /usr/share/prism/apps in nautilus and click on anything in there, it popups the expected webapp [01:07] interseting [01:07] same with file:///usr/share/prism/apps/ in ff3 [01:07] in that folder the files have different icons [01:08] yes, maybe something is missing but at least, it works [01:08] http://people.ubuntu.com/~asac/screenshots/Screenshot-apps.png [01:08] doesn't work for me in any case [01:09] i have prism_*deb and prism-*deb installed :) [01:09] what do you have if you double click one of those ? [01:10] for both types i get "xyz cannot be opened [01:10] " [01:10] no application is known for this kind of file [01:10] hmm, it works here [01:12] in /usr/lib/mime/packages/prism it looks wierd [01:12] application/vnd.mozilla.webapp ext: webapp [01:12] the other files look definitly different :) [01:15] mozilla bug 403593 [01:15] Mozilla bug 403593 in Prism "prism on ubuntu should be in menu, have icons, file associations, etc." [Enhancement,New] http://bugzilla.mozilla.org/show_bug.cgi?id=403593 [01:16] well running prism from command line with .webapp doesn't work either :( [01:16] it just opens the url dialog [01:17] hm, maybe my fault. I changed a couple of things in the last commit [01:17] oh [01:17] i have now: [01:18] i don't use prism like that, that's why [01:18] /usr/bin/python /usr/bin/gnome-app-install --mime-type=application/vnd.mozilla.webapp file:///usr/share/prism/apps/google-groups.webapp /usr/share/prism/apps/google-groups.webapp [01:18] and 2 more of those [01:18] whats going on? [01:19] ? [01:19] k wanna fix it? [01:20] i mean the "open with url/file" thing? [01:23] yep [01:26] damn, i have greader registered as the default app for webapps [01:35] asac, i've fixed the script when it's called either like that: [01:35] prism file:///usr/share/prism/apps/google-mail.webapp [01:35] or like that: [01:35] prism /usr/share/prism/apps/google-mail.webapp [01:36] it works in nautilus when I right click and select run with prism [01:36] but by default, the action is run with google reader for me [01:37] pull now? [01:37] not yet, i document [01:38] welll i think file:/usr/... is also legal [01:39] and file:some/relativ/path as well :) [01:39] i don't think it is [01:39] nautilus never does that [01:40] but firefox for instance [01:40] really i think those are valid :) [01:40] though not that important now .) [01:40] why not just pass the argument to prism? [01:41] e.g. -webapp file:relative/thing/webapp.webapp [01:42] i does not support urls (iirc) [01:42] it [01:42] pushed [01:43] I just don't know what's wrong with the mimetype [01:44] but http works? [01:44] how? [01:45] ah its downloaded first i guess [01:45] ok [01:52] yeah ... still broken [01:52] the mime type [01:53] right click in nautilus doesn't work ? [01:54] add "echo $0 $@ >> /tmp/prism.log" at the beginning of /usr/bin/prism [01:54] click and see what you get [01:55] Ubulette: its not invoked [01:56] gnome doesn't know anything about prism and .webapp [01:56] same for firefox [01:58] why does it for me ? [02:01] http://www.sofaraway.org/ubuntu/tmp/nautilus.png [02:02] obviously, the default is wrong but still, prism is there (below) [02:02] if you can pinpoint the bug, you're welcome [02:11] tomorrow ...maybe restarting gnome completely helps. [02:11] but will go to bed now [02:11] me too [02:11] 'night [02:12] bye === \sh_away is now known as \sh === gnomefre1k is now known as gnomefreak [14:57] asac: did you get chance to look and push iceape and sunbird? im seeing bug reports in sunbird i would like to say test with 0.7 atm [15:32] asac: the version of firefox-webdeveloper built with firefox is 1.0.2+0-2ubuntu1 and bug 163652 wants to upgrade it I dont think it can be upgraded in Gutsy since it was minor bug fixes no security fixes please comment on bug on what you will do with it. [15:32] Launchpad bug 163652 in webdeveloper "Upgrade from 1.0.2 to 1.1.4" [Undecided,New] https://launchpad.net/bugs/163652 === \sh is now known as \sh_away === bluekuja_ is now known as bluekuja [17:02] hi === Ubulette_ is now known as Ubulette [17:03] gnomefreak, does it support ff3 now ? === \sh_away is now known as \sh === \sh is now known as \sh_away [18:23] Ubulette: i believ eit does [18:24] Ubulette: no not yet [18:24] https://addons.mozilla.org/en-US/firefox/addon/60 just through 2.0.0.* [18:24] ok [18:24] why the hell wont weechat run [18:26] brb [18:32] what channel is this? [18:36] mt [18:46] yeah i figured that out was playing with weechat and didnt know how to change channels === asac_ is now known as asac [19:00] asac, http://www.sofaraway.org/ubuntu/tmp/nautilus-prism.png [20:49] asac, gnomefreak, could you try prism ? i think i've fixed the icons / mime-types for both firefox and nautilus. At least it works for me. [20:59] bluekuja, ping sm1 ? [21:01] Admiral_Chicago, what's wrong with the miro image you blogged about ? [21:47] whats the diference between prism and prism-launchpad? [21:51] prism-launchpad was an attempt to make a webapp for LP. forget it [21:51] prims is the main package [21:51] gnomefreak, ^^ [21:51] ok [21:51] http://www.sofaraway.org/ubuntu/tarballs/prism_0.8+svn20071115r8030.orig.tar.gz [21:52] i've also built it in my ppa [22:02] gnomefreak, once you have prism and a couple of webapps installed, please visit /usr/share/prism/apps with nautilus, right click on a .webapp file and tell me which apps are proposed (or screenshot the menu). [22:03] k [22:05] you just want list of whats in /usr/share/prism/apps [22:05] everything i installed is in there [22:05] they all have .webapp name [22:06] Ubulette: ^^ [22:08] http://www.sofaraway.org/ubuntu/tmp/nautilus-prism.png [22:08] ? [22:08] do you see something like that ? [22:08] not the pretty icons [22:08] hmm [22:08] but yes i see them just paper icons [22:08] not good then [22:09] im assuming it depends what theme your using? [22:09] no [22:09] ah ok [22:09] give me a minute ill upload screenshot [22:10] do you have /usr/share/icons/gnome/48x48/mimetypes/gnome-mime-application-vnd.mozilla.webapp.png ? [22:11] gnome-mime-application-vnd.mozilla.webapp.png [22:11] please show me right click menu [22:11] gnome-mime-application-x-drivel.png [22:11] killall nautilus [22:12] http://profile.imageshack.us/user/gnomefreak/images/detail/#511/screenshotwx3.png <<< before killall [22:13] ok [22:13] after kill all its the same [22:13] hm [22:14] it seems you cant take screenshot when context menu is open [22:14] add a delay [22:14] dont know how ot screenshot from term [22:14] use the ui [22:15] applications / accessories / take screenshot === asac_ is now known as asac [22:18] uploading [22:19] http://img86.imageshack.us/my.php?image=screenshotso1.png [22:20] not the right link [22:21] hmmm [22:22] http://profile.imageshack.us/user/gnomefreak/images/detail/#86/screenshotso1.png [22:22] try that [22:22] wtf [22:22] dont click on it paste link into browset [22:22] browser [22:23] atleast i cant click it here, it only uses half the link if i do [22:23] hmm. you sure you pulled my branch before building ? [22:23] i didnt build it [22:23] i used your .debs [22:23] ? [22:23] oh [22:23] fta4 ? [22:23] saves me timeyes [22:23] hmm [22:23] saves me time and yes [22:24] are you sure it doesnt go on theme? [22:24] yes [22:25] and in firefox ? [22:28] what about firefox [22:29] http://www.sofaraway.org/ubuntu/tmp/firefox-prism.png [22:29] try file:///usr/share/prism/apps/ [22:30] same [22:31] as in nothing ? [22:31] or same as me ? [22:31] posting screenshot [22:31] same as in nautilud for me [22:31] -d +s [22:32] http://profile.imageshack.us/user/gnomefreak/images/detail/#98/firefoxprismha3.png [22:32] i have to run out for ~ 1 hr should i build it or just keep it as is to test? [22:33] i'm out of ideas. it works on my side [22:34] Ubulette: amuse me and try human icon theme [22:36] bbs [22:36] that's what i'm using [22:37] i still see the prisms whatever the theme, industrialtango, high contrast inverse, ... [23:07] hmm, i think i got it [23:13] gnomefreak, please retry using my branch. it's tiny/fast === asac_ is now known as asac [23:26] Ubulette: it had a copyright picture license agreeement but the program is GPL so the images should be copyleft [23:28] Admiral_Chicago, oh, i read the picture was GPL too [23:30] nope [23:30] so can someone explain to me what prism is [23:30] i just saw something about that branch today in my email [23:31] http://labs.mozilla.com/2007/10/prism/ [23:31] looking [23:31] thanks [23:32] or more generally http://wiki.mozilla.org/Prism [23:32] I think i'm done packaging it [23:33] very interesting idea [23:42] Ubulette: you have tarball handy or does mozclient make one (or should i use one from PPA? [23:43] http://www.sofaraway.org/ubuntu/tarballs/prism_0.8+svn20071115r8030.orig.tar.gz [23:43] (as always) [23:43] ah [23:49] gnomefreak, so ? you're done ? (it builds in 5 sec for me) [23:49] no im reading something ill build it after im done [23:54] Ubulette: you built this for gutsy or hardy? [23:54] in my ppa, both [23:55] ok [23:55] just checking [23:55] that's the only thing i'm still building for gutsy in my ppa, i'm out of space