this post was submitted on 05 Jul 2023
11 points (100.0% liked)

Pop!_OS (Linux)

5185 readers
5 users here now

Pop!_OS is an operating system developed by System76 for STEM and creative professionals who use their computer as a tool to discover and create. Unleash your potential on secure, reliable open source software. Based on your exceptional curiosity, we sense you have a lot of it.

Unleash your potential

Whether this is your first experience with Linux, or your latest adventure, all are welcome to discuss and ask questions about Pop!_OS and COSMIC. Keep the discussions friendly though, and remember to assume good intentions whenever you reply. We're all here because we have a shared love for Linux and open source software.

System76 Logo

Support us by buying System76 hardware for you or your company! Or by donating on the Pop!_OS website through the "Support Pop" button. Pop!_OS and COSMIC are fully funded by System76 hardware sales. All systems are assembled in the USA. With your support, we'll work to push the Linux desktop forward with COSMIC.

Links

Guides

Hardware

Recommended

Community Rules

Follow the Code of Conduct

All posts on pop_os must adhere to the Pop!_OS community Code of Conduct. https://github.com/pop-os/code-of-conduct

Be helpful

Posts to pop_os must be helpful. When responding to a user asking for help, do not provide tongue-in-cheek responses like "RTM" or links to LMGTFY. Linking to direct sources that answer the asker's question is fine, but it's advised to provide some explanation as to how you got to that source.

Critique should be constructive

We within the Pop!_OS community welcome helpful criticism or ideas on ways to improve. However, basic "It's bad" or other simple negative comments don't help anyone fix anything. When voicing a complaint about something, try to point out ways the complaint could be improved or worked around, so that we can make a better product for it.

This rule applies to both Pop!_OS and its projects as well as other products available from third-parties.

Don't post malicious "advice"

It can be funny to joke about malicious commands, however this is not the venue for it. Do not advise users to run commands which will lock up their systems, steal their data, or erase their drive. Examples of this include (but are not limited to) fork bombs, rm, etc.

Posts violating this rule will be removed, even if the post is clearly in jest. Repeated offences may lead to a ban. You may understand that the command isn't serious, but a new user might not.

No personal attacks

Posts making a personal attack on any user will not be tolerated.

No hate speech

Hate speech of any kind will not be tolerated. Any violations will be removed, and are grounds for a ban.

founded 2 years ago
MODERATORS
11
submitted 2 years ago* (last edited 2 years ago) by curiosity9 to c/pop_os
 

For Pop! the Cosmic-epoch can be install via

sudo nano /etc/gdm3/custom.conf

comment out wayland = false

sudo apt-manage add popdev:cosmic-session

sudo apt install cosmic-session

restart

click on the "gear" on login page.

There are "COSMIC", "Pop" and "Pop on Wayland"

If I have Fedora, how can i install and try COSMIC ?

top 4 comments
sorted by: hot top controversial new old
[–] mmstick 3 points 2 years ago* (last edited 2 years ago) (1 children)

Unless someone is maintaining packages on copr, you have to build it from source. You can find the instructions for that in the cosmic-epoch readme. Under the Testing section, there's instructions for building a systemd extension image. Each of the cosmic components are git submodules in this repository. By default, it will always be somewhat behind the latest updates in Pop!_OS because PRs are required to update them. You can manually update the submodules to their latest changes though.

[–] M4775 1 points 1 year ago (1 children)

Before I even make the attempt, how successful do you think It'd be building epoch on NixOS?

[–] mmstick 1 points 1 year ago (1 children)

I haven't personally tried it but it might be easy to set up with the pre-existing nix flakes.

[–] M4775 1 points 1 year ago

Aha, yeah I noticed all the recently added/updated nix flakes in COSMIC related repos. I'm going to give it a try when I get a minute.