@AvianaCruz electron21 doesn't seem to be available anymore from pacman. Can you try building yourself and share a diff to the current version please?
Search Criteria
Package Details: losslesscut-bin 3.56.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 |
Submitter: | dmp1ce |
Maintainer: | dmp1ce |
Last Packager: | dmp1ce |
Votes: | 43 |
Popularity: | 0.62 |
First Submitted: | 2020-11-10 13:10 (UTC) |
Last Updated: | 2023-08-29 10:25 (UTC) |
Dependencies (4)
- ffmpeg (ffmpeg-cuda, ffmpeg-nonvidia, ffmpeg-libfdk_aac, ffmpeg-intel-full-git, ffmpeg-v4l2-request-git, ffmpeg-mmal, ffmpeg-git, ffmpeg-full-git, ffmpeg-amd-full, ffmpeg-nvcodec-11-1-git, ffmpeg-amd-full-git, ffmpeg-nocuda, ffmpeg-mpp, ffmpeg-headless, ffmpeg-full, ffmpeg-decklink, ffmpeg-obs)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- libxss
- nss (nss-hg)
Required by (0)
Sources (4)
dmp1ce commented on 2023-08-30 22:51 (UTC)
AvianaCruz commented on 2023-08-30 03:49 (UTC)
@dmp1ce Since the issue in https://aur.archlinux.org/packages/losslesscut-bin#comment-897950 was solved in upstream, could you try https://aur.archlinux.org/packages/losslesscut-bin#comment-897870 again?
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:
losslesscut --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
To make the change persist, change the Exec=...
line in /usr/share/applications/losslesscut-bin.desktop
to:
Exec=losslesscut --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations
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.
sadid commented on 2023-02-17 14:40 (UTC)
The download link for 3.51.0 doesn't work anymore and failed the makepkg. Furthermore, 3.52.0 has been updated:
https://github.com/mifi/lossless-cut/releases/tag/v3.52.0
https://github.com/mifi/lossless-cut/releases/download/v3.52.0/LosslessCut-linux-x64.tar.bz2
AvianaCruz commented on 2023-02-17 14:35 (UTC) (edited on 2023-02-18 12:59 (UTC) by AvianaCruz)
@dmp1ce The "Cannot open media" may be an upstream issue: https://github.com/mifi/lossless-cut/issues/1481.
alan1world commented on 2023-02-17 10:49 (UTC) (edited on 2023-02-17 10:49 (UTC) by alan1world)
maxpayne3 commented on 2023-02-17 09:10 (UTC)
This is the correct URL: https://github.com/mifi/lossless-cut/releases/download/v3.51.1/LosslessCut-linux-x64.tar.bz2
jonask commented on 2023-02-17 08:15 (UTC)
==> ERROR: Failure while downloading https://github.com/mifi/lossless-cut/releases/download/v3.51.0/LosslessCut-linux-x64.tar.bz2
dmp1ce commented on 2023-01-16 16:37 (UTC)
@AvianaCruz This worked pretty well but I kept getting a "Cannot open media" file on opening the app. Then the Open File would default to the /usr/lib/losslesscut
directory. Is there a way for the app to open without the error message and correct Open File default?
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.