better "current tab" visibility

Asked by voyager123bg

Guake is great although there is this feature I'm missing in the UI:

Current tab should differ in collor than all non-active tabs.

For example, when you mouse over the tab, it becomes pink.

It would be great if there could be a better visual cue what's your current tab.

Best regards,
NIkolay

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu guake Edit question
Assignee:
No assignee Edit question
Solved by:
voyager123bg
Solved:
Last query:
Last reply:
Revision history for this message
Warren Hill (warren-hill) said :
#1

I suggest you report a bug Open a terminal (CTRL+ALT+T) and enter

ubuntu-bug guake

Explain what you want and why. No guarantees this will get anything changed but it will at least make the developers aware of the request

Revision history for this message
voyager123bg (voyager123bg) said :
#2

Thanks for the tip,

will do immediately, I'd also give them screenshots so they can see better the issue. Apart from that guake is perfect console for me - it is there when I need it and conveniently disappears if I don't want it for a while, all this with a touch of a button.

Revision history for this message
gnustavo (gnustavo) said :
#3

Hey, I'm facing the same problem here. I've just started tu use guake last week and this is the only thing annoying me.

Have you filed a bug report yet? I'd like to vote on it.

Thanks.

Revision history for this message
PabloAB (pabloab777) said :
#4

I'd filled a report on github and launchpad: https://github.com/Guake/guake/issues/170 :
Is fixed on HEAD. On Guake v0.4.4 the patch just add this on line 1228, on file /usr/bin/guake (just before bnt.show() on add_tab subroutine):
bnt.modify_bg(gtk.STATE_ACTIVE, gtk.gdk.Color("#C0C0C0"))