-
-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium - Dedicated use, without desktop : No such file or directory #2298
Comments
Many thanks for the report 👍 I'll try to replicate. |
Just a quick question, have you installed Chromium in |
Good point about autostart vs installed software. |
Please try editing:
Change the following line to below:
Save changes and reboot, see if that resolves the issue.
|
- DietPi-Software | Chromium: Resolved incorrect scale of window under Kiosk mode: https://github.com/Fourdee/DietPi/issues/2298#issuecomment-442995196
|
@davidhq
|
testing right now, first run wasn't successful, when I replaced the new autostart file, chromium didn't start, device stayed in terminal... I'll try to find the reason and let you know |
it actually did work, I made a mistake... so, for now it looks much better... will test some more if there is any other problems, otherwise I think this resolves the issue.... |
My report: works great but I still need to hide the mouse cursor, is there a good way to put:
somewhere? I used to put this in And doing this:
causes Chromium to not boot :(
|
Try:
Then add the following line before
Cursor should disappear after 5.1 seconds. |
As the original issue is now resolved. I'll mark this as closed. However, please reopen if required. Please let us know if unclutter works for you, if so, we can add it into the code: |
OK, thank you. Regarding unclutter: I didn't want to use that since I have experience with this better solution as mentioned: Can you please see where and how this can be achieved here, then you could add option for that... |
@Fourdee are there maybe any new hints on how to hide the cursor without "polling"? thank you |
I resolved the issue by going back to official Raspbian Desktop release... I was very surprised when I started booting two equivalent tablets side by side and official release was quite a few seconds faster to display my site contents. Also the black screen with nothing happening (which could confuse users) was shown for much less time. So I guess this is not a project I'm very interested in anymore but thank you for teaching me a few things. Good luck! Could also be true that when you try to make things easier for a lot of people, you fall on your face and nothing really works in the project anymore... don't know, just guessing... anyway good luck again. |
@davidhq Ah lol simple solution: Use
The boot time btw might be a current issue due to some boot script reorder: https://github.com/Fourdee/DietPi/issues/2476
@Fourdee |
Also I noticed something quite strange on my last tests before I purge DietPi from all raspberries... background image (jpg) on my sites were pixelated (= of a bit lower quality than usual)... I was worried that one of the tablet screens is worse quality - bad grid - but thankfully it was only something screwed up in dietpi (again)... also text size was different, I was wondering why different font size on official raspbian and dietpi... again dietpi thing was "out of the ordinary"... I wish you all the best with project and "I'm outta here" ;) did learn a few interesting things though - thank you |
Creating a bug report/issue:
Required Information:
cat /DietPi/dietpi/.version
#!/bin/bash
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=18
G_DIETPI_VERSION_RC=14
G_GITBRANCH=master
G_GITOWNER=Fourdee
echo $G_DISTRO_NAME
orcat /etc/debian_version
9.6
uname -a
Linux DietPi 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)RPi 3 Model B (armv7l)
Additional Information (if applicable):
YES
dietpi-bugreport
IDce5fdb5b-eab0-4c43-aab5-03dfac604491
Steps to reproduce:
When system boots, it's still in terminal saying:
/DietPi/dietpi/login: line 125: /var/lib/dietpi/dietpi-software/installed/chrome-autostart.sh: No such file or directory
Expected behaviour:
Actual behaviour:
The text was updated successfully, but these errors were encountered: