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

2018-04-11 Thread Kieran Ramos
https://bugs.kde.org/show_bug.cgi?id=393014

--- Comment #4 from Kieran Ramos  ---
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.

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

2018-04-11 Thread Kieran Ramos
https://bugs.kde.org/show_bug.cgi?id=393014

Kieran Ramos  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|FIXED   |INVALID

--- Comment #3 from Kieran Ramos  ---
I can confirm after following those build instructions Okular is working so my
report must be INVALID.

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

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

2018-04-11 Thread Kieran Ramos
https://bugs.kde.org/show_bug.cgi?id=393014

Kieran Ramos  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED

--- Comment #2 from Kieran Ramos  ---
I see, perhaps I am doing something wrong. I built Okular with CMake in a
separate build directory, satisfied all requirements by installing devel
pacakges from apt, installed to /usr/local, then used it from there.

I just found this page:
https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source#kdesrc-build

I will follow those instructions and test.

Thanks.

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

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

2018-04-11 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=393014

Albert Astals Cid  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Albert Astals Cid  ---
Do you know how to run your own self compiled okular?

Otherwise I'm going to assume you did it wrong since it works just fine for me
https://www.youtube.com/watch?v=nGce4msRs6s

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

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

2018-04-11 Thread Kieran Ramos
https://bugs.kde.org/show_bug.cgi?id=393014

Kieran Ramos  changed:

   What|Removed |Added

 CC||aa...@kde.org

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