moved files from old asus repo to this repo.

This commit is contained in:
root
2023-06-17 22:49:58 +02:00
parent 497ca664da
commit 49e3d4fc25
5 changed files with 101 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
Add the xdg-open wrapper script to your path in a location before
/usr/bin. This is needed to work around login problems on (rocky) linux
to open the xdg-open app in the correct way.
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
if [[ "${1:-}" = slack://* ]]
then
exec /usr/lib/slack/slack --enable-crashpad "$1"
fi
exec /usr/bin/xdg-open "$@"