Package Details: losslesscut-bin 3.59.1-4

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: 49
Popularity: 2.56
First Submitted: 2020-11-10 13:10 (UTC)
Last Updated: 2024-03-22 14:06 (UTC)

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:

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.

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

archisman commented on 2021-02-17 17:03 (UTC) (edited on 2021-02-18 10:03 (UTC) by archisman)

I got this error.

$ losslesscut
[22489:0217/223225.033626:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /usr/share/losslesscut/chrome-sandbox is owned by root and has mode 4755.
Trace/breakpoint trap (core dumped)

Solution:

sudo chmod 4755 /usr/share/losslesscut/chrome-sandbox

dmp1ce commented on 2020-11-10 13:14 (UTC)

Thanks @smrqdt.

I created losslesscut-bin and made the merge request on both packages.

smrqdt commented on 2020-11-10 04:02 (UTC)

As this package uses prebuilt binaries it should contain a "-bin" suffix in its name (https://wiki.archlinux.org/index.php/AUR_submission_guidelines), please consider renaming. Afaik the process for that is cloning and submitting a merge request (using "Submit Request" in the Package Actions box).

dmp1ce commented on 2020-07-13 14:33 (UTC)

@jogai, what problem are you having? I see the svg here: https://raw.githubusercontent.com/mifi/lossless-cut/master/src/icon.svg

jogai commented on 2020-07-13 06:31 (UTC)

The icon svg is not on github anymore.

dmp1ce commented on 2020-07-10 13:25 (UTC)

3.23.8 is a tag, not a release currently.

https://github.com/mifi/lossless-cut/releases

dmp1ce commented on 2020-04-10 19:38 (UTC) (edited on 2020-04-15 12:41 (UTC) by dmp1ce)

3.19.0 is a "pre-release". Please flag again when it is a "release".

https://github.com/mifi/lossless-cut/releases

dmp1ce commented on 2020-04-02 00:36 (UTC)

cultleader: Thanks! Should be fixed now.

cultleader commented on 2020-04-01 22:59 (UTC) (edited on 2020-04-01 23:01 (UTC) by cultleader)

@dmp1ce I had to change the ln line in the pkgbuild from ln -s /usr/share/losslesscut/lossless-cut "$pkgdir"/usr/bin/losslesscut to ln -s /usr/share/losslesscut/losslesscut "$pkgdir"/usr/bin/losslesscut It's strange because on the losslesscut github, they use lossless-cut in their examples as well.