Ticket #259 (new defect)

Opened 3 years ago

Last modified 22 months ago

tab labels not diplayed in fullscreen mode

Reported by: bluh Owned by: somebody
Priority: trivial Milestone: 0.5.0
Component: guake Version: 0.4.2
Keywords: Cc:

Description

would be nice if there was an option to also display the tab labels in fullscreen mode.

Attachments

guake-259-fullscreen-tabs.patch Download (481 bytes) - added by fstrube 22 months ago.
Potential fix for Ticket #259 (tab labels not diplayed in fullscreen mode)

Change History

Changed 3 years ago by bluh

  • type changed from defect to enhancement

Changed 3 years ago by bluh

  • type changed from enhancement to defect

edit: if a new tab is created when already being in fullscreen mode, all of a sudden the tab labels _are_ displayed.

Changed 22 months ago by fstrube

Potential fix for Ticket #259 (tab labels not diplayed in fullscreen mode)

Changed 22 months ago by fstrube

I have attached a patch for this issue. There is actually a hidden gconf setting in the guake.schemas file called /schemas/apps/guake/general/toolbar_visible_in_fullscreen.

This is a boolean which controls if the tab bar is displayed in fullscreen (default is true).

The problem was that the guake.py code was pointing to the wrong schema path, hence always showing false for this gconf attribute.

The attached patch fixes this issue in 0.4.2 for me (running Ubuntu 11.04)

Note: See TracTickets for help on using tickets.