[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-08-30 Thread Treviño
Fix Released in Bamf BAMF 0.5.0. ** Changed in: bamf Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007383 Title: Unity does not honour window icons whe

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-28 Thread Launchpad Bug Tracker
This bug was fixed in the package bamf - 0.5.0+13.10.20130628-0ubuntu1 --- bamf (0.5.0+13.10.20130628-0ubuntu1) saucy; urgency=low [ Marco Trevisan (Treviño) ] * BamfDaemon, LibBamf: Make the BamfView's name a property, deprecated method+signal. * BamfDaemon, LibBamf: add ic

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-26 Thread PS Jenkins bot
Fix committed into lp:bamf at revision 559, scheduled for release in bamf, milestone 0.5.0 ** Changed in: bamf Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-21 Thread Treviño
I guess it was caused by a WM_CLASS issue in python-qt as well, the problem remains in wx however... The branch I'm working on will fix also that case. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/100

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-21 Thread Peter Würtz
I am pretty sure that it wasn't working even with the code in a script, since I almost never use the python shell for such things. But it's indeed working now (apart from the code in my initial post refering to an icon that doesn't exist anymore). Thanks! -- You received this bug notification

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~3v1n0/bamf/app-icon-fallback-improved -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007383 Title: Unity does not honour window icons where there is no .desktop file. To manag

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-20 Thread Treviño
** Changed in: bamf Status: Confirmed => In Progress ** Changed in: bamf Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0) ** Changed in: bamf Milestone: None => 0.5.0 ** Changed in: unity (Ubuntu) Status: Confirmed => Invalid ** Changed in: unity Status:

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2013-06-20 Thread Treviño
Peter, the problem you've highlighted with pyQt was related to that toolkit, but also to the fact that you're running the window from a python shell... At that point BAMF identifies that window as a window created by the "python" process (with no argument), so this means that it's python itself. Th

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2012-06-25 Thread Peter Würtz
Indeed.. at least for Qt4 the bug disappeared. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007383 Title: Unity does not honour window icons where there is no .desktop file. To manage notificatio

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2012-06-25 Thread Gerard
In my case, the PyQt4 code listed above does show an icon in Unity, but the following wxPython code does not: import wx app = wx.App() frame = wx.Frame(None) icon_file = "/usr/share/icons/gnome/32x32/apps/accessories-calculator.png" icon = wx.Icon(icon_file, wx.BITMAP_TYPE_PNG) frame.SetIcon(icon)

[Bug 1007383] Re: Unity does not honour window icons where there is no .desktop file.

2012-06-19 Thread Bilal Akhtar
Even I guess this is a duplicate, but can't find the original report. Unity should accept WM icon changes in addition to desktop files. ** Changed in: unity Importance: Undecided => Medium ** Changed in: unity (Ubuntu) Importance: Undecided => Medium ** Also affects: bamf Importance: Un