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
  • 114,770
G-n Petrov
  • 11
  • 2
  • Why nobody gives me answer? – G-n Petrov Mar 23 '19 at 07:13
  • this is a shot in the dark but I would suggest launching System Monitor when you start if you can. take a look at it and see what the ram use and the swap use is like. if they are high please post a screen shot of the results. – Jeff Mar 25 '19 at 21:55
  • I don't think this question is about a software bug. It looks like a hardware issue for which one or more workarounds exist. Also customization of the Ubuntu 18.04 desktop may be an issue that's worth looking into. – karel Mar 25 '19 at 23:23

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
  • 114,770