attempt at fixing the linux protocol handler

This commit is contained in:
Olivier Bondu
2018-01-17 17:54:14 +01:00
parent f901aa8c8f
commit e33ac4e700
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ With the following contents:
[Desktop Entry]
Type=Application
Terminal=false
Exec=bash -c 'xdg-open http://localhost:3000/auth?authRequest=$(echo "%u" | sed s,blockstack:/*,,)'
Exec=bash -c 'xdg-open http://localhost:3000/auth?authRequest=$(echo "%u" | sed s,blockstack:////*,,)'
Name=Blockstack-Browser
MimeType=x-scheme-handler/blockstack;
```

View File

@@ -139,7 +139,7 @@ echo
echo "[Desktop Entry]"
echo "Type=Application"
echo "Terminal=false"
echo "Exec=bash -c 'xdg-open http://localhost:3000/auth?authRequest=\$(echo \"%u\" | sed s,blockstack:/*,,)'"
echo "Exec=bash -c 'xdg-open http://localhost:3000/auth?authRequest=\$(echo \"%u\" | sed s,blockstack:////*,,)'"
echo "Name=Blockstack-Browser"
echo "MimeType=x-scheme-handler/blockstack;"
echo