compiz team mailing list archive
-
compiz team
-
Mailing list archive
-
Message #44902
[Bug 1104511] Re: Compiz Application Switcher (ALT-Tab) does just use high res icons when provided by .desktop file
Looking at the source I think the unity class has been renamed:
revno: 2806 [merge]
author: Tim Penhey <tim.penhey@xxxxxxxxxxxxx>
committer: Tarmac
branch nick: unity
timestamp: Fri 2012-10-05 07:05:34 -0400
message:
Rename BamfLauncherIcon to ApplicationLauncherIcon.. Fixes: . Approved by Nick Dedekind, Thomi Richards.
Scrolling through the source it looks as if in line 937 the icon size is hard coded:
void ApplicationLauncherIcon::UpdateIconGeometries(std::vector<nux::Point3> center)
{
nux::Geometry geo;
geo.width = 48;
geo.height = 48;
for (auto& window : app_->GetWindows())
{
however, i do not understand enough of the code to continue there.
--
You received this bug notification because you are a member of compiz
packagers, which is subscribed to compiz in Ubuntu.
https://bugs.launchpad.net/bugs/1104511
Title:
Compiz Application Switcher (ALT-Tab) does just use high res icons
when provided by .desktop file
To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1104511/+subscriptions
References