Topic on Extension talk:MultimediaViewer

disabling MultimediaViewer for Ubuntu

2
Nicole Sharp (talkcontribs)

Adding

$wgDefaultUserOptions[ 'multimediaviewer-enable' ] = 0;

to "LocalSettings.php" doesn't work on Ubuntu Debian Linux for any browser (tested on Mozilla Firefox, Google Chromium, Google Chrome, Microsoft Edge, and Opera). Images open with MultimediaViewer on Ubuntu Debian Linux but not on Microsoft Windows.

Nicole Sharp (talk) 22:28, 1 September 2023 (UTC)

Nicole Sharp (talkcontribs)

This appears to be a bug. Using

$wgMediaViewerEnableByDefault = false;

instead of

$wgDefaultUserOptions[ 'multimediaviewer-enable' ] = 0;

works for Ubuntu Debian Linux.

Nicole Sharp (talk) 22:44, 1 September 2023 (UTC)

Reply to "disabling MultimediaViewer for Ubuntu"