Linux Mint Mate system title bar features

0

I am using Linux Mint Maya with Mate desktop, and I am not happy about the system title bar because it is using so much space on my laptop screen.

  • How do I autohide the panel in Mate?
  • Or how do I use it more efficiently? Maybe there is a way to display "open since: time" or add an "always on top" button beside the "- + x" buttons for minimizing, maximizing and closing windows.
  • Or how do I set the menu button and tab bar from Firefox in the panel, like in Windows or chromium in linux?

Would it be possible to make an extension for the Mate desktop, and where can I get started with it? I am new to programming, and would like to contribute to the open source community.

Martin

Posted 2013-11-19T14:25:37.700

Reputation: 1

Answers

2

You have too many questions in one, which is generally bad form on SU. But since this question is aging - I will try to start you in the right direction:

How do I autohide the panel in Mate?

Mate is a fork of Gnome2, so the same methods should still work.

  1. Right click the panel
  2. Properties
  3. Autohide

If that fails, you can launch mateconf-editor (terminal or from System Tools, IIRC).

  1. Navigate to Apps > Panel
  2. Autohide checkbox

Or how do I use it more efficiently? Maybe there is a way to display "open since: time" or add an "always on top" button beside the "- + x" buttons for minimizing, maximizing and closing windows.

That depends on how you work, so I can't speak much to this outside of using mateconf-editor for your windows to see what can exist in the top bar. Last I checked for them it was Menu, Min, Max, Close.

Or how do I set the menu button and tab bar from Firefox in the panel, like in Windows?

You'll need to be more specific, but assuming you mean something like this:

enter image description here

I'm not sure that is currently supported by Mate - but I am not fully sure there.

Would it be possible to make an extension for the Mate desktop, and where can I get started with it?

It's Linux... Of course you can. However - the question is more how flexible is the Mate API - or will you need to re-write anything of theirs?

nerdwaller

Posted 2013-11-19T14:25:37.700

Reputation: 13 366

"You have too many questions in one, which is generally bad form on SU." This is multiple questions, but it seems like one problem: make menu bars take up less space. – Att Righ – 2017-11-25T02:59:33.037