I've already tried the other answers to this question with no success. I'm using Ubuntu 16.04. I'm just trying to create some custom actions for Terminator, but I've decided to go back to basics and see if I can get something to work. Here's what I've tried:
- Copied and pasted the example desktop entry file from https://standards.freedesktop.org/desktop-entry-spec/latest/apa.html into a file called
$HOME/foo.desktop - Ran
desktop-file-validate $HOME/foo.desktop. No output. - Ran
desktop-file-install --dir=$HOME/.local/share/applications $HOME/foo.desktop chmod 755 $HOME/.local/share/applications/foo.desktop- Logged out and back in again.
The new launcher does not appear. What am I missing? Is there some log that would explain why the desktop file does not appear?