linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

penquin, in This week in KDE: changing the wallpaper from within System Settings

I am trying to install kde neon in a VM to try plasma 6 and actually test and report bugs, too, and the installer launches into a completely transparent window and I can’t proceed from there. Tried to install opensuse krypton, it was taking so long to install I actually gave up and quit the install.

Pantherina,

In my experience too KDE Neon unstable is a total mess.

Maybe try the new Fedora Rawhide with KDE? There even is an immutable image now. I will try that on Baremetal in a few minutes, as in the VM scaling and all was a mess, but VMs also just dont cover regular use scenarios (dual monitors, energy saving, fingerprint sensor (I want to keep mine for the host lol), memory, actually working GPU (thanks AMD mobile bullshit CPUs)

penquin,

I honestly do have an extra laptop to test on. So I might just slap fedora kde on it or something.

Pantherina,

I just rebased from latest Kinoite to Plasma 6 and so far neat, polished, no bugs? Damn KDE Nightly was a total mess?


<span style="color:#323232;">rpm-ostree rebase --reboot fedora:fedora/rawhide/x86_64/kinoite
</span>

Great so far! Not beta anymore at all.

penquin,

Sounds good. Thank you for that.

0xtero, in Is there a tool to real-time encrypt folders?
cypherpunks,
@cypherpunks@lemmy.ml avatar

that creates encrypted archives, but doesn’t provide a mountable filesystem (which is what OP means by “real-time”).

0xtero,

Ah ok, well LUKS in that case I guess

cypherpunks, in Is there a tool to real-time encrypt folders?
@cypherpunks@lemmy.ml avatar

You have a few options.

My preferred way is to create an encrypted disk image using LUKS, backed by a sparse file. Sparse means that, while you’ll still need to specify a size for the encrypted volume, it won’t actually use the space on the underlying disk until you use the space on the encrypted volume. You could even make the encrypted volume bigger than your physical disk (though of course you’d get an error if you tried to actually use that extra space).

There are a few ways to setup a LUKS container; if you want to learn how to do it manually, this howto i just found looks like a good overview of the steps (though I wouldn’t recommend doing its final Setup auto mount section).

These days, you can also create a LUKS volume on a sparse file entirely using a GUI such as the GNOME Disks program. Using it, just click the hamburger menu and select “New Disk Image” and then with your new disk image selected click the gears menu and “Format Partition” and there should be a checkbox for LUKS on that screen. If you leave “Erase” turned off (which is the default), then the backing file will be sparse.

One downside to the sparse disk image approach is that when you delete files from the encrypted volume you will not regain that space on the outer disk automatically. It is possible to, but requires work to do so which I won’t try to document here.

Another approach which doesn’t have that downside is to use eCryptfs instead of LUKS. It stores each encrypted file separately (with an encrypted name) and thus doesn’t hide the directory structure or file sizes - only directory and file names and file contents are encrypted. It also appears to have not been updated since 2016, but, it is still included in various distributions so it is also an option. You can read about how to use it (and other caveats about it) on the arch wiki.

theit8514, in Is there a tool to real-time encrypt folders?

I have used gocryptfs (github.com/rfjakob/gocryptfs) in the past, it creates an overlay mount that encrypts each dir and file separately, so no need to precreate a container. There are some security downsides to this approach though so be aware of that. nuetzlich.net/gocryptfs/threat_model/

phrogpilot73, in Is there a tool to real-time encrypt folders?
@phrogpilot73@lemmy.world avatar

I use Cryptomator. Does exactly what you describe.

TCB13,
@TCB13@lemmy.world avatar

Just be aware you can lose your data. It is really bad with long file names and folders with a large number of files, there are multiple reports online about people losing their data. I personally have experienced this with large file names and once an entire vault that suddenly couldn’t be open.

Evotech,

I’m pretty sure most of the reports online is rooted back to user error.

AbidanYre,

That doesn’t help the people who lost data.

And the reports are common enough that it suggests cryptomator should consider making some interface changes.

Evotech,

I’m just saying it’s not going to randomly brick your data. Just be cautious when performing tasks.

AbidanYre,

That’s fair. But I’d still be really wary of something with a reputation for eating data just because a user looked at it funny.

bizdelnick, in Is there a tool to real-time encrypt folders?

EncFS, CryptoFS, eCryptFS…

just_another_person, (edited ) in Is there a tool to real-time encrypt folders?

I’m assuming you don’t want a full disk encryption solution, but you can also use LUKS to just create an encrypted mount of any supported filesystem. You don’t need any type of standalone program to encrypt your things for you.

wontbowyoung,
@wontbowyoung@lemmy.world avatar

Makes sense

Potatofish, in why doesn't GNOME have a mascot??

Because they were smart.

barbecue_sprinkler, in Steam Linux Marketshare Surges To Nearly 2% In November

My guess is that most gaming Linux users have a dual boot setup and play games on Windows.

woelkchen,
@woelkchen@lemmy.world avatar

My guess is that most Linux gamers tracked by Steam have a dual hardware setup with a Steam Deck and a Windows desktop PC/notebook.

VerseAndVermin,

Doesn’t it show +0.05% Arch? I was under the impression SteamOS was tracked as Arch. So if 0.15% is a blend of Arch and SteamOS-Arch, it seems to be growing in quite a few ways.

woelkchen,
@woelkchen@lemmy.world avatar

I was under the impression SteamOS was tracked as Arch.

No, that’s not the case. A separate listing for SteamOS leads by a lot. If you install pure Arch (or another distro) on Steam Deck or for whatever reason install and launch the Flatpak version of Steam, those won’t get counted as SteamOS but otherwise it’s pretty clear how big the installed base of SteamOS is.

VerseAndVermin,

Ohh, okay. Thanks for explaining it to me. I misunderstood.

AnUnusualRelic,
@AnUnusualRelic@lemmy.world avatar

I used to keep a windows drive to run steam. But it honestly sees very little use nowadays.

Mostly I boot it every few months to see what shenanigans Microsoft has pulled with windows. Other than that, it’s just sitting there. Everything I play runs in Linux.

I run Tumbleweed btw.

dinckelman,

If not for games like Destiny, I wouldn’t even need that. Literally everything else I play runs great on Linux now

Quereller,

Not anymore. I don’t even bother to check steamdb, games run anyhow flawlessly under Proton experimental.

(OK, maybe check if the game runs well before buying it)

barbecue_sprinkler,

Wel yeah, single player games almost almost work flawlessly. However games with kernel level anticheat are generally not playable on Linux.

AbidanYre, in Is there a tool to real-time encrypt folders?

Tomb might fit your needs

dyne.org/software/tomb/

wontbowyoung, (edited )
@wontbowyoung@lemmy.world avatar

Thanks I will look into it. But tomb also seems to not have dynamic sizing

AbidanYre,

You can increase the size of a tomb, but IIRC it’s an offline process.

wontbowyoung,
@wontbowyoung@lemmy.world avatar

Yeah, I think as of now I will go for it

cypherpunks,
@cypherpunks@lemmy.ml avatar

tomb looks like a nice wrapper around LUKS but it doesn’t appear to support creating a sparse file, so, it will immediately use however much space you allocate to it.

(I think it doesn’t support a sparse backing file because I searched the word “sparse” on their github, and for the word “seek” (which is the dd argument for creating a sparse file) in the tomb bash script, and both searches yielded no results.)

Knusper, in Firefox Developer Edition and Beta: Try out Mozilla’s .deb package!

I’m excited for these, especially with them likely coming for stable Firefox soon, too. My $DAYJOB hands out Ubuntu laptops and every time, we have to scrape off the Firefox Snap, because e.g. saving images doesn’t work and the Downloads directory is in some mystical place somewhere underneath ~/snap/. These APTs will almost restore the usability of other distros…

kickeriekuh, in Made the switch to KDE

My first Desktop was KDE, but switched to Gnome about 15 years ago. So, I am very comfort with the Gnome’ish workflow. But some months ago I bought a Steam Deck and use the Desktop (KDE) a lot. But I don’t feel that comfort as with Gnome. I miss the flexible workspaces and the look of the designs is, well, not that modern (some even make glitch effects). If you’re comfort with it, it’s okay, but personally I don’t understand and feel the benefits of using it.

krimsonbun,

I feel the same, but recently I’ve been experimenting much more with plasma, I don’t really have a reason.

UnfortunateShort, in Made the switch to KDE

I can respect GNOME, it’s just not for me. There are a lot of other DE’s I really don’t get, for example: Xfce, Mate, Budgie, LXQt, any pure WM desktop in existence, the list goes on… But if people still develop them, I guess there is a market.

AtmaJnana,

Well, for example, Xfce is very lightweight, so it works better for old hardware.

TCB13, (edited )
@TCB13@lemmy.world avatar

Xfce works better everywhere and with everything, however it falls to the same pitfall that KDE has, eventually you’ll require some libadwaita application, flatpak and whatnot and then you’ll end up with a Frankenstein system half Xfce half GNOME components and themes that don’t apply to all apps equally. :(

Valmond, in Steam Linux Marketshare Surges To Nearly 2% In November

Linux Mint 0.08% Yay!

balancedchaos,

It’s an excellent distro. My first, after a poor Ubuntu experience years prior. I’ll always have good things to say.

AtmaJnana,

LMDE is Mint without the Ubuntu. Don’t mind me, just spreading the good word.

balancedchaos,

Oh yeah, LMDE is definitely the future of Mint. Good point.

sashanoraa, in Made the switch to KDE

They’re both good DEs with their pros and cons. I’m glad you found something you’re happy with! For me that’s Gnome but I’ve used Plasma 5 quite a bit two and it’s a close second for me. I don’t think there’s much use in bickering over which is “better”.

GFGJewbacca,

That’s why I’m calling it a playground fight. They’re both good, but right now I’m loving KDE. GNOME is really beautiful. I organized the taskbar in KDE to be similar to default GNOME, but with some extra stuff that I’m digging too.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #