valpackett / awesome-gtk

List of awesome GTK (3/4) applications
The Unlicense
823 stars 45 forks source link

Mozilla apps #85

Closed realmazharhussain closed 1 year ago

realmazharhussain commented 1 year ago

Both Firefox and Thunderbird are missing from the list.

loicreynier commented 1 year ago

Firefox and Thunderbird are not GTK applications, they load a CSS theme that make it look and feels like a native GTK application.

realmazharhussain commented 1 year ago

Actually, what they do is the opposite. They use GTK3 to construct and present a window but they populate the window with web content instead of regular GTK widgets.

loicreynier commented 1 year ago

Thanks for the heads up. However, I believe that they use different toolkits depending on the platforms. In that veins they are more complex that just GTK applications. And since you cannot interact with them as regular GTK applications, I'm not sure it's relevant to reference them here.