Package: tryton-client / 7.0.24-1

Metadata

Package Version Patches format
tryton-client 7.0.24-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 desktop icon.patch | (download)

tryton.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust name of the icon to be used for the desktop file.


02 icon search path.patch | (download)

tryton/config.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust icon search path to policy conforming place.


03 disable version check.patch | (download)

tryton/config.py | 3 2 + 1 - 0 !
tryton/gui/main.py | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 disable the version check for new upstream versions.
 This check can mainly serve certain closed source binary distributions,
 but is not adequate for free distributions managing their packages with
 their respective package manager. Users of those free distributions will
 only be confused by the announce of a new version and will in the worst
 case spoil their system by trying to install a version provided by the
 upstream link.
 The unfriendlyness of this 'feature' was extensivly discussed to no avail
 on https://discuss.tryton.org/t/notify-user-about-new-client-version/
04 playsound3.patch | (download)

tryton/common/common.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use playsound3 instead of playsound.
 We packed playsound3 as actively maintained project for Debian and will
 use it here.
05 pygobject compat.patch | (download)

setup.py | 2 1 + 1 - 0 !
tryton/gui/window/view_form/view/list.py | 115 73 + 42 - 0 !
2 files changed, 74 insertions(+), 43 deletions(-)

 provide compatibility with pygobject>=3.52
 This replaces the deprecated usage od pygtkcompat now finally removed with
 pygobject 3.52.