/fglt/ - Friendly GNU/Linux Thread

Welcome to /fglt/ - Friendly GNU/Linux Thread.

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
3) Go balls deep and replace everything with GNU/Linux.

Resources: Please spend at least a minute to check a web search engine with your question.
*Many free software projects have active mailing lists.

$ man %command%
$ info %command%
$ %command% -h/--help/-?
$ help %builtin/keyword%

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
wiki.archlinux.org
wiki.gentoo.org

Any Forums's Wiki on GNU/Linux:
wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
wiki.installgentoo.com/index.php/Babbies_First_Linux
>What are some cool programs?
wiki.archlinux.org/index.php/list_of_applications
directory.fsf.org/wiki/Main_Page
>What are some cool terminal commands?
commandlinefu.com/commands/browse
cheat.sh/
>Where can I learn the command line?
mywiki.wooledge.org/BashGuide
grymoire.com/Unix/
overthewire.org/wargames/bandit
>Where can I learn more about Free Software?
gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
prism-break.org/en/categories/gnu-linux

/fglt/'s website and copypasta collection:
fglt.nl && p.teknik.io/wJ9Zy

/t/'s GNU/Linux Games: IRC: #sqt on irc.libera.chat
fglt.nl/irc.html

Previous thread:

Attached: 1628111557993.png (708x1060, 657.95K)

Other urls found in this thread:

my.fsf.org/civicrm/event/register?id=99&reset=1
twitter.com/SFWRedditVideos

Register for LibrePlanet 2022 today! Visit my.fsf.org/civicrm/event/register?id=99&reset=1

Attached: LP2022.png (4904x5000, 2.58M)

What hostname should I give to my new laptop

Attached: 1607488421857.jpg (400x400, 21.51K)

nigger

[CODE]
$ librewolf
XPCOMGlueLoad error for file /usr/lib64/librewolf/libxul.so:
/usr/lib64/librewolf/libxul.so: undefined symbol: gdk_wayland_display_get_wl_compositor
Couldn't load XPCOM.
[/CODE]
Getting that error when launching Librewolf on Gentoo. Used to work fine, then I updated at one point and it hasn't worked since.
I looked it up, and it seems that xdg error is fairly common for Firefox, but I haven't been able to fix it. Not sure.
I've tried updating and re-emerging Librewolf and it still didn't fix.

> Gender identity
NO I DONT THINK SO

Any advice bros?

henlo frens, is there any way to make konsole auto copy whatever i highlight with my mouse and paste with right click? Basically want GPM using konsole.

why dont you try them all in vm for a while and see which one works best for you

well you can surely patch it. probably won't be more than 100 lines tots

maybe not a bad idea

I want to loop through several directories and something with the files.

Why does the following command only print the files from the last directory I enter but not the ones from the previous directories? How can I do it?

list(){ for entry in ${@}*; do echo "$entry"; done; }

list dir1 dir2

Either build librewolf with the wayland flag disabled or add x11-libs/gtk+:3 wayland to your package.use and emerge -uDN @world.

The reason you get this error is because they started building librewolf-bin with wayland support.

Now that Arch Linux is abandonware where are we gonna go? What's the thinking man's distro in /current year/

>Now that Arch Linux is abandonware
Why is that? Wasn't here lately. My arch system runs since 2016 without any problem.

Finally, a new /fglt/ meme.

People are anxious because debian sid finally caught up on glibc

Intermediate linux user here
I had seen user posting this a while back but I never bothered to test or ask
If I am using a debian-based distro, and debian gets a new release, will my system be able to update normally as if I am using stock debian or will I have to wait until my specific project moves to it?
Been thinking about moving to devuan+flatpaks but I dont want to hop again if the projects ends up abandoned.

You'll have to wait for your specific project's updates.
Anything that they've changed compared to stock Debian would still be based on the old release and not work with the new version's packages.

Can I not simply dist-update?
Can I not just change the apt config to point to the latest repos?
Or is it just risky?