diff options
-rw-r--r-- | data/chromium-flags.conf | 3 | ||||
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/shopno-os-chromium.install | 1 |
3 files changed, 11 insertions, 0 deletions
diff --git a/data/chromium-flags.conf b/data/chromium-flags.conf new file mode 100644 index 0000000..34d370c --- /dev/null +++ b/data/chromium-flags.conf @@ -0,0 +1,3 @@ +--disable-gpu +--disable-gpu-compositing +--disable-gpu-rasterization diff --git a/debian/changelog b/debian/changelog index ae7ec5e..ac76c04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +jadupc-everything (1.0.2) shopno; urgency=medium + + * Provide both firefox and chromium + * Disable chromium hardware acceleration + + -- Mubashshir <ahm@jadupc.com> Tue, 13 Jun 2023 16:08:20 +0600 + jadupc-everything (1.0.1) shopno; urgency=medium * QA upload. diff --git a/debian/shopno-os-chromium.install b/debian/shopno-os-chromium.install new file mode 100644 index 0000000..bbd536f --- /dev/null +++ b/debian/shopno-os-chromium.install @@ -0,0 +1 @@ +data/chromium-flags.conf /etc/ |