Make password promt and message visible. Move message under Windows 95
title and set orange color like shutting down message have.
Signed-off-by: Dmytro Kropenko <k.dmitriu@gmail.com>
In the previous commit I forgot to modify the depressed state of the close button, which was causing it to “jump” in and out of states when the mouse button was held down.
This commit should fix the Thunar spinner and badge icons to address newer versions of Thunar. It should also be backwards compatible with older GTK3 versions of Thunar.
Returning symbolic triangle arrows since they will be used in combobox buttons.
Moving expander icons to pane-show. Will see how well that fares since they were interfering with combobox buttons.
Will need to test this on older XFCE desktops.
Adjusted the XFCE session manager icons.
This mimetype affects icon resolution for apps with identical
name. Methodology:
cd /usr/share/icons/Chicago95
for word in $( find . -path '*apps*' ! -type d -printf '%f\n' | awk -F'.' '!x[$1]++{print $1}' | sort ) ; do find mimes -name "${word}.???" ; done | sort -t'/' -k3
mv libreoffice-calc.png x-office-spreadsheet.png # which is one of its symlinks!
for word in $( find . -xtype l -printf '%l %f\n' | awk '$1 ~ /libreoffice-calc/{print $2}' ) ; do echo ln -sf x-office-spreadsheet.png ${word} ; done
- make_html.sh in Extras which generates nice tables of icons to compare
- icons.html in each Icons subfolder
- New/changed icons to fix 4.16 changes and make the theme more consisten
adding html tables of icons
Included Arch pacman install examples for Arch users
Updated the GTK CSD steps in perpetration for Xubuntu 21.04 and XFCE 4.16 releases and for Arch users currently running newer versions of XFCE.
Included a section for pointing readers to the documentation. It’s a little redundant since the same document is pointed to from the install section, however this should lend itself better than before for first time readers.