Preguntas y respuestas de la comunidad de usuarios de Slimbook

¡Bienvenido al foro de la comunidad!

Si tienes problemas de software, este es tu sitio. Construyamos entre todos un lugar mejor, proporcionando experiencias, información de uso y tips. Si tienes alguna pregunta, procura dar información detallada sobre tu sistema.

Si tienes problemas de hardware, tramita la GARANTÍA AQUÍ, ya que nuestros técnicos no suelen revisar el foro por estar trabajando en reparaciones.

0

WTF the "Slimbook Client Autostart" app does?

Avatar
pompilos

I find it hard to believe that a company like Slimbook, which promotes Linux and its values of transparency and user freedom, includes by default  with the operating system a program called “Slimbook Client Autostart”. However, 1) it does not ask the user whether to activate it or not, and 2) most importantly, they do not inform anywhere (neither inside the app nor in its web page or this forum), what its does, nor iwhat its source code is. In other words, they include an apparently proprietary, closed and obscurantist software. I demand an explanation of what Slimbook Client Autostart does and what is its source code.

Additionally, How could I remove the Slimbook logo from the startup and close screens?

Avatar
Descartar
4 Respuestas
1
Avatar
Alejandro López Slimbook
Mejor respuesta

Hi,

If you go to the folder where Ubuntu stores all the application launchers, you will see a plain text file. You can edit it yourself:

sudo nano /usr/share/applications/slimbook-indicator.desktop

It contains the following:

[Desktop Entry]
Type=Application
Exec=/usr/bin/python3 /usr/share/slimbook/client.py --preferences
Icon=/usr/share/pixmaps/slimbook_be1ofus_light.svg
Terminal=false
Hidden=false
NoDisplay=false
StartupNotify=true
Encoding=UTF-8
Name[es_ES]=Slimbook Client Autostart
Name=Slimbook Client Autostart

You will see the name of the application "Slimbook Client Autostart", and you will also see the path of the file that is executed, which is also a plain text file, completely understandable in Python:

sudo nano /usr/bin/python3 /usr/share/slimbook/client.py

This application is the Slimbook Service, and the source code is fully accessible on your computer. Also, other people who do not install the application can see the source code on Github:

https://github.com/Slimbook-Team/slimbook_service

I would never make such serious accusations as you have made, I would ask if there is something I am not understanding. That is why I have to tell you to ask or learn how applications work in Linux before making serious accusations.

And don't forget our good faith, our good work, and our work, have allowed us to make official collaborations with important players in the Linux ecosystem, such as KDE, Manjaro, Fedora, etc.

Regards

Avatar
Descartar
0
Avatar
pompilos
Mejor respuesta

Hola.

Mi buena fe y mi buen trabajo me han llevado a participar en varios proyectos de software abierto, y eso no me da ni me quita un ápice de razón en este asunto, como tampoco a vosotros. 

Yo he hecho esas acusaciones a conciencia, y enfadado por lo que entiendo que es una actuación deficiente por vuestra parte. Si hay un programa vuestro añadido a la instalación original de Fedora, tenéis que informar de qué hace. E informar de una forma que no requiera ser informático experto en la configuración de Linux y capaz de encontrar el programa fuera de /home y, una vez encontrado, capaz de leer Python. 

He dicho y mantengo que ese 

1) El "lanzador" (o como se llame) no tiene un icono que indique qué hace el programa. 

2) Haciendo clic en él, no ocurre absolutamente nada, y por tanto no incluye información de qué hace.

3) Buscando en Configuración > Aplicaciones, y pidiendo "Detalles de la aplicación", dirige a la Software de Fedora, donde no tmbpoco aparece nada.

4) Haciendo una búsqueda exacta en Google de "Slimbook Client Autostart" no sale información sobre él ni en vuestra web ni en ningún repositorio (salen dos 404 y ahora mi consulta en este foro; si alguien tiene la misma duda que yo, llegará aquí gracias a mí).

5) Consultando en este foro no sale (no salía) nada.

6) Llegué a desactivar que el programa arrancara al inicio y no noté que cambiara nada. ¿Tengo que descubrirlo por ensayo y error?

La única forma en que (AÚN NO) he conseguido saber qué hace es preguntárselo a sus autores. Es la primera vez en años de usuario de software libre y abierto que me ocurre.

Aún no me habéis dicho qué hace ese software (¿de verdad esperáis que lea Python?). La página de Github a la que me has dirigido informa de un "Slimbook Service", no de "Slimbook Client Autostart" (si es lo mismo o un equivalente, por lo visto también tengo que adivinarlo también).

Repito la pregunta: 1) ¿Qué hace ese programa?, y 2) ¿Qué ocurre si lo inhabilito o lo elimino?

Mi consulta incluía otra pregunta: ¿cómo puedo quitar vuestro logotipo de las pantallas de inicio y cierre?

PD: Si creéis que el problema lo tengo yo porque no soy ingeniero informático, plantearos poner en vuestra web un aviso que diga que Slimbook solo es apto para clientes de ese perfil. 

Avatar
Descartar
0
Avatar
Alejandro López Slimbook
Mejor respuesta

Hola,

El problema no es dudar o no ser ingeniero informático, el problema hacer graves acusaciones antes de preguntar o investigar. No hay que caer en faltas de respeto.
Como te decía, es el lanzador de Slimbook Service y  a parte del repositorio que te puse donde está todo el código, la información sobre esta aplicación la tienes en el enlace que te pongo bajo. Puedes desactivarla, y dejara de hacer lo que te dice que hace, pero no afectará a las otras funciones de tu ordenador.

https://slimbook.com/blog/tutoriales-2/post/slimbook-service-364

El logo de la BIOS no se puede cambiar y desde hace ya algunos años, los sistemas operativos lo leen y muestran durante su arranque o apagado. Otra cosa es que busques en Intenet información de como cambiar el logo de Plymouth, pero aunque sea medio segundo al inicio, aparecerá el nuestro.

No tienes porqué confiar, no tienes porqué investigar, como tampoco tienes porqué tener un producto que no te da confianza, así que te amplio el plazo de devolución sin problema una semana más. Si es así, sólo debes responder al correo del pedido la semana que vienen y se pondrá en marcha el proceso de devolución y abono del mismo.

Mis disculpas por la parte que nos toca, y espero que veas este gesto como nuestra política de tener clientes satisfechos.

Avatar
Descartar
1
Avatar
drmiles
Mejor respuesta

Looks to me that Alejandro is being very patient with a very rude questioner...  no need for that. 

Not everything is obvious on such a complex and extensive system, we have thousands of components in the OS and it's all much less opaque than Windows.  I am not a fan of the complexities of systemD, I find it hard to know what is going on and to understand all the many levels of operation, but I do realise that I'm the least-knowledgable part of the system and ask questions accordingly. 

I'm adding this not because it answers the OP but I do think that it's worth appreciating the patience of the support team and how many things they have to know about to answer users' questions - and in multiple languages too.

Avatar
Descartar