Linux

56072 readers
540 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
1
2
 
 

Question is in the title: What is the supposed workflow for vanilla Gnome for keyboard users?

Is there any video/design documents which explain, how the workflow is supposed to be?

Assume, I have a full screen web browser on workspace 1. Now I want to have a terminal... I hit the super-key, type terminal, hit enter ... and then I have a terminal which does not start maximized on workspace 1, so I can either maximize the terminal and switch between the applications, arrange them side by side... or I can navigate to workspace 2, start the terminal there (the terminal will not start maximized again on an empty workspace 2) ... and switch between the two workspaces (AFAIK there are no hotkeys specified by default to navigate directly to a workspace)...

What I simply do not understand: Does the vanilla Gnome workflow expect you to use mouse and keyboard? Like hit super, use mouse to go to next workspace, type terminal, click to maximize terminal (or use super-up)?

It just seems like a lot of work/clicks/keys to achieve something simple. And to my understanding Gnome expects you to use basically every application with a full screen window anyway, so why does it not open a new application on the next free workspace full screen by default?

3
4
 
 

cross-posted from: https://piefed.social/post/1007851

Quote from NomadicCore on Reddit:

One of the questions we get regularly asked is about KDE Plasma being a DE option for AerynOS. We have always maintained that it was in the plans, but that packaging up KDE Plasma is a lot of work and would take a while.

This packaging work has been consistently been happening in the background and today, Reilly booted up the first KDE Plasma session running atop AerynOS.

To set expectation, it's a first boot, it's very basic and there are still many things to get packaged up and properly configured.

This is a great milestone achieved and shows the great progress that the team is making on top of all the other workstreams that are going on.

5
6
48
submitted 1 day ago* (last edited 1 day ago) by Pro@programming.dev to c/linux@lemmy.ml
7
 
 

Hello all- I am seeking help trying to figure out why my internal microphone isn't being detected. I have followed a lot of troubleshooting audio guides such as this one and none of it has worked.

I'm on Pop_OS, with wayland, on an Asus laptop,

Here is more info if anyone could by chance help me

arecord -l

**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC294 Analog [ALC294 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

systemctl --user status pipewire

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2025-07-03 15:19:48 EDT; 24h ago
TriggeredBy: ● pipewire.socket
   Main PID: 2192 (pipewire)
      Tasks: 3 (limit: 18486)
     Memory: 16.4M
        CPU: 15.088s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─2192 /usr/bin/pipewire

Jul 03 15:19:48 pop-os systemd[2182]: Started PipeWire Multimedia Service.
Jul 03 15:19:48 pop-os pipewire[2192]: mod.jackdbus-detect: Failed to receive jackdbus reply:>
lines 1-13/13 (END)

some more info: https://pastebin.com/embed_js/6vR5ZEXw

![]

I am new to linux so please don't make fun of me too much if what i'm sharing doesn't make any sense!!

8
 
 

Hello all- I am seeking help trying to figure out why my internal microphone isn't being detected. I have followed a lot of troubleshooting audio guides such as this one and none of it has worked.

I'm on Pop_OS, with wayland, on an Asus laptop,

Here is more info if anyone could by chance help me

arecord -l

**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC294 Analog [ALC294 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

systemctl --user status pipewire

● pipewire.service - PipeWire Multimedia Service
     Loaded: loaded (/usr/lib/systemd/user/pipewire.service; enabled; vendor preset: enabled)
     Active: active (running) since Thu 2025-07-03 15:19:48 EDT; 24h ago
TriggeredBy: ● pipewire.socket
   Main PID: 2192 (pipewire)
      Tasks: 3 (limit: 18486)
     Memory: 16.4M
        CPU: 15.088s
     CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/pipewire.service
             └─2192 /usr/bin/pipewire

Jul 03 15:19:48 pop-os systemd[2182]: Started PipeWire Multimedia Service.
Jul 03 15:19:48 pop-os pipewire[2192]: mod.jackdbus-detect: Failed to receive jackdbus reply:>
lines 1-13/13 (END)

some more info: https://pastebin.com/embed_js/6vR5ZEXw

![]

I am new to linux so please don't make fun of me too much if what i'm sharing doesn't make any sense!!

9
 
 

PikaOS maybe too "hobby oriented" to expect "sleep stability", but I understand most/all bugs to be debian or kde upstream ones. Is gnome still much better at stability? Is there a distribution that fixed sleep problems for you? open vs closed nvidia drivers?

Are there motherboard manufacturers that suck less at linux?

10
 
 
11
12
 
 

I don't know if this is common knowledge but I hadn't found anything on the web (for Windows specifically) that stated that this was possible.

I kinda badly want to fully switch to Linux in the short term but wanted to first properly test how different distros feel at these specs (and maybe try some basic gaming too); maybe someone that wants to do the same can find this post useful (I hope this is the right community to post to).

To do this I used QEMU, and had to edit the source code and recompile it to enable 240hz. Forcing higher refresh rates is surprisingly not that hard, I only had to edit a single line of code (hw\display\edid-generate.c, line ~390, set '75000' to '240000'). So far Mint, Fedora and KDE Neon work perfectly at that refresh rate (after adjusting mouse input polling rates), then I added a couple other nice features like shared clipboard and mouse device toggling (I tested q2pro and it wouldn't work with absolute mouse coordinates, and relative mouse was a pain to use in normal desktop browsing, so I had to find a way to toggle them if I didn't want to reboot the VM every time).

This is my very first lemmy post (hi fedi!), I wrote this lengthy blog post detailing how I did everything, hopefully I'm allowed to post it here (reddit traumatized me with the blanket banning).

13
14
 
 

A few days ago I asked about taking the big leap, but I use my PC for work in the arts (voice over, music, digital art, etc).

I've been playing around with Bitwig to replace Cubase and ideally Adobe Audition. It's... a learning curve but I'm willing to make it work if I can get everything about my PC lined up with Linux.

I then discovered Wine and Proton. So, they're basically bridges that allow you to use some Windows programs in Linux? I read they can use vst files with a bit of work, and people have had some success with Cubase, though Adobe is still right out but I'd love to get away from Adobe anyway. Also games??

Is there a difference between Wine and Proton or are they basically just different programs that do the same thing? The big leap might be more feasible than I thought if they do what I think they do.

Edit: This seems like it could suit most of my needs. I need to do more research into it but you guys answered my questions. Appreciate you all taking the time, thanks!

15
16
148
submitted 3 days ago* (last edited 3 days ago) by Luffy879@lemmy.ml to c/linux@lemmy.ml
 
 
  1. It is a For-profit without any means of Generating income (unlike Truenas or Suse which have a paid enterprise version)
  2. Since there is no way of making money, it is apparent they will pull a Plex and Enshittify once they have the noobs on board
  3. At least it uses docker, so you can export the images, but who knows when this will change
  4. It uses discord as forum. They cant even get themselves to use their own OS to install a matrix server on there.
  5. They are not even Private. Their FAQ literally says „They will try to limit data collection“

You want to use some shitty OS by some shitty company? Go sign your soul to Windows Server you lobotomite

Thanks for coming to my ted talk.

17
 
 

Any way to force the desktop to load regardless? I know, typing startx isn't hard, but I would like not to. Tnx!

18
 
 

Hi mates,

I am new to linux knows very very basic linux like using it for more then year know how to sort little issues etc. I have my laptop with me having specs as following: **Hp Elitebook 840 G4 Core i5 7th Gen 8gb Ram 256 gb SSD Full Hd 1080 maybe resolution Currently using Fedora KDE Edition **

Use for basic working sometimes it gets load sometimes but still a good one.

Help me if you can install Tekken 7 or if not then tekken 3 will work for me as well.

I dont litterly know anything fully technical so kindly if you gonna tell me explain it to be with step by step detailes please and let me know each thing. It'll be great help 🤞

Note: If Tekken 7 can't be installed on fedora or need anything else to change, kindly recommend me, mostly i have used debian based systems and rest i have is fedora so if anything is nkt suitable, let me know please.

Gonna post in multiple communities to get extra help. Thank you

19
20
195
submitted 5 days ago* (last edited 5 days ago) by Sivecano@lemmy.dbzer0.com to c/linux@lemmy.ml
21
 
 

How come when I try to create a new obs screen, it is black, whether or not i toggle off the visibility on Screen Capture and how do i get it to show the capture settings, like which monitor, or what portion of the screen, to be clear, the! first capture works, for some reason no other capture i try to create is letting me configure or display anything

^ Image
https://pastebin.com/AzKCZ8Tt
^ Logs
https://imgur.com/a/K7pMA4p
^ Video
There is a chance this might be related to another issue I had, but I dont know a fix (I have to manually add what portals I want to install due to a bug, but I have the plasma portals so that should be enough?)

22
 
 

Things have taken a bad turn for Bcachefs as Linux supremo Linus Torvalds is not happy with their objections.

23
24
 
 

This PC is basically my life, I use it for work (freelance business), entertainment, and to self host a server so I'm hesitant. I have a handful of questions for now while I look into it more:

  1. I'd prefer not to dual boo, but it might be the safest way to start? If I dual boot, get used to Linux and (hopefully) get everything I need working, can I then go from dual boot to erasing the Windows partition and recombining so I then only have Linux installed and can keep the work and programs I already installed on Linux?

  2. I do voiceover work, music production, and digital art/photography. Anyone else here do all this and what programs would you recommened to replace Audition, Photoshop, and Cubase?

--2.1. Regarding music production, has anyone successfully used vst files from Windows on Linux?

  1. The drives for my server are NTFS. Does anyone have experience with this format on Linux (I use Emby)?

  2. My bread and butter right now is voice acting so I NEED everything to play nice. I've read there might be some issues with drivers for my hardware, namely Focusrite Scarlett 4i4 and Behringer UV1. Anyone have any experience with this?

EDIT: Wow that's a lot of responses. I'd like to respond to each but I'm a bit overwhelmed with all the info haha. I think I'm gonna grab an old external USB drive and live boot from there and test things out. Thanks to everyone, I've got a tonne to mull over now. Appreciate it!

25
 
 

I just got this laptop (Asus TUF A15 2021) today and it surprised me that everything works just fine out of the box on Vanilla Arch, except NVIDIA gpu I had to install it manually on battery power that's why I enable powersaving mode. As for games performance it's basically the same as windows no more no less.

view more: next ›