Package: playonlinux / 4.3.4-3

Metadata

Package Version Patches format
playonlinux 4.3.4-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
set_debian_env.diff | (download)

python/lib/Variables.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 trigger the use of debian specific code in playonlinux
 Upstream included most of our patches but inactivated them. To disable update
 alerts, bug reports and statistics, change the locale directory, use the
 msttcorefonts from the Debian package and use the default terminal emulator,
 we just need to set DEBIAN_PACKAGE to TRUE.
remove_binary_plugin.diff | (download)

plugins/plugins.lst | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove binary code from the package
 Upstream ships a binary plugin in the archive. This plugin is not necessary to
 get PlayOnLinux working and it still can be downloaded from upstream.
typo.diff | (download)

doc/playonlinux.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix a typo in playonlinux.1 manpage.
python3.patch | (download)

bash/find_python | 7 2 + 5 - 0 !
playonlinux-pkg | 2 1 + 1 - 0 !
playonlinux-shell | 2 1 + 1 - 0 !
playonlinux-url_handler | 2 1 + 1 - 0 !
python/check_python.py | 6 1 + 5 - 0 !
python/configurewindow/ConfigureWindow.py | 24 14 + 10 - 0 !
python/configurewindow/ConfigureWindowNotebook.py | 98 49 + 49 - 0 !
python/configurewindow/PackageList.py | 6 3 + 3 - 0 !
python/debug.py | 17 11 + 6 - 0 !
python/install/DescriptionFetcher.py | 28 14 + 14 - 0 !
python/install/InstallWindow.py | 66 35 + 31 - 0 !
python/lib/Variables.py | 8 4 + 4 - 0 !
python/lib/__init__.py | 2 1 + 1 - 0 !
python/lib/lng.py | 8 4 + 4 - 0 !
python/lib/playonlinux.py | 40 21 + 19 - 0 !
python/lib/wine.py | 7 4 + 3 - 0 !
python/mainwindow.py | 167 82 + 85 - 0 !
python/options.py | 52 26 + 26 - 0 !
python/setupwindow/Downloader.py | 6 3 + 3 - 0 !
python/setupwindow/POL_SetupFrame.py | 106 54 + 52 - 0 !
python/setupwindow/gui_server.py | 24 12 + 12 - 0 !
python/wine_versions/WineVersionsFetcher.py | 12 6 + 6 - 0 !
python/wine_versions/WineVersionsTools.py | 5 2 + 3 - 0 !
python/wine_versions/WineVersionsWindow.py | 39 21 + 18 - 0 !
python/wrapper.py | 16 8 + 8 - 0 !
tests/python/test_versionlower.py | 11 5 + 6 - 0 !
26 files changed, 385 insertions(+), 376 deletions(-)

 port playonlinux to python 3
fix app icon under wayland.patch | (download)

python/mainwindow.py | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix application icon under wayland with glib.set_prgname
 See https://honk.sigxcpu.org/con/GTK__and_the_application_id.html
 for a helpful explanation.