@AvianaCruz How do I test using the system electron?
Search Criteria
Package Details: losslesscut-bin 3.64.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/losslesscut-bin.git (read-only, click to copy) |
---|---|
Package Base: | losslesscut-bin |
Description: | Crossplatform GUI tool for lossless trimming/cutting of video/audio files |
Upstream URL: | https://github.com/mifi/lossless-cut |
Licenses: | MIT |
Conflicts: | losslesscut |
Provides: | losslesscut |
Submitter: | dmp1ce |
Maintainer: | dmp1ce (Lulzagna) |
Last Packager: | Lulzagna |
Votes: | 55 |
Popularity: | 1.02 |
First Submitted: | 2020-11-10 13:10 (UTC) |
Last Updated: | 2024-11-01 15:21 (UTC) |
Dependencies (4)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (4)
dmp1ce commented on 2022-11-27 11:59 (UTC)
dmp1ce commented on 2022-09-25 16:59 (UTC)
Reverted. Thanks guys! I thought I had tested but clearly I had not. 🤦
hcjl commented on 2022-09-25 13:13 (UTC)
@dmp1ce, I think youn can revert the change in the PKGBUILD back to 3.46.2. 3.46.3 is MacOs only.
1nikolas commented on 2022-09-25 12:58 (UTC)
hello 3.46.3 is an update only for macos you should change the version to 3.46.2. Also please test before pushing, thanks
dmp1ce commented on 2022-08-14 10:51 (UTC)
v3.46.3 release is missing a release page on Github.
foolishgrunt commented on 2022-06-02 04:48 (UTC) (edited on 2022-06-02 04:48 (UTC) by foolishgrunt)
Missing a dependency.
losslesscut: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory
Resolved by installing libxss
.
RoestVrijStaal commented on 2022-04-25 21:14 (UTC)
@fabrixx Apparently it works again by adding the parameter --no-sandbox when invoking losslesscut with the CLI as described here https://github.com/mifi/lossless-cut/issues/1082
However, a better workaround is ~~altering losslesscut.desktop~~ duplicating /usr/share/applications/losslesscut.desktop to $HOME/.local/share/applications/losslesscut.desktop and add the --no-sandbox to the Exec= rule.
fabrixx commented on 2022-03-29 21:25 (UTC)
[42844:0329/232148.219768:FATAL:gpu_data_manager_impl_private.cc(1034)] The display compositor is frequently crashing. Goodbye. Rilevato trace/breakpoint (core dump creato)
dmp1ce commented on 2022-03-06 11:15 (UTC)
@soloturn I'm using the ffmpeg packaged binary. Is he going to release a binary without ffmpeg?
Pinned Comments
kata55 commented on 2023-07-06 20:07 (UTC) (edited on 2023-07-06 20:09 (UTC) by kata55)
If anyone, like me, uses this on GNOME on Wayland with Fractional Scaling (due to a 14" 2560x1440 screen in their laptop), you may find this Electron trick useful to make the app work in native Wayland mode instead of
xwayland
(so that it does not appear blurry) - run the app with this command:To make the change persist, change the
Exec=...
line in/usr/share/applications/losslesscut-bin.desktop
to:It would be probably great if the
.desktop
file in this AUR would have this automatically included if Wayland is detected as the display server, but I'm not sure how do you go about this; Also this seems to be a recurring theme with all Electron apps, so I'm thinking about some system-wide solution to be brought up on Arch upstream - no point in having every single Electron app packager waste the effort repeating this.dmp1ce commented on 2021-10-29 17:03 (UTC)
I'm following the releases on this page: https://github.com/mifi/lossless-cut/releases
I'm not following all the tagged versions.