DrewNaylor / Retiled

An attempt at creating a "desktop" environment mainly for Linux phones and tablets that's similar in function to some parts of Microsoft's Windows Phone 8.x, primarily the Start screen, Search app, navigation bar, Action Center, and the status bar. Development is mainly being done using the PinePhone, so that'll be the main supported device.
https://codeberg.org/DrewNaylor/Retiled
Apache License 2.0
66 stars 3 forks source link

I don't like the idea of using a Chromium-based engine for the Search app considering Google is trying to add DRM to the Internet using it, but QtWebEngine uses Chromium and it would be the easiest one for me to use. #249

Open DrewNaylor opened 1 year ago

DrewNaylor commented 1 year ago

I'd prefer to use something different, maybe WebKit or Gecko at least. Only issue is I'd have to figure out how to hook the browser up to the UI and allow injecting CSS as I've stated in the long document.