← Home ← Back to /g/

Thread 106981472

12 posts 6 images /g/
Anonymous No.106981472 [Report] >>106981624 >>106981733 >>106982347 >>106982996
>is the reason for 99% of Linux bugs UI issues and software install problems
how do we fix this?
Anonymous No.106981486 [Report]
kek
I still don't understand the purpose of many groups
Anonymous No.106981566 [Report]
never had an issue with it
but I know some retards that were like
>I can't ./shit
>lets chmod -R 0777 ~
Anonymous No.106981608 [Report] >>106981637 >>106981721
>want to have a secondary drive automount at boot
>need to perform a 14-hour chant in Ancient Sumerian and personally visit Finland to ask for Linus Torvalds' written permission
Anonymous No.106981624 [Report]
>>106981472 (OP)
The Commodore64 is what true personal computing should had become --the model of the User/Programmer, to define our relationship with computers exactly as a function of "to use this computer you necessarily have to program it". Why do I need to setup permissions on my computer if I'm the sole user? Why do I need to set myself as sudoer? Effectively, Loonix people are deluded that Mainframe wannabes can be personal operating systems.

I know there's a very good reason for permissions and there's a very good reason why the C64 model didn't take hold: not everyone is a programmer and people actually need safeguards not to segfault themselves every day, but come the fuck on.
Anonymous No.106981637 [Report] >>106982953
>>106981608
Don't use fstab. Sounds weird since that's what it is designed for but it causes a bunch of problems if mounting fails.
Instead use crontab.

@reboot mount /dev/sdx /mnt/location
Anonymous No.106981721 [Report]
>>106981608
he lives in portland.
Anonymous No.106981733 [Report]
>>106981472 (OP)
I find a bigger issue is missing dependencies.
When a new version comes out they throw out the old one.
Pro-tip: you can put random libraries in a folder and point to it with LD_LIBRARY_PATH=/home/username/Downloads/some_random_garbage_I_downloaded_and_want_to_run_once and not clutter up your system
Anonymous No.106982347 [Report] >>106982911
>>106981472 (OP)
appimages solve it
kinda like .app in mac
Anonymous No.106982911 [Report]
>>106982347
best post

Hot take, Linux should just copy mac and there's nothing wrong with that. Both are unix-like so the mac way of doing things is just natural. Mac's UI was originally copied off of XFCE after all.
The desktop should be just a front-end to a tightly coherent and harmonic system configuration.
Anonymous No.106982953 [Report]
>>106981637
this reads like satire, but i honestly can’t see why it would be a bad idea
am i retarded?
Anonymous No.106982996 [Report]
>>106981472 (OP)
>install random app on KDE distro
>krashes. reason: dumb fuck dev assumed some shitass /opt folder is writable by anyone
yep, thats about right