Page 1 of 1

Appearance Tool

Posted: Fri Mar 01, 2019 11:22 am
by MAYBL8
I am not a programmer but I have dabbled in some basic and lisp.
I would like to create a dialog box to aide myself and maybe others in making it easier to take files from https://xfce-look.org and apply them to the system.

What language and/or tools are used to create the dialog boxes used in the MX tools packages?

This project will be ever evolving as new ideas for it emerge.
To start with I want to code taking the file and expanding it into the /usr/share/themes folder.
Backing up the files in that folder to a users folder in case you have to reinstall and then can just easily copy them back into your new install.

This might take me a while to do as I learn to code and time I can get to put into the project.
Thanks ahead of time for your help.

Re: Appearance Tool

Posted: Fri Mar 01, 2019 12:19 pm
by skidoo
making it easier to take files from xfce-look.org and apply them to the system

topic: ocs-url for pushbutton install of icons, themes, wallpaper, etc.
http://forum.mxlinux.org/viewtopic.php?f=93&t=42377

topic: Theme installation from opendesktop.org/s/XFCE
http://forum.mxlinux.org/viewtopic.php?f=93&t=44358

.
"What language and/or tools are used to create the dialog boxes"
this subject merits a separate topic (lots to discuss ~~ a variety of toolkits are available)
.

Re: Appearance Tool

Posted: Fri Mar 01, 2019 4:18 pm
by Stevo
The MX tools are mostly Qt 5, with at least one using Python Qt5 bindings (apt-notifier).

But I don't think you can get much easier than the existing ocs-url setup, myself.

Re: Appearance Tool

Posted: Fri Mar 01, 2019 4:22 pm
by MAYBL8
Thanks guys
I will try the ocs-url process over the weekend.

Re: Appearance Tool

Posted: Sat Mar 02, 2019 9:25 am
by MAYBL8
Ok I tried the ocs-url.
It works however it puts the files in the users .theme folder.
This does not work as the theme does not get applied to the MX Boot options tool dialog box.
In order for the theme to fully work it has to be placed in the /usr/share/themes folder.
That is the program I wanted to work on that places the theme there.

Edit.
So to finish the install what I do is take the theme that is installed in ./themes and open root thunar and move it to the /usr/share/themes folder.
Not a big deal.
Then I just need to back up that folder so in case I have to reinstall the OS I can apply my themes to the new install.