~roguescholar/flatpak/+git/trunk:update-readme-logo

Last commit made on 2022-07-26
Get this branch:
git clone -b update-readme-logo https://git.launchpad.net/~roguescholar/flatpak/+git/trunk

Branch merges

Branch information

Name:
update-readme-logo
Repository:
lp:~roguescholar/flatpak/+git/trunk

Recent commits

7db6e35... by Phaedrus Leeds <email address hidden>

README: Use new Flatpak logo

See https://github.com/flatpak/flatpak.github.io/issues/537

bf37034... by Phaedrus Leeds <email address hidden>

common: Add missing error codes to GDBusErrorEntry array

These were mistakenly only added to flatpak-error.h

6db7806... by Phaedrus Leeds <email address hidden>

build-export: Fully ignore stdout content of icon validation

The docs for g_spawn_sync() say:
"Note that you must set the G_SPAWN_STDOUT_TO_DEV_NULL and
G_SPAWN_STDERR_TO_DEV_NULL flags when passing NULL for standard_output
and standard_error."

So add in the stdout flag when calling flatpak-validate-icon in the
build-export command. Without this, there's output in the test logs
from when they're building the test app, due to
https://github.com/flatpak/flatpak/pull/4803

04d2d1c... by Phaedrus Leeds <email address hidden>

CONTRIBUTING.md: Add instructions for using TESTS variable

cf8979b... by Phaedrus Leeds <email address hidden>

app: Un-split translatable strings again

As with the previous commits, try not to split translatable sentences.
See the discussion here about whether the "Warning: "/"Error: " prefix
should be separable:
https://github.com/flatpak/flatpak/pull/4963#discussion_r908326539

Also, don't translate the "(internal error..." message since internal
errors shouldn't be translated to make debugging easier.

0465c46... by Phaedrus Leeds <email address hidden>

app: Remove a duplicated else if block

da5a38c... by Phaedrus Leeds <email address hidden>

app: Un-split some translatable strings

Also make them a bit prettier while we're here

Fixes https://github.com/flatpak/flatpak/issues/4877

bf2a0cc... by Phaedrus Leeds <email address hidden>

app: Un-split EOL translatable sentences

Fixes https://github.com/flatpak/flatpak/issues/4956

e1e6465... by Phaedrus Leeds <email address hidden>

uninstall: Prompt for confirmation on used runtime removal

It doesn't make a lot of sense to prompt for confirmation when an in-use
extension is requested to be uninstalled, but not do so for an in-use
runtime, even if (or perhaps especially since) the latter causes the
transaction to fail later on.

bf99c26... by Phaedrus Leeds <email address hidden>

app: Tweak messages about dependent apps

Use a "Info: " prefix which matches the message printed in
print_eol_info_message(). Also make the message accurately use either
the word "runtime" or "extension" as appropriate.