this post was submitted on 01 Aug 2023
68 points (88.6% liked)

Linux

47356 readers
1173 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago* (last edited 1 year ago) (1 children)

There is theme support for thunderbird so if someone makes a classic theme, you can just download and install it.

But depends on the level of changes you want to make.. Maybe not all can be changed with themes?

[–] [email protected] 2 points 1 year ago

If thunderbird's theme support is like of firefox, then you can't make a theme with these changes, because you can't restyle the chrome, and you can't affect any arbitrary about:config values.