NotAnArdvark

joined 1 year ago
 

Here's the situation: I use the Obsidian Flatpak with Plasma on openSUSE Tumbleweed. For a long time the Obsidian file picker was the Plasma version, and life was good. After an update of openSUSE and my Obsidian Flatpak, I'm now getting the Gnome file picker. Life now makes less sense.

I've confirmed that other Flatpaks are still using the Plasma file picker. I've also been investigating my xdg-desktop-portal configuration based off of what I've been reading here, but it all looks correct to me.

I can't decide whether this change was because of Obsidian, the Flatpak packaging of Obsidian, or an openSUSE change. Does anyone have tips on tracking this down?

[–] NotAnArdvark@lemmy.ca 5 points 1 month ago

Adding my "Me too" to Vorta/Borg. I use it with Borgbase, which I like because it's legitimately cheap and they support Borg development. As well, you can set Borg backups with Borgbase to "append only," which prevents ransomware or other unexpected "whoopsies" from wiping out your backup history.

I backup most of my computer every hour, but have pruning rules that make sure things don't get too out of hand. I have a second backup that backs everything up to my NAS (using Vorta, again). This is helpful for things like my downloads folder, virtual machines, or STEAM library - things I wouldn't want to backup over the network, but on occasion I do find myself going "whoops, I wanted that."

I also have Vorta working on my Mom's Macbook, then have Borgbase send me an email when there isn't any activity for longer than a couple of days. Once I got automatic pruning working right I never had to touch this again.

[–] NotAnArdvark@lemmy.ca 2 points 1 month ago

I moved from Kubuntu to Tumbleweed and really like it. For some reason I really don't like RPMs and that caused some hesitancy when I thought of switching, but really I never deal with RPMs directly. Zypper is ok and I've made peace with Flatpak. I update the whole distro every weekend and I've tested out reverting using Snapper.

In the year and a half of using it I can think of two problems I had from updating - one is fixed by removing the GPUCache directory of an Electron app when Mesa gets updated, the other is with Zoom which I mostly fixed by moving to the Flatpak version.

[–] NotAnArdvark@lemmy.ca 5 points 1 month ago* (last edited 1 month ago) (2 children)

The general discovery I made was this: for the small price of foregoing pretty colors and buttons and chrome, you can get a computer to do exactly what you want it to do much quicker. Assuming a willingness to learn a bit of shell scripting, of course.

I find the emphasis people put on speed interesting, because by far the slowest part of any interaction I have with my computer is caused by me just figuring out what I'm doing next. When I'm functioning at top speed not needing to click around, or say, having the perfect keyboard shortcut, would save me only fractions of a second.

Actually.. to add to this I think the cognitive load of visually navigating is much lower than typing specific things it. I think this is why I find I'd prefer to click around my bookmarks or files to find something than just pull up a "Find" dialog and type something reasonable in.

[–] NotAnArdvark@lemmy.ca 2 points 2 months ago

I tried using KOrganize which had KMail and some other stuff integrated together and ended up feeling like it was a gigantic, archaic codebase just hanging on by a thread. It struggled a lot with Gmail and several times I deleted my whole mail profile to try to fix some strange bug.

If I recall, what did me in was that it would stop sending emails after running for a while. The fix had something to do with restarting Akonadi. It was really disappointing, because I love a good UI/Plasma integration.

I use Thunderbird now and ... eh. It's ok.

[–] NotAnArdvark@lemmy.ca 0 points 2 months ago (1 children)
[–] NotAnArdvark@lemmy.ca 1 points 2 months ago (3 children)

Doesn't VirtualBox use KVM if it's available?

I likeVBoxManage. Any crazy thing I've ever imagined doing with a VM it's already supported.

So, to answer your question - I use VirtualBox because it does everything I want and I've never had a reason to look elsewhere.

[–] NotAnArdvark@lemmy.ca 13 points 3 months ago

Wow, thanks for this. Those are two very similar flags and I missed this entirely.

Everyone - Now that you know my passphrase, be sure to keep it a secret!

 

The following command works even though I really don't think I should have permission to the key file:
$ openssl aes-256-cbc -d -pbkdf2 -in etc_backup.tar.xz.enc -out etc_backup.tar.xz -k /etc/ssl/private/etcBackup.key

I'm unable to even ascertain the existence of the key file under my normal user. I'm a member of only two groups, my own group and vboxusers.

The permissions leading up to that file:

drwxr-xr-x   1 root root 4010 Jul 31 08:01 etc
...
drwxr-xr-x 1 root root      206 Jul 14 23:52 ssl
...
drwx------ 1 root root    26 Jul 31 14:07 private
...
-rw------- 1 root root 256 Jul 31 14:07 etcBackup.key

OpenSSL isn't setuid:

> ls -la $(which openssl)
-rwxr-xr-x 1 root root 1004768 Jul 14 23:52 /usr/bin/openssl

There don't appear to be any ACLs related to that key file:

> sudo getfacl /etc/ssl/private/etcBackup.key
[sudo] password for root: 
getfacl: Removing leading '/' from absolute path names
# file: etc/ssl/private/etcBackup.key
# owner: root
# group: root
user::rw-
group::---
other::---

> sudo lsattr  /etc/ssl/private/etcBackup.key
---------------------- /etc/ssl/private/etcBackup.key

Finally, it's not just the case that the original file was encrypted with an empty file:

> openssl aes-256-cbc -d -pbkdf2 -in etc_backup.tar.xz.enc -out etc_backup.tar.xz -k /etc/ssl/private/abc.key
bad decrypt
4047F634B67F0000:error:1C800064:Provider routines:ossl_cipher_unpadblock:bad decrypt:providers/implementations/ciphers/ciphercommon_block.c:124

Does anyone know what I've missed here?

 

Zoom is vital to my job this month and prior to an update last week I had the openSUSE version of Zoom's RPM installed and working fine.

I updated my Tumbleweed installation to openSUSE-20240704-0 last week, after which Zoom started crashing when sharing a screen. There was a message in the logs about the library libqt5qml.so and I thought I could fix this by backing out either the update for the libQtQuick5 package in particular, or just booting from the pre-update snapshot.

To make a long story short, I ultimately installed the Zoom Flatpak and resolved to get back to this when I had a bit more time.

My question - Can people suggest the right way in openSUSE Tumbleweed to handle the situation where an update breaks something on the system?

Assuming libQtQuick5 was the updated package that was at fault here, is there a way I could have downgraded just that package? Would booting from the pre-update snapshot and then just carrying on with my week have been a reasonable way to proceed?

To be clear - I'm not so much concerned about Zoom, I'm more curious about how to use the openSUSE Tumbleweed tools to recover from updates that cause problems.

Thank you!

[–] NotAnArdvark@lemmy.ca 1 points 4 months ago

VisiData may do what you want.

[–] NotAnArdvark@lemmy.ca 3 points 5 months ago (1 children)

Are you happy with the Kiyo X?

[–] NotAnArdvark@lemmy.ca 4 points 6 months ago (1 children)

I don't really want to give some of your hyperbolic statements credibility by replying, but - I've been loving Mudeer for tiling. I'm not sure if it qualifies as a true tiling window manager and my setup does straddle the line between tiling and floating, but it works great for me.

[–] NotAnArdvark@lemmy.ca 1 points 6 months ago

f2fs doesn't track file creation times. I thought I was ok with this, but, the longer I used it the more places it started to become an issue. Now I have all these notes that were created in 1970 and it just really takes away a powerful way of searching and organizing my notes.

[–] NotAnArdvark@lemmy.ca 6 points 7 months ago (2 children)

Really? There are some pretty serious trade-offs that Qubes requires if you're going to use it as your daily driver. I'm far more security-conscious than anyone I know, but I couldn't bring myself to make those trade-offs.

 

I have a very specific questions about Linux Traffic control and u32 filters in particular. However, I don't know where the right place is to ask such a question as it's fairly niche.

The Linux Advanced Routing & Traffic Control site says it has a mailing list for questions, but the last post was from 2019. There is also the incredibly busy 'linux-netdev' mailing list, but, the traffic there looks like strictly source changes.

Any ideas?

The question I'm trying to find an answer to is: The u32 tc filter seems to support negative byte offsets which allows you to examine the Ethernet frame header (I don't think I even found documentation on this, this is thanks to ChatGPT). However, when using u32 values to examine 8 bytes I can only use offsets in increments of 4 - like "at -8" or "at -12", with any other increment giving me the error Illegal "match".

This seems like only a curiosity, but, I've been struggling to get my bit-matching to match the way I expect, and I'm wondering if this suggests that matching doesn't function the way I think.

view more: next ›