diff -u nspluginwrapper-1.1.0/debian/changelog nspluginwrapper-1.1.0/debian/changelog --- nspluginwrapper-1.1.0/debian/changelog +++ nspluginwrapper-1.1.0/debian/changelog @@ -1,3 +1,11 @@ +nspluginwrapper (1.1.0-0ubuntu3~ppa1) intrepid; urgency=low + + * Disable windowless mode: + - add deian/patches/008_disable_wmode.diff + - update debian/patches/series + + -- Conn O Griofa Fri, 19 Sep 2008 21:46:14 +0100 + nspluginwrapper (1.1.0-0ubuntu2) intrepid; urgency=low * fix firefox crashes by null-deref of visual-id by Martin Stransky diff -u nspluginwrapper-1.1.0/debian/patches/series nspluginwrapper-1.1.0/debian/patches/series --- nspluginwrapper-1.1.0/debian/patches/series +++ nspluginwrapper-1.1.0/debian/patches/series @@ -2,6 +2,7 @@ 001_remove_bashisms.diff 002_install_to_NSPLUGINDIR.diff 003_update_help_info.diff +008_disable_wmode.diff 004_fix_threading.diff 005_crash_in_visual_id.diff 006_runtime-restart.diff only in patch2: unchanged: --- nspluginwrapper-1.1.0.orig/debian/patches/008_disable_wmode.diff +++ nspluginwrapper-1.1.0/debian/patches/008_disable_wmode.diff @@ -0,0 +1,11 @@ +--- nspluginwrapper-1.1.0_old/src/npw-viewer.c 2008-09-19 03:39:07.000000000 +0100 ++++ nspluginwrapper-1.1.0/src/npw-viewer.c 2008-09-19 03:39:21.000000000 +0100 +@@ -62,7 +62,7 @@ + #define USE_XEMBED 1 + + // Define to allow windowless plugins +-#define ALLOW_WINDOWLESS_PLUGINS 1 ++#define ALLOW_WINDOWLESS_PLUGINS 0 + + // XXX unimplemented functions + #define UNIMPLEMENTED() npw_printf("WARNING: Unimplemented function %s at line %d\n", __func__, __LINE__)