

intel macbook air works good for me, with debian and xfce
intel macbook air works good for me, with debian and xfce
theyre whatever, they have their place in my system, but inprefer installing debs from the repo
but can you run excel on linux :(
what a time to be alive
same, and make sure fast boot or whatever fast start up is disabled in windows
maybe they should look in the mirror
yeah i was just thinking this the other day. i have alot of packages on my linux boot. i run mysql,postgres all kinds of stuff, many python versions, still fast as the first day i installed it. windows on the other hand starts bogging down fast. i keep my windows boot withonly the bare minimum of things and turn off almost everything from the start up, woth the hopes of keeping it useable.
thats strange, my boot menu has 2 kernel selections for pop os, the current one and one that is the previous running kernel. if a pop os update breaks my system i can just boot from the other kernel image. which has only happened once in 5 years. but was able to wait for pop to push fixes etc and then dist upgrade.
since you dont seem to have that option, you may need to boot from live usb and investigate further.
when you try to boot into it what happens?
pop os
ive not experienced that in the almost 10 years of using it on multiple debian based distros
qbittorrent
“same thing we do everyday, pinky. try and take over the world!”
crunchbang is awesome, never did the bunsen labs, but i do have a live crunchbang plus plus usb for recovery and lightweight live distro. i think its debian 12 with openbox.
loved slackware with openbox on my netbook back in the days. running pop os and i3wm now, i prefer it over openbox or fluxbox now. it is my daily driver work horse, stable and low on resources. easy to configure.
who is they? and why are you being offered it? who is it through, your school, employer, random person whats apping you? do you find it necessary for your direction?
ctrl + z
install KIO packages if tou do t have them dolphin needs these for network shares to behave like local files:
sudo apt install kio-fuse kio-extras ffmpegthumbs
then log out and log back in (or restart)
dolphin should mount network paths under
/run/user/your-uid/kio-fuse-somerandomshit
check it
if the path starts with /run/user/… you’re good. If it’s something like smb://, it’s not using fuse
gpt explainstion for education
What’s going on:
Your server has files. Dolphin can look at them, but it’s not actually pulling them down to your computer in a normal folder.
Because the files aren’t really on your computer, other programs can’t just “open” them — they don’t know how to talk to the server like Dolphin does.
How it should work: If you use FUSE (with kio-fuse), Dolphin secretly makes a fake local folder that pretends the server’s files are on your computer.
Now, when you double-click a file, your computer thinks it’s opening a local file — so any app can work with it.
Why Nemo works but Dolphin doesn’t Nemo automatically mounts network folders in that “pretend local folder” way.
Dolphin can do it too, but only if kio-fuse is installed and working.
Without it, Dolphin is basically just showing you a picture of the files instead of giving them to your apps.
The fix: Install the thing (kio-fuse) that makes the fake local folder.
Restart your session so Dolphin uses it.
Now Dolphin acts like Nemo — server files will just work everywhere.