Required components default fallback#326
Open
2387skju wants to merge 2 commits intomate-desktop:masterfrom
Open
Required components default fallback#3262387skju wants to merge 2 commits intomate-desktop:masterfrom
2387skju wants to merge 2 commits intomate-desktop:masterfrom
Conversation
9a19da8 to
8f312ab
Compare
vkareh
requested changes
Mar 17, 2026
8f312ab to
da50b2e
Compare
vkareh
requested changes
Mar 19, 2026
Member
vkareh
left a comment
There was a problem hiding this comment.
There are some memory management issues, but this is moving in the right direction, thanks.
…ty values are still possible, to disable a component). (( note: required components are windowmanager , filemanager , panel , dock ))
da50b2e to
d728bd9
Compare
Author
|
Thank you for helping me :-) Changes:
I've also tested / think about split the code in a new function:I'm not sure about it. Just an Idea. In this structure: Implemented in Code: |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Reset the
required componentsto default, if not found.After uninstall a component, a fallback is need: will fix #324
(( Required components are: dock, filemanager, panel, window manager. ))
Changes in file mate-session/main.c :
Reset will be done, in this case:
Additional just for the Windowmanager:
Changes in file data/mate-wm :
command) ,(both shortly tested with older Mate Version 1.26 on Debian 13. ; I'm new in C-Language)