From 41bd442bd90717c140fd294c36892ef6bbe41ac3 Mon Sep 17 00:00:00 2001 From: Malek Date: Fri, 18 Oct 2024 14:17:29 +0200 Subject: [PATCH 1/2] Fix dependency problems (Packages not found) --- Requirements.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Requirements.mk b/Requirements.mk index d10bdff1..ba0ce60c 100644 --- a/Requirements.mk +++ b/Requirements.mk @@ -20,7 +20,7 @@ prepare: conda: # https://docs.anaconda.com/free/anaconda/install/linux/ - sudo apt-get install libgl1-mesa-glx libegl1-mesa libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2 libxi6 libxtst6 + sudo apt-get install libgl1 libglx-mesa0 libxrandr2 libxrandr2 libxss1 libxcursor1 libxcomposite1 libasound2t64 libxi6 libxtst6 sudo apt-get update curl -o /tmp/Miniconda3-latest-Linux-x86_64.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash /tmp/Miniconda3-latest-Linux-x86_64.sh From 81678bb5464f32723de08ce6389efb7c7129f0ee Mon Sep 17 00:00:00 2001 From: Malek Date: Fri, 18 Oct 2024 14:22:06 +0200 Subject: [PATCH 2/2] pre-commit --- .../toolbar/modules/ExportingButton.vue | 45 +++++++++---------- .../components/verticalpane/VerticalPane.vue | 5 +-- .../verticalpane/VerticalPaneCitation.vue | 7 +-- .../verticalpane/VerticalPanePathway.vue | 7 +-- 4 files changed, 26 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/toolbar/modules/ExportingButton.vue b/frontend/src/components/toolbar/modules/ExportingButton.vue index d57aba58..de09ed44 100644 --- a/frontend/src/components/toolbar/modules/ExportingButton.vue +++ b/frontend/src/components/toolbar/modules/ExportingButton.vue @@ -1,27 +1,24 @@ - - - - - \ No newline at end of file + }, +}; + + + diff --git a/frontend/src/components/verticalpane/VerticalPane.vue b/frontend/src/components/verticalpane/VerticalPane.vue index c1e886b4..c62cf6aa 100644 --- a/frontend/src/components/verticalpane/VerticalPane.vue +++ b/frontend/src/components/verticalpane/VerticalPane.vue @@ -1,9 +1,6 @@