Home Home
Sign up | Login

Deprecation notice: openSUSE Lizards user blog platform is deprecated, and will remain read only for the time being. Learn more...

Author Archive

OpenSUSE Weekly News: How to make a Newsletter?

May 13th, 2009 by

Yesterday from 10:00 to 20:00 UTC the Weekly News Team holds an Session: “How to make a Newsletter?”. The Team prepared 2 Presentations:

* How to make an Newsletter and
* How to translate a Newsletter? (Thanks to Satoru).

So the Visitors can get an Overview about the Project. In an integrated Question and Answer Session Visitors can recieve Informations. We had construct an Special Edtion from the Community Week. The Special Edition merged the Blog Post, other Posts to one Site. You can see our Result: http://en.opensuse.org/OpenSUSE_Weekly_News/CommunityWeek2009.

The activity in the Channel was low. We hope that today more Visitors come to #opensuse-newsletter. For first Introductions we placed the Page: http://en.opensuse.org/OpenSUSE_Weekly_News/CommunityWeek .

If you would like to learn more about Translating you can visit us today from 12:00 to 14:00 in IRC: #opensuse-newsletter @ Freenode. The German Translaton will be held on #opensuse-de.

We hope to see you today …

Your Weekly News Team

Modified Versions out

May 2nd, 2009 by

The following Packages are modified and released in hamradio Repository:

* libatlas3
* necpp
* qantenna

Now out: kde4-skrooge 0.2.7

April 28th, 2009 by

Hi Mates,

now out: kde4-skrooge 0.2.7. Published in openSUSE:Factory:Contrib and KDE:KDE4:Community.

Now out: python-gasp & bleachbit

April 20th, 2009 by

Hello Mates,

today i submitted two new Programs into openSUSE:Factory:Contrib:

* python-gasp (A Library for Python Students)
* bleachbit (Cleanup in /home or where you want.

I wish you many Joy…

Combine osc with git

April 15th, 2009 by

Yesterday Jan-Simon (dl9pf) tells me about an great Program calls “git”. Git is an Version-Administration Program. Anything knows the Problem. We working on an Project into our osc, and 2 Weeks later, we don’t know, what the last changes was. On this place can git help.Now following a short Introducting:

First of all we need an .git Folder. In my case i have all Projects in ~/osc/- As example i’m going to my foo.

$ ~/osc> cd foo
$ ~/osc/foo> git init
Then git says:
Initialized empty Git repository in /home/sascha/osc/foo/.git/

$~/osc/foo> echo 123 > datei1

$~/osc/foo> git add datei1
This adds datei1 to your .git folder. If you use git add * you can add more than one File.

$~/osc/foo> git commit -m”Initial Version” (Or what you want)
git says:
Created initial commit a7458cf: Test
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 datei1

$~/osc/foo> echo 456 > datei2
$~/osc/foo> git commit -m”Change 1″
git says:
Created commit d1ef978: Change 1
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 datei2
$~/osc/foo> gitk (this is an GUI)

That looks:

gitk

There you can find all Changes since “Intial Version”.  Git can also manage branches and can merge it perfectly. So i think that git is very good Tool. And an good completion. With an wrapper file it is also possible to add or remove files in osc and git. Very nice -)

Updated Software: necpp 1.3.0+cvs20090101

April 12th, 2009 by

The Program necpp in Version 1.3.0+cvs20090101 is out. I’ve published it in hamradio:/ and home:saigkill

Problem with an selfmade DVD (DVD RECORDER)

April 12th, 2009 by

Symptom:

Since a few days i had an Problem with playing selfmade DVDs. CDs (Audio and *.avi) can be playes. Original DVD’s too. But i have made DVDs with an DVD RECORDER (for TV). Then i burn 2 Movies on the DVD and the Recorder makes an own Menu for the Movies. But if i insert the DVD to the DVD Player, the Device Monitor sayd me, the only three Alternatives are: open in Dolphin, open with Digikam and do nothing. If i choosed Dolphin, dolphin startsand then i see in the bottom an Red Line with the Error “No Access”.

First tries:

I listed the Directory:
lrwxrwxrwx   1 root   root          3 10. Apr 15:24 cdrom -> sr0
lrwxrwxrwx   1 root   root          3 10. Apr 11:45 cdrw -> sr1
lrwxrwxrwx   1 root   root          3 10. Apr 11:45 dvd -> sr0
lrwxrwxrwx   1 root   root          3 10. Apr 11:45 fb -> fb0
brw-rw—-+  1 root   cdrom         11,   0 10. Apr 11:45 sr0
brw-rw—-+  1 root   cdrom   11,   1 10. Apr 11:45 sr1
lrwxrwxrwx   1 root   root          3 10. Apr 11:45 scd0 -> sr0

lrwxrwxrwx   1 root   root          3 10. Apr 11:45 scd1 -> sr
My User is in the Group “cdrom”.

Then  i’ve checked /etc/udev/rules.d 99-my.rules:
There i found: KERNEL==”[sr*[0-9]”,GROUP=”cdrom”,MODE=”0660″

getfacl /dev/sr0 says:

getfacl: Removing leading ‘/’ from absolute path names
# file: dev/sr0

# owner: root

# group: cdrom user::rw-
user:sascha:rw-
group::rw-
mask::rw-
other::—
For sr1 its the same output.

Then i go to  /usr/share/PolicyKit/policy/org.freedesktop.hal.device-access.policy and set the following:
— org.freedesktop.hal.device-access.policy.orig   2008-12-23
23:34:16.241840351 +0100
+++ org.freedesktop.hal.device-access.policy        2008-12-23
23:34:45.375339211 +0100
@@ -59,8 +59,8 @@
<description>Directly access removable block
devices</description> <message>System policy prevents access to
removable block devices</message>
<defaults>
–      <allow_inactive>no</allow_inactive>
–      <allow_active>no</allow_active>
+      <allow_inactive>yes</allow_inactive>
+      <allow_active>yes</allow_active>
</defaults>
</action>

Then i made an reboot, but nothing happens. The same Error is
present.

Today i found out, that all non accessable DVD have the following
Rights:
dr–r–r–  3 sascha 4294967295   88 15. Okt 2006  DVD_VIDEO_RECORDER/
^^^^^^^^^^^^

Strange permissions.

SOLUTION:

Then i created an File in /usr/share/kde4/apps/solid/action with the following:

[Desktop Entry]
X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == ‘Data|VideoDvd’ ]
Type=Service
Actions=open;

[Desktop Action open]
Name=Play DVD with video player (Kaffeine)
Exec=kaffeine -d %d DVD
Icon=kaffeine

After an relogin, the new Alternative are present. I can go to open with Kaffeine, and than we have finished this task.

BTW: Please check if KDE3/Kaffeine is installed. Without them the Workaround will not work.

Special Thanks goes to: slowhand/medwin

New/updated Apps @ home:saigkill

April 4th, 2009 by

The following changes was in my home:saigkill Repo:

dumb 0.9.3 (Dynamic Universal Music Bibiotheque)               NEW submitrequest to games:/
kqlives 20080202 (Zelda like RPG)                                                  NEW submitrequest to games:/

kde4-kblogger 1.0svn948858 (Blogging Client for KDE4)       NEW

Happy Birthday RadioTux – The Birthday Broadcast now online

April 1st, 2009 by

The Broadcast can be recieved through archiv.radiotux.de/sendungen or:

* Broadcast as  MP3 (65 MB)
* Broadcast as MP3 Mono (33 MB)
* Broadcast as OGG-Vorbis (85 MB)

Happy Birthday RadioTux

March 31st, 2009 by
Radiotux

Radiotux

Many People thought at 1 April 2001, that is a hoax. Few Linuxuser announced, that they would like to create an Radio about Linux. 2001 Streaming was not cheap, so the Guys behind RadioTux looks for another Way. Radio on demand now known as Podcast.

At first April 2001 Steffen Zoerning and Ingo Ebel starting the Open Project Radiotux [1], an free Internet Radio. The Themes now are similar to the beginning Themes: Informations about LINUX and the OpenSource Scene.
RadioTux has the following Guests: John `Maddog` Hall, Richard Stallman (GNU Founder), Hans Reiser, Marc Shuttleworth (Ubuntu Founder), Klaus Knopper (Knoppix Founder). In the meantime many People are standing behind the open Project.

Now we celebrating the 8th Birthday, and RadioTux has an new, fresh Internet-Presence. The whole Archive of the past broadcasts, the actual Brodcasts and actual Informations are ported to the New Site. Through the Mailinglist everyone can join to the Team or can give an Feedback.

RadioTux sends on his Birthday a new Magazine-Broadcast, as OGG-Vorbis or MP3.The broadcast can be recieved via an Livestream or on the next Day via Podcast.
The Themes are Radiotux itself, an Article about the Mindmapping Tool XMind and the Virtualisation Software KVM. The next Themes are Groupware-Solutions. The first Broadcast from this Series are with the Theme Zarafa.

[1] http://radiotux.de