[TW] OpenShot crashing, does not start
saku@openSUSE:~> openshot-qt Loaded modules from installed directory: /usr/lib/python3.8/site-packages/openshot_qt app:INFO ------------------------------------------------ app:INFO Sat Aug 21 00:21:33 2021 app:INFO Starting new session app:INFO ------------------------------------------------ app:INFO OpenShot (version 2.5.1) app:INFO ------------------------------------------------ app:INFO openshot-qt version: 2.5.1 app:INFO libopenshot version: 0.2.5-dev2 app:INFO platform: Linux-5.13.8-1-default-x86_64-with-glibc2.2.5 app:INFO processor: x86_64 app:INFO machine: x86_64 app:INFO python version: 3.8.10 app:INFO qt5 version: 5.15.2 app:INFO pyqt5 version: 5.15.4 metrics:ERROR Error determining OS version in metrics.py language:INFO Qt Detected Languages: ['es-MX'] language:INFO LANG Environment Variable: es_MX.utf8 language:INFO LOCALE Environment Variable: language:INFO OpenShot Preference Language: Default project_data:INFO Setting default profile to HD 720p 30 fps app:INFO Setting font to /usr/lib/python3.8/site-packages/openshot_qt/images/fonts/Ubuntu-R.ttf logger_libopenshot:INFO Connecting to libopenshot with debug port: 5556 app:INFO Setting custom dark theme exceptions:ERROR Unhandled Exception Traceback (most recent call last): File "/usr/bin/openshot-qt", line 11, in <module> load_entry_point('openshot-qt==2.5.1', 'gui_scripts', 'openshot-qt')() File "/usr/lib/python3.8/site-packages/openshot_qt/launch.py", line 96, in main app = OpenShotApp(argv) File "/usr/lib/python3.8/site-packages/openshot_qt/classes/app.py", line 220, in __init__ from windows.main_window import MainWindow File "/usr/lib/python3.8/site-packages/openshot_qt/windows/main_window.py", line 45, in <module> from windows.views.timeline_webview import TimelineWebView File "/usr/lib/python3.8/site-packages/openshot_qt/windows/views/timeline_webview.py", line 42, in <module> from PyQt5.QtWebKitWidgets import QWebView ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets' metrics:INFO Track exception: [200] http://www.openshot.org/exception/json/ | *failed-recording-exception*: Control/space characters not allowed (key=b':1:Linux-2.5.1-ModuleNotFoundError: No module n')
Am Samstag, 21. August 2021, 08:25:52 CEST schrieb Manuel Quintero Fonseca:
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
A dependency is missing -> file a bug report or contact the maintainer of the package. (I seem to remember there was a discussion about the decommissioning of QtWebKit? Not sure, did not follow it) HTH Axel
On Saturday, 21 August 2021 10:33:40 CEST Axel Braun wrote:
Am Samstag, 21. August 2021, 08:25:52 CEST schrieb Manuel Quintero Fonseca:
ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets'
A dependency is missing -> file a bug report or contact the maintainer of the package.
No need. openshot-qt is not in openSUSE:Factory anymore [1] [1] https://build.opensuse.org/request/show/910086 Christophe
El sáb, 21 ago 2021 a las 3:26, Manuel Quintero Fonseca (<manuel@uas.edu.mx>) escribió:
saku@openSUSE:~> openshot-qt Loaded modules from installed directory: /usr/lib/python3.8/site-packages/openshot_qt app:INFO ------------------------------------------------ app:INFO Sat Aug 21 00:21:33 2021 app:INFO Starting new session app:INFO ------------------------------------------------ app:INFO OpenShot (version 2.5.1) app:INFO ------------------------------------------------ app:INFO openshot-qt version: 2.5.1 app:INFO libopenshot version: 0.2.5-dev2 app:INFO platform: Linux-5.13.8-1-default-x86_64-with-glibc2.2.5 app:INFO processor: x86_64 app:INFO machine: x86_64 app:INFO python version: 3.8.10 app:INFO qt5 version: 5.15.2 app:INFO pyqt5 version: 5.15.4 metrics:ERROR Error determining OS version in metrics.py language:INFO Qt Detected Languages: ['es-MX'] language:INFO LANG Environment Variable: es_MX.utf8 language:INFO LOCALE Environment Variable: language:INFO OpenShot Preference Language: Default project_data:INFO Setting default profile to HD 720p 30 fps app:INFO Setting font to /usr/lib/python3.8/site-packages/openshot_qt/images/fonts/Ubuntu-R.ttf logger_libopenshot:INFO Connecting to libopenshot with debug port: 5556 app:INFO Setting custom dark theme exceptions:ERROR Unhandled Exception Traceback (most recent call last): File "/usr/bin/openshot-qt", line 11, in <module> load_entry_point('openshot-qt==2.5.1', 'gui_scripts', 'openshot-qt')() File "/usr/lib/python3.8/site-packages/openshot_qt/launch.py", line 96, in main app = OpenShotApp(argv) File "/usr/lib/python3.8/site-packages/openshot_qt/classes/app.py", line 220, in __init__ from windows.main_window import MainWindow File "/usr/lib/python3.8/site-packages/openshot_qt/windows/main_window.py", line 45, in <module> from windows.views.timeline_webview import TimelineWebView File "/usr/lib/python3.8/site-packages/openshot_qt/windows/views/timeline_webview.py", line 42, in <module> from PyQt5.QtWebKitWidgets import QWebView ModuleNotFoundError: No module named 'PyQt5.QtWebKitWidgets' metrics:INFO Track exception: [200] http://www.openshot.org/exception/json/ | *failed-recording-exception*: Control/space characters not allowed (key=b':1:Linux-2.5.1-ModuleNotFoundError: No module n')
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore. Install the package from: https://build.opensuse.org/package/show/multimedia%3Aapps/openshot-qt The only problem is derived from ffmpeg 4.4.x and the rendered videos have no audio. The other option is to download the AppImage file and make it executable, which don't requires installation. But when I render the video on my computer I get the error "Could not create hardware device". https://github.com/OpenShot/openshot-qt/releases/download/v2.5.1/OpenShot-v2... Regards, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
Am 22.08.21 um 03:56 schrieb Juan Erbes:
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore.
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit. https://github.com/OpenShot/openshot-qt/issues/4166
Install the package from: https://build.opensuse.org/package/show/multimedia%3Aapps/openshot-qt multimedia:apps has v2.5.1. It is the same version that was removed from Factory. BTW a maintainer should remove the broken Link to Factory.
The only problem is derived from ffmpeg 4.4.x and the rendered videos have no audio.
Probably you are confusing multimedia:apps with the packages I created for you in https://build.opensuse.org/project/show/home:bnavigator:branches:multimedia:.... But those come from the develop branch and are not stable.
On Sun, 2021-08-22 at 09:40 +0200, Ben Greiner wrote:
Am 22.08.21 um 03:56 schrieb Juan Erbes:
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore.
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit.
Fair enough. Unfortunately, OpenShot is one of the few "killer apps" that attract people to the Linux ecosystem. It used to be the #1 answer to the question "Is there a decent video editor for Linux?" (#). Not being able to run it is bad, even if it's upstream's fault (*). Looking at the issue you link, only openSUSE and Gentoo seem to be affected up to now. Even Fedora Rawhide still seems to ship qt5-qtwebengine. Asking as a dumb user here: If they can, why can't we? This reminds me of the loss of DisplayCal to Python 3. There, too, upstream is at fault - but that information provides zero consolation to people who need to the tool. Between toolkit and distro maintainers who want to get rid of old cruft, and application developers who have no time for porting their apps, the users are left out in the cold. If this pattern repeats, we'll be scaring away users from Tumbleweed big time. I'm not saying I have a solution for that. But sometimes I wish we'd care just a little bit more for compatibility. Martin (#) I know that there's Shotcut, too. But that's about it, right? (*) Is it, really? I can understand upstream developers who have more imporant things to care about than depreciation warnings from cutting edge Linux distributions.
On Monday 2021-08-23 22:57, Martin Wilck wrote:
This reminds me of the loss of DisplayCal to Python 3. There, too, upstream is at fault - but that information provides zero consolation to people who need to the tool. Between toolkit and distro maintainers who want to get rid of old cruft, and application developers who have no time for porting their apps, the users are left out in the cold.
Sounds just like all the DOS games that developers never ported to Linux, leaving users out in the cold...
On Mon, 2021-08-23 at 23:05 +0200, Jan Engelhardt wrote:
On Monday 2021-08-23 22:57, Martin Wilck wrote:
This reminds me of the loss of DisplayCal to Python 3. There, too, upstream is at fault - but that information provides zero consolation to people who need to the tool. Between toolkit and distro maintainers who want to get rid of old cruft, and application developers who have no time for porting their apps, the users are left out in the cold.
Sounds just like all the DOS games that developers never ported to Linux, leaving users out in the cold...
Does it? To me, it's a difference whether an application was never available, or whether it was dropped. You loose something you'd come to like, which is far worse than never having got in touch with it. I'm not whining (at least, trying not to). I just think that for (almost) every user there's a tipping point where it gets just too painful to use an OS that repeatedly stops supporting favorite applications. We should take that into account, somehow. Btw DOS games work fine on Linux these days, so I'm told. Martin
On Monday 2021-08-23 23:22, Martin Wilck wrote:
This reminds me of the loss of DisplayCal to Python 3. There, too, upstream is at fault [...] application developers who have no time for porting their apps
Sounds just like all the DOS games that developers never ported to Linux, leaving users out in the cold...
Does it? To me, it's a difference whether an application was never available, or whether it was dropped.
Certain old games were written for a specific environment, e.g. DOS. Certain old tools - displaycal here - was also written for a specific environment, that being python2 and x11. Neither DOS nor Python2 are being maintained by upstream - and X11 is kind of leaving the picture too, as time progresses. The builds of these environments are available "as is" only, and the evolution of contemporary platforms may lead to incompatiblies that require more and more emulation.
On Tue, 2021-08-24 at 01:18 +0200, Jan Engelhardt wrote:
Neither DOS nor Python2 are being maintained by upstream - and X11 is kind of leaving the picture too, as time progresses. The builds of these environments are available "as is" only, and the evolution of contemporary platforms may lead to incompatiblies that require more and more emulation.
Yeah. I just confirmed that both OpenShot and DisplayCal can be run via flatpak on TW. So emulation is the answer, apparently, at least for the time being. Regards Martin
Hello, On Tue, 24 Aug 2021, Jan Engelhardt wrote:
Neither DOS nor Python2 are being maintained by upstream - and X11 is kind of leaving the picture too, as time progresses.
Uh? X11 leaving? FUD, to avoid other expressions! Wayland still has _SOO_ many problems, it's ridiculous. Just recently I read that it seems to have become useable for (limited) usecases. Cue: xwayland. That exists for a reason not limited to "legacy" software. I think now's the time to *start* playing with wayland. No more, no less. -dnh -- Ever picture systemd as what runs "The Borg"?
On Tuesday 2021-08-24 12:16, David Haller wrote:
Hello,
On Tue, 24 Aug 2021, Jan Engelhardt wrote:
Neither DOS nor Python2 are being maintained by upstream - and X11 is kind of leaving the picture too, as time progresses.
Uh? X11 leaving? FUD, to avoid other expressions! Wayland still has _SOO_ many problems, it's ridiculous.
Hence "kind of" and "as time progresses".
On Monday, 23 August 2021 22:57:37 CEST Martin Wilck wrote:
On Sun, 2021-08-22 at 09:40 +0200, Ben Greiner wrote:
Am 22.08.21 um 03:56 schrieb Juan Erbes:
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore.
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit.
Fair enough. Unfortunately, OpenShot is one of the few "killer apps" that attract people to the Linux ecosystem. It used to be the #1 answer to the question "Is there a decent video editor for Linux?" (#).
How many years ago? There are more than decent video editor for Linux, open source (kdenlive, shotcut...) or commercial (DaVinci Resolve).
Not being able to run it is bad, even if it's upstream's fault (*). Looking at the issue you link, only openSUSE and Gentoo seem to be affected up to now. Even Fedora Rawhide still seems to ship qt5-qtwebengine. Asking as a dumb user here: If they can, why can't we?
qtwebkit != qtwebengine Anyway, rejoice, openshot 2.6 is out since yesterday.
On Thu, 2021-08-26 at 15:45 +0200, Christophe Giboudeaux wrote:
On Monday, 23 August 2021 22:57:37 CEST Martin Wilck wrote:
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit.
Fair enough. Unfortunately, OpenShot is one of the few "killer apps" that attract people to the Linux ecosystem. It used to be the #1 answer to the question "Is there a decent video editor for Linux?" (#).
How many years ago?
Not so many. It ranked #2 here in early 2020: https://itsfoss.com/best-video-editing-software-linux/ While personally I prefer shotcut, openshot's simpler UI is better suited for beginners, IMO.
There are more than decent video editor for Linux, open source (kdenlive, shotcut...) or commercial (DaVinci Resolve).
to now. Even Fedora Rawhide still seems to ship qt5-qtwebengine. Asking as a dumb user here: If they can, why can't we?
qtwebkit != qtwebengine
I had the impression that openshot still works on Fedora. I haven't tried though. Sorry.
Anyway, rejoice, openshot 2.6 is out since yesterday.
I'm rejoicing. As noted before, flatpak is also a viable option. Regards Martin
Openshot 2.6 is buil in my home repo home:ecsos. Also request for multimedia:apps is done Regards Eruc Am 26. August 2021 15:45:22 MESZ schrieb Christophe Giboudeaux <christophe@krop.fr>:
On Monday, 23 August 2021 22:57:37 CEST Martin Wilck wrote:
On Sun, 2021-08-22 at 09:40 +0200, Ben Greiner wrote:
Am 22.08.21 um 03:56 schrieb Juan Erbes:
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore.
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit.
Fair enough. Unfortunately, OpenShot is one of the few "killer apps" that attract people to the Linux ecosystem. It used to be the #1 answer to the question "Is there a decent video editor for Linux?" (#).
How many years ago? There are more than decent video editor for Linux, open source (kdenlive, shotcut...) or commercial (DaVinci Resolve).
Not being able to run it is bad, even if it's upstream's fault (*). Looking at the issue you link, only openSUSE and Gentoo seem to be affected up to now. Even Fedora Rawhide still seems to ship qt5-qtwebengine. Asking as a dumb user here: If they can, why can't we?
qtwebkit != qtwebengine
Anyway, rejoice, openshot 2.6 is out since yesterday.
El vie, 27 ago 2021 a las 7:26, Eric Schirra (<ecsos@opensuse.org>) escribió:
Openshot 2.6 is buil in my home repo home:ecsos. Also request for multimedia:apps is done
I searched it on: https://software.opensuse.org/package/openshot-qt And I found: https://software.opensuse.org/ymp/home:ahjolinna/openSUSE_Tumbleweed/openshot-qt.ymp?base=openSUSE%3AFactory&query=openshot-qt Regards, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
El vie, 27 ago 2021 a las 11:38, Juan Erbes (<jerbes@gmail.com>) escribió:
El vie, 27 ago 2021 a las 7:26, Eric Schirra (<ecsos@opensuse.org>) escribió:
Openshot 2.6 is buil in my home repo home:ecsos. Also request for multimedia:apps is done
I searched it on: https://software.opensuse.org/package/openshot-qt
I had a problem with this, because the libraries libopenshot and audio was not update and now tried with your build: https://software.opensuse.org/ymp/home:ecsos/openSUSE_Tumbleweed/openshot-qt.ymp?base=openSUSE%3AFactory&query=openshot-qt I'm rendering now my last project via VA-API to see if it renders ok with audio. In the last update was updated ffmpeg. I Will see what happens. Thanks, Juan
-- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
-- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
El vie, 27 ago 2021 a las 12:12, Juan Erbes (<jerbes@gmail.com>) escribió:
El vie, 27 ago 2021 a las 11:38, Juan Erbes (<jerbes@gmail.com>) escribió:
El vie, 27 ago 2021 a las 7:26, Eric Schirra (<ecsos@opensuse.org>) escribió:
Openshot 2.6 is buil in my home repo home:ecsos. Also request for multimedia:apps is done
I searched it on: https://software.opensuse.org/package/openshot-qt
I had a problem with this, because the libraries libopenshot and audio was not updated and now tried with your build:
I'm rendering now my last project via VA-API to see if it renders ok with audio. In the last update was updated ffmpeg. I Will see what happens.
Yes! Now I can render WITH AUDIO again! But I don't know why the links shows the packages for Tumbleweed as "Blocked": https://build.opensuse.org/package/show/home%3Aecsos/openshot-qt https://build.opensuse.org/package/show/home%3Aecsos/libopenshot Thanks again, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
This repo will not run because libopenshot and libopenshot-audio is to old for version 2.6.0. Use from here: https://download.opensuse.org/repositories/home:ecsos/ Libs are also update in this repo. Regards Eric Am 27. August 2021 16:38:41 MESZ schrieb Juan Erbes <jerbes@gmail.com>:
El vie, 27 ago 2021 a las 7:26, Eric Schirra (<ecsos@opensuse.org>) escribió:
Openshot 2.6 is buil in my home repo home:ecsos. Also request for multimedia:apps is done
I searched it on: https://software.opensuse.org/package/openshot-qt
Regards, Juan
-- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
El dom, 22 ago 2021 a las 4:40, Ben Greiner (<code@bnavigator.de>) escribió:
Am 22.08.21 um 03:56 schrieb Juan Erbes:
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore.
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit.
https://github.com/OpenShot/openshot-qt/issues/4166
Install the package from: https://build.opensuse.org/package/show/multimedia%3Aapps/openshot-qt multimedia:apps has v2.5.1. It is the same version that was removed from Factory. BTW a maintainer should remove the broken Link to Factory.
The only problem is derived from ffmpeg 4.4.x and the rendered videos have no audio.
Probably you are confusing multimedia:apps with the packages I created for you in https://build.opensuse.org/project/show/home:bnavigator:branches:multimedia:.... But those come from the develop branch and are not stable.
Yes, You are right! I removed 4 packages related to PyQt5.QtWebKitWidgets, and Openshot didn't start. The repo You has created and I have added to my TW is: https://download.opensuse.org/repositories/home:/bnavigator:/pyqt:/webkit/Fa... Regards, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
El lun, 23 ago 2021 a las 20:38, Juan Erbes (<jerbes@gmail.com>) escribió:
El dom, 22 ago 2021 a las 4:40, Ben Greiner (<code@bnavigator.de>) escribió:
Am 22.08.21 um 03:56 schrieb Juan Erbes:
The current versions of Openshot-qt don't use PyQt5.QtWebKitWidgets anymore.
That's incorrect. As Christophe wrote, there is no movement upstream in releasing a version without QtWebKit.
https://github.com/OpenShot/openshot-qt/issues/4166
Install the package from: https://build.opensuse.org/package/show/multimedia%3Aapps/openshot-qt multimedia:apps has v2.5.1. It is the same version that was removed from Factory. BTW a maintainer should remove the broken Link to Factory.
The only problem is derived from ffmpeg 4.4.x and the rendered videos have no audio.
Probably you are confusing multimedia:apps with the packages I created for you in https://build.opensuse.org/project/show/home:bnavigator:branches:multimedia:.... But those come from the develop branch and are not stable.
Yes, You are right!
I removed 4 packages related to PyQt5.QtWebKitWidgets, and Openshot didn't start.
The repo You has created and I have added to my TW is: https://download.opensuse.org/repositories/home:/bnavigator:/pyqt:/webkit/Fa...
Yesterday I rendered a video project 2 times with Openshot (TW+windows): 1- The first time in high quality in TW via VA-API, but because of the bug of ffmpeg 4.4.X (4.4-7.1 Packman), the resulting video had no audio. 2- Later with Openshot in preview mode I recorded the audio track via Audacity. 3- Then I copied the video and audio tracks to the windows drive and with Openshot via CPU (because the VA-API is not available on Windows in the same computer with the proper drivers) I made the final rendering. https://github.com/OpenShot/openshot-qt/issues/4177 https://github.com/OpenShot/libopenshot/issues/676 But no one resolves the ffmpeg 4.4 bug, and because of all the dependent packages of ffmpeg, I have no way to replace ffmpeg 4.4 with ffmpeg 4.3. Regards, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
El mar, 24 ago 2021 a las 6:46, Martin Wilck (<martin.wilck@suse.com>) escribió:
On Sat, 2021-08-21 at 22:56 -0300, Juan Erbes wrote:
The other option is to download the AppImage file
The flatpak package works, too.
¿You have the link? Thanks, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
On Thu, 2021-08-26 at 11:11 -0300, Juan Erbes wrote:
The flatpak package works, too.
¿You have the link?
Enable flathub (https://de.opensuse.org/Flatpak) and run flatpak install org.openshot.OpenShot I needed to install xdg-desktop-portal-gtk manually, too; without it, file open dialogues wouldn't work. Regards Martin
Curious to see the OpenShot after it gets in to OBS. On Thu, Aug 26, 2021 at 4:35 PM Martin Wilck <martin.wilck@suse.com> wrote:
On Thu, 2021-08-26 at 11:11 -0300, Juan Erbes wrote:
The flatpak package works, too.
¿You have the link?
Enable flathub (https://de.opensuse.org/Flatpak) and run
flatpak install org.openshot.OpenShot
I needed to install xdg-desktop-portal-gtk manually, too; without it, file open dialogues wouldn't work.
Regards Martin
-- Roger Oberholtzer
El jue, 26 ago 2021 a las 11:35, Martin Wilck (<martin.wilck@suse.com>) escribió:
On Thu, 2021-08-26 at 11:11 -0300, Juan Erbes wrote:
The flatpak package works, too.
¿You have the link?
Enable flathub (https://de.opensuse.org/Flatpak) and run
flatpak install org.openshot.OpenShot
I needed to install xdg-desktop-portal-gtk manually, too; without it, file open dialogues wouldn't work.
A While ago I installed the flatpak pattern, and xdg-desktop-portal-gtk was installed. When I installed it got: "flatpak install org.openshot.OpenShot Note that the directory '/root/.local/share/flatpak/exports/share' is not in the search path set by the XDG_DATA_DIRS environment variable, so applications installed by Flatpak may not appear on your desktop until the session is restarted." After searching for about a half hour I found the .desktop file in /var/lib/flatpak/app/org.openshot.OpenShot/x86_64/stable/active/export/share/applications/org.openshot.OpenShot.desktop The content of org.openshot.OpenShot.desktop is: /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=openshot-qt --file-forwarding org.openshot.OpenShot @@ %F @@ The application starts, but crashes when I open an existing project. With the application loaded with dmesg I get: [ 1726.759566] xfs filesystem being remounted at /newroot/run/ld-so-cache-dir supports timestamps until 2038 (0x7fffffff) [ 1734.022713] xfs filesystem being remounted at /newroot/var/cache supports timestamps until 2038 (0x7fffffff) [ 1734.023254] xfs filesystem being remounted at /newroot/var/data supports timestamps until 2038 (0x7fffffff) [ 1734.023798] xfs filesystem being remounted at /newroot/var/config supports timestamps until 2038 (0x7fffffff) [ 1734.024338] xfs filesystem being remounted at /newroot/var/tmp supports timestamps until 2038 (0x7fffffff) [ 1734.034453] xfs filesystem being remounted at /newroot/home supports timestamps until 2038 (0x7fffffff) [ 1734.035404] xfs filesystem being remounted at /newroot/home/jerbes/.var/app/org.openshot.OpenShot supports timestamps until 2038 (0x7fffffff) [ 1805.130692] xfs filesystem being remounted at /newroot/var/cache supports timestamps until 2038 (0x7fffffff) [ 1805.131064] xfs filesystem being remounted at /newroot/var/data supports timestamps until 2038 (0x7fffffff) [ 1805.131453] xfs filesystem being remounted at /newroot/var/config supports timestamps until 2038 (0x7fffffff) [ 1805.131817] xfs filesystem being remounted at /newroot/var/tmp supports timestamps until 2038 (0x7fffffff) [ 1805.140190] xfs filesystem being remounted at /newroot/home supports timestamps until 2038 (0x7fffffff) [ 1805.141069] xfs filesystem being remounted at /newroot/home/jerbes/.var/app/org.openshot.OpenShot supports timestamps until 2038 (0x7fffffff) [ 1893.473418] xfs filesystem being remounted at /newroot/var/cache supports timestamps until 2038 (0x7fffffff) [ 1893.473733] xfs filesystem being remounted at /newroot/var/data supports timestamps until 2038 (0x7fffffff) [ 1893.474091] xfs filesystem being remounted at /newroot/var/config supports timestamps until 2038 (0x7fffffff) [ 1893.474449] xfs filesystem being remounted at /newroot/var/tmp supports timestamps until 2038 (0x7fffffff) [ 1893.482572] xfs filesystem being remounted at /newroot/home supports timestamps until 2038 (0x7fffffff) [ 1893.483484] xfs filesystem being remounted at /newroot/home/jerbes/.var/app/org.openshot.OpenShot supports timestamps until 2038 (0x7fffffff) I mean there are some system permissions and environment variables that aren't set. Regards, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
On Fri, 2021-08-27 at 10:54 -0300, Juan Erbes wrote:
El jue, 26 ago 2021 a las 11:35, Martin Wilck (<martin.wilck@suse.com>) escribió:
On Thu, 2021-08-26 at 11:11 -0300, Juan Erbes wrote:
The flatpak package works, too.
¿You have the link?
Enable flathub (https://de.opensuse.org/Flatpak) and run
flatpak install org.openshot.OpenShot
I needed to install xdg-desktop-portal-gtk manually, too; without it, file open dialogues wouldn't work.
A While ago I installed the flatpak pattern, and xdg-desktop-portal-gtk was installed.
When I installed it got: "flatpak install org.openshot.OpenShot
Note that the directory
'/root/.local/share/flatpak/exports/share'
I also installed the flatpak as root (into /var/lib/flatpak) but I don't recall that message, and /root/.local/share/flatpak/exports definitely wasn't created.
is not in the search path set by the XDG_DATA_DIRS environment variable, so applications installed by Flatpak may not appear on your desktop until the session is restarted."
Did you try restarting your session?
After searching for about a half hour I found the .desktop file in /var/lib/flatpak/app/org.openshot.OpenShot/x86_64/stable/active/expor t/share/applications/org.openshot.OpenShot.desktop
The content of org.openshot.OpenShot.desktop is: /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=openshot-qt --file-forwarding org.openshot.OpenShot @@ %F @@
The application starts, but crashes when I open an existing project. ...
You can try using the --filesystem option, e.g. --filesystem=home. I had started openshot from the command line, using "flatpak run" directly. But I'm definitely no expert on the flatpak sandboxing options. It's an additional complication, agreed. Martin
El vie, 27 ago 2021 a las 11:01, Martin Wilck (<martin.wilck@suse.com>) escribió:
On Fri, 2021-08-27 at 10:54 -0300, Juan Erbes wrote:
El jue, 26 ago 2021 a las 11:35, Martin Wilck (<martin.wilck@suse.com>) escribió:
On Thu, 2021-08-26 at 11:11 -0300, Juan Erbes wrote:
The flatpak package works, too.
¿You have the link?
Enable flathub (https://de.opensuse.org/Flatpak) and run
flatpak install org.openshot.OpenShot
I needed to install xdg-desktop-portal-gtk manually, too; without it, file open dialogues wouldn't work.
A While ago I installed the flatpak pattern, and xdg-desktop-portal-gtk was installed.
When I installed it got: "flatpak install org.openshot.OpenShot
Note that the directory
'/root/.local/share/flatpak/exports/share'
I also installed the flatpak as root (into /var/lib/flatpak) but I don't recall that message, and /root/.local/share/flatpak/exports definitely wasn't created.
is not in the search path set by the XDG_DATA_DIRS environment variable, so applications installed by Flatpak may not appear on your desktop until the session is restarted."
Did you try restarting your session?
I restarted the system!
After searching for about a half hour I found the .desktop file in /var/lib/flatpak/app/org.openshot.OpenShot/x86_64/stable/active/expor t/share/applications/org.openshot.OpenShot.desktop
The content of org.openshot.OpenShot.desktop is: /usr/bin/flatpak run --branch=stable --arch=x86_64 --command=openshot-qt --file-forwarding org.openshot.OpenShot @@ %F @@
The application starts, but crashes when I open an existing project. ...
You can try using the --filesystem option, e.g. --filesystem=home. I had started openshot from the command line, using "flatpak run" directly. But I'm definitely no expert on the flatpak sandboxing options. It's an additional complication, agreed.
I added the option --filesystem=home. The complete command is: /usr/bin/flatpak run --branch=stable --arch=x86_64 --filesystem=home --command=openshot-qt --file-forwarding org.openshot.OpenShot @@ %F @@ and now dmesg shows: [ 3137.002916] xfs filesystem being remounted at /newroot/var/cache supports timestamps until 2038 (0x7fffffff) [ 3137.003369] xfs filesystem being remounted at /newroot/var/data supports timestamps until 2038 (0x7fffffff) [ 3137.003821] xfs filesystem being remounted at /newroot/var/config supports timestamps until 2038 (0x7fffffff) [ 3137.004276] xfs filesystem being remounted at /newroot/var/tmp supports timestamps until 2038 (0x7fffffff) [ 3137.025370] xfs filesystem being remounted at /newroot/home supports timestamps until 2038 (0x7fffffff) [ 3137.025939] xfs filesystem being remounted at /newroot/home/jerbes supports timestamps until 2038 (0x7fffffff) [ 3137.027156] xfs filesystem being remounted at /newroot/home/jerbes/.var/app/org.openshot.OpenShot supports timestamps until 2038 (0x7fffffff) It's better because don't freeze the system and the application crashes immediately when I open an existing project. Tryed from konsole with "flatpak run org.openshot.OpenShot", starts ok, but crashes again when I open an existing project. Regards, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
participants (10)
-
Axel Braun
-
Ben Greiner
-
Christophe Giboudeaux
-
David Haller
-
Eric Schirra
-
Jan Engelhardt
-
Juan Erbes
-
Manuel Quintero Fonseca
-
Martin Wilck
-
Roger Oberholtzer