Skip to content

Commit 515b92e

Browse files
committed
"Updating"
1 parent 1bd0eb4 commit 515b92e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
Configurable app referent to packages, updates and configurations.
77

8+
Built with Qt 5.7.1. This way it gets libraries from official repositories.
9+
10+
Designed for Ubuntu 17.04 (zesty).
11+
812
<img src="http://i.imgur.com/1SJR6Af.png" width="500">
913

1014
<img src="http://i.imgur.com/VbZ6eeb.png" width="500">
@@ -69,6 +73,10 @@ TO DO
6973

7074
* Snap, AppImage, PPA (updated).
7175

76+
* Integer terminal on a widget. Recover mainwindows focus.
77+
78+
* Put apps in alphabetical order.
79+
7280
* Uninstall packages.
7381

7482
* Regroup files to clean main directory.

packagestab.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ void MainWindow::on_installSelectedPackagesButton_clicked()
762762
if (ui->checkBox_069->isChecked())
763763
{
764764
system("xterm -e bash -c '"
765-
"sudo /usr/bin0/069.qmmp"
765+
"sudo ~/.ubunsys/downloads/ubuntupackages-master/apps1/069.qmmp"
766766
" && "
767767
"exit"
768768
"; exec bash'");

ubunsys.pro.user

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 4.2.0, 2017-05-08T22:03:22. -->
3+
<!-- Written by QtCreator 4.2.0, 2017-05-08T23:24:46. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>

0 commit comments

Comments
 (0)