jppelt, to KindActions
@jppelt@floss.social avatar

@pop_os_official @system76 just got COSMIC files, terminal, and app store from the Pop Shop. Man, when is this going to be fully integrated!

The new is so nice. Will not be using the Pop Shop ever again.

Can't wait for the full COSMIC release.

elevenhsoft, to System76 Polish
@elevenhsoft@mastodon.social avatar

Some updates on applet for :)

improved layouts/settings page so now i think everything is not looks like out of place haha

added load, save, remove conversations from history

also now it's possible to pull and remove models locally.

ahh, and beautiful button to stop current typing by bot, so if we don't like what he is saying, we can stop him while typing :)

image/png

thylacoleo, to random
@thylacoleo@mas.to avatar

So I'm going through the installation of (at long last!) and the "Clean Install" option is making me sweat.

I basically have 4 main drives, 2 and 2 of the same model and size. 2 for data and 2 for OS. One of the OS drives is empty and the other has Windows, which I'm certainly not ready to erase just yet.

The "Clean Install" option doesn't clearly show which drive I should be picking (I used Gparted to check them out and see which one is empty).

Anyway, it's installing now! 😬

elevenhsoft, to System76 Polish
@elevenhsoft@mastodon.social avatar

Some progress on #COSMIC applet for #ollama

Now we can save and load full conversations. Also from now you can keep you messages context.

#popos #cosmicdesktop #system76

boilingsteam, to linux
@boilingsteam@mastodon.cloud avatar
elevenhsoft, to System76 Polish
@elevenhsoft@mastodon.social avatar

Hello friends! New #COSMICdesktop applet is coming soon....

This time I'm working on Ollama applet for our lovely #COSMIC :)

#popos #system76 #linux #ollama

fancysandwiches, to random
@fancysandwiches@urbanists.social avatar

Pop OS can't seem to use my two monitors. No signal detected on my 4k monitor. Pop OS sees the monitor, I can change settings, but nothing ever appears on my monitor. Thought it was just a problem with the installer image, but the same problem post install. It's 2024 and I'm dealing with problems from 2011.

fancysandwiches,
@fancysandwiches@urbanists.social avatar

Ok, so my second monitor can work, but only if I set it to the same resolution as my primary monitor. Which is extremely annoying because the resolutions are not the same. My secondary monitor is 4k, my primary is 1440p. Any fans have a suggestion?

LouisIngenthron, to linux
@LouisIngenthron@qoto.org avatar

Okay, I'm doing it. I'm giving a fair shot for the first time in about a decade. You fediverse people convinced me.

OrionKidder,
@OrionKidder@mas.to avatar

@LouisIngenthron I have installed four(?) different distros in the last week, and they all went in fine except vanilla #Debian, which I don't know how I screwed it up, but I did. #Ubuntu, #LinuxMint, and #PopOS were all just as easy as #Windows was once upon a time: click "ok" a bunch until you hit a welcome screen. Notably absent was the requirement that I sign into their exclusive service to even use the software.

Just saying. Your mileage has clearly varied.

sustainrelease,
@sustainrelease@mastodon.social avatar

@LouisIngenthron
Wow. Sorry to hear about your issues. I recently had a few issues myself with second screens and .

Honestly, whenever I have issues with other distros on certain machines I turn to and it never failes me, but of course should be pretty much the same. Did you check if switching between the Wayland or X11 display manager on login makes your experience better?

Besides, there's still . They got some bad press recently, but I kind of enjoy it.

brody, to gamedev
@brody@peoplemaking.games avatar

I'm not a "Linux Guy" really but I started re-evaluating it lately, and I think it might not just be for the Tech Weirdos anymore. It can absolutely be a daily driver for a lot of game developers now!

https://brodybrooks.com/posts/2024-linuxgamedev/

Grant_M, to random
@Grant_M@mastodon.social avatar
boilingsteam, (edited ) to linux
@boilingsteam@mastodon.cloud avatar

Face-off! PopOS vs Linux Mint, let's imagine you have to choose one and one only, which one do you go for?

fedora, to System76
@fedora@fosstodon.org avatar

We're very excited in what @system76 is doing with COSMIC! Thank you for the helping hand as our community looks at bringing this to Fedora. :)

Presentation from System76 on how COSMIC is coming along: https://www.youtube.com/watch?v=JHLfsWhDvz0

How to help with a potential Fedora COSMIC Spin: https://discussion.fedoraproject.org/t/help-wanted-for-fedora-cosmic/106769

elevenhsoft, to rust Polish
@elevenhsoft@mastodon.social avatar

Web Apps now supports most mainstream browsers even some firefox's forks like Waterfox or Librewolf or KDE's Falkon browser.

Unfortunately there is too much hassle to add Epiphany support so maybe in the future. It's a pain to work with it.

qlp, to macos
@qlp@linh.social avatar
Konqi, to foss
@Konqi@mastodon.social avatar

I did miss this, this is so cool indeed, APT getting "ordered printout" is in order.

https://www.omgubuntu.co.uk/2024/04/apt-3-0-colours-columns-new-ui

@omgubuntu

linuxiac, to System76
@linuxiac@mastodon.social avatar

Exciting updates for Pop!_OS and the COSMIC desktop environment, including new features and performance boosts. Here's more on that!
https://linuxiac.com/popos-cosmic-pre-alpha-shows-impressive-progress/

#system76 #popos #cosmic

irfan, to linuxmint

I thought was previously based on then switched to (or planned to at least), but doesn't seem like that's the case since I just read news of upcoming Mint release and that's based on Ubuntu 24.04 LTS. Unless I'm confusing Mint with the other newbie distro of choice, , which often happens.

blog, to linux
@blog@shkspr.mobi avatar

Fixing broken suspend on Pop_OS
https://shkspr.mobi/blog/2024/04/fixing-broken-suspend-on-pop_os/

My Linux laptop used to suspend perfectly. I'd close the lid and it would go to sleep. Open it up, it would spring to life - presenting me with a password screen. But, some time in the last few months, it has stopped doing that.

If I close the lid, it keeps running. This is unhelpful.

If I manually run the suspend command - systemctl suspend - the laptop blanks the screen then immediately turns it back on at the lock screen. It doesn't suspend.

I know that suspend physically works - becasue running any of these other command does properly suspend the machine. But powering it back up goes straight to the desktop - no lock screen!

  • sudo /lib/systemd/systemd-sleep suspend
  • sudo echo "mem" > /sys/power/state
  • sudo acpitool -s

The Fix

I found what was causing suspend to fail by running:

  • sudo systemd-analyze verify systemd-suspend.service

That spat out any errors in the suspend service. Highlighted in red was:

systemd-suspend.service: Failed to create systemd-suspend.service/start: Unit nvidia-resume.service is masked.

That was odd, because I don't have an Nvidia graphics card.

Looking in the relevant directory:

cd /etc/systemd/system/systemd-suspend.service.requires

I found:

nvidia-resume.service -> /lib/systemd/system/nvidia-resume.servicenvidia-suspend.service -> /lib/systemd/system/nvidia-suspend.service

I deleted the nvidia-resume.service and nvidia-suspend.service files.

For good measure, I also checked what Nvidia stuff I had installed:

  • apt list --installed | grep -i nvidia

I used sudo apt purge to remove the remnants of any Nvidia stuff. Probably installed by mistake.

After that, suspend worked fine.

What "Fixes" Didn't Work

I went down a bit of a rabbit hole, following lots of suggestions from various people on the Internet. None of these helped me - but they may be useful pointers to you.

I tried disabling everything in . I couldn't get PXSX to be disabled. But even with everything else off, the suspend didn't work.

Killing Bluetooth with didn't work. Nor did disabling WiFi.

I have an updated Kernel 6.8.0. I'm not sure of the ramifications of swapping to an older one.

Running https://github.com/pop-os/pop/issues/1368 and then rebooting didn't make a difference.

Switching from Wayland to X11 didn't fix it. Nor did unplugging the laptop from power. No external peripherals or screens were connected.

The whole system - including Flatpaks and Snaps - was updated.

This shell script works. But there's no way to tie it in to having the power button pressed or the lid closed.

https://shkspr.mobi/blog/2024/04/fixing-broken-suspend-on-pop_os/

Edent, (edited ) to linux
@Edent@mastodon.social avatar

At some point in the last few months, Pop_OS has stopped sleeping / suspending when I close my laptop's lid.

Even manually telling it systemctl suspenddoesn't work; it just takes me back to the lock screen.

Running sudo /lib/systemd/systemd-sleep suspend does suspend. As does echo "mem" > /sys/power/state. But when I push the power button I get straight in, no lock screen.

Help! How do I get my laptop to sleep when the lid is closed, and awaken to a lock screen?

qlp, to System76
@qlp@linh.social avatar
santiago, (edited ) to random
@santiago@masto.lema.org avatar

I believe it was @thomholwerda (?) who mentionned some days ago Inter Display font.

Looks pretty good indeed.
Using it now on both and desktops.

You can get it here:
https://rsms.me/inter/

Note: the terminals use
Iosevka Term Nerdfont.

debugpoint, to linux
@debugpoint@floss.social avatar
WMan22, to linux
@WMan22@silversword.online avatar

Trying out #PopOS #Linux today. I really appreciate the auto tiler window management, and the system seems to run pretty well out of the box on my RTX 3060M card (until I tried to use Pop Wayland and watched steam freak out all over my monitors), but it's painful to have to manually add and modify GRUB to dual boot from a separate drive and also I'm still really not a fan of how claustrophobic GNOME feels.

I would rather just get the auto-tiler, dGPU, and super key menu configurations in KDE.

linuxiac, to linux
@linuxiac@mastodon.social avatar

COSMIC Store Prototype Replacement for Pop Shop Unveiled
https://linuxiac.com/cosmic-store-for-popos-unveiled/

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • kavyap
  • DreamBathrooms
  • cisconetworking
  • magazineikmin
  • InstantRegret
  • Durango
  • thenastyranch
  • Youngstown
  • rosin
  • slotface
  • mdbf
  • khanakhh
  • tacticalgear
  • JUstTest
  • everett
  • modclub
  • Leos
  • cubers
  • ngwrru68w68
  • ethstaker
  • osvaldo12
  • GTA5RPClips
  • anitta
  • megavids
  • normalnudes
  • tester
  • lostlight
  • All magazines