Currently translated at 98.3% (176 of 179 strings)
Translated using Weblate (Russian)
Currently translated at 97.2% (174 of 179 strings)
Translated using Weblate (Russian)
Currently translated at 94.9% (170 of 179 strings)
Co-authored-by: Sergey A <sw@atrus.ru>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/ru/
Translation: pulseaudio/pavucontrol
Currently translated at 100.0% (179 of 179 strings)
Translated using Weblate (Greek)
Currently translated at 100.0% (154 of 154 strings)
Co-authored-by: Giannis Antypas <gianni.antypas@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/el/
Translation: pulseaudio/pavucontrol
Currently translated at 100.0% (154 of 154 strings)
Translated using Weblate (Arabic)
Currently translated at 100.0% (154 of 154 strings)
Co-authored-by: Yousef Alzahrani <yousefz@users.noreply.translate.fedoraproject.org>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/ar/
Translation: pulseaudio/pavucontrol
Currently translated at 100.0% (154 of 154 strings)
Translated using Weblate (Lithuanian)
Currently translated at 90.2% (139 of 154 strings)
Co-authored-by: mooo <hazap@hotmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/lt/
Translation: pulseaudio/pavucontrol
Currently translated at 48.0% (74 of 154 strings)
Translated using Weblate (Kazakh)
Currently translated at 33.1% (51 of 154 strings)
Translated using Weblate (Kazakh)
Currently translated at 19.4% (30 of 154 strings)
Co-authored-by: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/kk/
Translation: pulseaudio/pavucontrol
Currently translated at 83.7% (150 of 179 strings)
Translated using Weblate (Korean)
Currently translated at 100.0% (154 of 154 strings)
Co-authored-by: 김인수 <simmon@nplob.com>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/ko/
Translation: pulseaudio/pavucontrol
Currently translated at 100.0% (154 of 154 strings)
Translated using Weblate (Georgian)
Currently translated at 100.0% (154 of 154 strings)
Added translation using Weblate (Georgian)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/ka/
Translation: pulseaudio/pavucontrol
Currently translated at 98.7% (152 of 154 strings)
Translated using Weblate (Finnish)
Currently translated at 98.0% (151 of 154 strings)
Co-authored-by: Jiri Grönroos <jiri.gronroos@iki.fi>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/fi/
Translation: pulseaudio/pavucontrol
Currently translated at 100.0% (154 of 154 strings)
Translated using Weblate (Portuguese)
Currently translated at 100.0% (154 of 154 strings)
Co-authored-by: Hugo Carvalho <hugokarvalho@hotmail.com>
Translate-URL: https://translate.fedoraproject.org/projects/pulseaudio/pavucontrol/pt/
Translation: pulseaudio/pavucontrol
Center looks strange, so we use fill and a little more margin to make
things look a little better.
Credit to psykose <alice@ayaya.dev> for first identifying the problem
and proposing a fix.
With the addition of the appstream file, the app is showing up in Flathub
and software apps (like GNOME Software) as "Volume Control", but on the
desktop (using the Desktop file), it's showing up differently as
"PulseAudio Volume Control", which is confusing.
Like commit be02260941 mentions, there are some guidelines for naming apps
which prefer the shorter "Volume Control" more than "PulseAudio
Volume Control". It also helps for example GNOME users who get an
ellipsized name in GNOME Software and the GNOME desktop.
To make sure people still get a hit on "PulseAudio" when searching for
the app, let's add that specifically to the tags. That should prevent
search from breaking in a lot of cases.
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pavucontrol/-/merge_requests/97>
There are a few things to keep in mind:
* We'll have a lot of non-functional application icons, because app
icons don't always exist in the icon theme, so use the generic
application icon
* There is no audio-card icon in the theme any more, so add fallback
to the symbolic version
libcanberra is an old abandoned project whose last release
was well over a decade ago, despite getting some few fixes
on its master branch since then, which are unreleased.
My problem with libcanberra is that it can't be built on
pure wayland systems (no X11 headers) which are becoming
more common nowadays.
It is the only thing keeping pavucontrol tied to X11, all
other dependencies (eg gtk+) build fine on pure wayland.
Since canberra is not a core part of the project, let's
make it optional so pavucontrol can build & work on
pure wayland systems.
Ideally in the future libcanberra can be replaced with
something else, however I don't have the bandwidth to
take this on for now, so I'm just making it optional.
Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>