Skip to content

Commit 30cbb62

Browse files
committed
"Updating"
1 parent 7a4bcec commit 30cbb62

17 files changed

+2018
-1622
lines changed

README.md

+20-12
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55

66
**Para Español pulsar [aqui](https://github.com/adgellida/ubunsys/blob/master/README_es_ES.md)**
77

8-
Configurable app designed for Ubuntu (17.04 zesty for now) referent to packages, updates and configurations.
8+
Configurable app designed for Ubuntu referent to packages, updates and configurations.
99

10-
Built with Qt 5.7.1. This way it gets libraries from official repositories.
10+
**Very dangerous app in any point, if you don't know where you are touching or how to fix it, don't do it. For testing and knowledge purposes. It's not meant to be stable at the moment.**
11+
12+
Built with Qt 5.7.1 for 17.04 zesty zapus.
13+
14+
Built with Qt 5.5.1 for 16.04 xenial xerus.
15+
16+
This way it gets libraries from official repositories.
1117

1218
Download
1319
=============================================
@@ -33,8 +39,8 @@ What this program do
3339

3440
##### Tweaks
3541

36-
* Enable-disable sudo without pass. For security when you exec sudo a password is prompted, but is tedious to put pass each time you executed an elevated permission action, So I recommend
37-
to push this button when you don't need this security and want speed. Then disable this function to restore security on your system.
42+
* Enable-disable sudo without pass. For security when you exec sudo a password is prompted, but is tedious to put pass each time you executed an elevated permission action, so I recommend
43+
to push this button when you don't need this security and want speed. **Then disable this function to restore security on your system.**
3844

3945
* Enable-disable asterisks when you put pass on terminal, hibernation, firewall.
4046

@@ -56,29 +62,27 @@ to push this button when you don't need this security and want speed. Then disab
5662

5763
* Check system integrity, repair network, missing GPG keys.
5864

65+
And more...
66+
5967
Tutorial
6068
=============================================
6169

6270
Recommended steps:
6371

64-
1. Push on 'Backup sudoers file'.
65-
66-
2. Then push on 'Enable sudo without pass'.
72+
1. Push on 'Enable sudo without pass'.
6773

6874
This way you can execute commands without asking your sudo pass each time. More quick so.
6975

7076
You always can go to default pushing 'Import sudoers file' and selecting your backuped file before.
7177

72-
3. Install packages you want.
78+
2. Install packages you want.
7379

74-
4. Execute all tweaks, system actions or reparations you want.
80+
3. Execute all tweaks, system actions or reparations you want.
7581

7682
TO DO
7783
=============================================
7884

79-
* Support make install, 16.04.
80-
81-
* Show hidden startup items, disable login sound.
85+
* Support make install.
8286

8387
* Search box.
8488

@@ -123,6 +127,10 @@ TO DO
123127
DONE
124128
=============================================
125129

130+
* 16.04 compatible, but not 100%.
131+
132+
* Show hidden startup items, disable login sound.
133+
126134
* Disable lock session.
127135

128136
* Grub customizer launch button.

README_es_ES.md

+19-11
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,15 @@
55

66
**For English click [here](https://github.com/adgellida/ubunsys/blob/master/README.md)**
77

8-
App configurable diseñada para Ubuntu (17.04 zesty, por ahora) referente a paquetes, actualizaciones y configuraciones.
8+
App configurable diseñada para Ubuntu referente a paquetes, actualizaciones y configuraciones.
99

10-
Construido con Qt 5.7.1. De esta manera obtiene las librerias de los repositorios oficiales.
10+
**App muy peligrosa en algunos puntos, si no sabes donde estás tocando o cómo arreglarlo, no lo hagas. Hecha con motivos de aprendizaje y testeo. No pretende ser estable de momento.**
11+
12+
Construido con Qt 5.7.1. para 17.04 zesty zapus.
13+
14+
Construido con Qt 5.5.1. para 16.04 xenial xerus.
15+
16+
De esta manera obtiene las librerias de los repositorios oficiales.
1117

1218
Descarga
1319
=============================================
@@ -34,7 +40,7 @@ Qué hace este programa
3440
##### Mejoras
3541

3642
* Habilitar-deshabilitar sudo sin contraseña. Por seguridad cuando ejecutas sudo una contraseña es preguntada, pero es todioso ponerla cada vez que ejecutas una acción de permisos elevados, por eso recomiendo
37-
pulsar este botón cuando no se necesita esta seguridad y se requiere velocidad. Después deshabilita esta función para restaurar la seguridad en tu sistema.
43+
pulsar este botón cuando no se necesita esta seguridad y se requiere velocidad. **Después deshabilita esta función para restaurar la seguridad en tu sistema.**
3844

3945
* Habilitar-deshabilitar asteriscos cuando pones contraseña en un terminal, hibernación, firewall.
4046

@@ -56,29 +62,27 @@ pulsar este botón cuando no se necesita esta seguridad y se requiere velocidad.
5662

5763
* Comprobar la integridad del sistema, reparar la red, claves GPG perdidas.
5864

65+
Y más...
66+
5967
Tutorial
6068
=============================================
6169

6270
Pasos recomendados:
6371

64-
1. Pulsa en 'Copia de seguridad de archivo sudoers'.
65-
66-
2. Después pulsa en 'Habilitar sudo sin contraseña'.
72+
1. Pulsa en 'Habilitar sudo sin contraseña'.
6773

6874
De esta manera, puedes ejecutar comandos sin preguntar tu contraseña de sudo cada vez. Por ello ganas rapidez.
6975

7076
Puedes dejarlo como estaba pulsando en 'Importar fichero sudoers' y seleccionando tu fichero de copia de seguridad anterior.
7177

72-
3. Instala los paquetes que quieras.
78+
2. Instala los paquetes que quieras.
7379

74-
4. Ejecutar todas las mejoras, acciones del sistema y reparaciones que quieras.
80+
3. Ejecutar todas las mejoras, acciones del sistema y reparaciones que quieras.
7581

7682
POR HACER
7783
=============================================
7884

79-
* Habilitar soporte a make install, 16.04.
80-
81-
* Mostrar items ocultos de inicio, deshabilitar sonido de inicio.
85+
* Habilitar soporte a make install.
8286

8387
* Caja de búsqueda.
8488

@@ -123,6 +127,10 @@ POR HACER
123127
HECHO
124128
=============================================
125129

130+
* Compatible con 16.04, pero no al 100%.
131+
132+
* Mostrar items ocultos de inicio, deshabilitar sonido de inicio.
133+
126134
* Deshabilitar bloqueo de sesión.
127135

128136
* Botón que ejecute Grub customizer.

about.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ void MainWindow::on_actionAbout_triggered()
1111
about.setTextFormat(Qt::RichText); //this is what makes the links clickable
1212
about.setText(tr("<p align='left'><b>ubunsys</b></p></br>"
1313
"<p align='left'>Configurable app referent to packages, updates and configurations</p></br>"
14-
"<p align='left'>Built with Qt 5.7.1. Designed for Ubuntu 17.04."
14+
"<p align='left'>Built with Qt 5.7.1."
1515
"<p align='left'>Contains bugs. Alpha test status.</p></br>"
1616
"<p align='left'>Credits to <a href='https://thenounproject.com/bernar.novalyi/'>Bernar Novalyi</a> from Noun Project "
1717
"that creates the app <a href='https://thenounproject.com/term/terminal/715962/'>icon</a> used here. Beautiful!</p></br>"
1818
"<p align='left'><a href='https://launchpad.net/~adgellida/+archive/ubuntu/ubunsys'>Launchpad PPA</a> - Not updated</p></br>"
1919
"<p align='left'><a href='https://github.com/adgellida/ubunsys'>Git Repo</a> - Updated</p></br>"));
2020

2121
about.setInformativeText(tr("Copyright (c) 2017 all rights reserved\n\n\GPL v2\n\nAntonio David Gellida Lavara\n\n[email protected]"
22-
"\n\nv2017.06.04"));
22+
"\n\nv2017.06.11"));
2323

2424
about.setWindowTitle(tr("About"));
2525

languages/ubunsys_es_ES.qm

-24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)