this post was submitted on 02 Mar 2024
22 points (95.8% liked)

Pop!_OS (Linux)

5078 readers
1 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 1 year ago
MODERATORS
 
  1. install virt-manager

  2. create a vm pop-os

  3. start the vm

  4. sudo apt install cosmic-session

  5. sudo nano /etc/gdm3/custom.conf

  6. ... set .. WaylandEnable=true

  7. reboot

  8. at the log in screen, there is a small gear wheel on the bottom right side, choose “Pop on Wayland" (edit: if you want COSMIC DE to work too, see update below) (edit2: if you can't see the gear wheel, see update2 below)

.

update:

there are some settings on the virt-manager to make COSMIC DE works.

if you don't need to run COSMIC DE, can ignore the following

  • Display Spice : Type = Spice server, Listen type = none, uncheck password / opengl
  • Video : use QXL (instead of default Virtio)

new step 8. at the log in screen, there is a small gear wheel on the bottom right side, choose “COSMIC"

.

update2:

  • sudo nano /usr/lib/udev/rules.d/61-gdm.rules

  • Goto the line that reads LABEL="gdm_prefer_xorg"

  • .. commend out the next line .. #RUN+="/usr/libexec/gdm-runtime-config set daemon PreferredDisplayServer xorg"

  • Goto the the line that reads LABEL="gdm_disable_wayland"

  • .. commend out the next line .. #RUN+="/usr/libexec/gdm-runtime-config set daemon WaylandEnable false"

  • sudo systemctl restart gdm.service

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (4 children)

That's cool. It's the latest version in the repos?

Whats your impression of it? Is it useable as a desktop system yet?

[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (3 children)

I bet in my brief testing, it's about 70% usable.

Some features are not yet completed:

  • cosmic-file, I can't use copy/paste, open in terminal, mount any external devices.
  • can't resize any of the cosmic apps, no tiling,
  • setting has todo everywhere,
  • can't see the workspace preview.

.

Some are fully usable in my use-case:

  • cosmic-snapshot.
  • cosmic-term.
  • set background and accent colour
  • pin apps to dock

.

Didn't test:

  • audio

.

But, please note that I'm running it on a vm, so the exact issues might not exist on bare metal (if anyone can chime in).. In any case, the legacy apps, ex Settings, Files, Terminal still exist.

So my procedue is to set all cosmic apps as default, and if I encounter issues, I'll just use the legacy apps for that particular tasks, and when I'm done, I go back to cosmic apps for daily use.

[–] [email protected] 2 points 6 months ago (1 children)

It's totally usable for me. A little CLI and some scripts do what isn't finished yet in GUIs. If you want the absolute latest COSMIC packages use apt-manage to add the popdev-master repo. It's only a VM so you shouldn't be worried about breakage.

[–] [email protected] 1 points 6 months ago

good idea

sudo apt-manage add popdev:master

load more comments (1 replies)
load more comments (1 replies)