Archiv

Archiv für September, 2008

Firefox: Flash and Sound (Update)

12. September 2008 Keine Kommentare

Update: In Intrepid Ibex this package is now called flashplugin-nonfree-extrasound.


Hi,

as some of you may have already recognized, in Ubuntu Hardy, normale sound applications and Flash in Firefox don’t play well. For example: if you first start Rhythmbox, hear some music and later run Firefox to watch some Youtube it plays without sound.

This problem is known and there is a solution! Just install libflashsupport.

Cite from the description:

Due to various bugs in the Flash 9 plugin sound output of Flash 9 through the pulseaudio soundserver doesn’t work properly. This library adds a clutch to make Flash 9 sound output in pulseaudio possible.

For further information see http://www.pulseaudio.org/ticket/43 and http://www.pulseaudio.org/wiki/FlashPlayer9Solution

Bye,
Sven

Kategorienlinux Tags: , , , , ,

Themenwechsel

4. September 2008 Keine Kommentare

Hi,

da leider das “Good Morning DE” Theme die Quoting-Tags nicht so toll gemacht hat, habe ich jetzt auf das (auch) freundlicher wirkende “Atahualpa” Design umgeschwenkt.

Hier nochmal das alte Design fürs Protokoll:

Thema bis September 08

Thema bis September 08

Ich hoffe es gefällt :-)

Tschau
Sven

Kategorienprivate Tags: ,

Hardkill VIMs Indentation

2. September 2008 Keine Kommentare

Hi there,

I’m using the ftplugin to switch highlighting, indentation and some other filetype specific settings. Today I just wanted to get rid of the autoindentation feature for HTML files.

Simply putting the following lines in the html specific file didn’t work, because VIM reset the “indentexpr” variable back to default:

setlocal nocindent
setlocal noautoindent
setlocal nosmartindent
setlocal indentexpr=

So I googled around and found some other lines:

filetype indent off
filetype plugin indent off

After adding these also to the html-file it worked.

Bye
Sven

Kategorienlinux Tags: , ,