Merge lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/zesty into lp:ubiquity-slideshow-ubuntu

Proposed by Aaron Honeycutt
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: no longer in the source branch.
Merged at revision: 761
Proposed branch: lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/zesty
Merge into: lp:ubiquity-slideshow-ubuntu
Diff against target: 41 lines (+8/-6)
2 files modified
kubuntu-slideshow.py (+6/-4)
slideshows/kubuntu/slides/welcome.html (+2/-2)
To merge this branch: bzr merge lp:~aaronhoneycutt/ubiquity-slideshow-ubuntu/zesty
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Review via email: mp+318059@code.launchpad.net

Description of the change

Change Kubuntu 16.10 to 17.04. Also updated the kubuntu-slideshow.py from PyQt4 to PyQt5. It opens at least now.

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Approve.

review: Approve
761. By Mathieu Trudel-Lapierre

* Port Kubuntu slideshow to Qt5.
* Update Kubuntu slideshow for 17.04.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'kubuntu-slideshow.py'
--- kubuntu-slideshow.py 2010-02-24 05:38:31 +0000
+++ kubuntu-slideshow.py 2017-02-23 03:59:02 +0000
@@ -4,10 +4,12 @@
4import os, sys4import os, sys
5import ConfigParser5import ConfigParser
66
7from PyQt4.QtCore import *7from PyQt5.QtCore import *
8from PyQt4.QtGui import *8from PyQt5.QtWidgets import *
9from PyQt4.QtWebKit import *9from PyQt5.QtGui import *
10from PyQt4 import uic10from PyQt5.QtWebKit import *
11from PyQt5.QtWebKitWidgets import *
12from PyQt5 import uic
1113
12base_directory = os.path.dirname (sys.argv[0])14base_directory = os.path.dirname (sys.argv[0])
13slideshow_path = os.path.abspath(base_directory + "/slideshows")15slideshow_path = os.path.abspath(base_directory + "/slideshows")
1416
=== modified file 'slideshows/kubuntu/slides/welcome.html'
--- slideshows/kubuntu/slides/welcome.html 2016-09-13 16:03:22 +0000
+++ slideshows/kubuntu/slides/welcome.html 2017-02-23 03:59:02 +0000
@@ -3,14 +3,14 @@
3<div class="main">3<div class="main">
4 <div class="content">4 <div class="content">
5 <ul>5 <ul>
6 <li>Thank you for choosing Kubuntu 16.10. We hope you enjoy6 <li>Thank you for choosing Kubuntu 17.04. We hope you enjoy
7 the experience.</li>7 the experience.</li>
8 <li>We believe every computer user should be free to work in the8 <li>We believe every computer user should be free to work in the
9 environment they choose, and be free to download, change, study and9 environment they choose, and be free to download, change, study and
10 share their software with anyone, for any purpose.</li>10 share their software with anyone, for any purpose.</li>
11 <li>We want Kubuntu to work for you. So while your software is11 <li>We want Kubuntu to work for you. So while your software is
12 installing, this slideshow will introduce you to Kubuntu12 installing, this slideshow will introduce you to Kubuntu
13 16.10.</li>13 17.04.</li>
14 </ul>14 </ul>
15 <p class="special">Kubuntu is designed to be easy. Feel free to15 <p class="special">Kubuntu is designed to be easy. Feel free to
16 explore!</p>16 explore!</p>

Subscribers

People subscribed via source and target branches