Why? I don’t know, maybe someone here will like it.
The fact that it has GPU graph already makes it better than other tools.
KDE Sytem monitor has that function, too. You just have to add it to the history page (Sensors/GPU/Usage)
Task manager is one of the few Windows apps that works really well. Glad to see the design making it’s way to Linux.
deleted by creator
Paint is especially surprising to miss, but yeah. I tried a few different image editing programs on Linux but they were all either too limited in scope or were too complex to quickly learn.
Try Pinta! It’s pretty nice and minimal!
What about KolourPaint?
I’ve just been using libre office draw but if anyone has a better alternative I’d love to hear it.
deleted by creator
Have you tried Krita?
deleted by creator
It’s far more than basic image editing, but it’s also far more akin to Photoshop than GIMP is imo.
ps, top, and kill along with GIMP aren’t good enough?
I do like the pretty charts though so I can see how close my GPU is to melting.
GIMP is way too complicated for what MS Paint gets used for, I’d easily argue it’s harder to use than Photoshop.
Paint Dot Net is a happy medium but that’s also Windows only IIRC
GIMP is great but sometimes you don’t need a woodworking shop, you need a butter knife.
The developer wrote a bit about its history
Yes, except that in Windows 11 they messed it up completely by making it laggy and adding the functionality to randomly crash itself.
“Open source is like sex. It tastes better when it’s free” - Linus Thorvald
I’ll save this quote for future uses, thank you
Oh wow, this is really nice. I was using System Monitoring Center but this is so much nicer. My only complaint is no CPU temperature display but that’s not a huge loss.
Windows had 2 pieces of software that didn’t have a better alternative in Linux, now I just gotta find something like Notepad++ and I’m good.
That looks cool
For a good task manager, btop is really good.
Editor: helix
How about Vscodium?
Nah, I’m looking for a nice text editor, not a full on IDE. Something I can quickly open to change config files and stuff that has good formatting and can also auto detect the formating. By the time vscode boots up I have gotten bored and done the changes in nano.
Micro is a quite nice replacement for Nano: https://micro-editor.github.io/ but Notepadqq looks interesting too.
Kate is great!
What does notepad++ offer that other tools don’t?
Nice formating for config files and instant boot up when opening said files.
I always wished someone would port Notepad++ over to Rust and hopefully make it cross-platform.
I am testing Lapce and I can see it as an alternative in the future
Maybe something like vim or emacs? Idk if they have tabs for different open files though
I have tried both and I absolutely don’t understand why people use those. Most IDEs work better in my opinion and for just editing text files nano is better. A lot of people way smarter than me use em but I don’t see the appeal.
Idk I just kinda got used to neovim and made a custom color scheme too lol (although I’m still learning), but I might go and try out Geany again, I haven’t used it in a while. And I don’t use neovim for everything, I use vscodium for editing stuff like html and css
Yep, in Vim you can have different tabs (buffers) opened and switch between them
It’s also on the AUR if you don’t want flatpack
Great design! Was looking a good, easy to use process manager on Linux. Thank you!
I think it’s cool. The Windows Task Manager is not bad IMO
Well it’s not bad in theory, it just runs like ass… This version already runs 10 times faster than the real thing, sometimes I wonder what the hell is going on over at Microsoft.
Thing is when your system is dying and nothing is responding, you can almost always trust task manager to respond because of its privileges, simplicity and the fact it’s built into the OS rather than using APIs, even if explorer.exe crashes.
Given there’s no “ctrl-alt-f2: Imma go fix this mess” on Windows, having at least something you can rely on to not die is super valuable even if it is bad.
I’m not saying this tool isn’t better for system monitoring (but I would like to see something like KSysGuard), just that Microsoft absolutely shouldn’t touch task manager to fix whatever’s wrong with it’s resource usage monitoring functionality to avoid breaking something else in it
[This comment has been deleted by an automated system]
The Windows task manager only refreshes at a certain interval. Holding F5 will make it refresh as fast as it can.
Looks good. Anyone knows if there are .deb’s somewhere?
TBH, I’m not likely to use flatpak untill I absolutely have to, and with
$meta+= exec htop
in my .i3/config I’m not exactly the primary audience.(By the way, that’s nothing against the author’s decision to go “flatpak first”, I fully support whatever choice they make as long as the project is F/LOSS. I don’t have the resources to help so I’m happy to wait until the project grows enough until the deb appears…)
What is wrong with flat pack? I heard they were good
(noob question probably)
that is can of worms. not regular worms a mix of different earth worms that only wormologits can tell apart
Imagine launching a flatpak when your computer is already overloaded 💀
Are flatpaks really that bad? Why would they even require more resources?
Thats not true
Because they load their own copy of all libraries, 300MB of Gnome and whatnot, just to display you a task manager?
Nothing stopping anyone from building the source and running against native libraries is there?
Removed by mod
Guys do you have a memory leak? When it is open, it consumes around 200 MB of RAM. After a while it reaches 800 MB
How long is “a while”? I’ve had it open for around 30 minutes now and I’m not seeing what you’re describing. Around the 15 minute mark I also tried clicking through various tabs, performing some actions, etc. and memory usage is still staying steady at 247MiB.
Eh, what is it doing that requires 200MB+ memory?
That is a very good question. Short answer: I don’t know as I am not familiar with the project.
I have had a brief look at the issue tracker and it doesn’t seem to be mentioned on there. Perhaps I will raise an issue later when I am at my computer (or if anyone else beats me to it then please feel free).