Skip to content

Commit

Permalink
Add kdenlive
Browse files Browse the repository at this point in the history
A non-linear video editor for Linux using the MLT video framework
  • Loading branch information
PauloPortugal committed Jul 8, 2022
1 parent cf7c050 commit ab10875
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Roles supported:
| cloud-tools | Install google-cloud-sdk |
| editors | Install vim, emacs, gimp, Intellij + JetBrains Toolbox, Goland, Visual Studio Code and Xmind |
| media | Install Spotify and Peek (GIF Screen recorder) |
| multimedia | Install gimp and darktable |
| multimedia | Install gimp, darktable and kdenlive |
| gnome | Configure the desktop environment |
| comms | Install communication/Instant Messaging apps: signal-desktop, slack-desktop |
| aur | Install Arch User Repository libraries |
Expand Down
1 change: 1 addition & 0 deletions group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ media_aur:
multimedia:
- darktable
- gimp
- kdenlive

shell_aliases:
- alias ll='ls -lrt'
Expand Down
3 changes: 2 additions & 1 deletion roles/gnome/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
key: /org/gnome/shell/favorite-apps
value: "['firefox.desktop', 'google-chrome.desktop', 'spotify.desktop', 'jetbrains-idea.desktop',
\ 'jetbrains-goland.desktop', 'visual-studio-code.desktop', 'emacs.desktop',
\ 'slack.desktop', 'signal-desktop.desktop', 'terminator.desktop', 'pamac-manager.desktop']"
\ 'slack.desktop', 'signal-desktop.desktop', 'org.kde.kdenlive.desktop', 'terminator.desktop']"
state: present
become_user: "{{ user_name }}"
become: true
tags:
- gnome
- gnome-favourite

- include: top-bar.yml
- include: peripherals.yml
Expand Down

0 comments on commit ab10875

Please sign in to comment.