The week that was oSC 11
Education at OSC
Even if the last news from the Education project is just one month old, many people asked me during the openSUSE Conference why the Education project itself is currently so quiet.
Well, the “problem” is, that our Education team is currently more a team of technical specialists and many work is done behind the scenes without communication to “the outside”. So even if you did not hear from us for some weeks, we are still alive and coding!
Here are just a few examples, that are going on behind the scenes:
- Translation of the new openSUSE Education Portal is work in progress. Many thanks to our contributors Guillaume for the Français, Freek de Kruijf for the Nederlands, Sabarth for the Português, Gankov for the Русский (Russian) Portal translation!
- Kirill is currently reviewing all 425(!) packages in the Build Service Education project and submitting them to openSUSE Factory afterwards – so openSUSE 12.1 will come with a huge set of packages directly inside the official repository.
- Cyberorg is working on the next release of the openSUSE Edu Li-f-e DVD with the LTSP integration.
- Anubusg1 and many others (the project currently lists 44 maintainers) are doing the “normal” packaging stuff like upgrading and fixing packages for 12.1 (aka Factory)
The Desktop4Education project from Austria was again present at the Conference and gave a great overview of the current status of the project during their talk. Good to hear that the project is being frequently used as a reference case by the Austrian Federal Ministry for Education, Arts and Culture and as such promoted by them throughout Austria.
Talking with Andre Massing from the Simula Research Laboratory during his talk at the conference was quite interesting. Looks like the Science project might see some very interesting new packages in the next months. During the discussion, we agree that the Education and the Science project can share a lot of efforts in their project setups and organization. But they will stay separated (at least in the Build Service) as their audience is very different, even if they share some packages (which is currently done via links inside the Build Service).
Κυκλοφορία Weekly News 192
Καλησπέρα σε όλους!
Μετά την ενεργή συμμετοχή ορισμένων μελών της κοινότητας στο συνέδριο, που διεξάγει στην Νυρεμβέργη, και παρά την πίεση και την κούραση που δέχτηκαν και πέρασαν αντίστοιχα, αυτά τα μέλη, το νέο τεύχος (192) Weekly News του openSUSE είναι αλήθεια πως είναι έτοιμο να το διαβάσετε και να κάνετε τα σχόλιά σας.
Σε αυτό το τεύχος θα διαβάσετε:
- Jos Poortvlieet: Οι χορηγοί που παρίστανται στο openSUSE Conference 2011
- Jos Poortvlieet: Το Bretzn στο oSC
- Kai-Uwe Behrmann: Το Oyranos @ rwx³
- Greek openSUSE Ambassadors: η Ελληνική Κοινότητα openSUSE και η 76η ΔΕΘ
- Wazi/Anatoliy A. Dimitrov: Πώς να ασφαλίσετε τον Apache Web Server σας
Για να μην τα πολυλογώ… Μπορείτε να το διαβάσετε από τις παρακάτω ιστοσελίδες :
Μπορείτε να διαβάσετε όλα τα παλιότερα τεύχη του openSUSE Weekly News στα ελληνικά εδώ: http://el.opensuse.org/Κατηγορία:Weekly_news_issues
Καλό διάβασμα!
Βασίλης Καραμπούζης (Master91)
Greek openSUSE community, Translation of openSUSE Weekly news in Greek (issue 192)
Back to Thessaloniki after a great openSUSE conference in Nuremberg and I am very pleased to announce the new issue (192) of openSUSE Weekly News in Greek.
In this issue you will read about:
* Jos Poortvlieet: Sponsors present at openSUSE Conference 2011
* Jos Poortvlieet: Bretzn at oSC
* Kai-Uwe Behrmann: Oyranos @ rwx³
* Greek openSUSE Ambassadors: openSUSE Greek community and 76th International Trade Fair,
Thessaloniki
* Wazi/Anatoliy A. Dimitrov: How to Secure Your Apache Web Server
As well as many interesting news about openSUSE and useful advice, which can make our lives easier.
Enough said though... Read more at: http://own.opensuse.gr, http://el.opensuse.org/Weekly_news or www.os-el.gr
We are always looking forward to receiving your comments as well as suggestions regarding things you would like to read about in our next issue.
The openSUSE Weekly News is being translated in the Greek language from issue #150. You can read older translated issues here: http://el.opensuse.org/Κατηγορία:Weekly_news_issues
Enjoy it!
Efstathios Agrapidis (efagra)
MonoTouch Tips & Tricks: Updating the Location of an MKAnnotation
I just spent a day figuring this out, so figured I'd share it with the world because I'm sure other people are going to want to know how to do this...
So the question is,
How can I get my MKMapView to respond to coordinate changes in my custom MKAnnotations?
As it turns out, this is incredibly simple. In your MKAnnotation subclass, whenever you want to change your Coordinate property value, you need to do the following:
void UpdateCoordinate (CLLocationCoordinate2D newCoordinate)
{
this.WillChangeValue ("coordinate");
this.Coordinate = newCoordinate;
this.DidChangeValue ("coordinate");
}
That's it! It really is that simple...
The reason this works is because MKMapView observes changes in its list of MKAnnotations, you just need to signal to it that changes are about to happen (and did happen).
Happy hacking!
LibreOffice 3.4 available for openSUSE
I’m happy to announce LibreOffice 3.4 packages for openSUSE. They are available in the Build Service LibreOffice:Stable project.
LibreOffice 3.4 provides many interesting features and fixes. The openSUSE packages are based on the LibreOffice 3.4.2 release but they include all fixes from the last 3.4.3 bugfix release. Please, look for more details about the openSUSE LibreOffice build on the wiki page.
The openSUSE LO team hopes that you will be happy with this release. Though, any software contains bugs and we kindly ask you to report bugs. It will help us to fix them in the future releases.
Other information and plans:
It took me quite some time to prepare the 3.4 update because the split build was not longer supported and I had to completely rework the packages.
We are going to prepare official maintenance update for openSUSE-11.3 and 11.4. You might expect it within next few weeks.
I am going further improve the build framework to be able to early provide LO-3.5 packages in the LibreOffice:Unstable project. You might expect something about Christmas, see the LibreOffice 3.5 schedule.
openSUSE Conference 2011, Day 5 “Τhe Last Day”
There were many community based presentations and many technical presentations about Google summer of code projects and in general technologies that openSUSE uses and updates. Our day started by attending the conversation about “Do we need an ambassador mentoring program?” by Koudaras, Kostas where we talked about ambassadors and how we can improve the program in all ways. Many people from Novel attended the presentation and integrate with ideas in order to help improve the program. After that, we attended “Connect - a social networking platform for the openSUSE Community” by Mr. Vogelsang, Hendrik and Rusnak, Pavol who presented us this new awesome community tool, how it works and how we can improve it.

After a small coffee break, we attended the “openSUSE project meeting”. There we talked about the elections and the board and about in general on “how to improve the project”.











But, the last day of the openSUSE Conference wasn't over. After leaving Zentrifuge we went at a nearby city where there is the beer factory that made us the “Old Toad” openSUSE beer! We were guided in the factory rooms and saw how beer is made. After that, we ate local food and drunk local beer at the local restaurant where we stayed there till late at night discussing, drinking beer and having fun!

openSUSE Conference was a great experience for everyone. We met new people, we met the global openSUSE community, we learnt many things from them and how they work and the most important is that we worked with them and we will collaborate in the future.
You can find photos from the openSUSE Conference at our facebook group, and at Kostas Koudaras Picasa. We upload photos all day long !
Last but not least, you can get informed of what is happening at openSUSE Conference via the Greek Community twitter account, the openSUSE Conference twitter account, Kostas Koudaras and George Bratsos.
openSUSE Conference: Day 4
Today there are many interesting presentations about community tools and about new technologies in Linux. We started from Lydia's awesome presentation about “Social skills for geeks”. After that we attended the presentation of Mr. Vogelsang, Hendrik about “How to contribute to the openSUSE Wiki” which was very interesting and we all were there get informed on our next community target ;). Also, we attended at the main hall the presentation of an important member of SUSE and openSUSE Mr. Milller Michael who told us about his experience with SUSE and openSUSE. After we ate, talked with people and rest ourselves we attended the conversation about “Playing with Geeko: Contribution can be fun” by Koudaras, Kostas and Gupta, Manu where they presented to the community why and how we can contribute at the project.
After attending all those interesting presentations it was time for an extraordinary one! George “Etern4L” Bratsos and Kostas “Warlordff” Koudaras signed up and attended the “8 bit music workshop" by Mr. Fertala Hannes. They had a tweaked Game Boy and tried to make music from it. After that, Kostas presented the music that he made which was awesome!!!



Stathis “Efagra” Agrapidis focused on Packaging presentations and workshops while he is a packager.
Stella went with Jos at the supermarket in order to buy steaks, sausages, salads and etc for the barbeque. Also, there was an extraordinary happening. Fertala Hannes, had an 8bit Music concert !!! We had a lot of fun eating, drinking beer and hearing the great music from the Game Boys!
Last but not least, you can get informed of what is happening at openSUSE Conference via the Greek Community twitter account, the openSUSE Conference twitter account, Kostas Koudaras and George Bratsos.
openSUSE Conference: Day 3, The conference continues, the Greeks attack!
We arrived a bit late but luckily they haven't started yet! There were again many interesting presentations among about community, distribution and about technology. Presentations that stood out where “openSUSE Tumbleweed” Mr. KH, Greg, “Ambassador Program: Current status,potential changes and improvements” by Mr. KOUDARAS, Kostas (openSUSE), Mr. GUPTA, Manu (openSUSE), “Our experience in organizing a local community: The Greek example” by by Mr. KOUDARAS, Kostas (openSUSE) and “How to get more Women into openSUSE” by PINTSCHER, Lydia (KDE). Do not forget the LPI exams we had at the conference.
After the presentations were over there were a big “Rodeo Texas Party”! There were free hamburgers for everyone, poker tables and a bull in order to try to ride! Geekos gathered outside the building of the Conference, ate a lot, played poker and had fun riding the bull!
After that, there was live music at Zentrifuge with rock music! Geekos gathered there, danced, drunk beer and some OUZO Kostas brought there till late at night! :)
You can find photos from the openSUSE Conference at our facebook group, and at Kostas Koudaras Picasa. We upload photos all day long !
Last but not least, you can get informed of what is happening at openSUSE Conference via the Greek Community twitter account, the openSUSE Conference twitter account, Kostas Koudaras and George Bratsos.
From Nuremberg,
XDC: How to bring in more contributors
During the discussion it turns out that for X.org the changes are either very non-trivial, or (better) somewhat implemented already (like the list of low hanging fruits, which basically boils down to our ToDo list and the Janitor subproject).
I didn't really expect any direct outcome from this discussion (as it's more like a meta discussion because we need to understand the real issues first), but I think it was fruitful especially in keeping everybody aware of the situation.
One interesting aspect regarding our (very) low female contributor ratio was brought up by Brian Cameron: The Gnome project has an apparently successful program to promote contributions of women in their project. Something to be checked out in the future, maybe X.org can join forces or set up something similar.

