-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
gs-watcher-x11: Migrate from dbus-glib to gdbus #230
base: master
Are you sure you want to change the base?
Conversation
the indentations with new style inside old style makes the code unreadable at some points why not just respect old style? |
Someone once told me that the unmodified code should be kept, otherwise it will increase the workload of the review. To be honest, the coding style often causes me trouble when commit code. |
Same as in mate-desktop/mate-control-center#579 |
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.
please respect old style to avoid missaligned indentations
I really don't know what to do?
|
The current code respects the old style and uses Tab for indentation. I think it may pass the review. |
new warnings in the logs:
|
I still see the warnings:
|
Yes, I noticed it, but I don't know how to fix it, it seems that there is no problem with that. |
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.
ok, I think we can live with that
@yetist |
OK, done. |
offtopic on |
@yetist |
Try |
@yetist |
sorry, please keep this PR open, I will migrate mate-session-manager soon. |
Hi - just a quick note since I am looking at budgie-screensaver which has the same issues with the deprecated dbus-glib-1 library. Think this PR should be marked as draft BTW. https://github.com/mate-desktop/mate-screensaver/blob/master/configure.ac needs reworking to remove the reliance on the library. Doing this also reveals that https://github.com/mate-desktop/mate-screensaver/blob/master/src/gs-listener-dbus.c will also need a rewrite as well. |
Any updates on this? |
No description provided.