Commit Graph

7164 Commits

Author SHA1 Message Date
Matthias Clasen
2166913eb1 Update flatpak ps docs
Mention the new columns.
2019-12-04 13:33:52 +01:00
Matthias Clasen
5ec73b9a9a ps: Allow showing compositor info
Show active and background state, based on information obtained
from the background portal backend about which apps have (active) windows.

This currently tries all known portal backends in turn. It might
be nicer to have a portal frontend api to query this, or to find
out which backend to talk to.
2019-12-04 13:33:52 +01:00
Matthias Clasen
653fce251f cli: Don't use \r in plain output
These show up as ^M in test logs, and that is irritating.
Just use \n when producing plain output.

Closes: https://github.com/flatpak/flatpak/issues/3226
2019-12-04 13:30:13 +01:00
Matthias Clasen
2dc0554f10 Merge pull request #3277 from mwleeds/minor-doc-fixes
common: Minor doc fixes
2019-12-03 09:04:19 -05:00
Matthew Leeds
17660cab57 common: Minor doc fixes 2019-12-02 18:16:44 -08:00
Matthias Clasen
d4a3897d5e Merge pull request #3276 from mwleeds/gitignore-test-auth
Update .gitignore for tests directory
2019-12-02 20:29:52 -05:00
Matthew Leeds
59aee7b9b9 .gitignore: Use full path for test-update-portal and test-portal-impl 2019-12-02 15:09:37 -08:00
Matthew Leeds
248029ceb8 .gitignore: Add tests/test-authenticator 2019-12-02 15:06:45 -08:00
Matthias Clasen
91217ecb24 doc: Fix a duplicate section
In commit 88aaaab7b, I overlooked that there
was already a doc comment for the flatpak-version-macros
section at the bottom. To make things worse,
the duplicate I added was malformed.
Fix things up to work as intended.
2019-12-02 07:45:51 -05:00
Matthias Clasen
eb3eff11ae Merge pull request #3274 from matthiasclasen/nread-overflow
Fix a case of signed/unsigned confusion
2019-12-02 07:29:29 -05:00
Matthias Clasen
d580dd71cf Merge pull request #3268 from matthiasclasen/doc-updates
Doc updates
2019-12-02 07:29:12 -05:00
Matthias Clasen
4765a78a87 Merge pull request #3270 from matthiasclasen/parent-pid-docs
run: Improve help output for --parent-pid
2019-12-02 07:28:28 -05:00
Matthias Clasen
b76a1bd0df Merge pull request #3265 from matthiasclasen/ps-instance
ps: Don't hardcode instance column
2019-12-02 07:27:23 -05:00
Matthias Clasen
a2424c0c33 Merge pull request #3269 from matthiasclasen/info-docs
info: Add an example to the man page
2019-12-02 07:26:59 -05:00
Matthias Clasen
4201a35081 Merge pull request #3266 from matthiasclasen/fail-message-period
Error message cosmetics
2019-12-02 07:26:41 -05:00
Matthew Leeds
3f81c0f61d Merge pull request #3275 from matthiasclasen/enter-help
enter: Correct the help output
2019-12-01 20:33:03 -08:00
Matthias Clasen
176f7dfd8d Merge pull request #3273 from mwleeds/persist-option-docs
context: Improve description of --persist
2019-12-01 23:31:56 -05:00
Matthias Clasen
76d23cca15 enter: Correct the help output
The COMMAND is not optional, so don't put it in brackets.

Closes: https://github.com/flatpak/flatpak/issues/2881
2019-12-01 23:14:27 -05:00
Matthias Clasen
e04263ca5c Fix a case of signed/unsigned confusion
G_input_stream_read_finish returns a gssize,
which we must not store in a gsize, since it
may be -1.

Closes: https://github.com/flatpak/flatpak/issues/2885
2019-12-01 23:01:10 -05:00
Matthew Leeds
ed945a1175 Merge pull request #3272 from matthiasclasen/readme-updates
README.md: Some updates
2019-12-01 19:38:11 -08:00
Matthew Leeds
948628f644 Merge pull request #3271 from matthiasclasen/permission-docs
docs: Add flatpak permissions-set to command list
2019-12-01 19:36:21 -08:00
Matthew Leeds
3211b537b5 doc/flatpak-permission-set: Add reference to permission-show 2019-12-01 19:08:58 -08:00
Matthew Leeds
d5909171bb context: Improve description of --persist
The --persist option makes a subpath in the user's home directory
available in the sandbox. Make the description more clear accordingly.
2019-12-01 15:50:29 -08:00
Matthias Clasen
a3185b44ac README.md: Some updates
Fix the link to bubblewrap, reword a few things, and
explain a few more components.
2019-12-01 16:56:21 -05:00
Matthias Clasen
d26d5edac0 doc: Fix a copy-paste error
Fix some ids in the flatpak-ps man page.
2019-12-01 16:49:36 -05:00
Matthias Clasen
9bde9d4ba2 doc: Fix a copy-paste error
Fix the refpurpose for flatpak permission-show.
2019-12-01 16:49:02 -05:00
Matthias Clasen
959d71f7dc docs: Add flatpak permissions-set to command list
This new command was missing from flatpak(1) and
from the references in other permission commands.
2019-12-01 16:26:14 -05:00
Matthias Clasen
cb2cadb3ad run: Improve help output for --parent-pid
Show a placeholder to indicate that this option
takes an argument. Update docs to match.
2019-12-01 16:12:36 -05:00
Matthias Clasen
3907de1105 info: Add an example to the man page
Show an example for how to list the files that are
part of an installed app.

Related: https://github.com/flatpak/flatpak/issues/3079
2019-12-01 14:23:35 -05:00
Matthias Clasen
7d78921488 doc: Improve docs around configuration
Various formatting and other tweaks for the
docs around setting and getting config keys.
2019-12-01 14:05:27 -05:00
Matthias Clasen
c313c98407 doc: Fix a copy-paste error
Correct the docs of FlatpakStorageType.
2019-12-01 14:05:22 -05:00
Matthias Clasen
eec8fcd2da doc: Add a few since tags
Lets keep annotating new apis with the version
they were introduced in.
2019-12-01 14:05:16 -05:00
Matthias Clasen
88aaaab7b2 doc: Add a long description for version macros
This makes the docs a little less incomplete.
2019-12-01 14:05:09 -05:00
Matthias Clasen
253188e4fc doc: Document FlatpakPortalError 2019-12-01 14:04:59 -05:00
Matthias Clasen
7a55291785 doc: Fix docs for flatpak_transaction_add_rebase
The subpaths argument was missing.
2019-12-01 14:04:53 -05:00
Matthias Clasen
1a1af89f1d doc: Document flatpak_installation_get_no_interaction 2019-12-01 14:04:46 -05:00
Matthias Clasen
87591066c3 doc: Add missing apis to flatpak-sections.txt
Add various public apis that were missing from the docs.
2019-12-01 14:04:41 -05:00
Matthias Clasen
8628322446 doc: Update IGNORE_HFILES
Add all the private headers here.
2019-12-01 14:04:35 -05:00
Matthias Clasen
35f023e2d0 build-commit-from: No period for error messages
We don't use periods at the end of error messages
elsewhere, and it looks wrong.
2019-12-01 09:47:53 -05:00
Matthias Clasen
0460d486a9 kill: No period for error messages
We don't use periods at the end of error messages
elsewhere, and it looks wrong.
2019-12-01 09:46:34 -05:00
Matthias Clasen
90c2d24127 ps: Don't hardcode instance column
We were unconditionally adding the instance column,
which causes table headers to be off-by-one when
instance is not among the requested columns.

Change things to only add the instance column
when requested.
2019-12-01 09:39:46 -05:00
Matthias Clasen
a0dbb9edc9 Merge pull request #3261 from rffontenelle/patch-3
Update Brazilian Portuguese translation
2019-11-30 16:56:04 -05:00
Rafael Fontenelle
361b2e1ddc Update Brazilian Portuguese translation 2019-11-30 04:12:08 -03:00
Matthias Clasen
dec99f0643 Merge pull request #3260 from wjt/test-search-provider-DefaultDisabled-logic
tests: test search-provider DefaultDisabled logic
2019-11-29 17:19:15 -05:00
Will Thompson
babb2da71a tests: test search-provider DefaultDisabled logic
2ebf672866 introduced special handling to
mark exported GNOME Shell search provider .ini files as disabled by
default. This functionality was not previously tested.
2019-11-29 20:15:08 +00:00
Matthias Clasen
ad86e1ad45 Merge pull request #3258 from piotrdrag/piotrdrag/update-potfiles-191128
Update POTFILES.in 191128
2019-11-28 10:26:57 -05:00
Piotr Drąg
092e1a8b2f Update POTFILES.in 2019-11-28 12:29:36 +01:00
Alexander Larsson
44ed9e912d Update pofiles for release 1.5.1 2019-11-27 15:11:44 +01:00
Alexander Larsson
d3c05f052c test: Dist web-server.py 2019-11-27 15:11:15 +01:00
Alexander Larsson
9b669f75fe Update NEWS for release 2019-11-27 14:55:24 +01:00