this post was submitted on 18 Mar 2026
7 points (100.0% liked)

Linux

63889 readers
1598 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
you are viewing a single comment's thread
view the rest of the comments
[–] BananaTrifleViolin@piefed.world 4 points 20 hours ago* (last edited 20 hours ago)

Few options off the top of my head:

  • Open a terminal (e.g. Ctrl+Alt+T) and type "firefox -p &". The & operator runs the process in the background so it will continue to run even when the terminal is closed

OR

  • Use your desktops equivalent to windows "run". So for example, on KDE use Krunner (Alt+F2 or Alt+Space usually launches it) and type in "firefox -p"; it usually defaults to running a command. There is also a dedicated "Run Command" plasmoid that can be added to your desktop. On Gnome, I think the "run a command" dialogue will do the same (also Alt+F2 I believe).

OR

  • Add an app entry to your desktops menu for Firefox Profile Manager. On KDE if you type Profile, "Profile Manager - Firefox" already exists as a Krunner action; so you can easily get it from your menu or krunner just typing Profile. If it doesn't exist then you can use your desktop's menu editor to copy the firefox entry and add the -p as the command line argument. On KDE that done most easily by right clicking on the menu icon and selecting "edit applications..." or search for menu editor. Other desktops will be very similar.