summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-03-07 18:56:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-03-07 18:56:27 (GMT)
commitaa51de14e24f00cb4a5481e20823f7aa491ced27 (patch)
treefe00b468144df57424921d78ed6a4e7911cd1a37
parent749098a1aa979853b4a7bb6c0495abc143e98e9a (diff)
downloadlinhes_pkgbuild-aa51de14e24f00cb4a5481e20823f7aa491ced27.zip
linhes_pkgbuild-aa51de14e24f00cb4a5481e20823f7aa491ced27.tar.gz
linhes_pkgbuild-aa51de14e24f00cb4a5481e20823f7aa491ced27.tar.bz2
runit-scripts: vnc/run: change geometry to 1920x1080
mythinstall service menu items don't respect the -geometry switch and don't show correctly in vnc when host has large screen sizes
-rwxr-xr-xabs/core/runit-scripts/PKGBUILD2
-rwxr-xr-xabs/core/runit-scripts/runitscripts/services/vnc/run2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD
index f31881e..96959be 100755
--- a/abs/core/runit-scripts/PKGBUILD
+++ b/abs/core/runit-scripts/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=runit-scripts
pkgver=8.4
-pkgrel=3
+pkgrel=4
pkgdesc="collection of startup scripts for runit"
url="http://smarden.org/runit/"
license=('BSD')
diff --git a/abs/core/runit-scripts/runitscripts/services/vnc/run b/abs/core/runit-scripts/runitscripts/services/vnc/run
index b67d174..c168251 100755
--- a/abs/core/runit-scripts/runitscripts/services/vnc/run
+++ b/abs/core/runit-scripts/runitscripts/services/vnc/run
@@ -7,7 +7,7 @@ MYTH_RUN_STATUS="1"
. /etc/rc.d/functions
. /etc/profile
stat_runit "Starting vnc service"
-geometry=1024x768
+geometry=1920x1080
#. /etc/conf.d/vncserver 2>/dev/null
cp -f $MV_ROOT/templates/vnc.service /etc/avahi/services/vnc.service 2>/dev/null
cd ~vncsvc