-
Notifications
You must be signed in to change notification settings - Fork 55
chore: adapt debugging settings function #1336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 @@ | ||
| { | ||
| "name": "dde-shell", | ||
| "group": "dde", | ||
| "submodules": [ | ||
| { | ||
| "name": "org.deepin.dde.shell", | ||
| "exec": "org.deepin.dde.shell.sh" | ||
| } | ||
| ], | ||
| "version": "V1.0" | ||
| } | ||
This file contains hidden or 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,152 @@ | ||
| { | ||
| "name": "dde-shell", | ||
| "group": "dde", | ||
| "submodules": [ | ||
| { | ||
| "name": "shell.dde-apps.amappitemmodel", | ||
| "filter": "org.deepin.dde.shell.dde-apps.amappitemmodel", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dde-apps.appgroup", | ||
| "filter": "org.deepin.dde.shell.dde-apps.appgroup", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell", | ||
| "filter": "org.deepin.dde.shell", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.layershell.window", | ||
| "filter": "org.deepin.dde.shell.layershell.window", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.layershell.surface", | ||
| "filter": "org.deepin.dde.shell.layershell.surface", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.layershell", | ||
| "filter": "org.deepin.dde.shell.layershell", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.drag", | ||
| "filter": "org.deepin.dde.shell.drag", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock", | ||
| "filter": "org.deepin.dde.shell.dock", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.docksettings", | ||
| "filter": "org.deepin.dde.shell.dock.docksettings", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.x11", | ||
| "filter": "org.deepin.dde.shell.dock.x11", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.showdesktop", | ||
| "filter": "org.deepin.dde.shell.dock.showdesktop", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.abstractdesktopfile", | ||
| "filter": "org.deepin.dde.shell.dock.abstractdesktopfile", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.amdesktopfile", | ||
| "filter": "org.deepin.dde.shell.dock.amdesktopfile", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager.dockglobalelementmodel", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager.dockglobalelementmodel", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager.treelandwindow", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager.treelandwindow", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager.x11WindowPreview", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager.x11WindowPreview", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager.x11utils", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager.x11utils", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager.x11window", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager.x11window", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.dock.taskmanager.x11windowmonitor", | ||
| "filter": "org.deepin.dde.shell.dock.taskmanager.x11windowmonitor", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.notification", | ||
| "filter": "org.deepin.dde.shell.notification", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.osd", | ||
| "filter": "org.deepin.dde.shell.osd", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.osd.kblayout", | ||
| "filter": "org.deepin.dde.shell.osd.kblayout", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| }, | ||
| { | ||
| "name": "shell.loader", | ||
| "filter": "org.deepin.dde.shell.loader", | ||
| "exec": "/usr/bin/dde-shell", | ||
| "logType": "journal" | ||
| } | ||
| ], | ||
| "visible": 1, | ||
| "version": "V1.0" | ||
| } |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个是给到了哪里?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好像要给 deepin-debug-config 加上这个玩意
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对,这个就是我不清楚的地方。我看别的项目(比如控制中心)也没放这个 sh 文件,deepin-debug-config 好像是另外的仓库。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deepin-debug-config 好像就是要给这个仓库提供相应的sh进去, 我看到他存在控制中心的.sh