Merge lp:~dcaro/clicompanion/fix-896432 into lp:~clicompanion-devs/clicompanion/debian

Proposed by David Caro
Status: Merged
Approved by: Duane Hinnen
Approved revision: 21
Merge reported by: Duane Hinnen
Merged at revision: not available
Proposed branch: lp:~dcaro/clicompanion/fix-896432
Merge into: lp:~clicompanion-devs/clicompanion/debian
Diff against target: 12 lines (+1/-1)
1 file modified
control (+1/-1)
To merge this branch: bzr merge lp:~dcaro/clicompanion/fix-896432
Reviewer Review Type Date Requested Status
Marek Bardoński Approve
Duane Hinnen Approve
Review via email: mp+88614@code.launchpad.net

This proposal supersedes a proposal from 2012-01-12.

Description of the change

Added the gtk2-engines-pixbuf dependency, also removed the most dependency.

To post a comment you must log in.
Revision history for this message
Marek Bardoński (bdfhjk) wrote : Posted in a previous version of this proposal

Do You know, where this lib is used? Maybe it isn't necessary.

review: Needs Information
Revision history for this message
David Caro (dcaro) wrote : Posted in a previous version of this proposal

It's not directly used by clicompanion, but by gtk itself, it's installed
by default on natty at least. I'm not sure if it has something to do but we
use pixbufs on the icons, also If you remove the package the warning shows
up again (maybe it's related with the theme engine used, but in the default
it's needed).

Anyway, I have not noticed if something is missing when the pa ckage is not
installed...

David
El 13/01/2012 16:31, "Marek Bardoński" <email address hidden> escribió:

> Review: Needs Information
>
> Do You know, where this lib is used? Maybe it isn't necessary.
> --
> https://code.launchpad.net/~dcaro/clicompanion/fix-896432/+merge/88426
> You are the owner of lp:~dcaro/clicompanion/fix-896432.
>

Revision history for this message
David Caro (dcaro) wrote : Posted in a previous version of this proposal

On ubuntu 11.10 those packages depend on gtk2-engines-pixbuf:
Reverse Depends:
  xubuntu-desktop,gtk2-engines-pixbuf
  xubuntu-desktop,gtk2-engines-pixbuf
  ubuntu-sugar-remix,gtk2-engines-pixbuf
  python-poker2d,gtk2-engines-pixbuf
  oxygen-molecule,gtk2-engines-pixbuf
  openshot,gtk2-engines-pixbuf
  lxdm,gtk2-engines-pixbuf
  gtk2-engines-mythbuntu,gtk2-engines-pixbuf
  gtk2-engines-blueheart,gtk2-engines-pixbuf
  gnome-themes-ubuntu,gtk2-engines-pixbuf
  gnome-themes-selected,gtk2-engines-pixbuf
  gnome-themes-more,gtk2-engines-pixbuf
  gnome-themes,gtk2-engines-pixbuf
  audacious,gtk2-engines-pixbuf

Then I suppose that if you have regular ubuntu (not kubuntu) you have the package already installed (that's why we haven't noticed this before), so I guess that we need it installed, but not sure why.. (terminator for example also shows this warning when this package is not installed).

Tested also a little more, and evrerything seems to work fine without the package, so I'm not sure if this affects the usability of the program.

Revision history for this message
Marek Bardoński (bdfhjk) wrote : Posted in a previous version of this proposal

Ok.

Thank You!

review: Approve
Revision history for this message
Duane Hinnen (duanedesign) :
review: Approve
Revision history for this message
Marek Bardoński (bdfhjk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'control'
2--- control 2011-11-10 11:21:56 +0000
3+++ control 2012-01-15 21:22:35 +0000
4@@ -14,7 +14,7 @@
5
6 Package: clicompanion
7 Architecture: all
8-Depends: ${misc:Depends}, ${python:Depends}, most, python-vte, python-gtk2
9+Depends: ${misc:Depends}, ${python:Depends}, python-vte, python-gtk2, gtk2-engines-pixbuf
10 Description: run terminal commands from a GUI storing commands for later use
11 CLI Companion is an application that is used as a complement to the Terminal.
12 .

Subscribers

People subscribed via source and target branches