I can respect GNOME, it’s just not for me. There are a lot of other DE’s I really don’t get, for example: Xfce, Mate, Budgie, LXQt, any pure WM desktop in existence, the list goes on… But if people still develop them, I guess there is a market.
Xfce works better everywhere and with everything, however it falls to the same pitfall that KDE has, eventually you’ll require some libadwaita application, flatpak and whatnot and then you’ll end up with a Frankenstein system half Xfce half GNOME components and themes that don’t apply to all apps equally. :(
No issues currently using pop os. I don’t use the graphical Bluetooth manager, for whatever that’s worth. I wrohe a script that connects and disconnects with bluetoothctl, and I pair and trust devices with bluetoothctl. I use several different headphones.
Occasionally, I have to go into the audio settings to change the destination, or tap a button on my headphones, but that’s about it.
but ok, yes, for actual remote desktop, VNC or RustDesk, despite RustDesk being some open-core implementation that holds the good stuff in the proprietary release. At least it was when I last checked it out.
I don’t think OP is looking to remote into servers here, personally for servers ssh is great but for accessing my laptop from desktop/vice versa the terminal can be a bit awkward when there are applications with no cli behind them which is where a graphical remote desktop comes in handy
My friend, when you install something using the apt package manager you are using a .deb file. It’s something getting downloaded in the background from a server (debian.org or the brave one in this case) without you realising it. Make sense?
My brother in Christ, installing a .deb is downloading the .deb directly, as you would when downloading discord from discord.com, and you use dpkg to install it (apt uses dpkg to install the deb file).
You saying “the deb file” is not the same as “using the official repo”, as dependencies might not have been installed by only using the .deb file.
“apt uses dpkg to install the deb file” Apt is a frontend for dpkg which needs a .deb file to install stuff. Apt searches for deb files in repos listed in sources.list, downloads them and then uses dpkg for installation.
yes, but you missed an essential step of the process: apt handles dependencies for you. maybe not in this case, but installing .debs directly requires installing dependencies manually and it’s not uncommon for people to forget about this and then saying that the program does not work.
installing from an apt repo is always better as long as the repo is trusted (and it should be if you’re installing .debs from it anyway) because it handles dependencies and updates automatically. If you just install the .deb, you’ll have to repeat the process per each update.
Finally, I might try disabling XWayland once wine wayland ships in proton. The only remaining apps using X11 on my system are electron apps and wine (oh, I forgot Java).
It’s interesting to finally see all the work on wayland coming together. Only a few years ago I still had to switch back to i3 because sway didn’t work well for gaming (no vrr, dmabuf), and now it’s only a few things missing.
Sounds like you’re all prepared. I’d just bookmark Debian’s NVIDIA page as the drivers are proprietary and not included in the base install. Typically, you can install using the generic Nouveau driver and then switch to the proprietary driver after the install; however, should you run into problems such as a blank screen, google “Debian nomodeset” to get around the graphics driver.
It seems your machine has 4GB of RAM, in which case you can run KDE (for example) quite comfortably and don’t necessarily need a lightweight-focused desktop environment. So I’d say to go with a popular distro, as the other comment suggested, and not a niche one. Then pick the DE you like from videos/screenshots.
More important would be to have another device where you can go to internet to google or to download binaries for the time if you get stuck.
My first time I couldn’t connect to internet because I was missing firmware for the laptop. I had to use the computer at my work to troubleshoot it and download the necessary package to get it working. That took a lot of days.
I’ll add to the mix, if it’s Gnome DE, rdp is built in now, it’s under settings > sharing > enable rdp. Then you can use any rdp client, including windows. (Or remmina if from another Linux box)
If the computer boots but you can’t access a GUI, use Ctrl+Alt+F3 to open a console. From there you can use nano to edit the login manager configuration. If you had GNOME installed, your login manager is probably GDM, and its config should be at /etc/gdm/daemon.conf, according to the manual. If that is the case, it looks like you should erase the username under the entry “AutomaticLogin=”.
linux
Top
This magazine is from a federated server and may be incomplete. Browse more on the original instance.