1071
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 21 Sep 2023
1071 points (97.8% liked)
Open Source
31018 readers
694 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
All the Linux file managers I've tried are nicer to use and more stable than the Windows File Explorer.
Protip: KDE's Dolphin is available for Windows.
The Windows integration isn't perfect, but it's very useful nonetheless. Multiple tabs and the Ctrl+I filter alone makes it worthwhile.
On a related note: KDE's Kate text editor is also available on Windows and it works GREAT! So great that KDE eV has published it on the Windows store, making it easy to install
To be fair, the Windows File Explorer has multiple tabs too now, which is a big improvement. I have no idea what the problem is with the Windows Explorer search function though - how does it manage to take so long, no matter what you search for? (Why is Windows so slow to search, slow to delete files, slow to update? You'd think these would be core, priority features.)
I do enjoy using Dolphin on Tumbleweed, though I had to turn off the one-click file opening thing, which was terrible when trying to open context menus with a trackpad. Maybe I'll try it on Windows.
The best part about windows’ slow ass file search is the fact that windows keeps a file index that third party programs can use to search multiple terrabytes of spinning rust in seconds, and then doesn’t use it
For Kate, any idea why build targets are disappearing for me randomly after a while? This has happened twice for me, oddly nothing else seems to be lost. (on Linux, also it may have been fixed since I last updated but I can't find any info, though I think I did update it after the first time I had this happen)
What are build targets in the context of Kate? Kate itself is "just" a text editor. Related to a plugin maybe?
Yes, I do believe it is a (default) plugin. It allows compiling code via custom commands, I don't know about "just" a text editor as I'm pretty sure Kate handles a bunch of other code stuff like indentations and code folding etc.
If you don't use Kate as a code editor (assuming you use one at all), is there something else lightweight that you'd recommend?
I meant "just a text editor" in the sense that it's not a full IDE with compilers and build system, versioning, project management etc. But now with plugins Kate does these things too
I use Kate mostly for config files or interpreted code like python, bash etc, and just launch the code from the terminal (or Kate's built-in terminal 🙂 )
For compiled code I like KDevelop, if that can be considered lightweight. Vscode / vscodium is nice too but not exactly lightweight by many people's standards (though I haven't tried it with compiled code)