I have the guest additions installed. I've increased the resolution to (1600x1200 max). My monitor is a 25" (widescreen) and supports up to 1920x1280. How do I get the window to resize to fill the entire screen. It seems like Ubuntu only supports 4:3 ratio and not 16:9. Is there a way to fix this?
Home
/
user-11327
Micah's questions
I'm a windows guy and I'm really trying to get into using linux. I've just installed ubuntu and am missing all of my windows shortcuts like:
Win+E
open file browserWin+R cmd
open the command prompt
There are a lot more but these two I use constantly. I'm looking for things that are going to make me a lot more productive a lot quicker.
Thanks
This is my first time trying to compile and install anything on a linux machine. I got the latest version of https://github.com/processone/exmpp via git and read the instructions which state:
2. Build and install
Exmpp uses the Autotools. Therefore the process is quite common:
$ ./configure $ make $ sudo make install
after type ./configure
I get the error
Cannot find install-sh, install.sh, or shtool in ac-aux
Google was of little to no help. Not sure at all what I'm supposed to do. Any help would be much appreciated