From 2b6fccad5ad97bdfe2e4e6dac2ad56ca14f576f4 Mon Sep 17 00:00:00 2001 From: Arthur Geron Date: Sat, 28 Oct 2017 02:30:36 -0200 Subject: [PATCH 1/3] Added instructions to help fix a common error when installing peek through snappy --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d2aae60..aeae9a83 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,12 @@ environment or from command line: snap run peek +In case it fails to start with the message `You need to connect this snap to the gnome platform snap` +do the following command via command-line: + + sudo snap connect peek:gnome-3-26-platform gnome-3-24:gnome-3-24-platform + + Snaps should automatically update in the background. If this is not happening you can update Peek manually to the latest version: From 9095f9bc8147088d643b79e48b3c2fc6a4f77fc6 Mon Sep 17 00:00:00 2001 From: Arthur Geron Date: Sat, 28 Oct 2017 02:31:53 -0200 Subject: [PATCH 2/3] Corrected instructions with correct command --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aeae9a83..46a8b668 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,8 @@ environment or from command line: In case it fails to start with the message `You need to connect this snap to the gnome platform snap` do the following command via command-line: - sudo snap connect peek:gnome-3-26-platform gnome-3-24:gnome-3-24-platform + sudo snap connect peek:gnome-3-26-1604 gnome-3-26-1604:gnome-3-26-1604 + Snaps should automatically update in the background. If this is not happening From d46d23772dc0186ce49d7f4ea9dc0632b43fe149 Mon Sep 17 00:00:00 2001 From: Arthur Geron Date: Sat, 28 Oct 2017 02:32:50 -0200 Subject: [PATCH 3/3] Removed white-spaces --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 46a8b668..d050e215 100644 --- a/README.md +++ b/README.md @@ -129,8 +129,6 @@ do the following command via command-line: sudo snap connect peek:gnome-3-26-1604 gnome-3-26-1604:gnome-3-26-1604 - - Snaps should automatically update in the background. If this is not happening you can update Peek manually to the latest version: