Tiny Core Base > Raspberry Pi
arm32 and arm64 submission chromium questions
Paul_123:
The upower warning are harmless you would need some 3rd party software for that.
aus9:
Q As you prefer error
The name org.freedesktop.UPower was not provided by any .service files
I will look to see if I can cut out my XDG stuff
Q altho I could ask by pm....I don't think it hurts explaining why I am requesting an exception from normal submission rules.
1) Members know get scripts are special cases
2) What they do not know until they run the script,
is just how many deps are needed for these big bloated web browsers.
I would like permission to make the run deps for the resultant TCE members might make....as a dep to the get TCE. That way members can see a total in Apps and add 140Mb to that to get fair idea.
thanks for reading
Paul_123:
I know there is a language barrier here, but I'm not sure what you are asking.
Send me your proposal and I'll review. I'm sure we will bounce this back and forth a few times before it's final.
aus9:
Hi Paul_123
I accept all the communication issues blame me.
I will submit shortly.....but I am too excited to keep this quiet!
I promise this is my last post here until we work it out
Tested on arm7
############
# as root
######
--- Code: ---USER=`cat /etc/sysconfig/tcuser`
if [ ! -d /run/user/$(id -u "$USER") ]; then
mkdir -p /run/user/$(id -u "$USER")
chown "$USER":staff /run/user/$(id -u "$USER")
chmod 700 /run/user/$(id -u "$USER")
fi
su -c "XDG_RUNTIME_DIR=/run/user/$(id -u "$USER") &&
export XDG_RUNTIME_DIR" $USER
[ -f /var/run/dbus/pid ] || /usr/local/etc/init.d/dbus start
rm -rf /etc/fonts/conf.d/40-generic.conf
--- End code ---
/usr/local/bin/chromum-browser owner changed to tc:staff
as non-root
#######
--- Code: ---export DBUS_STARTER_BUS_TYPE="session"
export DBUS_STARTER_ADDRESS="unix:path=/run/user/1001"
export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1001/"
dbus-launch chromium-browser
--- End code ---
results in smallest error/warnings I have seen my end
--- Code: ---dbus-launch chromium-browser
Fontconfig warning: "/etc/fonts/fonts.conf", line 82: unknown element "blank"
Opening in existing browser session
--- End code ---
browser opens and is running as expected.
Thanks for your patience
Without all above changes just running the browser causes 66 lines of errors/warning....which I have kept.
Navigation
[0] Message Index
[*] Previous page
Go to full version