Re: When I turn on my internet applications won't load.
Reply #6 –
You can start with the ones from the post.
Logs in GNU/Linux are traditionally text files kept under /var/log.
/var/log/Xorg.0.log
/var/log/everything.log (if using syslog-ng)
/var/log/dmesg.log (if it doesn't exist, run dmesg > dmesg.log as root)
perhaps the most relevant would be application logs to stdout/stderr. Every GNU/Linux GUI application outputs errors to stdout and stderr as well, but most of the time that output isn't seen. If you run the application from the terminal, you can see this output. It can be redirected to a log file. For example:
$ leafpad >leafpad.log 2>&1
or
$ vlc >vlc.log 2>&1
Exact timestamp of the ISO is relevant if you haven't updated your system lately.
For example, current 66 Plasma "weekly" ISO is dated 20220206, it's artix-plasma-suite66-20220206-x86_64.iso. Current runit Plasma "stable" ISO is dated 20220123, artix-plasma-runit-20220123-x86_64.iso.