Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
d2b34da4be
2 changed files with 32 additions and 0 deletions
24
doc/bugs/Android__44___unable_to_start_browser_.mdwn
Normal file
24
doc/bugs/Android__44___unable_to_start_browser_.mdwn
Normal file
|
@ -0,0 +1,24 @@
|
|||
### Please describe the problem.
|
||||
|
||||
When launching git annex webapp in Termux the browser does not open.
|
||||
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
git-annex is installed in android termux according to installation instructions
|
||||
I execute the "git annex webapp" command in termux and I get this error:
|
||||
Launching web browser on http://127.0.0.1:59394/........
|
||||
/data/data/com.termux/files/usr/bin/am: 4: exec: /system/bin/app_process: Operation not permitted
|
||||
|
||||
So the browser does not automatically open with the webapp.
|
||||
If I manually open the browser and I copy-paste the url to it, then it works.
|
||||
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
7.20190219-g728228d5d for android
|
||||
|
||||
|
||||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
Not yet: I tried to use it some years ago to handle my photo collection but I think digikam didn't like the sim links and it was very slow; I also was not lucky with the external (NTFS) drive that I used for sync/backup.
|
||||
But I like this project so much that I frequently come back to check for updates and test myself with it.
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="Ilya_Shlyakhter"
|
||||
avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
|
||||
subject="thanks for working on this"
|
||||
date="2019-02-28T18:06:26Z"
|
||||
content="""
|
||||
import tree directly addresses one use case I have, where a task run in the cloud reads some inputs from a bucket and writes new outputs to that bucket. import tree can then be used to register the new outputs with git-annex.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue