-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Port to GTK4 #157
base: master
Are you sure you want to change the base?
Port to GTK4 #157
Conversation
* Add CanberraGtk4 Namespace for Replacement of libcanberra-gtk The only function that we was using from libcanberra-gtk was context_get(), CanberraGtk4.context_get() reimplements it using the Gtk4 types. * Update README and CI * lint * Make the code actually work
@zenitsudev did you want to update this draft? :) |
sorry for the late reply. I am now free so I can work on this |
On my testing, it works flawlessly now. However, there are signals where I commented some codes because I am not sure about what to do with them. The thing that maybe left to do as for now is to be able to position the notifications in their proper place. |
Goes with elementary/gala#1427 A window title is set as a unique identifier for the notification bubbles. It is hidden though, so it will not be visible and serve only as a name the window manager can anticipate so it can place the notification bubble in the proper area. |
Initial port to GTK4.
Problem:
Blocked by: