-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release deepin-osconfig 2024.08.06
Changelog: * Add compat DConfig item for launchpad DConfig migration Log:
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
deepin-osconfig (2024.08.06) unstable; urgency=medium | ||
|
||
* Add compat DConfig item for launchpad DConfig migration | ||
|
||
-- Wang Zichong <[email protected]> Tue, 06 Aug 2024 20:29:00 +0800 | ||
|
||
deepin-osconfig (2024.01.09) unstable; urgency=medium | ||
|
||
* add onboard to dde-launchpad's excludeAppIdList list | ||
|
11 changes: 11 additions & 0 deletions
11
files/configs/overrides/org.deepin.dde.shell/org.deepin.ds.launchpad/default.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"magic": "dsg.config.override", | ||
"version": "1.0", | ||
"contents": { | ||
"excludeAppIdList": { | ||
"value": ["onboard.desktop", "onboard-settings.desktop"], | ||
"serial": 0, | ||
"permission": "readonly" | ||
} | ||
} | ||
} |