Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
added support for ubuntu 16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gaining committed Mar 28, 2017
1 parent 0abed68 commit 546eebd
Show file tree
Hide file tree
Showing 7 changed files with 2,016 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Resetter/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: resetter
Version: 0.0.1-beta
Installed-Size: 992
Version: 0.0.2-beta
Installed-Size: 1032
Maintainer: gaining <gaining7@outlook.com>
Section: python
Homepage: https://github.com/gaining/resetter
Expand Down
5 changes: 3 additions & 2 deletions Resetter/DEBIAN/md5sums
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ecbc0eefc3f66a3ab1a73e1131cefe64 usr/lib/resetter/Resetter.py
fb140764b378fc18119cac25006e208f usr/lib/resetter/CustomApplyDialog.py
8cb3e2f6f2420ea19f63eca71eba483f usr/lib/resetter/Account.py
7055beb358e870f7cf368a6775da7784 usr/lib/resetter/CustomReset.py
3524ed00f084d3e07a8adc03061a07b4 usr/lib/resetter/AboutPage.py
1bb0b93e7f24030f62e0f93f83143dba usr/lib/resetter/AboutPage.py
9772f66393d2aef25b7094fd4c64ece9 usr/lib/resetter/LicenceDialog.py
990f24f2babe3ad46987ea2af647f7ad usr/lib/resetter/AptProgress.py
dcc705a2c6e61c2bb7f37dbf2fadd7bf usr/lib/resetter/ApplyDialog.py
Expand All @@ -21,12 +21,13 @@ abf3ff450c736654c50570c75135a206 usr/lib/resetter/data/icons/custom-reset-icon-
3589b0ac1f65cb66cb76621b1b59bbd5 usr/lib/resetter/data/scripts/remove-old-kernels.sh
af4af7e39fcc8907259228c0781e18e3 usr/lib/resetter/data/scripts/fix-broken.sh
918fa3a4b8534bf29322aca8845c17a1 usr/lib/resetter/data/scripts/new-user.sh
84cb8cec5b9785cf9cfb0b7b08977aba usr/lib/resetter/data/manifests/ubuntu-16.10-unity.manifest
913131e66ea5eb02ed5e991b0cc6cc10 usr/lib/resetter/data/manifests/mint-17.3-cinnamon.manifest
1c8affd5c7f1cc9f31eb9e42b317e1ba usr/lib/resetter/data/manifests/ubuntu-14.04-unity.manifest
20eb9c904246b9b8ad75ea6acbc1a093 usr/lib/resetter/data/manifests/ubuntu-16.04-unity.manifest
997ebc7f608ce5cf2b98e51ad705d33a usr/lib/resetter/data/manifests/mint-18-cinnamon.manifest
7dad20c85851cce4a97fd90b81e26fa2 usr/lib/resetter/data/manifests/mint-18.1-cinnamon.manifest
343ad895e19fc427e6838d58c0929e49 usr/share/applications/Resetter.desktop
79ba3652a6290aea1a33017aa4c7f735 usr/share/polkit-1/actions/org.freedesktop.pkexec.resetter.policy
ab9eea5b0e3a6ee53c22259428c52fc7 usr/share/doc/resetter/changelog.gz
2e42f717011b1f7024025fbe4d205b0d usr/share/doc/resetter/changelog.gz
7efd4be4e2ede2ec841ebf0bc4de6140 usr/share/doc/resetter/copyright
7 changes: 1 addition & 6 deletions Resetter/usr/lib/resetter/AboutPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
from PyQt4 import QtGui, QtCore
import platform
from LicenceDialog import Licence
import pwd
import os
import webbrowser
from PyQt4.QtWebKit import QWebView
import subprocess

class About(QtGui.QDialog):
def __init__(self, parent=None):
Expand Down Expand Up @@ -41,7 +36,7 @@ def __init__(self, parent=None):
cr_text = "Copyright (c) 2017 all rights reserved"
desc_text = "Built With PyQt\n\n " \
"This is a great utility software that will help you reset your linux installation its stock state"
version_text = "Version: 0.0.1-beta"
version_text = "Version: 0.0.2-beta"
donate_text = 'If you liked my project, please ' \
'<a href="https://github.com/gaining/Resetter/blob/master/DONATE.md">Donate </a>'
more_text = 'To find out more about this project, please visit my github:' \
Expand Down
Loading

0 comments on commit 546eebd

Please sign in to comment.