Thanks for the ping @Luizagna.
Search Criteria
Package Details: losslesscut-bin 3.65.0-2
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: | 63 |
Popularity: | 2.81 |
First Submitted: | 2020-11-10 13:10 (UTC) |
Last Updated: | 2025-03-24 19:02 (UTC) |
Dependencies (4)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »
dmp1ce commented on 2024-01-31 20:20 (UTC)
Lulzagna commented on 2024-01-31 18:11 (UTC)
I was advised to link an updated PKGBUILD here instead of creating a new package.
Updated for 3.59.1: https://maximumstandard.com/losslesscut-bin/PKGBUILD
I'm willing to co-maintain minor/patch updates if you wish.
dmp1ce commented on 2023-10-16 15:55 (UTC) (edited on 2023-10-16 15:55 (UTC) by dmp1ce)
@xeruf
I'm not able to test this wayland error right now. If you have a suggestion to fix it then I'll take a look.
melonion commented on 2023-10-14 16:46 (UTC)
Opens but unusable on Manjaro Sway Wayland, logs:
[29081:1014/184236.104104:ERROR:object_proxy.cc(590)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
[29081:1014/184236.104163:ERROR:select_file_dialog_linux_portal.cc(274)] Failed to read portal version property
[29125:1014/184246.575841:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[29125:1014/184246.580359:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
[29125:1014/184246.596722:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at WebFrameMain.send (node:electron/js2c/browser_init:2:94361)
at WebContents.send (node:electron/js2c/browser_init:2:79721)
at click (/usr/share/losslesscut/resources/app.asar/vite-dist/menu.js:23:36)
at MenuItem.click (node:electron/js2c/browser_init:2:30958)
at Menu._executeCommand (node:electron/js2c/browser_init:2:36354)
The last error occured after clicking File>Open on the navigation bar - which works, but does nothing.
dmp1ce commented on 2023-08-30 22:51 (UTC)
@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?
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.
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.