Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Unity では、.desktop ファイルに実行権限がある場合にのみアイコンが表示されます。しかし、これを行うと、lintian がexecutable-desktop-file. この場合、私は何をすべきですか?
executable-desktop-file
ショートカットを作成した後、次の構文を問題なく使用します。
sudo desktop-file-install /usr/share/applications/your_file.desktop
Ubuntu 14.04 + ユニティ。
よろしく、ステファン。