ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

ვრცლად

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

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)

შერჩეული გადაწყვეტა

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

Hi andmagdo:

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

Really appreciated!

Cheers, Yingjie

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}

Hi cor-el:

Thanks a lot! This also could help!

Cheers, Yingjie