Ungoogled chromium won't start. Appimage won't start. I have been using latest appimage and latest Ungoogled from repo.
Won't work on Open-rc and S-6 XFCE.
Ungoogled Chromium is working here with Artix Mate OpenRC.
run from terminal and show output.
[3080:3094:0731/233004.401202:ERROR:platform_shared_memory_region_posix.cc(250)] Creating shared memory in /dev/shm/.org.chromium.Chromium.K94yhL failed: Овлашћење је одбијено (13)
[3080:3094:0731/233004.401251:ERROR:platform_shared_memory_region_posix.cc(253)] Unable to access(W_OK|X_OK) /dev/shm: Овлашћење је одбијено (13)
[3080:3094:0731/233004.401262:FATAL:platform_shared_memory_region_posix.cc(255)] This is frequently caused by incorrect permissions on /dev/shm. Try 'sudo chmod 1777 /dev/shm' to fix.
Замка праћења/тачке прекида
(non root start)
(running from root)
Never run a programs as root if not required.
There seems to be something wrong with your shm setup.
What is the output of:
- touch /dev/shm/x
- grep shm /proc/mounts
Run as a root touch /dev/shm/x, nothing as otput.
tmpfs /dev/shm tmpfs rw,nosuid,nodev,noexec,relatime,size=1048576k,mode=1770,gid=1001,inode64 0 0
The init system is what handles setting up /dev/shm (shared memory) which you definitely need for applications to work. I don't know what happened here but something is screwing with your /dev/shm. The permissions are incorrect. The command in s6-scripts that mounts it is:
mount -t tmpfs shm /dev/shm -o mode=1777,nosuid,nodev
Note the incorrect mode on yours (1770).
Just installed fresh backup of S - 6 system. I don't know what happened, but now it works.