Posts

How To Install Rofi 1.5 on Ubuntu 16.04

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I have tried to install rofi on 16.04 but ran into issues with this package libxkbcommon As stated here on the package's github the version of rofi that is availible on apt-get is very old. I want to try to install the latest (1.5) version but every time I follow the instructions on building it on my own I run an issue where my libxkbcommon package isn't updated enough. It calls for v0.7 but I only have 0.5. I have not found a way to upgarde libxkbcommon to 0.7 so I may install Rofi. Is there an easier way to do this, or am I missing something? apt package-management share | improve this question asked Apr 17 at 16:53 gradedcatfood 1 add a comment  |  up vote 0 down vote favorite I have tried to install rofi on 16.04 but ran into issues with this package libxkbcommon As stated here on the package's github the version of rofi that is availible ...

Ubuntu 16.04 won't start with linux-image-4.4.0-119-generic

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite 1 My ubuntu 16.04 computer has stopped booting following an update, which updated to linux-image-4.4.0-119-generic . It will only start if I go into advanced grub options and select the previous linux image version, linux-image-4.4.0-116-generic . Has anybody else encountered this problem, and does anyone know how to fix it? boot grub2 kernel share | improve this question asked Apr 17 at 16:54 samfrances 101 1 If you press the left or right arrow key right after grub, what is displayed as the last few lines of the boot log before it hangs? – sbergeron Apr 17 at 17:03 2 If you hit e in your grub menu on linux-image-4.4.0-116-generic and remove the flags like 'quiet, splash, loglevel =0' and boot your system with hitting F10 you could maybe see a failure happening and find some explanations. I don't know if you are using the 'nomodeset' o...