This repository has been archived by the owner on Apr 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
misc patches for deepin and elementary os
- Loading branch information
Showing
10 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
# Resetter 0.2.4-rc1 | ||
# Resetter 0.2.5-rc2 | ||
![alt tag](https://github.com/gaining/Resetter/blob/master/Resetter/resetter-screenshot.png) | ||
|
||
It is an application built with python and pyqt that will help to reset an Ubuntu or Linux-Mint system to stock, as if it's been just installed without having to manually re-install by using a live cd/dvd image. It will detect packages that have been installed after the initial system install. | ||
|
||
# Status | ||
- The first release candidate has been released! | ||
- Release candidate 0.2.4 contains new looks, tons of new useful features, and more. | ||
- Release candidate 0.2.5 contains new looks, tons of new useful features, and more. | ||
- Feedback will be greatly appreciated. | ||
- current version is 0.2.4-rc1 | ||
- current version is 0.2.5-rc2 | ||
- Please check the changelog for more details. | ||
- If you find a bug, please create an issue on github. | ||
- If you do not have a github account please send your bug report at [email protected]. | ||
|
||
|
||
# How to install | ||
Install via deb file found ![here](https://github.com/gaining/Resetter/releases/tag/v0.2.4-rc). PPA will be created soon. | ||
Install via deb file found ![here](https://github.com/gaining/Resetter/releases/tag/v0.2.5-rc2). PPA will be created soon. | ||
It is easier to install any deb files via gdebi, especially on elementary os with no graphical way of installing a deb file. | ||
On the terminal, run `sudo apt install gdebi`. | ||
- Linux deepin users must first fetch the python-evdev module | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Package: resetter | ||
Version: 0.2.4-rc1 | ||
Version: 0.2.5-rc2 | ||
Installed-Size: 1224 | ||
Maintainer: gaining <[email protected]> | ||
Section: python | ||
Homepage: https://github.com/gaining/resetter | ||
Architecture: all | ||
Priority: optional | ||
Depends: python-qt4 (>=4.10), python-apt (>=0.9.3), coreutils (>=7.0), python-evdev (>=0.4), python-mechanize (>=1:0.2.5), python-bs4 (>=4.2) | ||
Depends: python-qt4 (>=4.10), python-apt (>=0.9.3), coreutils (>=7.0), python-evdev (>=0.4), python-mechanize (>=1:0.2.5), python-bs4 (>=4.2), add-apt-key (>=1.0) | ||
Pre-Depends: python (>=2.7.5), policykit-1 (>=0.105) | ||
Description: Resets Ubuntu/Linux-Mint to stock | ||
Resetter is an easy way to reset your debian based linux back to stock. It also has other useful tools such as a ppa manager, an installer and a way to install ppa's straight from launchpad.net. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
add install option for reading packages from generated list (backup) #due for next release. | ||
upgrade to python3 and pyqt5 | ||
support more debian based linux distributions | ||
create better launcher icon | ||
upgrade to python3 and pyqt5 | ||
add command line options | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
resetter (0.2.5-rc2) trusty; urgency=low | ||
* Added dependency add-apt-key as it isn't included in some distros by default | ||
* Fixed easy ppa for elementary os | ||
* PPA manager improvements | ||
* Easy PPA misc improvements | ||
|
||
-- gaining <[email protected]> Sun, 30 Apr 2017 17:25:27 -0400 | ||
|
||
|
||
resetter (0.2.4-rc1) trusty; urgency=medium | ||
|
||
* Release Candidate 1 | ||
|