python setup.py install doesn't install icons on right place
Bug #971845 reported by
Izidor Matušov
on 2012-04-02
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Getting Things GNOME! |
Critical
|
Alan Gomes Alvino |
Bug Description
Steps to reproduce:
bzr branch lp:gtg
cd gtg
sudo python setup.py install
cd
gtg
Result:
Icons could not be loaded properly because GTG doesn't find them.
Thanks to Barneedhar Vigneshwar for pointing this bug out.
Related branches
lp:~gtg-user/gtg/alangalvino_branch
- Bertrand Rousseau (community): Approve (code) on 2012-08-08
- Izidor Matušov: Pending requested 2012-05-25
-
Diff: 34 lines (+6/-2)2 files modifiedCHANGELOG (+1/-0)
GTG/core/__init__.py (+5/-2)
Alan Gomes Alvino (alangalvino) wrote : | #1 |
Alan Gomes Alvino (alangalvino)
on 2012-05-24
Changed in gtg: | |
status: | Confirmed → In Progress |
Alan Gomes Alvino (alangalvino) wrote : | #2 |
I fix the bug on this branch https:/
Alan Gomes Alvino (alangalvino)
on 2012-05-24
Changed in gtg: | |
assignee: | Izidor Matušov (izidor) → Alan Gomes Alvino (alangalvino) |
assignee: | Alan Gomes Alvino (alangalvino) → nobody |
Alan Gomes Alvino (alangalvino)
on 2012-05-24
Changed in gtg: | |
assignee: | nobody → Alan Gomes Alvino (alangalvino) |
Bertrand Rousseau (bertrand-rousseau)
on 2012-08-08
Changed in gtg: | |
status: | In Progress → Fix Committed |
Bertrand Rousseau (bertrand-rousseau)
on 2012-11-06
Changed in gtg: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hi, I fould the reason of the bug and I'll fix them.