Saltar al contenido

Rubén Sánchez

  • Audio
  • Electrónica
  • Programación
  • Sistemas de telecomunicación
  • Telemática
  • Teoría de la información
  • Teoría de la señal
  • Sin categoría

Mes: abril 2020

  • Inicio
  • 2020
  • abril
Linux

Can’t login Elementary OS after changing icon set

13 abril 202016 junio 2020 rubensm

After trying to change the default icon set in Elementary OS, I was not able to log in again into the desktop. This happened to me after installing the Qogir-icon-theme. After trying to restore to the default values changing at /etc/lightdm/lightdm.conf and /etc/lightdm/io.elementary.greeter.conf, the only thing that restored the graphical login was the following:

1. On the login screen, press Ctrl + Alt + F1 or Ctrl + Alt + F2 to open a virtual console.
2. Remove elementary-tweaks:

sudo apt purge elementary-tweaks

3. Remove all icon related folders at /usr/share/icons and ~/.local/share/icons
4. Reboot and hopefully, you will be able to login again in graphic mode.
5. The icons might not be the ‘elementary’ default set. So to fix this you will need to install again elementary-tweaks and configure it:

sudo apt install elementary-tweaks
Linux

Transfer data from Android to PC using rsync

12 abril 202011 junio 2020 rubensm
  1. Install SimpleSSHD in your mobile
  2. Start the data transfer with the rsync command:
rsync --update --progress -e 'ssh -p 2222' -azv 192.168.1.112:/sdcard/DCIM/Camera /computer-path

The password will be autogenerated and shown in the mobile display for every SSH connection.

Profile photo

Rubén Sánchez Mínguez

Design Verification Engineer at Analog Devices

Entradas recientes

  • Transistor implementation of Schmitt trigger
  • Coordinates, orthogonal coordinates and BJT transistors in CircuiTikZ
  • Simple full-wave bridge rectifier design
  • Debugging MCP23018 on Ergodox Original keyboard
  • Charge sharing in series and parallel capacitors

Archivos

  • abril 2022
  • marzo 2022
  • febrero 2022
  • septiembre 2020
  • julio 2020
  • abril 2020
  • marzo 2020
  • febrero 2020
  • octubre 2019
  • abril 2019
  • marzo 2019
  • enero 2019
  • septiembre 2018
  • julio 2018
  • junio 2018
  • mayo 2018
  • abril 2018
  • febrero 2018
  • enero 2018
  • junio 2017
  • mayo 2017
  • abril 2017
  • marzo 2017
  • febrero 2017
  • enero 2017
  • diciembre 2016
  • noviembre 2016
  • octubre 2016
  • septiembre 2016

Categorías

  • Audio
  • Diseño digital
  • Electrónica
  • Linux
  • Programación
  • Sin categoría
  • Sistemas de telecomunicación
  • Telemática
  • Teoría de la información
  • Teoría de la señal
  • UVM
  • Verificación
Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.