It’s in the tab overview menu https://support.mozilla.org/en-US/kb/tab-overview-menu
- 0 Posts
- 14 Comments
Fish and Kate hell yeah 🤜 🤛
so how is this not the default case in Windows?
It actually is now
https://archlinux.org/packages/extra/x86_64/flatpak-kcm/
Looks like its only optionally required by plasma-meta. I’m not familiar with it but it looks like a GUI for editing settings rather than something fundamental so I’d be surprised if uninstalling it is the source of your issues.
They’re useful for templates because the trailing version is resolved later
Feyd@programming.devto Linux@lemmy.ml•Which Linux tool or command is surprisingly simple, powerful, and yet underrated?"9·5 months agoOne thing that holds people back sometimes is that bash scripts that set environment variables don’t work by default. https://github.com/edc/bass is an easy solution
Feyd@programming.devto Linux@lemmy.ml•It seems M$ really doesn't want people to keep using WIndows3·6 months agoThere have been plenty of cases of windows messing up boot configuration if dual boot over the years, though it’s pretty rare more recently. The last one was only a few months ago and affected systems using secure boot https://www.zdnet.com/article/windows-update-breaks-linux-dual-boot-but-there-is-a-fix-for-some-users/
I never used npp as my code editor but as a secondary program that i kept notes in and would paste text in to manipulate then move back into code editor. It had a rich plugin ecosystem way before that was common. I use Kate for those purposes instead now
Feyd@programming.devto Linux@lemmy.ml•IDE/Text Editor Recommendations for Go Development on Linux1·10 months agoI like kate in general but I can’t seem to get it to use semantic highlighting with gopls
Feyd@programming.devto Linux@lemmy.ml•Federal agency warns critical Linux vulnerability being actively exploited11·1 year agoThe way that rust attempts to prevent this class of error is not by making an implementation of free that is safe to call twice, but by making the compiler refuse to compile programs where free could be called twice on a pointer.
Anyway, use after free doesn’t depend on a double free. It just means that the program frees memory but keeps the pointer (which now points at memory that could contain unrelated data at some future point in time) and if someone trying to exploit the program finds a way to induce the program to read or write to that memory they may be able to access data they are not expected to, or write data to be used by a different part of the program that they shouldn’t be able to
Using moltengamepad like this person seems promising https://selfmadepenguin.wordpress.com/2024/02/14/how-i-solved-my-gamecontroller-problems/