1

I have some issues with Ubuntu 18.04 on my Acer Aspire 5742g with a Core i3 CPU and 4GB DDR3 RAM. If needed I will paste the full specs.

Sometimes at startup and immediately after waking up from sleep nothing works. After I select my account and type my password. Sometimes programs like Firefox work, but neither bookmark links nor keyboard typing works. The keyboard is stuck for all programs, and sometimes when I change the typing language it starts to work, sometimes not.

I noticed that sometimes time is needed (a couple of seconds) for everything to get normal.

I've done some customization on my desktop and now it looks like this :

enter image description here

I installed Ubuntu tweaks and my language bar is also from Ubuntu Software. Could it be the reason for my issues? Or my laptop? Or my only 4GB RAM? The latest Ubuntu updates are installed.

karel
  • 122,292
  • 133
  • 301
  • 332
G-n Petrov
  • 11
  • 2

1 Answers1

1

In Ubuntu 17.10 and later press Alt + F2, and then type r in the pop-up Run a Command window and press Enter to restart GNOME Shell without interfering with any already opened windows.

Alternatively you can run the following command to restart GNOME shell by replacing the running window manager:

setsid gnome-shell --replace  

Press Enter again before you close the terminal.

Also customization of the Ubuntu 18.04 desktop may be an issue that's worth looking into. Maybe Ubuntu will not get stuck at startup if you undo the desktop customizations and revert back to the default vanilla Ubuntu 18.04 desktop environment.

karel
  • 122,292
  • 133
  • 301
  • 332