babluboy / nutty

A Network Utility
GNU General Public License v3.0
156 stars 25 forks source link

Screen Resolution #29

Closed umitseyhan75 closed 5 years ago

umitseyhan75 commented 6 years ago

I'm using a 1366*768 screen. And when I open the Nutty for the first time I can't agree the disclaimer beacuse the button is at the bottom side of the screen so I cant click. And no, the I resized the windows for the minimum but it wasn't enogh.

babluboy commented 6 years ago

@umitseyhan75 many thanks for raising this. I will need to take your help in testing the fix for this as I don’t have access to a larger resolution...hope you can install from source when I give you the instructions. That way I don’t have to release until the fix is tested properly

umitseyhan75 commented 6 years ago

I'm not a pc expert, also I don't have a perfect english. But I will try my best, just say me what I do.

babluboy commented 6 years ago

No probs...it will be copying some commands into the terminal and executing them with enter key 😀

umitseyhan75 commented 6 years ago

OK, give me the commands an I give you the outputs.

babluboy commented 6 years ago

@umitseyhan75 If you have still not been able to get past the welcome screen - one way to do it is focus the search bar by clicking in it and pressing tab three times and then enter...

I have replicated the issue on my end, so will be able to debug and fix it myself, but will ask you to test one.

babluboy commented 6 years ago

Sure will do when I get some time to work on the fix. Meanwhile while 3 tabs and enter key can get you past the welcome screen so that you can start using nutty.

umitseyhan75 commented 6 years ago

Oh well the problem is fixed and I'm in. It's interesting, I can resize much than disclaimer screen. I think the problem is just in the disclaimer screen.

babluboy commented 5 years ago

@umitseyhan75 Fixed the issue for the screen resolution on the welcome screen. This will be available on the next release. However, if you want to test this ahead of the release, then you would have to open terminal and run the following commands to get the fix:

cd ~
git clone https://github.com/babluboy/nutty.git
cd nutty
meson build --prefix=/usr
mkdir build && cd build
ninja
sudo ninja install

Then delete the file in the following location (otherwise the disclaimer screen will not appear): ~/.local/share/com.github.babluboy.nutty/nutty_disclaimer_agreement.txt

Finally run nutty and see if the disclaimer screen is fixed. Please feel free to ask questions for the above.