diff options
author | Robert Tari <robert@tari.in> | 2021-11-03 21:04:41 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-11-08 09:02:06 +0100 |
commit | 1ca91789f224d76507e2a2eac1cfef46c5c3c902 (patch) | |
tree | 289424e39cdd35b229fdec323169dd0a222d46f8 /data | |
parent | 3cec34da0d992880b4e5013e4906bcd74630be05 (diff) | |
download | ayatana-indicator-sound-1ca91789f224d76507e2a2eac1cfef46c5c3c902.tar.gz ayatana-indicator-sound-1ca91789f224d76507e2a2eac1cfef46c5c3c902.tar.bz2 ayatana-indicator-sound-1ca91789f224d76507e2a2eac1cfef46c5c3c902.zip |
Rename com.ubuntu.sound
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 | ||||
-rw-r--r-- | data/org.ayatana.indicator.sound.gschema.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index e9ed905..0e30f7c 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -66,7 +66,7 @@ install( add_schema ("org.ayatana.indicator.sound.gschema.xml") -if(NOT EXISTS /usr/share/glib-2.0/schemas/com.ubuntu.sound.gschema.xml) +if(NOT EXISTS /usr/share/glib-2.0/schemas/com.lomiri.sound.gschema.xml) add_schema ("org.ayatana.sound.gschema.xml") endif() diff --git a/data/org.ayatana.indicator.sound.gschema.xml b/data/org.ayatana.indicator.sound.gschema.xml index de9c8b9..b94213c 100644 --- a/data/org.ayatana.indicator.sound.gschema.xml +++ b/data/org.ayatana.indicator.sound.gschema.xml @@ -82,7 +82,7 @@ <default>0</default> <summary>Normal output volume.</summary> <description> - The maximum volume when com.ubuntu.sound's 'allow-amplified-volume' setting is disabled. + The maximum volume when com.lomiri.sound's 'allow-amplified-volume' setting is disabled. To conform with EU standard EN 60950-1/Al2, this value should never be set to a dB that causes headphone sound output to exceed 100 dBA, nor @@ -94,9 +94,9 @@ <key name="amplified-volume-decibels" type="d"> <default>11</default> - <summary>Output volume to use when com.ubuntu.sound's 'allow-amplified-volume' setting is enabled.</summary> + <summary>Output volume to use when com.lomiri.sound's 'allow-amplified-volume' setting is enabled.</summary> <description> - The maximum volume when com.ubuntu.sound's 'allow-amplified-volume' setting is enabled. + The maximum volume when com.lomiri.sound's 'allow-amplified-volume' setting is enabled. To conform with EU standard EN 60950-1/Al2, this value should never be set to a dB that causes headphone sound output to exceed 100 dBA, nor |