]> gitweb.fluxo.info Git - qutebrowser.git/commitdiff
Minor fixes
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 4 Jan 2018 16:12:06 +0000 (14:12 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 4 Jan 2018 16:12:06 +0000 (14:12 -0200)
lib/qutebrowser-exec
qutebrowser

index 7c5c1198ba46ef65ab4d953fd318de9789673873..b70d1c78d6b8d99fd5f06c80027d9002bdc4f2b8 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env sh
 #
+# See https://github.com/qutebrowser/qutebrowser/issues/572
 # Thanks https://github.com/ayekat/dotfiles/blob/master/bin/qutebrowser
 # Adapted to be sourced from another wrapper
 
@@ -10,9 +11,9 @@
 # using the argument to set up the following directory structure and symbolic
 # links:
 #
-# $XDG_RUNTIME_DIR/qutebrowser/$session/cache → $XDG_CACHE_HOME/qutebrowser/$session
-# $XDG_RUNTIME_DIR/qutebrowser/$session/data → $XDG_DATA_HOME/qutebrowser/$session
-# $XDG_RUNTIME_DIR/qutebrowser/$session/config → $XDG_CONFIG_HOME/qutebrowser
+# $XDG_CACHE_HOME/qutebrowser/$session/cache → $XDG_CACHE_HOME/qutebrowser/$session
+# $XDG_DATA_HOME/qutebrowser/$session/data → $XDG_DATA_HOME/qutebrowser/$session
+# $XDG_CONFIG_HOME/qutebrowser/$session/config → $XDG_CONFIG_HOME/qutebrowser
 # $XDG_RUNTIME_DIR/qutebrowser/$session/runtime (no symlink, regular directory)
 #
 # We then specify $XDG_RUNTIME_DIR/qutebrowser/$session as a --basedir, and the
index 682116c83fe4a06fa4a868ab8b06cc536ea6a967..b4266ae725ffa41a4e720ac86dc52c96e12bb2ce 100755 (executable)
@@ -8,7 +8,7 @@ if [ "$1" != "update" ] && [ -x "$HOME/apps/qutebrowser/dist/.venv/bin/python3"
   #export LD_LIBRARY_PATH=/usr/lib/openssl-1.0
   #export LD_LIBRARY_PATH=/usr/lib/`arch`-linux-gnu/openssl-1.0.2
   OPTS="--qt-flag disable-reading-from-canvas"
-  source `dirname $0`/qutebrowser-exec
+  source `dirname $0`/lib/qutebrowser-exec
   $HOME/apps/qutebrowser/dist/.venv/bin/python3 -m qutebrowser $OPTS "$@"
 else
   # Go to project folder