Hi,
im need some info on how to make default zoom in chrome to 110% and remain after boot?
and is possible to run extensions on chrome and porteus kiosk software, if yes, where is manual so i can read about it.
is possible to disable the creation of new tab in chrome ?
thanks
P.S. im using intel nuc, and sometimes will boot o.k. but a lot of times i need to switch on/off my nuc few times and will boot to proteus os..i have 32giga emmc disk and maybe is this the problem of booting
im still checking where is the problem.
thanks
by
kikan
chrome zoom
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
-
- White ninja
- Posts: 5
- Joined: 09 Jun 2017, 10:26
- Distribution: Slackware
- Location: USA
Re: chrome zoom
Old how-to doesn't work since one of the two flags to disable them was removed, so here you have three flags to disable to make new tab page simpler:
chrome://flags/#enable-ntp-remote-suggestions
chrome://flags/#enable-ntp-bookmark-suggestions
chrome://flags/#enable-ntp-asset-download-suggestions
This will disable articles for you, bookmark suggestions and download suggestions.
chrome://flags/#enable-ntp-remote-suggestions
chrome://flags/#enable-ntp-bookmark-suggestions
chrome://flags/#enable-ntp-asset-download-suggestions
This will disable articles for you, bookmark suggestions and download suggestions.
- fanthom
- Moderator Team
- Posts: 5667
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: chrome zoom
Hello kikan,
"im need some info on how to make default zoom in chrome to 110% and remain after boot?"
You will have to remaster kiosk ISO and add following preference to master preferences file:
I cant remember to which zoom level the numbers above refer (probably 150%) so you may need to find your ones for 110%.
Master preferences file is located in 003-settings.xzm module in /opt/google/chrome/ folder.
More info:
https://www.chromium.org/administrators ... references
" is possible to run extensions on chrome and porteus kiosk software, if yes, where is manual so i can read about it."
See here:
http://forum.porteus.org/viewtopic.php?f=127&t=4889
"is possible to disable the creation of new tab in chrome ?"
I dont know how to achieve this in Chrome.
"P.S. im using intel nuc, and sometimes will boot o.k. but a lot of times i need to switch on/off my nuc few times and will boot to proteus os..i have 32giga emmc disk and maybe is this the problem of booting"
Please make your logs persistent:
and once booting issues occur send /var/log/messages to [email protected]
Hopefully there will be something recorded in the logs.
Thanks
"im need some info on how to make default zoom in chrome to 110% and remain after boot?"
You will have to remaster kiosk ISO and add following preference to master preferences file:
Code: Select all
"partition":{"default_zoom_level":{"6142509188972423790":2.223901085741545}},'
Master preferences file is located in 003-settings.xzm module in /opt/google/chrome/ folder.
More info:
https://www.chromium.org/administrators ... references
" is possible to run extensions on chrome and porteus kiosk software, if yes, where is manual so i can read about it."
See here:
http://forum.porteus.org/viewtopic.php?f=127&t=4889
"is possible to disable the creation of new tab in chrome ?"
I dont know how to achieve this in Chrome.
"P.S. im using intel nuc, and sometimes will boot o.k. but a lot of times i need to switch on/off my nuc few times and will boot to proteus os..i have 32giga emmc disk and maybe is this the problem of booting"
Please make your logs persistent:
Code: Select all
persistence=/var/log
Hopefully there will be something recorded in the logs.
Thanks
Please add [Solved] to your thread title if the solution was found.