How to alter package karma in extras-testing?

2009-09-17 Thread Till Harbaum
Hi, i was about to do some testing. So logged in, went to the package page and got as far that i was able to enter a comment. But where am i supposed to click to give my vote? There's this package karma box with those thumbs-up and thumbs-down icons. But clicking them does nothing. How do i

Re: How to alter package karma in extras-testing?

2009-09-17 Thread Quim Gil
ext Till Harbaum wrote: There's this package karma box with those thumbs-up and thumbs-down icons. But clicking them does nothing. How do i rate something?? It does something, but it takes a long while. It's just the same with News and Brainstorm. I just don't know why the thumbs can be

Fremantle: Opening URLs and local files

2009-09-17 Thread Thomas Perl
Hello! What is the canonical way of opening a browser and the media player (or more general: opening a URL and opening a local file) from code on Fremantle? Is there a command-line utility that can be used or a D-Bus call? If so, where is the D-Bus call documented (sample code would be enough

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread Claudio Saavedra
El jue, 17-09-2009 a las 12:15 +0200, Thomas Perl escribió: Hello! What is the canonical way of opening a browser and the media player (or more general: opening a URL and opening a local file) from code on Fremantle? gtk_show_uri() should work in theory, but I don't know if it does in

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread Piñeiro
From: Claudio Saavedra csaave...@igalia.com El jue, 17-09-2009 a las 12:15 +0200, Thomas Perl escribió: Hello! What is the canonical way of opening a browser and the media player (or more general: opening a URL and opening a local file) from code on Fremantle? In Fremantle you

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread daniel wilms
Hi, here is an example for a d-bus call to open the browser: dbus-send --system --type=method_call --dest=com.nokia.osso_browser --print-reply /com/nokia/osso_browser/request com.nokia.osso_browser.load_url string:http://www.google.com; To use the mediaplayer you could have a look into the

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread David Greaves
Thomas Perl wrote: Hello! What is the canonical way of opening a browser and the media player (or more general: opening a URL and opening a local file) from code on Fremantle? Is there a command-line utility that can be used or a D-Bus call? If so, where is the D-Bus call documented

Re: open source licensing of maemo 5 example code MIT vs GPL

2009-09-17 Thread Murray Cumming
On Sat, 2009-08-29 at 11:19 +, gary liquid wrote: When I went looking, I find many are licensed under a permissive MIT license. this is great and open source friendly, but my application is written under the GPL. I am not a licensing expert, so hopefully one of you guys will be able

Re: open source licensing of maemo 5 example code MIT vs GPL

2009-09-17 Thread Joaquim Rocha
Like Murray said, you can use MIT code with your GPL code. When dealing with licensing issues, if your application is GPL licensed you should look for the GPL-compatible licenses list: http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses Cheers, -- Joaquim Rocha Murray

Maemo on Beagle: Broken package dependencies

2009-09-17 Thread Dirk Behme
Hi, while doing http://maemo-beagle.garage.maemo.org/alpha.html I'm stuck in [sbox-maemo-beagle: ~/rootfs ] fakeroot ./make_rootfs.sh stage. Using packages list from http://maemo-beagle.garage.maemo.org/files/maemo5-alpha/packages I get: -- cut -- [sbox-maemo-beagle: ~/rootfs ] fakeroot

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread Faheem Pervez
Hi, I'm a libosso whore so this is how I do it: #include libosso.h osso_context_t* osso_context; osso_rpc_t* osso_retval = { 0 }; char *open = http://www.google.com;; osso_context = osso_initialize (com.what.ever, 0.9.9, FALSE, NULL); osso_rpc_run(osso_context, com.nokia.osso_browser,

Re: open source licensing of maemo 5 example code MIT vs GPL

2009-09-17 Thread gary liquid
heh i answered this myself almost as soon as I asked. im embarrassed it got brought back up, but thankful to you both for reaffirming it the licenses are indeed compatible and its a great thing :) oss ftw! the examples are kickass, thanks to all for putting them together, any chance they be

Problem promoting GPE to extras-testing

2009-09-17 Thread Graham Cobb
Niels, I have just attempted to promote the 5 GPE apps which work on Fremantle (starling doesn't work at the moment) to extras-testing. The Extras-testing wiki page warns that the promotion interface could be a bit slow but I am wondering if it has broken. The first 3 apps went fine: I

Re: Maemo on Beagle: Broken package dependencies

2009-09-17 Thread Till Harbaum / Lists
Hi, i'd really suggest that we stop using this alpha port and somehow join forces to get the beta2 port running or even wait for the final sdk. I am really interested in getting fremantle to run on the beagleboard, but the alpha sdk really is useless nowadays as not a single application from

How to promote libs via extras-testing?

2009-09-17 Thread Till Harbaum / Lists
Hi, how is promoting libraries supposed to work? It's basically impossible to promote just a library since there's no useful way to test a library alone. But you can also not just promote an application using a library from extras-devel as it would be broken without its libs. osm2go is such

Re: Fremantle: Opening URLs and local files

2009-09-17 Thread Till Harbaum / Lists
Hi, i am using tablet-browser-interface which imho exists for exactly this purpose: #include tablet-browser-interface.h osso_rpc_run_with_defaults(my_osso_context, osso_browser, OSSO_BROWSER_OPEN_NEW_WINDOW_REQ, NULL, DBUS_TYPE_STRING, my_url,

Re: How to promote libs via extras-testing?

2009-09-17 Thread Graham Cobb
On Thursday 17 September 2009 19:40:14 Till Harbaum / Lists wrote: It's basically impossible to promote just a library since there's no useful way to test a library alone. But you can also not just promote an application using a library from extras-devel as it would be broken without its libs.

Re: Maemo on Beagle: Broken package dependencies

2009-09-17 Thread Murray Cumming
On Thu, 2009-09-17 at 20:32 +0200, Till Harbaum / Lists wrote: Hi, i'd really suggest that we stop using this alpha port and somehow join forces to get the beta2 port running or even wait for the final sdk. I am really interested in getting fremantle to run on the beagleboard, but the

Re: Maemo on Beagle: Broken package dependencies

2009-09-17 Thread Juha Kallioinen
Hello, I think you may have something funky in your sources.list. You should use the sources.list file from where you found the packages file and when you modify it to include the closed binary repository line with your tag, be sure not to use 'fremantle' in the uri, instead maemo5.0alpha like

Re: Maemo on Beagle: Broken package dependencies

2009-09-17 Thread Juha Kallioinen
Hello, that would be great. If you want to use the maemo-beagle garage site to document/track the process, please do so. I'll gladly add anyone interested as a project member. Cheers, Juha ext Till Harbaum / Lists wrote: Hi, i'd really suggest that we stop using this alpha port and