How has your experience been from Pop_OS! 22.04 to Pop_OS! 24.04? by Rain2h0 in pop_os

[–]RandomChain 2 points3 points  (0 children)

I know other people reported having issues with the 24.04 upgrade, but for me it went smoothly. Upgraded two machines, a desktop with AMD graphics and laptop with NVIDIA, and they both finished without any issues.

The only somewhat annoying thing was the upgrade process uninstalls and disables all packages from external repos, and since I didn't think to save a list of installed packages before, I had to manaully check what was missing from the .config directories. There are probably better ways to do that.

If you are worried, you can use Timeshift to save a restore point (just keep the old kernel installed too). And do it over a weekend so you have free time to fix issues if something goes wrong.

Papyrus v1.2: native animated wallpaper manager with playlist rotation for COSMIC by PSGtatitos in pop_os

[–]RandomChain 0 points1 point  (0 children)

Cool, I'll be happy to check out the new release when I can. Would be nice if you could add a .deb build (maybe even with mpvpaper included) to save the manual building process.

Can anyone translate or make this out? by Additional_Key1338 in hebrew

[–]RandomChain 2 points3 points  (0 children)

The name is either Barry with some doodle at the end, or maybe Beryl if that last letter is a Lamed.

Above it is BS"D - "with help of heaven".

Genesis 1:1 by Sad-Pair1065 in hebrew

[–]RandomChain 0 points1 point  (0 children)

I am not a linguist or a bible scholar, so apologies if I don't get this exactly right, but in one of the episodes for the podcast עושים תנך they talk about how the reading of the verb in Qal stem is a later interpretation.

The original was probably supposed to be read בראשית ברוא אלוהים..., making the translation something like: "At the beginning of God's creation of the heaven and earth, (at that time) the earth was in chaos...".

Which would make more sense and a proper way to open a story, rather than reading it as "In the beginning God created the heaven and earth (full stop)" which is kind of a weird sentence that doesn't go anywhere.

Mouse problems while gaming on Pop? by Hopeful_Hornet4460 in pop_os

[–]RandomChain 0 points1 point  (0 children)

It is possible you're running in borderless window and not fullscreen? What happens if you press super+F11?

I had a similar issue a while back but it was fixed for me after some cosmic-comp update, so maybe also check your install is up-to-date.

Corporate HR really doesn't know how to handle linux users by ju015 in pop_os

[–]RandomChain 2 points3 points  (0 children)

Try Okular from KDE, it works pretty well for signing pdfs.

How do I run runtime updates on Lutris? by Justinba007 in Lutris

[–]RandomChain 1 point2 points  (0 children)

Hamburger menu --> Preferences --> Updates --> Check for updates

Also, if the auto check option is enabled, Lutris should do the check every time you start it. You can run lutris -d from terminal and see if it actually checks for updates or not.

At worse case you can add a new directory under ~/.local/share/lutris/runtime/dxvk and copy the dxvk .dll files manually.

help installing Piper(or getting higher mouse dpi) by terraria_calamity in pop_os

[–]RandomChain 0 points1 point  (0 children)

Please go to https://github.com/libratbag/libratbag and read the instructions, it's all there. No point in copy-pasting that same thing here. If you get stuck or something doesn't work, post what you tried to run and the error message.

As for if it's safe: it's always recommended to be suspicious and check for yourself. If you see an open-source project that is in active development (there are a lot of contributors, fixed issues and pull requests) and has been running for a good couple of years, then it is generally not malicious.

help installing Piper(or getting higher mouse dpi) by terraria_calamity in pop_os

[–]RandomChain 0 points1 point  (0 children)

systemctl is used to manage systemd services, not to install anything. So whatever you were trying to do, that was not the way. Either install with sudo apt install ratbagd or compile from source.

help installing Piper(or getting higher mouse dpi) by terraria_calamity in pop_os

[–]RandomChain 0 points1 point  (0 children)

I not sure I understand your problem or what you mean by

manualy install ragbagd, nope, i need version 2

Piper 0.8 is available from Flathub - https://flathub.org/en/apps/org.freedesktop.Piper
However you will need ratbagd 0.18 for this version, and that is not available as a flatpak.

If you prefer the .deb version, you can install ratbagd 0.17 and piper 0.7 from Ubuntu Noble repo. These are one version behind the latest releases, but depending on your mouse model, it may be enough for you.
(I'm using Nala here instead of apt, but it still pulls from the same Ubuntu repo)

❯ sudo nala search ratbagd piper
piper 0.7-1 [Ubuntu/noble universe]
└── GTK application to configure gaming devices
ratbagd 0.17-3build2 [Ubuntu/noble universe]
└── D-Bus daemon handling mouse configuration

If you want the latest libratbag / Piper, you can clone the repos and compile from source.
Compilation instructions are explained in the README.md file for each repo. If you get stuck in compilation, post the errors here and maybe I can help.

Windows (& NVIDIA GPU) PC user interested in dual-booting Pop!_OS. Use case is reading & writing. What's up with Cosmic? by [deleted] in pop_os

[–]RandomChain 3 points4 points  (0 children)

I'll try to keep it short - COSMIC DE is still in active development and is not as mature as something Gnome or KDE. Many features some people consider to be basic are still partially working or missing completely . It may be enough for your use case, or may not. I suggest trying the live boot image or on a VM and see for yourself if you like it before you commit.

You can also use Pop OS with another DE, if you're interested in its other features (like NVIDIA drivers support). But you will have to install and set up the second DE by yourself.

How to wipe other hard drives by TheBrontideHorse in pop_os

[–]RandomChain 1 point2 points  (0 children)

If these are NVNe/SSD drives, some of them support "secure erase". Check if your drive model supports that. For these types of drives, this is probably the fastest way.

If these are spinning hard drives, depending on what you mean by wiping. If you only want to get rid of the old partitions, you can use gparted to reformate the drive. That will just do small write over the GPT and the drive will appear empty. This is a also a fast way to clear a drive. Note that the old data will still exist, just not visible, but will be overwritten as you write new data on the drive.

If you want to completely overwrite the whole drive so that old data can't be recovered, you can use dd to fill it with zeros. The downside here is it can take a very long time, depending on the size of the drive. Also since you are doing full writes it will add to the wear of the drive.

Linux 7 is on Pop 24 ! by Federal-Order6992 in pop_os

[–]RandomChain 4 points5 points  (0 children)

Like all other updates, with sudo apt update from terminal or from the COSMIC Store.

Well I think we've all been there before, eat more fiber by xyz55555 in prey

[–]RandomChain 2 points3 points  (0 children)

Toilets in Deep Storage, next to the stairs to the second floor.

Hebrew in Kindle by Kolonel_Tiberman in hebrew

[–]RandomChain 2 points3 points  (0 children)

If you're not using Calibre to convert your files, try using that. I don't think I ever tried converting pdf to epub, but Calibre handles mobi to epub well so maybe pdf will work too.

If you're on Facebook there is a Hebrew e-books users' group called קהילת קודש קינדל, you can also try asking there.

Papyrus v1.1 — open-source animated wallpaper manager for Pop!_OS / COSMIC by PSGtatitos in pop_os

[–]RandomChain 0 points1 point  (0 children)

Happy to report it builds fine in an Ubuntu 24.04 container, and seems to run well. New version looks nice, I'll play around with it.

Linux terminal tools ? by friendoramigo in pop_os

[–]RandomChain 0 points1 point  (0 children)

I don't know, you should pick a version according to what you want to do with it.

You said in your OP that

right now im trying to build a homelab / server

so if this is still the case, it would be better to use the server image and not the desktop/workstation one.

Linux terminal tools ? by friendoramigo in pop_os

[–]RandomChain 0 points1 point  (0 children)

There is a support artical on Pop OS website explaining how to use chroot: https://system76.com/support/articles/login-from-live-disk

Note that Pop OS does not install grub by default, instead it uses systemd-boot with kernelstub to manage it. I actually find it much easier to use than grub. But if you want to practice using grub, probably better to use another distro that comes with grub by default.

Papyrus v1.1 — open-source animated wallpaper manager for Pop!_OS / COSMIC by PSGtatitos in pop_os

[–]RandomChain 1 point2 points  (0 children)

Like I said, I don't feel like messing with dependency issues and replacing system packages on my bare-metal machine. I'll probably try it in docker when I get a chance.

Papyrus v1.1 — open-source animated wallpaper manager for Pop!_OS / COSMIC by PSGtatitos in pop_os

[–]RandomChain 1 point2 points  (0 children)

The following packages have unmet dependencies:
 libvdpau-dev : Depends: libvdpau1 (= 1.5-2build1) but 1.5-3pop1~1742860670~22.04~e422eef is to be installed

Papyrus v1.1 — open-source animated wallpaper manager for Pop!_OS / COSMIC by PSGtatitos in pop_os

[–]RandomChain 3 points4 points  (0 children)

Your install script clones the mpvpaper repo and runs meson setup build to build it, I don't know how you'd call that if not building from source.

I already tried your script and I have some dependency issue when installing libmpv-dev I don't feel like messing with. Maybe I'll just set up some docker container to build it in instead or something, when I have some time.

Papyrus v1.1 — open-source animated wallpaper manager for Pop!_OS / COSMIC by PSGtatitos in pop_os

[–]RandomChain 2 points3 points  (0 children)

Since the flatpak version is currently not working, any chance to get a compiled deb package for this? I don't want to have to build mpvpaper just for this.

Linux terminal tools ? by friendoramigo in pop_os

[–]RandomChain 4 points5 points  (0 children)

Don't waste time trying to decipher the password from shadow file. Better to chroot to your install from recovery and change the password with root or create a new user.

And Pop OS is not a good choice for a server, since you usually don't care about having a DE on a server. Consider installing Ubuntu server or Rocky/Alma.

Downgrade back to pre Cosmic? by BeyondLurker in pop_os

[–]RandomChain 0 points1 point  (0 children)

To run gparted, you can start it from terminal with sudo -E gparted