Simon McVittie ac4e322629 main: Treat g_info() as equivalent to g_debug()
This makes us consistent with the default behaviour of GLib, and
its behaviour with G_MESSAGES_DEBUG=all. g_debug() and g_info() are
the two lowest priority levels, and GLib normally silences them by
default.

At the moment, Flatpak uses G_LOG_LEVEL_DEBUG in the flatpak2 domain
as its lowest-priority log level (only shown with flatpak -v -v), and
G_LOG_LEVEL_DEBUG in the flatpak domain as its second-lowest
(shown with flatpak -v or higher). I want to move towards using
G_LOG_LEVEL_INFO for flatpak -v messages, and G_LOG_LEVEL_DEBUG for
flapak -v -v, so that we don't need a second log domain: this is a
policy I've used successfully in Flatpak-derived Steam Runtime code.

This change does not fully implement that policy, but gives us a
migration path towards it, by allowing us to start using g_info() for
flatpak -v messages.

Helps: https://github.com/flatpak/flatpak/issues/5001
Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-12-14 20:02:35 +00:00
2022-12-05 14:33:51 +00:00
2019-04-08 12:50:42 +00:00
2022-10-24 16:12:14 +01:00
2022-10-24 16:12:14 +01:00
2022-12-07 16:20:51 -06:00
2022-10-24 16:12:14 +01:00
2022-11-17 18:34:12 +00:00
2022-10-24 16:12:14 +01:00
2022-10-24 16:12:14 +01:00
2022-10-24 16:12:14 +01:00
2022-10-24 16:12:14 +01:00
2022-10-24 16:12:14 +01:00
2022-10-24 16:12:14 +01:00
2021-03-10 10:33:51 +01:00
2018-02-05 15:21:40 +00:00
2022-11-17 18:25:15 +00:00
2015-03-31 15:36:29 +01:00
2022-09-26 14:35:40 +01:00
2022-10-24 16:12:14 +01:00
2022-11-17 18:25:15 +00:00
2022-11-17 18:25:15 +00:00

Flatpak icon

Flatpak is a system for building, distributing, and running sandboxed desktop applications on Linux.

See https://flatpak.org/ for more information.

Community discussion happens in #flatpak:matrix.org, on the mailing list, and on the Flathub Discourse.

Read documentation for Flatpak here.

Contributing

Flatpak welcomes contributions from anyone! Here are some ways you can help:

Hacking

See CONTRIBUTING.md

Related Projects

Here are some notable projects in the Flatpak ecosystem:

  • Flatseal: An app for managing permissions of Flatpak apps without using the CLI
  • Flat-manager: A tool for managing Flatpak repositories
Description
No description provided
Readme 92 MiB
Languages
C 91.1%
Shell 5.2%
Python 1.8%
Meson 1.1%
Yacc 0.8%