為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

The latest firefox: close, Minimize, restore order doesn't appear the same order as the system, Mojave-light theme is used.

  • 4 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 1539908400

more options

Hi experts,

I installed the latest firefox 91.2.0esr (64-bit) yesterday on OS centos 7.9, and use the Mojave-light theme. I change the close, maximize, minimize to the left top corner of each window and change such order under dconf-editor. Remember, my order is: close, maximize, minimize, (red, green, yellow), NOT close, minimize, maximize,(red, yellow, green).

Actual results:

The actual result is that: only firefox doesn't take effect. Only firefox window has the WRONG order: close, minimize, maximize. (red, yellow, green)

Expected results:

It should be: close, maximize, minimize (red, green, and yellow)

or:

how to change the order of close, maximize, minimize in the userChrome.css?

PS1: changing to the default theme, or using safe-mode doesn't work.

Hi experts, I installed the latest firefox 91.2.0esr (64-bit) yesterday on OS centos 7.9, and use the Mojave-light theme. I change the close, maximize, minimize to the left top corner of each window and change such order under dconf-editor. Remember, my order is: close, maximize, minimize, (red, green, yellow), NOT close, minimize, maximize,(red, yellow, green). Actual results: The actual result is that: only firefox doesn't take effect. Only firefox window has the WRONG order: close, minimize, maximize. (red, yellow, green) Expected results: It should be: close, maximize, minimize (red, green, and yellow) or: how to change the order of close, maximize, minimize in the userChrome.css? PS1: changing to the default theme, or using safe-mode doesn't work.
附加的畫面擷圖

由 1539908400 於 修改

被選擇的解決方法

Hello,

I do not know if there is a direct fix for you. I do not use MacOS, so I can only assume that your Firefox is similar.

In the customize menu (article about it is below) on GNU/Linux distributions and on Windows, there is an option for title bar, which tells Firefox to forfeit it's custom window decorations for the desktop environment to deal with, which in your case (assuming that title bar is an option), should force Firefox to use your preferences.

Visit this article to learn how to customize your toolbar (plus other customization tips!)

Did this fix the problem? Please report back to us!

Thank you.

Edit: I did not completely grasp that you were running centos, so I assumed you were running macos. I apologize for any confusion that I may have caused there

從原來的回覆中察看解決方案 👍 1

所有回覆 (4)

more options

選擇的解決方法

Hello,

I do not know if there is a direct fix for you. I do not use MacOS, so I can only assume that your Firefox is similar.

In the customize menu (article about it is below) on GNU/Linux distributions and on Windows, there is an option for title bar, which tells Firefox to forfeit it's custom window decorations for the desktop environment to deal with, which in your case (assuming that title bar is an option), should force Firefox to use your preferences.

Visit this article to learn how to customize your toolbar (plus other customization tips!)

Did this fix the problem? Please report back to us!

Thank you.

Edit: I did not completely grasp that you were running centos, so I assumed you were running macos. I apologize for any confusion that I may have caused there

由 Amelia 於 修改

more options

Hi andmagdo:

This is fantastic solution! After click on the title-bar, it returns to the system setup.

Really appreciated!

Cheers, Yingjie

more options

Note that this question is about using a special them on Linux.

I'm not sure if you can use code in userChrome.css to reorder the window control in the title bar (i.e. the title bar is visible; browser.tabs.drawInTitlebar = true). If the title bar is hidden then the buttons either appear on the menu bar or on the tab bar.


.titlebar-close {-moz-box-ordinal-group:1}
.titlebar-max, .titlebar-restore {-moz-box-ordinal-group:2}
.titlebar-min {-moz-box-ordinal-group:3}
more options

Hi cor-el:

Thanks a lot! This also could help!

Cheers, Yingjie