From timop.harkonen at gmail.com Wed May 2 12:12:39 2012 From: timop.harkonen at gmail.com (=?ISO-8859-1?Q?Timo_H=E4rk=F6nen?=) Date: Wed, 2 May 2012 12:12:39 +0300 Subject: Fremantle on OBS status update In-Reply-To: References: Message-ID: Hi I did a quick search in maemo wiki and there is two pages that we could use for this exercise in addition to the task page ( http://wiki.maemo.org/Task:Maemo_OBS) http://wiki.maemo.org/OpenSuse_Build_Service/Fremantle_Setup - this has one link to pmo. It would be nice if someone with access rights could check if there's something useful there that can be shared. http://wiki.maemo.org/OBS I think the docs needs to be improved a bit so I'll try to find time to do some wiki editing soon and update those pages to match the current situation. I won't be editing the obs setup page but I plan to edit the above OBS page to be an entry point for the maemo OBS. Timo 2012/4/30 Niels Breet > Hi, > > A quick update about this task: > > I've imported the Fremantle PR1.3 SDK into the maemo.org OBS and also > imported all packages from fremantle Extras into the Extras:Testing13 > project. > > There is currently a problem with the scheduler for armel packages, I > need to find out why builds aren't dispatched. > > At the moment the i586 packages are still building, but the results > look quite promising already. Building for i586 should finish > somewhere tomorrow. > > Unfortunately I have to cancel the fremantle on OBS meeting tomorrow > as I am not able to join it. I want to propose postponing the meeting > one week, so I can fix the armel building in the OBS and let the > builds run. > > -- > Niels Breet > maemo.org webmaster > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers > -------------- next part -------------- An HTML attachment was scrubbed... URL: From glaudistong at gmail.com Wed May 2 23:25:08 2012 From: glaudistong at gmail.com (Glaudiston Gomes da Silva) Date: Wed, 2 May 2012 17:25:08 -0300 Subject: Git Push Problem Message-ID: Hi, It's my first project for maemo garage. I'm experienced with SVN but not in Git. So if it's a dummy question, sorry, but after much search I have no success. I'm not able to clone the project in scratchbox: > [sbox-FREMANTLE_X86: ~/src/tmp] > git clone https://vcs.maemo.org/git/gbooks > Initialize gbooks/.git > Initialized empty Git repository in /home/glaudiston/src/tmp/gbooks/.git/ > Segmentation fault (core dumped) > [sbox-FREMANTLE_X86: ~/src/tmp] > But, I'm able to checkout the project with my host(Ubuntu 12.04) without errors. None of git's commands are working in scratchbox, but since I able to do it with my ubuntu host system, It's not the problem. My problem is the git push fail: > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ git push > Password for 'https://glaudiston at vcs.maemo.org': > Fetching remote heads... > ? refs/ > ? refs/heads/ > ? refs/tags/ > updating 'refs/heads/master' > ? from d762ee51b6515a5044950ed1096c526acc747558 > ? to?? 01bc3de1a51d55f698942f9f0e8cb75b3df72d71 > ??? sending 5 objects > MOVE 4363fdcb0bb93d445f2c2116a15e027f9c3d87cf failed, aborting (22/502) > MOVE e0ecea8fc00c1405a4689761daca811126ccd73e failed, aborting (22/502) > MOVE 7fc1c20aba1f241b75251bcf6398bb96ddaf84b7 failed, aborting (22/502) > MOVE 01bc3de1a51d55f698942f9f0e8cb75b3df72d71 failed, aborting (22/502) > MOVE 35a0d69bd022e037ccec2f24017b23ff9137f998 failed, aborting (22/502) > Updating remote server info > fatal: git-http-push failed > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ I already tried: > export GIT_SSL_NO_VERIFY=1 > git config --global --add http.sslVerify false Some info: > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ git remote -v > origin??? https://glaudiston at vcs.maemo.org/git/gbooks (fetch) > origin??? https://glaudiston at vcs.maemo.org/git/gbooks (push) > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ Any idea of what is my problem? From sakya_tg at yahoo.it Sat May 5 14:46:10 2012 From: sakya_tg at yahoo.it (Paolo Iommarini) Date: Sat, 05 May 2012 13:46:10 +0200 Subject: Problem with three keys pressed Message-ID: Hi, I have a problem when three keys are pressed (I have the english keyboard). There are some keys combination that generates an additional key press. This seems a system bug. It can be reproduced in any textbox (like the contact search). If you press a+x+up arrow you'll see a "p". I noticed it while using the Game Gripper with the psx emulator: pressing down+left+circle will end in a down+left+triangle+circle combination. I debugged the key-press-event and it is really getting a press event for the key "p" (code 33). There are also other strange keys combination like a+x+return = "," a+x+. = "o." Can someone please test it and say if it's really a system bug? Thanks Paolo From matan at svgalib.org Sat May 5 15:54:07 2012 From: matan at svgalib.org (Matan Ziv-Av) Date: Sat, 5 May 2012 15:54:07 +0300 (IDT) Subject: Problem with three keys pressed In-Reply-To: References: Message-ID: On Sat, 5 May 2012, Paolo Iommarini wrote: > I have a problem when three keys are pressed (I have the english keyboard). > There are some keys combination that generates an additional key press. > This seems a system bug. > > It can be reproduced in any textbox (like the contact search). > If you press a+x+up arrow you'll see a "p". > > I noticed it while using the Game Gripper with the psx emulator: pressing > down+left+circle will end in a down+left+triangle+circle combination. > I debugged the key-press-event and it is really getting a press event for the > key "p" (code 33). > > There are also other strange keys combination like > a+x+return = "," > a+x+. = "o." > > Can someone please test it and say if it's really a system bug? This is a hardware issue. And there are more combinations revealing this issue. See for example here: http://talk.maemo.org/archive/index.php/t-40806.html I believe it is possible to recognize the fake key press/release events by analyzing the timing of those events, thus discarding these events and working around the hardware problem. But to my knowledge, noone has done it yet, and I do not expect anyone to actually do it. -- Matan Ziv-Av. matan at svgalib.org From sakya_tg at yahoo.it Sat May 5 16:08:33 2012 From: sakya_tg at yahoo.it (Paolo Iommarini) Date: Sat, 05 May 2012 15:08:33 +0200 Subject: Problem with three keys pressed In-Reply-To: References: Message-ID: I thought it might be an hardware issue... Too bad, I'll try to find a workaround. Many thanks > On Sat, 5 May 2012, Paolo Iommarini wrote: > >> I have a problem when three keys are pressed (I have the english >> keyboard). >> There are some keys combination that generates an additional key press. >> This seems a system bug. >> >> It can be reproduced in any textbox (like the contact search). >> If you press a+x+up arrow you'll see a "p". >> >> I noticed it while using the Game Gripper with the psx emulator: >> pressing down+left+circle will end in a down+left+triangle+circle >> combination. >> I debugged the key-press-event and it is really getting a press event >> for the key "p" (code 33). >> >> There are also other strange keys combination like >> a+x+return = "," >> a+x+. = "o." >> >> Can someone please test it and say if it's really a system bug? > > This is a hardware issue. And there are more combinations revealing this > issue. See for example here: > > http://talk.maemo.org/archive/index.php/t-40806.html > > I believe it is possible to recognize the fake key press/release events > by analyzing the timing of those events, thus discarding these events > and working around the hardware problem. But to my knowledge, noone has > done it yet, and I do not expect anyone to actually do it. From klaus.k.pedersen at nokia.com Sun May 6 04:23:26 2012 From: klaus.k.pedersen at nokia.com (klaus.k.pedersen at nokia.com) Date: Sun, 6 May 2012 01:23:26 +0000 Subject: Problem with three keys pressed In-Reply-To: References: , Message-ID: <301CD7A589600B49B14AC1354D80FD2A0EFED733@008-AM1MPN1-025.mgdnok.nokia.com> On Saturday, May 05, 2012, Paolo wrote: > I thought it might be an hardware issue... That is a phenomon called ghost-key. This is something inherent in matrix-keyboards. http://www.dribin.org/dave/keyboard/one_html/ > Too bad, I'll try to find a workaround. The only workaround is to suppress the 3'rd key (which will appear as two new keys) if the pressed keys form a rectangle in the keyboard matrix. ________________________________________ From: maemo-developers-bounces at maemo.org [maemo-developers-bounces at maemo.org] on behalf of ext Paolo Iommarini [sakya_tg at yahoo.it] Sent: Saturday, May 05, 2012 9:08 PM To: maemo-developers Subject: Re: Problem with three keys pressed I thought it might be an hardware issue... Too bad, I'll try to find a workaround. Many thanks > On Sat, 5 May 2012, Paolo Iommarini wrote: > >> I have a problem when three keys are pressed (I have the english >> keyboard). >> There are some keys combination that generates an additional key press. >> This seems a system bug. >> >> It can be reproduced in any textbox (like the contact search). >> If you press a+x+up arrow you'll see a "p". >> >> I noticed it while using the Game Gripper with the psx emulator: >> pressing down+left+circle will end in a down+left+triangle+circle >> combination. >> I debugged the key-press-event and it is really getting a press event >> for the key "p" (code 33). >> >> There are also other strange keys combination like >> a+x+return = "," >> a+x+. = "o." >> >> Can someone please test it and say if it's really a system bug? > > This is a hardware issue. And there are more combinations revealing this > issue. See for example here: > > http://talk.maemo.org/archive/index.php/t-40806.html > > I believe it is possible to recognize the fake key press/release events > by analyzing the timing of those events, thus discarding these events > and working around the hardware problem. But to my knowledge, noone has > done it yet, and I do not expect anyone to actually do it. _______________________________________________ maemo-developers mailing list maemo-developers at maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers From sakya_tg at yahoo.it Sun May 6 13:36:41 2012 From: sakya_tg at yahoo.it (Paolo Iommarini) Date: Sun, 06 May 2012 12:36:41 +0200 Subject: Problem with three keys pressed In-Reply-To: <301CD7A589600B49B14AC1354D80FD2A0EFED733@008-AM1MPN1-025.mgdnok.nokia.com> References: <301CD7A589600B49B14AC1354D80FD2A0EFED733@008-AM1MPN1-025.mgdnok.nokia.com> Message-ID: > The only workaround is to suppress the 3'rd key (which will appear as > two new keys) if the pressed keys form a rectangle in the keyboard > matrix. I tried but it's really not easy (maybe impossible). If the three keys are pressed simultaneously the order of the key press event is "random". Also in the case of a+x+up arrow I get a sequence of: Key: 111 Pressed time 1175712370 Key: 33 Pressed time 1175712398 Key: 38 Pressed time 1175712398 Key: 53 Pressed time 1175712398 But if I press a+x+p (which is the ghost key I get using the previous sequence) I get: Key: 38 Pressed time 1175773269 Key: 53 Pressed time 1175773269 Key: 33 Pressed time 1175773284 Key: 111 Pressed time 1175773284 The key with code 33 (the p) is always fired before the 111 (up arrow) so there's no way I can say if the user really pressed the p or the up arrow. From klaus.k.pedersen at nokia.com Mon May 7 06:04:53 2012 From: klaus.k.pedersen at nokia.com (klaus.k.pedersen at nokia.com) Date: Mon, 7 May 2012 03:04:53 +0000 Subject: Problem with three keys pressed In-Reply-To: References: <301CD7A589600B49B14AC1354D80FD2A0EFED733@008-AM1MPN1-025.mgdnok.nokia.com>, Message-ID: <301CD7A589600B49B14AC1354D80FD2A0EFED7C9@008-AM1MPN1-025.mgdnok.nokia.com> On Saturday, May 06, 2012, Paolo wrote: > > The only workaround is to suppress the 3'rd key (which will appear as > > two new keys) if the pressed keys form a rectangle in the keyboard > > matrix. > I tried but it's really not easy (maybe impossible). There is only one way to "fix" the ghost key problem - that is to suppress all *new* key events that are part of a ghost key "rectangle". > Also in the case of a+x+up arrow I get a sequence of: > Key: 111 Pressed time 1175712370 Key event 111 send > Key: 33 Pressed time 1175712398 > Key: 38 Pressed time 1175712398 > Key: 53 Pressed time 1175712398 Suppress all. > But if I press a+x+p (which is the ghost key I get using the previous > sequence) I get: > Key: 38 Pressed time 1175773269 > Key: 53 Pressed time 1175773269' Key event 38 and 53 send > Key: 33 Pressed time 1175773284 > Key: 111 Pressed time 1175773284 Both suppressed > The key with code 33 (the p) is always fired before the 111 (up arrow) so > there's no way I can say if the user really pressed the p or the up arrow. No that is the point - from the HW point of view there is no way to see which one is really pressed. The only thing you can do is to hide the problem. From joerg at openmoko.org Wed May 9 16:57:15 2012 From: joerg at openmoko.org (Joerg Reisenweber) Date: Wed, 9 May 2012 15:57:15 +0200 Subject: Problem with three keys pressed In-Reply-To: <301CD7A589600B49B14AC1354D80FD2A0EFED7C9@008-AM1MPN1-025.mgdnok.nokia.com> References: <301CD7A589600B49B14AC1354D80FD2A0EFED7C9@008-AM1MPN1-025.mgdnok.nokia.com> Message-ID: <201205091557.18258.joerg@openmoko.org> see http://wiki.maemo.org/N900_Hardware_Subsystems#Keyboard where I elaborated about the problem, though only regarding qualifier keys (Fn, Shift, Ctrl) /j From christian_ratzenhofer at yahoo.de Fri May 11 12:11:43 2012 From: christian_ratzenhofer at yahoo.de (Christian Ratzenhofer) Date: Fri, 11 May 2012 11:11:43 +0200 Subject: [CSSU] how to include rewrites of closed blobs Message-ID: <4FACD7CF.4040006@yahoo.de> Coming monday (14.05) we will have an irc meeting in #maemo-ssu on freenode @ 18:00 UTC Target of the meeting is to decide on a way how we handle rewrites within cssu, and how new ones should be added. Anybody is free to join the discussion! Christian From andrew at bleb.org Fri May 11 12:27:36 2012 From: andrew at bleb.org (Andrew Flegg) Date: Fri, 11 May 2012 10:27:36 +0100 Subject: [CSSU] how to include rewrites of closed blobs In-Reply-To: <4FACD7CF.4040006@yahoo.de> References: <4FACD7CF.4040006@yahoo.de> Message-ID: On 11 May 2012 10:11, Christian Ratzenhofer wrote: > Coming monday (14.05) we will have an irc meeting in #maemo-ssu on freenode > @ 18:00 UTC > > Target of the meeting is to decide on a way how we handle rewrites within > cssu, and how new ones should be added. A previous discussion can be seen at: http://mg.pov.lt/maemo-ssu-irclog/%23maemo-ssu.2012-05-07.log.html#t2012-05-07T15:08:09 My position is that the CSSU exists to make possible for the average user things which only Nokia could previously do (such as upgrades/bugfixes to hildon-desktop & Modest). If something can be installed via Extras, it should be. If it's a fully functional rewrite, an additional package can be used to swap the .desktops etc. This means users can have the choice between, and compare side-by-side, the original and the rewrite. This additional "bridging" package *might* require the CSSU. If so, maybe it should be in a separate repo, a "CSSU Extras" if you will. See you Monday! Cheers, Andrew -- Andrew Flegg -- mailto:andrew at bleb.org? |? http://www.bleb.org/ From joerg at openmoko.org Fri May 11 15:26:14 2012 From: joerg at openmoko.org (Joerg Reisenweber) Date: Fri, 11 May 2012 14:26:14 +0200 Subject: [CSSU] how to include rewrites of closed blobs In-Reply-To: References: <4FACD7CF.4040006@yahoo.de> Message-ID: <201205111426.17173.joerg@openmoko.org> thanks Andrew, for clarification :-D 100% agree. I just like to add we already have some apps that are no rewrites but clearly depend on CSSU (orientation lock applet, CSSU-tweaker...) and thus also should live in that repo CSSU-extras (or whatever path we choose to implement the concept) cheers jOERG (IRC: DocScrutinizer) From stephen.gadsby at gmail.com Mon May 14 08:16:40 2012 From: stephen.gadsby at gmail.com (Stephen Gadsby) Date: Mon, 14 May 2012 01:16:40 -0400 Subject: maemo.org Website Bug Jar 2012.20 Message-ID: A Quick Look at maemo.org Website in Bugzilla (https://bugs.maemo.org/). 2012-05-07 through 2012-05-13 As of 2012-05-14 maemo.org Website contains: * total items: 1617 (+1 this week) * total open items: 240 (+1 this week) * open bugs: 179 (+1 this week) * critical/blocker: 11 (+1 this week) * "easyfix": 1 * "moreinfo": 0 * "crash": 0 * "patch": 0 * reopened: 4 * unconfirmed: 64 * open enhancements: 61 * "easyfix": 1 * "moreinfo": 0 * "patch": 1 * reopened: 2 * unconfirmed: 21 ==--- New Items ---== 1 bug was opened - ( https://bugs.maemo.org/buglist.cgi?bug_id=12612 ): * [12612] [Elections] Community Council election process isn't working at all Of these, 1 was a critical/blocker - ( https://bugs.maemo.org/buglist.cgi?bug_id=12612 ): * [12612] [Elections] Community Council election process isn't working at all 0 enhancements were opened. ==--- Resolved Bugs ---== 0 bugs were resolved "fixed". 0 bugs were resolved "invalid". 0 bugs were resolved "wontfix". 0 bugs were resolved "duplicate". 0 bugs were resolved "worksforme". 0 bugs were resolved "moved". ==--- Resolved Enhancements ---== 0 enhancements were resolved "fixed". 0 enhancements were resolved "invalid". 0 enhancements were resolved "wontfix". 0 enhancements were resolved "duplicate". 0 enhancements were resolved "worksforme". 0 enhancements were resolved "moved". ==--- Confirmed Items ---== 1 bug was confirmed - ( https://bugs.maemo.org/buglist.cgi?bug_id=12612 ): * [12612] [Elections] Community Council election process isn't working at all 0 enhancements were confirmed. ==--- Reopened Items ---== 0 bugs were reopened. 0 enhancements were reopened. ==--- Unloved Items ---== 10 bugs were needing love - ( https://bugs.maemo.org/buglist.cgi?bug_id=4489,5123,4772,5221,12068,8290,10687,12301,11691,12227 ): * [4489] [Talk] There is no "Today's Posts" link from the Minimalistic theme * [5123] [Downloads] Downloads main page can display duplicates * [4772] [Talk] Messages Overflow on Private Messages Page * [5221] [Talk] thread subscription list missing checkboxes in minimalism * [12068] [Downloads] Cannot edit product page for application in section "Education" * [8290] [Brainstorm] Add brainstorm.maemo.org redirect * [10687] [Brainstorm] RESOLVED / MOVED Bug Reports are stucking in the Brainstorm system * [12301] [News] Remove Onutz Buruga feed from Planet Maemo * [11691] [General] Garage Register, No maemo account created. * [12227] [General] Search Malfunction 6 enhancements were needing love - ( https://bugs.maemo.org/buglist.cgi?bug_id=6952,6723,5131,10942,9729,12067 ): * [6952] [Brainstorm] Add possibility to save bugzilla styled searches * [6723] [Autobuilder] Would be great if it would be possible to see build log of in-progress build * [5131] [Talk] Poll edit or update on t.m.o. * [10942] [Bugzilla] Easy way to list packages on bugzilla. * [9729] [Downloads] Show full package page when only one search result * [12067] [Talk] There should be CSSU dedicated sub-forum ==--- Keyworded Items ---== ( glossary: https://bugs.maemo.org/describekeywords.cgi ) 0 bugs were tagged "crash". 0 bugs were tagged "easyfix". 0 bugs were tagged "moreinfo". 0 bugs were tagged "patch". 0 bugs were tagged "performance". 0 bugs were tagged "security". 0 enhancements were tagged "easyfix". 0 enhancements were tagged "moreinfo". 0 enhancements were tagged "patch". 0 enhancements were tagged "performance". ==--- Top Tens ---== Ten biggest open bugs by number of votes (unchanged for 7 weeks) - ( https://bugs.maemo.org/buglist.cgi?bug_id=6187,8702,6914,10959,11384,12284,5035,5963,9090,10450 ): 1. (9%) [6187] [Downloads] XB-Maemo-Upgrade-Description is displayed way too soon 2. (8%) [8702] [Downloads] GPG error when updating Extras from repository.maemo.org 3. (6%) [6914] [Packages] Allow commenter to follow comments on a package under testing 4. (6%) [10959] [Downloads] Popular projects should ordered (by popularity) 5. (6%) [11384] [Repositories] Diablo extras & extras devel badly signed with Fremantle repository key 6. (5%) [12284] [Packages] kernel-power in maemo.org package interface 7. (4%) [5035] [Downloads] Please display XB-Maemo-Upgrade-Description in maemo.org downloads 8. (4%) [5963] [Downloads] Applications without screenshots shouldn't appear on front page of downloads 9. (4%) [9090] [Bugzilla] Unclear that FIXED means "Fixed internally" and not "released for public" 10. (3%) [10450] [Autobuilder] libsdl-ttf2.0 missing from device repositories --- Please visit https://bugs.maemo.org/ to vote. Registration is easy and free. Ten biggest open enhancements by number of votes (unchanged for 86 weeks) - ( https://bugs.maemo.org/buglist.cgi?bug_id=630,6565,1309,3432,4244,4441,4854,6721,7179,9759 ): 1. (20%) [630] [Bugzilla] Increased Bugzilla transparency - get the developers involved! 2. (10%) [6565] [General] maemo-announce should be used or shut down 3. (8%) [1309] [Bugzilla] garage accounts and bugzilla accounts should be merged 4. (7%) [3432] [Downloads] Comments on downloads.maemo.org should automatically contain version number 5. (7%) [4244] [Repositories] Offer one RSS-feed with new/updated packages for each repository 6. (7%) [4441] [Downloads] Downloads section lacks sorting categories 7. (7%) [4854] [Packages] List packages by maintainers 8. (5%) [6721] [Brainstorm] Please provide a possibility to search in the brainstorm section only 9. (5%) [7179] [Packages] Provide RSS feed to extras-testing page 10. (5%) [9759] [Packages] Make set as default: Notification if a package commented by myself get's a new comment --- Please visit https://bugs.maemo.org/ to vote. Registration is easy and free. Ten hottest open bugs - ( https://bugs.maemo.org/buglist.cgi?bug_id=12612,8477,9533,7309,4680,4383,11470,4488,4489,4792 ): 1. [12612] [Elections] Community Council election process isn't working at all (new this week) 2. [8477] [Promoter] Where is the promoter for Diablo (-1 this week) 3. [9533] [Packages] Package page as part of extras-testing => extras transition should contain help and contact (-1 this week) 4. [7309] [Autobuilder] maemo-optify "auto" mode doesn't take into account pymaemo-optify depedencies 5. [4680] [Autobuilder] Autobuilder fails, but without any error logs or messages (-2 this week) 6. [4383] [Downloads] Can't upload screenshots to my pet project's page (-1 this week) 7. [11470] [News] Can't create a new article with an already existing "Title" (-1 this week) 8. [4488] [Talk] The Post Title doesn't appear on the thread page (new this week) 9. [4489] [Talk] There is no "Today's Posts" link from the Minimalistic theme (new this week) 10. [4792] [Downloads] Add discussions for each program in downloads (new this week) Ten hottest open enhancements - ( https://bugs.maemo.org/buglist.cgi?bug_id=3432,2179,630,5125,7022,4330,5131,7179,3716,4331 ): 1. [3432] [Downloads] Comments on downloads.maemo.org should automatically contain version number (+1 this week) 2. [2179] [Downloads] Visualize rating creation date and related software version (-1 this week) 3. [630] [Bugzilla] Increased Bugzilla transparency - get the developers involved! 4. [5125] [Downloads] Choosable sort order on downloads list (+5 this week) 5. [7022] [Downloads] maemo.org on downloads category links when viewing list (+5 this week) 6. [4330] [Newstyle] Old screenshots and instructions in 'application-catalog' pages (new this week) 7. [5131] [Talk] Poll edit or update on t.m.o. (new this week) 8. [7179] [Packages] Provide RSS feed to extras-testing page (new this week) 9. [3716] [Bugzilla] IRC bot interoperability (new this week) 10. [4331] [Newstyle] Add recent maemo presentation slides (new this week) Ten oldest open bugs (unchanged for 20 weeks) - ( https://bugs.maemo.org/buglist.cgi?bug_id=2463,2500,3197,3510,3572,3732,3846,3900,3901,3926 ): 1. (1625 days) [2463] [Bugzilla] Force guided to people w/o canconfirm 2. (1620 days) [2500] [Downloads] Request to add additional RSS feeds at maemo.org/downloads 3. (1446 days) [3197] [Repositories] No feedback when upload to extras fails 4. (1386 days) [3510] [General] Latest stable documentation prioritized on searches 5. (1369 days) [3572] [General] Development > Tools typo and grammar error corrections 6. (1332 days) [3732] [Promoter] .install file not automatically generated after package promoted to diablo extras 7. (1287 days) [3846] [Bugzilla] List Maemo Bugzilla code changes, upstream backports & customizations 8. (1259 days) [3900] [Profile] sorting should not favor empty items 9. (1259 days) [3901] [Profile] sorting needs to be global not local 10. (1246 days) [3926] [Repositories] Autobuilder fails to load packages which build OK if section is bad Ten oldest open enhancements (unchanged for 82 weeks) - ( https://bugs.maemo.org/buglist.cgi?bug_id=630,1287,1309,2179,2443,3432,3716,3763,3882,3918 ): 1. (2149 days) [630] [Bugzilla] Increased Bugzilla transparency - get the developers involved! 2. (1836 days) [1287] [Bugzilla] User ranks 3. (1833 days) [1309] [Bugzilla] garage accounts and bugzilla accounts should be merged 4. (1660 days) [2179] [Downloads] Visualize rating creation date and related software version 5. (1626 days) [2443] [Downloads] Link to external reviews for applications 6. (1404 days) [3432] [Downloads] Comments on downloads.maemo.org should automatically contain version number 7. (1336 days) [3716] [Bugzilla] IRC bot interoperability 8. (1320 days) [3763] [Downloads] Feature request: "donate" support 9. (1270 days) [3882] [General] Embedded web access to #maemo IRC 10. (1253 days) [3918] [Profile] Avatar settings are difficult to find This summary is also posted to talk.maemo.org: http://talk.maemo.org/showthread.php?p=1206320#post1206320 and the maemo.org Bug Jar blog: http://www.octofish.net/webbugjar/ From christian_ratzenhofer at yahoo.de Wed May 16 02:33:41 2012 From: christian_ratzenhofer at yahoo.de (Christian Ratzenhofer) Date: Wed, 16 May 2012 01:33:41 +0200 Subject: [CSSU] how to include rewrites of closed blobs In-Reply-To: <201205111426.17173.joerg@openmoko.org> References: <4FACD7CF.4040006@yahoo.de> <201205111426.17173.joerg@openmoko.org> Message-ID: <4FB2E7D5.408@yahoo.de> For those who couldn't attend the meeting: We decided to introduce / work on a deployment system, which allows the user to choose for each and every component. It's made up of 3-4 packages. #1 is the nokia package, this is not going to be shipped from the cssu repo, but will be there as always in the nokia ssu repo #2 is the rewrite package, this is going to live within the cssu repo and will conflict with #1 and #3 #3 is a helper package, it has no real content, but depends on #1, it also conflicts #2. It is needed because most (all) nokia packages are not in one of the visible user/* sections. #4 is only existing where appropriate, and will be a package that installs the rewrite side by side to the nokia package, ie. the calculator could have such a package. All those packages (except for #1) will go into a new component inside the cssu repo, which has the name replace (existing ones are free and non-free). Though for this to work we have to adjust the hildon-application-manager, because currently it just errors out if one wants to install a conflicting package. Thus it might take some time before we see any of this in action. Christian From freemangordon at abv.bg Sun May 27 18:36:47 2012 From: freemangordon at abv.bg (=?UTF-8?B?0JjQstCw0LnQu9C+INCU0LjQvNC40YLRgNC+0LI=?=) Date: Sun, 27 May 2012 18:36:47 +0300 (EEST) Subject: FOSS replacement of hald-addon-bme and libbmeipc Message-ID: <1601068910.226784.1338133007346.JavaMail.apache@mail83.abv.bg> Based on the information available here http://lists.maemo.org/pipermail/maemo-developers/2011-June/028452.html and some additional information from Mer libbmeipc replacement I wrote a semi-working : https://gitorious.org/libbmeipc/libbmeipc https://gitorious.org/hald-addon-bme/hald-addon-bme libbmeipc just needs to read temperature to be fully functional as replacement hald-addon-bme is still missing charger support. Anyway, it could be easily added if the kernel provides it. So far the kernel that can be used is kernel-cssu (a community kernel to be) from here: http://maemo.merlin1991.at/cssu/community-devel/pool/free/k/kernel-cssu/ I hope there will be some interest for full implementation and improvements of BME replacement libraries/binaries. Ivo. -------------- next part -------------- An HTML attachment was scrubbed... URL: