[okular] [Bug 393014] VideoWidget sizing in Presentation mode still not fixed

Kieran Ramos bugzilla_noreply at kde.org
Wed Apr 11 18:19:55 UTC 2018


https://bugs.kde.org/show_bug.cgi?id=393014

--- Comment #4 from Kieran Ramos <ramos.kieran at gmail.com> ---
For reference the problem with my original build was that QT_PLUGIN_PATH needs
to be set to include /usr/local/lib/x86_64-linux-gnu/plugins. After setting
that Okular works. Looking at the rest of the .setup-env script, probably
QML_IMPORT_PATH and QML2_IMPORT_PATH should be set as well (since
/usr/local/lib/x86_64-linux-gnu/qml isn't empty), but it wasn't necessary to
get the video working. Simply add the following to your ~/.profile or
~/.bashrc:

export QT_PLUGIN_PATH="/usr/local/lib/x86_64-linux-gnu/plugins:$QT_PLUGINPATH"
export QML_IMPORT_PATH="/usr/local/lib/x86_64-linux-gnu/qml:$QML_IMPORT_PATH"
export QML2_IMPORT_PATH="$QML_IMPORT_PATH:$QML2_IMPORT_PATH"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Okular-devel mailing list