Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GNOME Tweaks
Commits
59561072
Commit
59561072
authored
Jun 10, 2017
by
Jeremy Bicha
🎹
Browse files
readme: List runtime dependencies
parent
080d3d80
Changes
1
Hide whitespace changes
Inline
Side-by-side
README
View file @
59561072
GNOME TWEAK TOOL
----------------
* The first rule of gnome-tweak-tool is do not talk about gnome-tweak-tool
================
Running
BUILD
-----
The only build-time dependency is [meson](http://mesonbuild.com/).
meson builddir
ninja -C builddir
ninja -C builddir install
RUNTIME DEPENDENCIES
--------------------
* Python3
* pygobject (>= 3.10)
* gnome-settings-daemon
* GIR files and libraries from:
- GLib
- GTK+ 3 (>= 3.12)
- gnome-desktop
- libsoup
- libnotify
- Pango
* GSettings Schemas from:
- gsettings-desktop-schemas (>= 3.24)
- gnome-shell (>= 3.4)
- mutter
* Optional:
- gnome-software (for links from GNOME Shell Extensions page)
RUNNING
-------
* If you wish to run the application uninstalled, execute;
./gnome-tweak-tool [-p /path/to/jhbuild/prefix/]
* If you wish to install system wide you must
./gnome-tweak-tool [-p /path/to/jhbuild/prefix/]
meson build-dir
ninja -C build-dir
ninja -C build-dir install
SUPPORTED DESKTOPS
------------------
Tweak Tool is designed for GNOME Shell but can be used in other desktops.
A few features will be missing when Tweak Tool is run on a different desktop.
TODO
----
...
...
@@ -20,3 +49,16 @@ TODO
it hard to categorise things. Perhaps go to a named factory approach
* Do some more things lazily to improve startup speed
HOMEPAGE
--------
https://wiki.gnome.org/Apps/GnomeTweakTool
DEVELOPMENT REPOSITORY
----------------------
https://git.gnome.org/browse/gnome-tweak-tool
BUGS
----
https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-tweak-tool
https://bugzilla.gnome.org/buglist.cgi?quicksearch=product%3A"gnome-tweak-tool"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment