viz wiki
http://wiki.ubuntu.cz/Vyhrazen%C3%A9%20form%C3%A1ty/Flash#A.2BAVg-e.2BAWE-en.2BAO0_probl.2BAOk-m.2BAW8-
Zkopíruj tady prosím výstup ze skriptu FlashDebug
http://wiki.ubuntu.cz/FlashDebug
dpkg -l | egrep 'flash|swfdec|gnash'
---------------------------
ii flashplugin-installer 10.0.45.2ubuntu0.9.10.1 Adobe Flash Player plugin installer
ii flashplugin-nonfree 10.0.45.2ubuntu0.9.10.1 Adobe Flash Player plugin installer (transit
ii gnash-common 0.8.6-0ubuntu1 free SWF movie player - common files/librari
ls -al ~/.macromedia
---------------------------
celkem 12
drwx------ 3 peter peter 4096 2009-05-01 19:47 .
drwxr-xr-x 107 peter peter 4096 2010-02-17 21:22 ..
drwx------ 4 peter peter 4096 2009-05-01 19:47 Flash_Player
find /usr -name libflashplayer.so -ls
---------------------------
688231 10068 -rw-r--r-- 1 root root 10291000 úno 17 18:08 /usr/lib/flashplugin-installer/libflashplayer.so
708619 10068 -rwxr-xr-x 1 peter peter 10290936 říj 28 04:26 /usr/lib/mozilla/plugins/libflashplayer.so
uname -a
---------------------------
Linux peter-desktop 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux
df -Th
---------------------------
Soub. systém Typ Velikost Užito Volno Uži% Mounted on
/dev/sdb1 ext3 19G 7,8G 9,8G 45% /
udev tmpfs 1005M 308K 1004M 1% /dev
none tmpfs 1005M 1,6M 1003M 1% /dev/shm
none tmpfs 1005M 192K 1005M 1% /var/run
none tmpfs 1005M 0 1005M 0% /var/lock
none tmpfs 1005M 0 1005M 0% /lib/init/rw
/dev/sda1 fuseblk 49G 43G 6,5G 87% /windows
/dev/sdb3 ext3 274G 221G 40G 85% /home
/dev/sda5 fuseblk 250G 202G 48G 81% /media/discok D
cat /etc/lsb-release
---------------------------
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
flashplugin-installer
flashplugin-nonfree
gnash-commonfind /usr -name libflashplayer.so -exec file {} \;
peter@peter-desktop:~$ find /usr -name libflashplayer.so -exec file {} \;
/usr/lib/flashplugin-installer/libflashplayer.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
/usr/lib/mozilla/plugins/libflashplayer.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
peter@peter-desktop:~$