summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--chromium-fullscreen.xinitrc3
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b2876034d9..d29835697859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chromium-fullscreen
pkgdesc = A script in order to run Chromium in fullscreen mode under the chromium user
pkgver = 1
- pkgrel = 6
+ pkgrel = 7
install = chromium-fullscreen.install
arch = x86_64
arch = i686
@@ -19,7 +19,7 @@ pkgbase = chromium-fullscreen
source = disable-x-frame-option-background.js
source = disable-x-frame-option-manifest.json
md5sums = 9e979fbdd1e4a5a04fd0e91ce6a9a7be
- md5sums = 1a2b2cd4bd67769948edcdaabb5592eb
+ md5sums = b5fee3c827d9b9bd3a954dd1213c1525
md5sums = c700c36f4ea3e353c6d49df823561fc4
md5sums = f543ec018edbaf5533e6bddd5068ff54
diff --git a/PKGBUILD b/PKGBUILD
index a8bade38b1cf..828dc09d971c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Author: Julian Xhokaxhiu <info@julianxhokaxhiu.com>
pkgname=chromium-fullscreen
pkgver=1
-pkgrel=6
+pkgrel=7
pkgdesc="A script in order to run Chromium in fullscreen mode under the chromium user"
url=""
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -13,7 +13,7 @@ source=('chromium-fullscreen.sysuser'
'disable-x-frame-option-background.js'
'disable-x-frame-option-manifest.json')
md5sums=('9e979fbdd1e4a5a04fd0e91ce6a9a7be'
- '1a2b2cd4bd67769948edcdaabb5592eb'
+ 'b5fee3c827d9b9bd3a954dd1213c1525'
'c700c36f4ea3e353c6d49df823561fc4'
'f543ec018edbaf5533e6bddd5068ff54')
diff --git a/chromium-fullscreen.xinitrc b/chromium-fullscreen.xinitrc
index 8b20693263eb..8a7994926d8d 100644
--- a/chromium-fullscreen.xinitrc
+++ b/chromium-fullscreen.xinitrc
@@ -19,6 +19,9 @@ xset s noblank # don't blank the video device
# Hide mouse cursor
unclutter -display :0.0 -noevents -grab -root -reset &
+# Clear cache and config before starting the process
+rm -Rf .cache .config
+
# Autostart Chromium in Fullscreen mode
exec /usr/bin/chromium --disable \
--no-first-run \