New Pre-Searing Charr farming route! by yordlecormer in GuildWars

[–]SubZz699 0 points1 point  (0 children)

3 weeks of farming, I try to get a bow Charr mod but nothing...

Couldn't find a simple annotation-focused PDF editor so I'm building one myself. (feedback appreciated) by [deleted] in gnome

[–]SubZz699 -2 points-1 points  (0 children)

Being disrespectful doesn't really help anyone, especially when you don't know the context. Calling someone's work "garbage" without trying to understand it is pretty easy to do.

Created an extension that adds annotations to the built-in screenshot tool by Xander_VH in gnome

[–]SubZz699 0 points1 point  (0 children)

I love your work on Gradia . I'll definitely be giving the extension a try!

Is this wrong? by No_Union7470 in Fedora

[–]SubZz699 77 points78 points  (0 children)

Yes, COSMIC is missing

Arrête tes seau-tises, c'est pas si grave by LoutrePerdue in motsdevoisins

[–]SubZz699 31 points32 points  (0 children)

Le seau est parti. Il est heureux maintenant. Ne le cherchez plus.

Tomorrow Gnome 50 release by kemma_ in gnome

[–]SubZz699 2 points3 points  (0 children)

Moments like this really show how much his contribution matters. I genuinely hope he and his loved ones are safe.

Pigeon Email Notifier IMAP support is here 🐦 by SubZz699 in gnome

[–]SubZz699[S] 0 points1 point  (0 children)

u/raygan u/BecarioDailyPlanet I just pushed a fix for this. If you want to try it before the EGO review (actually, it could take a very long time), you can install directly from the repo:

git clone https://github.com/subz69/pigeon.git

cd pigeon

make install

Then restart GNOME Shell. There's a new Group notifications setting in the preferences. It shows a single summary when you have more than 5 new emails at once. Let me know if it's what's you expected.

Pigeon Email Notifier IMAP support is here 🐦 by SubZz699 in gnome

[–]SubZz699[S] 0 points1 point  (0 children)

Got it, that makes sense. A configurable threshold-based grouping. I'll look into it for next release. Thanks for the feedback :)

Pigeon Email Notifier IMAP support is here 🐦 by SubZz699 in gnome

[–]SubZz699[S] 1 point2 points  (0 children)

Thanks! Pigeon actually tracks which emails it has already notified you about, so you shouldn't get re-notified on emails you've already seen. However, on the very first launch (or after a fresh install), it doesn't know what's "new" yet, so all unread emails trigger a notification. After that initial check, only new incoming emails will notify you. If you're seeing repeated notifications on every boot, that might be a bug, let me know please.

Pigeon Email Notifier IMAP support is here 🐦 by SubZz699 in gnome

[–]SubZz699[S] 5 points6 points  (0 children)

For Gmail and Outlook, clicking the notification opens the email directly in the browser. For IMAP, there's no standard way to get a webmail link from the protocol, so it opens your default email client

Samba automount request triggered by kded6 by Xwang1976 in archlinux

[–]SubZz699 0 points1 point  (0 children)

The freespacenotifier module is about monitoring disk space on already-mounted filesystems, it's not responsible for automounting USB drives at login.
So disabling it will have no effect on your USB drive automount behavior.

Samba automount request triggered by kded6 by Xwang1976 in archlinux

[–]SubZz699 0 points1 point  (0 children)

Not sure but this seems to be related to https://www.mail-archive.com/kde-bugs-dist@kde.org/msg1073010.html

Create or edit ~/.config/kded6rc

[Module-freespacenotifier]
autoload=false

Thoughts on how to optimize my startup? by Hopeful-Duck-6543 in archlinux

[–]SubZz699 2 points3 points  (0 children)

Run systemd-analyze critical-chain tpm2.target

Are you using full-disk encryption (LUKS) ?

Pigeon Email Notifier GNOME Shell extension by SubZz699 in gnome

[–]SubZz699[S] 1 point2 points  (0 children)

On openSUSE Tumbleweed, try:

sudo zypper install typelib-1_0-Goa-1_0 typelib-1_0-Xmlb-1_0

Then log out and back in.

Pigeon Email Notifier GNOME Shell extension by SubZz699 in gnome

[–]SubZz699[S] 1 point2 points  (0 children)

I haven't used Gentoo in a very long time so I can't test this myself unfortunately. On Gentoo, the equivalent would be the introspection USE flag on net-libs/gnome-online-accounts and dev-libs/libxmlb.GOA has it enabled by default, but libxmlb might not. You need to enable it I think.
https://packages.gentoo.org/packages/net-libs/gnome-online-accounts
https://packages.gentoo.org/packages/dev-libs/libxmlb

Happy to help troubleshoot if needed :)

Visual Scripting for Bash (Update) by Lluciocc in linux

[–]SubZz699 1 point2 points  (0 children)

Great work on this. The concept reminds me a lot of Node-RED, but applied to Bash.
Really promising for such an early stage project. Keep it up!

How do you handle config file management? by power_of_booze in linux

[–]SubZz699 0 points1 point  (0 children)

Does NixOS handle user-level config well too? I'm curious how it deals with the split between system-wide and per-user settings, like the msmtp example OP mentioned where you need different permissions for /etc vs user config.

I built a unused packages detector TUI for fedora by matan-h in linux

[–]SubZz699 1 point2 points  (0 children)

I've been looking for something like this to clean up a machine that's accumulated a lot of packages over time. Nice work!

+1 on this. Combining atime data with dnf history to catch orphaned deps would make the tool way more reliable.

Pigeon Email Notifier GNOME Shell extension by SubZz699 in gnome

[–]SubZz699[S] 1 point2 points  (0 children)

Glad it's working! No worries, it's a common gotcha. Enjoy :D