Justin

joined 1 year ago
[–] Justin@apollo.town 4 points 1 year ago (1 children)

No. I run 3x 1440p 144Hz monitors with KDE Plasma on an NVIDIA 1060 GTX, no issues at all.

[–] Justin@apollo.town 7 points 1 year ago

So after reading the comments it's not that you need to reboot. It's your need to process notifications.

[–] Justin@apollo.town 22 points 1 year ago (1 children)

This is a Thunar issue, not Linux in general. It works with Dolphin's filter bar.

[–] Justin@apollo.town 6 points 1 year ago

Install ncdu, then sudo ncdu -x /var it'll tell you what is taking up space, then if you tell us, we can help you identify how to minimize it and keep it low.

[–] Justin@apollo.town 4 points 1 year ago

Don't. Use Nextcloud.

[–] Justin@apollo.town 16 points 1 year ago

This is a rather low-quality post. You didn't even tell the audience what operating systems you are running.

[–] Justin@apollo.town 2 points 1 year ago

I don't believe this is possible however you can quickly filter the current folder you're in with Ctrl + I and start typing. That way if you're looking for The Matrix you can just type Matrix and it'll show it for you.

72
submitted 1 year ago* (last edited 1 year ago) by Justin@apollo.town to c/linux@lemmy.ml
 

Thunderbird 115 introduced a new look. I hate it. Not only does it no longer fit in with KDE Plasma, it lost functionality due to it's new integrated search bar in the title bar.

So I went on a mission to fix it.

To restore the regular title bar:

Go into Settings > General > Language & Appereance and uncheck the Hide system window titlebar

To remove search bar:

Toggle toolkit.legacyUserProfileCustomizations.stylesheets to true in Config Editor (bottom of Settings)

Find your profile directory via Help > Troubleshooting Information > Profile Directory (or about:profiles in same page)

This directory should have lots of files e.g. prefs.js and places.sqlite

Create directory chrome Inside that folder, create a file named userChrome.css with the below content:

#unifiedToolbar {
  display:none !important;
}

Restart Thunderbird

Enjoy!

[–] Justin@apollo.town 8 points 1 year ago (1 children)

New Arch and Ubuntu spins, there's a new one every hour!

[–] Justin@apollo.town 2 points 1 year ago

Glad I'm not alone in not liking the cursor change.

[–] Justin@apollo.town 1 points 1 year ago (1 children)

I'm curious what keeps you on IRC and stops you migrating to Matrix?

[–] Justin@apollo.town 1 points 1 year ago (1 children)

Indeed this is the fun part when compiling software. You need to find each of the packages that provide these. Depending on the distro, some provide an easy way to do this. What are you using?

view more: next ›