ozmartian / vidcutter

A modern yet simple multi-platform video cutter and joiner.
GNU General Public License v3.0
1.78k stars 134 forks source link

Can't launch vidcutter (installed with snap) #322

Open martin-tct opened 3 years ago

martin-tct commented 3 years ago

$ vidcutter Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. qt.qpa.plugin: Could not find the Qt platform plugin "wayland-egl" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted

Debian 10

ozmartian commented 3 years ago

The AppImage and Snap seems to be buggy on some configurations and being worked on for a fix. For now, try installing via PPA if possible, let me know if that works.

$ sudo add-apt-repository ppa:ozmartian/apps
$ sudo apt-get update
$ sudo apt install vidcutter
martin-tct commented 3 years ago

I tried via PPA. I'm using Debian 10 (Buster), which runs python3.8

$ sudo apt install vidcutter Reading package lists... Done Building dependency tree
Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies: vidcutter : Depends: python3 (>= 3.9~) but 3.7.3-1 is to be installed E: Unable to correct problems, you have held broken packages.

martin-tct commented 3 years ago

The windows version works as advertised using wine.