aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/ubuntu-20.04
diff options
context:
space:
mode:
Diffstat (limited to 'user-scripts/ubuntu-20.04')
-rwxr-xr-xuser-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop9
-rwxr-xr-xuser-scripts/ubuntu-20.04/rose.desktop2
-rwxr-xr-xuser-scripts/ubuntu-20.04/rose.sh3
3 files changed, 13 insertions, 1 deletions
diff --git a/user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop b/user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop
new file mode 100755
index 0000000..24b1dc0
--- /dev/null
+++ b/user-scripts/ubuntu-20.04/rose-GIO_MODULE_DIR.desktop
@@ -0,0 +1,9 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Version=1.0
+Type=Application
+Terminal=false
+Exec=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose.sh %u
+Name=Rose
+Comment=Minimalistic browser
+Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
diff --git a/user-scripts/ubuntu-20.04/rose.desktop b/user-scripts/ubuntu-20.04/rose.desktop
index 80a5176..4959517 100755
--- a/user-scripts/ubuntu-20.04/rose.desktop
+++ b/user-scripts/ubuntu-20.04/rose.desktop
@@ -3,7 +3,7 @@
Version=1.0
Type=Application
Terminal=false
-Exec= /usr/bin/rose %u
+Exec=/bin/rose %u
Name=Rose
Comment=Minimalistic browser
Icon=/home/loki/Documents/core/software/fresh/C/rose-browser/rosenrot/user-scripts/ubuntu-20.04/rose-images/rose-desktop-icon.png
diff --git a/user-scripts/ubuntu-20.04/rose.sh b/user-scripts/ubuntu-20.04/rose.sh
new file mode 100755
index 0000000..62baac9
--- /dev/null
+++ b/user-scripts/ubuntu-20.04/rose.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+GIO_MODULE_DIR=/usr/lib/x86_64-linux-gnu/gio/modules/ /bin/rose "$1"
+