Hello I have trouble to install shortcut on Linux 17.2.
Dowloaded Shotcut to downloads.
When i try to “open file” in downloads the “archive manager” opens a folder “shotcut”
That i try to unwrap(?) en creates a “shotcut folder” in “downloads”.
This contains a “folder shotcut” and an (folder) “icon shotcut”.
tried also in terminal:
sudo add-apt-repository ppa:haraldhv/shotcut
sudo apt-get update
sudo apt-get install shotcut
simply extract the archive and run it. You can drag the Shotcut folder to copy and move it wherever you want. If double-clicking the icon in your file manager does not launch Shotcut, open Shotcut.app, and try double-clicking the shotcut shell script. Do not try to run bin/shotcut directly. You may need to install JACK from your distribution. Here is a page that lists some required packages for specific distributions
From : https://shotcut.org/download/
And click on “Show downloads for GNU/Linux | macOS | Microsoft Windows | All” ->“GNU/Linux”
…here you can see, how it looks like on my system.
All I, and actually also you, need to do then is to double-click on “Shotcut.desktop”. (“Shotcut.desktop” is a script, and you need to make it executable)
What you have done with that “Shotcut.desktop” file? Do you have renamed it?
Second:
The original/vanilla file “Shotcut.desktop” is executable?
It needs to executable!
My Exec part: Exec=sh -c “$(dirname “%k”)/Shotcut.app/shotcut “%F””
Your Exec part (was): shotcut %F
Third:
What you have shown in one of your pics, is the text content of “Shotcut.desktop”. So, why is GEdit starting?
Fourth:
I would recommend to delete your current download of “Shotcut”, download it again to have a vanilla one (and make a backup from that vanilla download), decompress it by default and be sure that the file “Shotcut.desktop” is executable (Right mouse button -> Properties -> Permissions / checkmark Executable).