Adobe Flash Player 设置管理器在哪里?

Tim*_*Tim 11 adobe

我想允许midomi 网站访问我的麦克风。我知道的唯一方法是访问此链接http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager06.html。但是,该链接并没有给我一种方法来保存我所做的设置,所以无济于事。

我想知道我是否可以在我的本地 Ubuntu 系统上找到设置管理器?感谢致敬!

Mic*_*jer 5

如果你运行:

me@ubuntu:~$ dpkg -l | grep flash
ii  adobe-flash-properties-gtk             11.1.102.55-0oneiric1                      GTK+ control panel for Adobe Flash Player plugin version 11
ii  adobe-flashplugin                      11.1.102.55-0oneiric1                      Adobe Flash Player plugin version 11
Run Code Online (Sandbox Code Playgroud)

您将获得所有“闪存”软件包的列表。这样你就可以找到确切的包名:adobe-flash-properties-gtk.

现在,您可以通过以下方式在 adobe-flash-properties-gtk 包中找到二进制文件:

dpkg -L adobe-flash-properties-gtk | grep bin
/usr/bin
/usr/bin/flash-player-properties
Run Code Online (Sandbox Code Playgroud)

所以,答案是:flash-player-properties来自adobe-flash-properties-gtk包的命令。