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
Made some adjustments to the treeview expander icons. Moved them to the icon theme and going ot see how it handles.
Replaced the desktop icon with the correct windows95 desktop icon.
This should fix the titlebutton symbolic icons as well as remove the double layer effect. The previous method that was used for our CSD titlebuttons was more of a hack since we didn't have the symbolic icons for it.
Fixed the 16x16px user-bookmarks icon, it was sym-linked to the 48x48px.
Disabled 48x48px status icons and will let the scalable status icons take its place due to the poor image quality of the 48px icons.
Set the -gtk-icon-style to regular for a few other widgets (see dialog vbox and popovers.)
Adjusting the padding of images inside of an entry so letters typed in the entry won't sit so close.
Deleted the swap file.
This should bring some consistency to the header-bar button sizes.
The symbolic printer icon was missing in the icon theme, causing a print button in the GNOME FeedReader to default to a much larger version on the same icon, which would cause the other titlebar buttons to increase in size. There are bound to be other icons that will cause a similar effect.