Strona 1 z 1

[+] MOC - FATAL_ERROR: Layout1 is malformed

: 21 czerwca 2008, 19:08
autor: rtgn
Instaluje normalnie z repozytorium pakiet moc i po wpisaniu polecenia

Kod: Zaznacz cały

mocp
w konsoli otrzymuję wynik

Kod: Zaznacz cały

rtgn@debian:~$ mocp

FATAL_ERROR: Layout1 is malformed
Co jest tego przyczyną?

: 21 czerwca 2008, 20:52
autor: yantar
To zgloszony bug.
A z rozwiazan to takie sie znalazlo.

To fix that do:
cp /usr/share/doc/moc/examples/config.example.gz ~/.moc/
gunzip ~/.moc/config.example.gz && mv config.example config.
Edit config, find "# Layout1", uncomment and enjoy moc.

Or edit your existing ~/.moc/config file and uncomment the layout1 section.
# Default configuration:
Layout1 = "directory:0,0,50%,100% playlist:50%,0,50%,100%"

: 21 czerwca 2008, 22:30
autor: rtgn
Dzięki yantar, drugi sposób pomógł (pierwszego nie próbowałem).