~ubuntubudgie-dev/ubuntubudgie/+git/ubbudgiecontrolcenter:master

Last commit made on 2022-03-10
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntubudgie-dev/ubuntubudgie/+git/ubbudgiecontrolcenter

Branch merges

Branch information

Recent commits

6d2fd0f... by Ana Cabral <email address hidden>

network: Fix OWE settings

Enhanced Open (OWE) is not being saved properly from connection-editor.
When we create a Wi-Fi connection using Enhanced Open (OWE) Security
from nm-connection-editor and save it, it was not being saved and the
security was being set as "None", with Wireless Security Setting
being discarded. This is fixed by this commit. The fix is also being
done in libnma (implementing OWE in libnma,
https://gitlab.gnome.org/GNOME/libnma/-/issues/9), but this commit
fixes meanwhile it gets ready.

It was solved by adding treatment for the case in which owe was set.
OWE is not treated anymore in the same case as None.

https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/1521

dcef747... by fossfreedom

v0.4 release

f114f84... by fossfreedom

Rename application to Budgie Control Center - Closes #6

db7ffb2... by fossfreedom

Fix lintian spelling information messages

86a5d1b... by fossfreedom

Application is only applicable for budgie so hide for other environments

9ea2beb... by fossfreedom

Add Raven keybindings

32c875a... by fossfreedom

Remap to use budgie screenshot keybindings closes #5

34d0bf9... by David Mohammed <email address hidden>

Merge pull request #4 from UbuntuBudgie/master

sound: clear the value on level_bar when stream is empty

29ccbf9... by Hui Wang

sound: clear the value on level_bar when stream is empty

We met an Input Device level_bar display issue on a machine which has
no internal mic. At first there is no external mic plugged, so the
Input Device list is empty and level_bar is gray color, after we plug
an external mic, the level_bar has red color ripples, then we unplug
the external mic, the Input Device list changes to empty and we
expect the level_bar changes back to gray color, but some bars are
still red color.

Here clear the self->value to 0 if the stream is empty, then the
level_bar will change back to gray color when Input/Output device
list is empty.

Signed-off-by: Hui Wang <email address hidden>

06e3177... by fossfreedom

Load keybindings installed by mutter
Mutter also installs keybindings but to the GCC share folder.
We need to read these as well as the keybindings in the BCC
share folder. Closes #3