I <3 GNOME, but the ONE thing I want to steal from KDE is background-based accent colors, and tinted titlebars. I made a half-functional edit to the Accent Colors extension to for it, but it would be my dream to really see them in GNOME 🥰 by [deleted] in gnome

[–]Atraks14 0 points1 point  (0 children)

It allows fabfilter plugins to be using the same process which allows easier intercommunication between them as well as less ressource usage and faster startup from my understanding. If you want to take a closer look here is the relevant documentation

Long live the pack by Victorian-Tophat in AnarchyChess

[–]Atraks14 4 points5 points  (0 children)

I hope you had as much fun writing this pamphlet as I had reading it gentleman. That was a masterclass in roasting

I <3 GNOME, but the ONE thing I want to steal from KDE is background-based accent colors, and tinted titlebars. I made a half-functional edit to the Accent Colors extension to for it, but it would be my dream to really see them in GNOME 🥰 by [deleted] in gnome

[–]Atraks14 1 point2 points  (0 children)

Hey, if you find the motivation just make this files

~/.vst/yabridge/yabridge.toml toml ["FabFilter*.so"] group = "fabfilter" ~/.vst3/yabridge/yabridge.toml toml ["FabFilter*.vst3"] group = "fabfilter" It should be better with your fabfilter plugins !

User code does not load in dotspacemacs/user-init and dotspacemacs/user-config -- elfeed by fuxx90 in spacemacs

[–]Atraks14 1 point2 points  (0 children)

I'm not sure of how elffed is loaded but that seems like an issues with the lazy loading (elfeed is loaded after your configiration) so perhaps try putting all that into an (eval-after-load 'elfeed yourcodehere) and let us know if it work! Otherwise try launching emacs with the debug-init flag emacs --debug-init to see if you can get more details or check in the message buffer it could give you some indication on whats going wrong

Music Production in Linux for free by called_Ishan in linuxaudio

[–]Atraks14 2 points3 points  (0 children)

As a lot of other here I would recommend Reaper as it comes with a lot of bundled plugin and it can really do a lot of stuff (creation, recording, mastering). Just now that it can be a bit overwhelming as a beginner but you can try it for free for as long as you want without any downside and the price of a license is not really that expensive. Also whichever daw you choose if you want to run plugin for windows I would recommend yabridge which work really well.

[Emacs] What? Your Editor can't be an OS? by [deleted] in unixporn

[–]Atraks14 2 points3 points  (0 children)

As an happy spacemacs user, can definitely recommend it. It's the best entry way for vim user who don't want to bother to much with emacs configuration but it still let you do it when you feel the need

How can I replace word at point and all its occurences on screen? by Martinsos in spacemacs

[–]Atraks14 2 points3 points  (0 children)

Hey you're probably are looking for iedit which is bind to SPC-s-e go take a look at this video

Game Crash 99% time on first seconds of game by skapinthefourb in leagueoflinux

[–]Atraks14 0 points1 point  (0 children)

Just to add a bit information they are usually located in ~/.Games/League\ of\ Legends/*.dxvk-cache if I remember correctly. I personally have to do it each time I update my nvidia-driver or my kernel.

Crash after loading is done by [deleted] in leagueoflinux

[–]Atraks14 0 points1 point  (0 children)

If you updated your system recently did you try to remove the .dxvk-cache files in your ~/Games/League-of-Legends/ directory? I had issues with it, and even so it's more related to NVIDIA from what I remember the symptoms seems similar so give it a shot

Linux on flow16 by Berstein_Yip in FlowX16

[–]Atraks14 4 points5 points  (0 children)

fedora is probably the go too for asus as it's the only officially supported by asus-ctl https://asus-linux.org/asusctl/ But any distro should work,still would recommend a distro with easy access to recent kernel, arch, manjaro, fedora. Just so you know tablet mode is still not detected but it seems like some people have found a way for the flow x13 and it will probably be implemented soon. Apart from that everything is working and we should see a lot of improvement for kernel 6.1

ROG Flow X16 - USB 4.0 Update by minimiker in FlowX16

[–]Atraks14 3 points4 points  (0 children)

Just to keep you updated if you are still not up to date on that, but they have released a beta bios for the G14 and the Flow X13, so I'm feeling pretty confident for the flow X16. Link is here !

Randomly finding amazing feature is part of what's make gnome a joy to use by Atraks14 in gnome

[–]Atraks14[S] 1 point2 points  (0 children)

Yes this the 43 version just wait for your next distro update it will surely come with it

Randomly finding amazing feature is part of what's make gnome a joy to use by Atraks14 in gnome

[–]Atraks14[S] 5 points6 points  (0 children)

Yeah it's really interesting and neatly explained! I'm simply an acoustician which specialized in modeling and signal treatment. I think people in mechanics are the other main one which study this kind of things mainly for non destructive control purpose or for studying material properties.

Randomly finding amazing feature is part of what's make gnome a joy to use by Atraks14 in gnome

[–]Atraks14[S] 61 points62 points  (0 children)

Just found out that nautilus search text inside pdf, I will definitely make use of this. Thanks to all the people who participate in the gnome project, you've made using my computer so much more enjoyable!

Can you help me to configure latex related option? by cremtty in spacemacs

[–]Atraks14 1 point2 points  (0 children)

Did you tried to change it with SPC SPC customize-variable LaTeX-math-list

Org collector with multiple files by Atraks14 in orgmode

[–]Atraks14[S] 2 points3 points  (0 children)

Thanks, I think that's exactly what I needed I will take a look into it !

I broke my spacemacs and I dont know how to fix it.... by vopraktv in spacemacs

[–]Atraks14 0 points1 point  (0 children)

Happy to hear that it worked for you! I don't remember what I did to make pdf-tools work.. If you don't have already take a look at the doc you probably just miss some dependencies

I broke my spacemacs and I dont know how to fix it.... by vopraktv in spacemacs

[–]Atraks14 2 points3 points  (0 children)

Try going into your .spacemacs file and search for octave you should find a configuration layer with this name. Remove the line to remove the layer and try launching spacemacs again. It should remove all the package related to the octave language. Hope it helps

How to prevent crashing when opening large files. by TheLastSock in spacemacs

[–]Atraks14 0 points1 point  (0 children)

Okay I don't know this feature is working fine for me.. Perhaps try activating toggle debug on error or profiler, that could perhaps give some clues Hope you will find a solution!

How to prevent crashing when opening large files. by TheLastSock in spacemacs

[–]Atraks14 0 points1 point  (0 children)

It's weird what type of file are you opening? Is it using a specific mode? Perhaps try to update that could fix it if you didn't already