From 3850b194257b7c3aa6e17d964c4c618c8ba61047 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 18 Jan 2023 18:36:25 +0100 Subject: [PATCH 1/6] added helper message to script --- utils/Zano_appimage_wrapper.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/Zano_appimage_wrapper.sh b/utils/Zano_appimage_wrapper.sh index 7aace196..51130654 100755 --- a/utils/Zano_appimage_wrapper.sh +++ b/utils/Zano_appimage_wrapper.sh @@ -10,6 +10,10 @@ call_app() { pushd $script_dir usr/bin/Zano "$@" + if [ $? -ne 0 ]; then + echo -e "If Zano failed to launch, it might need to install xinerama extension for the X C Binding with this command:\n sudo apt-get install libxcb-xinerama0e" + fi + popd exit } From 293d9f7d8d502d391ca06279dab99cecce62a4ee Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 18 Jan 2023 19:20:05 +0100 Subject: [PATCH 2/6] Update Zano_appimage_wrapper.sh --- utils/Zano_appimage_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Zano_appimage_wrapper.sh b/utils/Zano_appimage_wrapper.sh index 51130654..bc458c59 100755 --- a/utils/Zano_appimage_wrapper.sh +++ b/utils/Zano_appimage_wrapper.sh @@ -11,7 +11,7 @@ call_app() pushd $script_dir usr/bin/Zano "$@" if [ $? -ne 0 ]; then - echo -e "If Zano failed to launch, it might need to install xinerama extension for the X C Binding with this command:\n sudo apt-get install libxcb-xinerama0e" + echo $'\n\n\x1b[1mIf Zano fails to launch, it might need to install xinerama extension for the X C Binding with this command:\n\x1b[2m sudo apt-get install libxcb-xinerama0e\n\n' fi popd From 17212f16eacec35f1d618c50d0c8a9c748c73185 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 18 Jan 2023 19:58:54 +0100 Subject: [PATCH 3/6] Removed echo fro launch wrapper --- utils/Zano_appimage_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Zano_appimage_wrapper.sh b/utils/Zano_appimage_wrapper.sh index bc458c59..87e98dba 100755 --- a/utils/Zano_appimage_wrapper.sh +++ b/utils/Zano_appimage_wrapper.sh @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash script_dir=$( dirname "$(readlink -f "$0")" ) out_dir=~/.local/share/applications From dc3d6f8cfe414717dd0645f43324b2f498e8e6b5 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 18 Jan 2023 20:27:15 +0100 Subject: [PATCH 4/6] Fixed typo --- utils/Zano_appimage_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/Zano_appimage_wrapper.sh b/utils/Zano_appimage_wrapper.sh index 87e98dba..9c588e61 100755 --- a/utils/Zano_appimage_wrapper.sh +++ b/utils/Zano_appimage_wrapper.sh @@ -11,7 +11,7 @@ call_app() pushd $script_dir usr/bin/Zano "$@" if [ $? -ne 0 ]; then - echo $'\n\n\x1b[1mIf Zano fails to launch, it might need to install xinerama extension for the X C Binding with this command:\n\x1b[2m sudo apt-get install libxcb-xinerama0e\n\n' + echo $'\n\n\x1b[1mIf Zano fails to launch, it might need to install xinerama extension for the X C Binding with this command:\n\x1b[2m sudo apt-get install libxcb-xinerama0\n\n' fi popd From 394384faccd7df2745c640deb7e48187f2d8f21a Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 18 Jan 2023 21:00:29 +0100 Subject: [PATCH 5/6] moved UI to proper commit --- src/gui/qt-daemon/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt-daemon/layout b/src/gui/qt-daemon/layout index 73d36003..b091d45a 160000 --- a/src/gui/qt-daemon/layout +++ b/src/gui/qt-daemon/layout @@ -1 +1 @@ -Subproject commit 73d36003da48622469ebe8f5bd39d2a8ed49a5d5 +Subproject commit b091d45ad697db2d35e94de41be3f175bad0f71d From ffad058c7f6fa4f175b272d5bab83de8e7432ead Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 15 Feb 2023 12:58:59 +0100 Subject: [PATCH 6/6] moved UI to right commit --- src/gui/qt-daemon/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/qt-daemon/layout b/src/gui/qt-daemon/layout index b091d45a..22212b20 160000 --- a/src/gui/qt-daemon/layout +++ b/src/gui/qt-daemon/layout @@ -1 +1 @@ -Subproject commit b091d45ad697db2d35e94de41be3f175bad0f71d +Subproject commit 22212b20250b918f713dc90e85dadc2700d23a6a