To make it executable you can just right click -> properties -> make executable.
No need to use the terminal
a dude that likes gaming and tech (especially Linux) aro/ace
To make it executable you can just right click -> properties -> make executable.
No need to use the terminal
Good news for literally every application that uses electron!
Libreoffice seems to have supported it for a while
in case you aren’t joking, rm -rf / (albiet with a warning now) will delete allll the files on your system, so everything going black is the expected result.
rm is remove, the - is to indicate that you want to pass arguments, and r&f are recursive (delete stuff in the folders in this folder) and force (don’t ask for confirmation). The slash afterwards designates the root folder, the folder with everything in it.
So “rm -rf /” means “remove, recursively and forcefully, everything in the / directory”
I saw something from a discord dev (can’t find it, so grain of salt) about how there was interest recently to do it, but they’d have to work on other stuff that affected everyone first, and they’d probably get it done by q4 2024, guess they were right.
I think before then the whole linux graphics and audio space hadn’t really stabilized enough for them to be interested.
The best part about libadwaita id how easy it is to make good-looking apps.
I wish i could use gnome apps on android, they look so nice for phone use with the new widgets.
I know, i use it all the time, i just think it’s silly to recommend the terminal to beginners when theres a gui way that’s easier.