Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418047 - x11-terms/guake - replace tabs title with command
Summary: x11-terms/guake - replace tabs title with command
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Low enhancement (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-05-28 20:30 UTC by Federico Pires
Modified: 2012-06-19 13:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Guake tabs title patch (guake-vte-titles-patch.tar.gz,1.58 KB, application/x-gzip)
2012-05-28 20:30 UTC, Federico Pires
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Federico Pires 2012-05-28 20:30:11 UTC
Created attachment 313433 [details]
Guake tabs title patch

Hello,

I've been using Guake for a while with Gnome, and I really missed the tab titles set by the command running, especially when running emerge, because I could't see the progress. Searching in the Guake trac site, I found an issue related to this, where there are 2 patches to fix this. I applied them using my local overlay and worked fine. This is a nice enhancement to those who use Guake and don't want to install Yakuake with QT.

This is the related issue in upstream:

http://guake.org/ticket/164

Attached are the 2 patch files, and here's the diff for the 4.2-r1 version ebuild adding the patches in the correct order:


46c46,48
< 		"${FILESDIR}"/${P}-glib2.32.patch
---
> 		"${FILESDIR}"/${P}-glib2.32.patch \
>               "${FILESDIR}"/${P}-vte-titles.patch \
> 		"${FILESDIR}"/${P}-window-title.patch
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-06-04 18:57:53 UTC
+*guake-0.4.2-r2 (04 Jun 2012)
+
+  04 Jun 2012; Michael Weber <xmw@gentoo.org>
+  +files/guake-0.4.2-vte-titles.patch, +files/guake-0.4.2-window-title.patch,
+  +guake-0.4.2-r2.ebuild:
+  Revbump to include vte-titles and window-title patches (reported by 
+  Federico Pires, bug 418047)
Comment 2 marcin 2012-06-09 13:11:23 UTC
This patch is useful, but on the other hand extremely annoying.
It always overrides custom name for a tab which i use all the time.
Ending up with also so long names i cannot open more than 5-6 tabs

Would be perfect if i name my tab in guake, the auto title wouldn't apply than
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-06-19 13:42:28 UTC
(In reply to comment #2)
> This patch is useful, but on the other hand extremely annoying.
> It always overrides custom name for a tab which i use all the time.
> Ending up with also so long names i cannot open more than 5-6 tabs
> 
> Would be perfect if i name my tab in guake, the auto title wouldn't apply
> than

This bug is somewhat OBSOLETE now that we have guake-0.4.3 in Portage and it has, far as I know, the functionality mentioned here incorporated to the upstream sources...