Closed Bug 1296314 Opened 8 years ago Closed 8 years ago

[Firefox 48.0] browser.tabs.drawInTitlebar not working on Linux

Categories

(Firefox :: Theme, defect)

48 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 513159

People

(Reporter: xfce0, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160729072959

Steps to reproduce:

Hi,

Here are my steps to reproduce:

- I have Fedora 24, 64 bit with 2 desktops: Gnome and Xfce.
- Install Firefox 48.0.
- Open about:config and change browser.tabs.drawInTitlebar to true (default is false).
- Restart Firefox.


Actual results:

- Tabs are not drawn in title bar.

I thought it could be because of some of my extensions. So I tried with --safe-mode. But nothing changed.


Expected results:

Tabs should be drawn in title bar.
The feature is not supported on linux.

https://dxr.mozilla.org/mozilla-central/rev/97a52326b06a07930216ebefa5af333271578904/browser/base/moz.build#40
> if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('windows', 'cocoa'):
>     DEFINES['CAN_DRAW_IN_TITLEBAR'] = 1

https://dxr.mozilla.org/mozilla-central/rev/97a52326b06a07930216ebefa5af333271578904/browser/app/profile/firefox.js#431
> #ifdef UNIX_BUT_NOT_MAC
> pref("browser.tabs.drawInTitlebar", false);
> #else
> pref("browser.tabs.drawInTitlebar", true);
> #endif
Component: Untriaged → Theme
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Thank you, I'm sorry I didn't search carefully before.

Thanks for your hard work.
That's OK, it is much better to have a duplicate bug on file than it is for a bug to go unreported. Thanks for your help :)
You need to log in before you can comment on or make changes to this bug.