elementary / notifications

Gtk Notifications Server
https://elementary.io
GNU General Public License v3.0
38 stars 6 forks source link

Port to GTK4 #157

Open treppenwitz03 opened 2 years ago

treppenwitz03 commented 2 years ago

Initial port to GTK4.

Problem:

Blocked by:

danirabbit commented 2 years ago

@ZenitsuDev did you want to update this draft? :)

treppenwitz03 commented 2 years ago

sorry for the late reply. I am now free so I can work on this

treppenwitz03 commented 2 years ago

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.

treppenwitz03 commented 2 years ago

Goes with https://github.com/elementary/gala/pull/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.