X2Go Bug report logs -
#689
[X2Go-Dev] Deps on notify-python
Reported by: Orion Poplawski <orion@cora.nwra.com>
Date: Thu, 4 Dec 2014 15:50:02 UTC
Severity: normal
Tags: pending
Fixed in version 0.5.0.5
Done: X2Go Release Manager <git-admin@x2go.org>
Bug is archived. No further changes may be made.
Full log
🔗
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your Bug report
which was filed against the pyhoca-gui package:
#689: [X2Go-Dev] Deps on notify-python
It has been closed by X2Go Release Manager <git-admin@x2go.org>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact X2Go Release Manager <git-admin@x2go.org> by
replying to this email.
--
X2Go Bug Tracking System
Contact owner@bugs.x2go.org with problems
[Message part 2 (message/rfc822, inline)]
close #689
thanks
Hello,
we are very hopeful that X2Go issue #689 reported by you
has been resolved in the new release (0.5.0.5) of the
X2Go source project »src:pyhoca-gui«.
You can view the complete changelog entry of src:pyhoca-gui (0.5.0.5)
below, and you can use the following link to view all the code changes
between this and the last release of src:pyhoca-gui.
http://code.x2go.org/gitweb?p=pyhoca-gui.git;a=commitdiff;h=c6680da4cacd7a6c3ce155f4180630abbb4a550a;hp=301225fa55b2ebe503fa4705bbbda119b4a549eb
If you feel that the issue has not been resolved satisfyingly, feel
free to reopen this bug report or submit a follow-up report with
further observations described based on the new released version
of src:pyhoca-gui.
Thanks a lot for contributing to X2Go!!!
light+love
X2Go Git Admin (on behalf of the sender of this mail)
---
X2Go Component: src:pyhoca-gui
Version: 0.5.0.5-0x2go1
Status: RELEASE
Date: Thu, 28 Jan 2016 18:23:00 +0100
Fixes: 689 769 979
Changes:
pyhoca-gui (0.5.0.5-0x2go1) RELEASED; urgency=medium
.
[ Mike Gabriel ]
* New upstream version (0.5.0.5):
- Handle notification the GTK3-way. (Fixes: #769).
- Catch a wx._core.PyAssertionError (C++ assertion "IsOk()" failed at
../src/common/image.cpp(429) in Scale(): invalid image) when
rendering icons in the published applications menu. (Fixes: #979).
* debian/control,pyhoca-gui.specs:
+ Pull-in gobject introspection packages for libnotify support.
Fallback to pynotify (GTK2 based notifcations) only if
gi.repository.Notify is unavailable. (Fixes: #689).
.
[ Mihai Moldovan ]
* New upstream version (0.5.0.5):
* debian/control:
- Drop python-support run-time dependency, add dh-python alternative to
python-support build dependency.
Needed at least for unstable, which has no python-support package
anymore.
[Message part 3 (message/rfc822, inline)]
Package: pyhoca-gui
>>>> I see that pyhoca-cli and pyhoca-gui are configured to require
>>>> notify-python. However, it doesn't look like pyhoca-cli uses it.
Looks like the modern way is using gobject (pygobject2 or pygobject3 in
RHEL7). See
https://wiki.archlinux.org/index.php/Desktop_notifications#Usage_in_programming
Python
Dependencies: libnotify, python-gobject (or python2-gobject for
Python 2)
hello_world.py
#!/usr/bin/python
from gi.repository import Notify
Notify.init ("Hello world")
Hello=Notify.Notification.new ("Hello world","This is an example
notification.","dialog-information")
Hello.show ()
It would be good to get this updated.
--
Orion Poplawski
Technical Manager 303-415-9701 x222
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion@nwra.com
Boulder, CO 80301 http://www.nwra.com
Send a report that this bug log contains spam.
X2Go Developers <owner@bugs.x2go.org>.
Last modified:
Thu Nov 21 16:45:54 2024;
Machine Name:
ymir.das-netzwerkteam.de
X2Go Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.