diff options
author | Britney Fransen <brfransen@gmail.com> | 2017-03-07 18:56:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2017-03-07 18:56:27 (GMT) |
commit | aa51de14e24f00cb4a5481e20823f7aa491ced27 (patch) | |
tree | fe00b468144df57424921d78ed6a4e7911cd1a37 /abs/core | |
parent | 749098a1aa979853b4a7bb6c0495abc143e98e9a (diff) | |
download | linhes_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
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/vnc/run | 2 |
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 |