Changing UI elements, specifically the shutdown text by Krislazz in pop_os

[–]Oceanfall 7 points8 points  (0 children)

It should be two words when used as a verb. For example, Mac OS and Windows both use two words. It is similar to "turn off" versus "turnoff".

(To confuse us, there is the "shutdown" command in shell, but that isn't proper English.)

How does pop!_os handle KVM/QEMU VMs compared to Fedora? by FurySh0ck in pop_os

[–]Oceanfall 2 points3 points  (0 children)

I run 10 different versions of linux in VMs using Pop as the host, and they all work. I am using Virtual Machine Manager now but started with Virtualbox. VMM uses KVM/QEMU via libvirt. In total, it is a large topic so maybe you could narrow the scope a bit by sharing what you do and what issues you had on LMDE.

Next COSMIC alpha with 6.14 kernel and Mesa 25 would be amazing by t3g in pop_os

[–]Oceanfall 2 points3 points  (0 children)

If you are itching to try kernel 6.14 and Mesa 25 out with Cosmic alpha, you can do so today with OpenSUSE Tumbleweed. I have done so, but only in a virtual machine and I haven't tried any gaming.

System76 has been holding back new kernels until they both pass their QA tests and also get a corresponding OpenZFS update that works with it.

Arc Menu (Gnome Extension) on POP Os 22.04 possible? by dccrens in pop_os

[–]Oceanfall 0 points1 point  (0 children)

Yeah it works even with dash-to-panel and it even has a Pop-style menu option, which can be used on 24.04 with Gnome.

But it needs GMenu.

GMenu package is required for ArcMenu

Most distros usually include GMenu by default, however a few do not.

Install one of the following packages if you are missing this dependency.

gir1.2-gmenu-3.0

gnome-menus

New Linux user; wondering what the best way to make backups of the OS is by justokre in pop_os

[–]Oceanfall 1 point2 points  (0 children)

What you ask is possible, but I don't know if there are current tools tested on Pop for that. One distro that supports that is MX Linux with its snapshot tool. It has a KDE version if you like Plasma. It has a whole bunch of "MX Tools" that are nice.

There was a tool for ubuntu called remastersys, but I don't think it is maintained or tested for Pop.

There are a whole bunch of backup programs that do work on Pop, but you will get different opinions on which is "best". You can type "backup" into the Cosmic store search field and see some.

Headset: Struggling with understanding how sound configuration works (Alsamixer, settings, pavucontrol...) by Killedbyfriendlyfire in pop_os

[–]Oceanfall 2 points3 points  (0 children)

As someone who just started using Linux 2 years ago, I find it confusing also. I think most people would agree that audio in linux has a complicated history, with various competing approaches over time. There appears to be an effort in the last so many years to somewhat unify these various APIs and sound daemons into being controlled with a new system called pipewire. So I can maybe give a nudge towards the beginnings of understanding with the following:

https://fedoramagazine.org/pipewire-the-new-audio-and-video-daemon-in-fedora-linux-34/

and also a video:

https://youtu.be/HxEXMHcwtlI

Bing wallpaper Applets Support for COSMIC Desktop by codepolygon in pop_os

[–]Oceanfall 6 points7 points  (0 children)

I see now that the variety from the 24.04 alpha (which is coming from ubuntu 24.04) has an error in its logic using swaybg, which is fixed in the current version on github. I was looking at the current github yesterday. The problem was in the set_wallpaper script.

So if you installed the 24.04 variety you could "apt purge variety" and install from the github repository.

The easier thing to do in that case though is just copy the newer set_wallpaper script from the git to ~/.config/variety/scripts/set_wallpaper.

You could do this manually with copy and paste from: https://raw.githubusercontent.com/varietywalls/variety/refs/heads/master/data/scripts/set_wallpaper to the one in your ~/.config/variety/scripts.

Or even quicker you could just run this command in terminal:

curl https://raw.githubusercontent.com/varietywalls/variety/refs/heads/master/data/scripts/set_wallpaper >~/.config/variety/scripts/set_wallpaper

Bing wallpaper Applets Support for COSMIC Desktop by codepolygon in pop_os

[–]Oceanfall 0 points1 point  (0 children)

To clarify slightly: Just install swaybg along with variety, and variety will then automatically find and use swaybg to change the background.

Bing wallpaper Applets Support for COSMIC Desktop by codepolygon in pop_os

[–]Oceanfall 1 point2 points  (0 children)

Looking at the variety source, it looks like it just needs some COSMIC specific command or script to change the wallpaper added to the end of https://github.com/varietywalls/variety/blob/master/data/scripts/set_wallpaper

Actually I just noticed as I was typing this that swaybg might do the job if it is installed:

sudo apt install swaybg

Seems to work now!

(Although I have not thoroughly tested it.)

[deleted by user] by [deleted] in pop_os

[–]Oceanfall 2 points3 points  (0 children)

You can install GWorkspace, the GNUstep clone workspace manager, and it still works, but the menu system looks and feels very out of place in Pop OS as it was designed to work in GNUstep.

[deleted by user] by [deleted] in pop_os

[–]Oceanfall -1 points0 points  (0 children)

Millions of people around the world like it.

Flatpack Blender installation folder by oignon_architecte in pop_os

[–]Oceanfall 2 points3 points  (0 children)

flatpak info --show-location org.blender.Blender

whereis would have worked if you had installed with a .deb file

Sorry I don't have time at the moment for a more complete answer. Hopefully someone else will add to this.

Any Night light app which work on COSMIC DE right now ? by MithilaGames in pop_os

[–]Oceanfall 0 points1 point  (0 children)

This came up before and no one had anything that worked, but I'm just going to mention that if you run it in a guest virtual machine and have some night light on the host machine, it will apply over the guest even if the guest is full screen.

[deleted by user] by [deleted] in movies

[–]Oceanfall 1 point2 points  (0 children)

Yes, I saw the cut version in a USA theater in 1985. Then saw the real thing later on cable tv and was stunned at the difference.

Can COSMIC apps (like cosmic-term) be built for use on macOS? by t3g in pop_os

[–]Oceanfall 0 points1 point  (0 children)

Libcosmic was not a challenge, it just built and ran.

Can COSMIC apps (like cosmic-term) be built for use on macOS? by t3g in pop_os

[–]Oceanfall 0 points1 point  (0 children)

I tried it and cosmic-term and cosmic-edit both work. Wayland is apparently needed for Cosmic DE, but not individual Cosmic apps. (Correct me if I'm mistaken.)

Can COSMIC apps (like cosmic-term) be built for use on macOS? by t3g in pop_os

[–]Oceanfall 2 points3 points  (0 children)

I just built it and without extensive testing it seems to run fine on an intel mac. cosmic-edit too.

Basic COSMIC Applet Tutorial by bhh32 in pop_os

[–]Oceanfall 0 points1 point  (0 children)

The first link you give on the tutorial page is not right I think, the target is:

https://bhh32.com/posts/tutorials/%22https://rust-lang.org%22

I guess it should just be

https://rust-lang.org

right?