Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
f0b67b9eee
3 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo"
|
||||
nickname="Justin"
|
||||
subject="comment 5"
|
||||
date="2012-09-17T14:12:13Z"
|
||||
content="""
|
||||
That looks right except you shouldn't have to `git pull from the other repository(s)`. The first thing `git annex sync` does is a `git pull`.
|
||||
"""]]
|
|
@ -0,0 +1,7 @@
|
|||
When starting git-annex assistant with:
|
||||
|
||||
git-annex webapp
|
||||
|
||||
an unwanted web browser is opened.
|
||||
|
||||
How does one change the web browser with which the web interface is displayed?
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.154.0.60"
|
||||
subject="comment 1"
|
||||
date="2012-09-17T15:32:07Z"
|
||||
content="""
|
||||
The web browser is started by running the `xdg-open` program (or just `open` on Mac OS X).
|
||||
|
||||
xdg-open, in turn, runs the desktop environment's kde-open, gvfs-open, exo-open. Which browser these run is configured in the desktop environment's settings. Which is my goal for the web app; it should open the same browser that other applications in the desktop use.
|
||||
|
||||
When there's no desktop environment in use, xdg-open falls back to some default browser, or to what's configured by the BROWSER environment variable.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue