Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar GTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar GTK
Commits
90426f9d
Commit
90426f9d
authored
5 years ago
by
Nico
Browse files
Options
Downloads
Patches
Plain Diff
Remove python prefix from briar-wrapper
parent
d03ef507
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
README.md
+2
-2
2 additions, 2 deletions
README.md
app.briar.gtk.json
+1
-1
1 addition, 1 deletion
app.briar.gtk.json
briar-wrapper
+0
-0
0 additions, 0 deletions
briar-wrapper
with
4 additions
and
4 deletions
.gitmodules
+
1
−
1
View file @
90426f9d
[submodule "python-briar-wrapper"]
path =
python-
briar-wrapper
path = briar-wrapper
url = https://code.briarproject.org/briar/python-briar-wrapper.git
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
90426f9d
...
...
@@ -6,7 +6,7 @@
_Warning: This is still in a very early state and should be considered as prototype._
A simple GTK app for
[
Briar
](
https://briar.app
)
, built with Python and GNOME Builder.
It uses the
It uses
[
python-briar-wrapper
](
https://code.briarproject.org/briar/python-briar-wrapper
)
and
the
[
Briar REST API
](
https://code.briarproject.org/briar/briar/blob/master/briar-headless/README.md
)
and therefore requires Java.
...
...
@@ -37,7 +37,7 @@ Once you've done this, change the path of the Briar headless
jar in
[
src/briar/gtk/define.py
](
src/briar/gtk/define.py
)
,
build it with _meson_ and start Briar GTK.
Don't forget to initialize the
python-
briar-wrapper submodule:
Don't forget to initialize the briar-wrapper submodule:
`git submodule update --init`
## Design Goals
...
...
This diff is collapsed.
Click to expand it.
app.briar.gtk.json
+
1
−
1
View file @
90426f9d
...
...
@@ -163,7 +163,7 @@
"sources"
:
[
{
"type"
:
"dir"
,
"path"
:
"
python-
briar-wrapper"
"path"
:
"briar-wrapper"
}
]
},
...
...
This diff is collapsed.
Click to expand it.
briar-wrapper
@
32505718
Compare
32505718
...
32505718
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment