Page 1 of 1

Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 5:41 pm
by eltuno
In the step below I can't see the buttons at the bottom, so I press Enter blindly :


Image

My screen in 1366*768

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 5:48 pm
by dolphin_oracle
its a resize bug in yad. you can resize or drag the window up to see them.

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 5:54 pm
by eltuno
I've tried everything I could to resize that window but it remained like that

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 6:01 pm
by anticapitalista
That was fixed months ago (on antiX and I'm sure on MX as well). Have you upgraded apps at all?

This is the commit on antiX:

https://github.com/antiX-Linux/antix-li ... f08535fac4

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 6:10 pm
by fehlix
eltuno wrote: Fri Jun 08, 2018 5:54 pm I've tried everything I could to resize that window but it remained like that
You would need to move that window up. E.g by holding ALT and grab and move up with left-clicked and hold mouse!

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 6:31 pm
by dolphin_oracle
hmm....something seems to be off with the antix-libs updates.

here's my /usr/local/lib/antix folder

Code: Select all

┌─[dolphin@mx]─[06:28:12 pm]──────────────────────────────────────────────────[/usr/local/lib/antiX]
└─> ll
total 160K
-rw-r--r-- 1 root root  43K Oct 25  2016 antiX-common.sh
-rwxr-xr-x 1 root root  43K Aug 28  2017 antiX-common.sh.distrib
-rwxr-xr-x 1 root root  11K Oct 18  2012 antiX-desktop.sh
-rwxr-xr-x 1 root root 2.3K Oct 18  2012 antiX-dm.sh
-rwxr-xr-x 1 root root 6.1K Apr  7  2016 antiX-get-param.sh
-rwxr-xr-x 1 root root  17K Aug 28  2017 antiX-gui-cli.sh
-rw-r--r-- 1 root root  15K Apr  7  2016 antiX-logo.png
-rw-r--r-- 1 root root 3.3K Oct 25  2016 antiX-style-default.sh
-rwxr-xr-x 1 root root 3.4K Oct 26  2017 antiX-style-default.sh.distrib
-rwxr-xr-x 1 root root 1.1K Apr  7  2016 make-static-lib.sh
note the antiX-style-default-sh.distrib file. That file has the --fixed parameter, but the one in use does not.

Code: Select all

sudo mv antiX-style-default.sh antiX-style-default.sh.back
sudo mv antiX-style-default.sh.distrib antiX-style-default.sh
does produce more useable live-persist-* windows.

**edit** the mx-antiX-libs package is causing a problem...apparently creates a diversion. now what is that all about?

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 6:35 pm
by eltuno
anticapitalista wrote: Fri Jun 08, 2018 6:01 pm That was fixed months ago (on antiX and I'm sure on MX as well). Have you upgraded apps at all?

This is the commit on antiX:

https://github.com/antiX-Linux/antix-li ... f08535fac4

I upgrade regularly, last dist-upgrade I've made was less than a month ago I guess.

My RemasterCC is version 18.3+1

Re: Some buttons not showing in RemasterCC

Posted: Fri Jun 08, 2018 7:16 pm
by eltuno
fehlix wrote: Fri Jun 08, 2018 6:10 pm
eltuno wrote: Fri Jun 08, 2018 5:54 pm I've tried everything I could to resize that window but it remained like that
You would need to move that window up. E.g by holding ALT and grab and move up with left-clicked and hold mouse!
I'll try it next time thx