Skip to content

Commit

Permalink
Add Kdenlive app
Browse files Browse the repository at this point in the history
Seems to be one of few that work on wayland
  • Loading branch information
Botspot committed Jul 20, 2024
1 parent 30df86a commit acf6e1b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/Kdenlive/credits
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Botspot
6 changes: 6 additions & 0 deletions apps/Kdenlive/description
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Newest version of a popular video editor, compatible with PiOS Bookworm
Most Linux video editors have issues on Wayland, including the default (old) version of Kdenlive available with sudo apt install.
This version is straight from flatpak, and probably less than a month old.

To run: Menu -> Sound & Video -> Kdenlive
To run in a terminal: flatpak run --file-forwarding org.kde.kdenlive
Binary file added apps/Kdenlive/icon-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/Kdenlive/icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions apps/Kdenlive/install-64
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

install_packages flatpak || exit 1

flatpak_install org.kde.kdenlive || exit 1
5 changes: 5 additions & 0 deletions apps/Kdenlive/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

flatpak_uninstall org.kde.kdenlive || exit 1

purge_packages || exit 1
1 change: 1 addition & 0 deletions apps/Kdenlive/website
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://kdenlive.org/
1 change: 1 addition & 0 deletions etc/categories
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Imager|Tools
Inkscape|Creative Arts
Intellij IDEA|Programming
jGRASP IDE|Programming
Kdenlive|Multimedia
KeePassXC|Tools
KiCad|Engineering
Kodi|Multimedia
Expand Down

0 comments on commit acf6e1b

Please sign in to comment.