From 7eb1dcc7eee6b8868d321adc070ae4578e5ec222 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 10 Sep 2018 18:44:34 +0200 Subject: [PATCH] Fixbug Gnome cache --- docs/binary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/binary.rst b/docs/binary.rst index b9fe824dc..a7ac67883 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -38,10 +38,10 @@ Ubuntu/Debian (Gnome Shell) installing curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin # Create symbolic link ln -s ~/.local/kitty.app/bin/kitty ~/.local/bin/ - # Create desktop icons in GNOME SHELL - cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications # Link icon sed -i "s/Icon\=kitty/Icon\=\/home\/$USER\/.local\/kitty.app\/share\/icons\/hicolor\/256x256\/apps\/kitty.png/g" ~/.local/kitty.app/share/applications/kitty.desktop + # Create desktop icons in GNOME SHELL + cp ~/.local/kitty.app/share/applications/kitty.desktop ~/.local/share/applications