elementary-xfce:master

Last commit made on 2025-06-08
Get this branch:
git clone -b master https://git.launchpad.net/elementary-xfce

Branch merges

Branch information

Name:
master
Repository:
lp:elementary-xfce

Recent commits

dff5c11... by Darin

Index: Remove inherited themes from HiDPI

FreeDesktop.org Icon Theme spec was updated stating that
inherited themes should be present on the system if the
icon theme is to be installed (inhereted themes considered
dependencies).

This just follows the change to the main theme made previously.

See #461

99b9ab3... by Darin

MimeTypes: Add lossless audio symlinks

Add lossless audio symlinks for these audio files:
- Tom's lossless Audio Kompressor
- Direct Stream Digital

1182777... by Darin

MimeTypes: New design for broken symlink icon

The `inode-symlink` icon, in all major file managers,
only shows if a symlink is broken. Previously a trash
emblem was used since they're empty and safe to delete,
but it doesn't really symbolize "broken symlink" and it's
not always best to delete them or symbolize them as trash.

This new design uses the symlink emblem with the error
symbol to let the user know something is wrong. Hopefully
this is a more clear symbol.

067ec3e... by Skif-off <email address hidden>

CHG: Shorter list of build dependencies (without GTK3 header files).

1150e34... by Darin

MimeTypes: Add disk image icon

Fixes #234

4ce7885... by Darin

MimeTypes: Add text to 32px archive icons

Tries to use the text from the 48px icons untouched.
Proportionally the text is larger compared to the icon,
but keeping the 48px text size makes it more legible.

A few had to be made a bit smaller to fit, some
shortened (tar.xyz shortened to t.xyz for example).

d24e6cf... by Darin

MimeTypes: Refresh exe icon, add missing symlink

Updates the `exe` icon to look more rounded like other executables.
Colors depart from upstream slightly as the darker upstream color with
darker emblem is somewhat difficult to see. This one uses a stronger
contrast between the two.

Add a `portable-executable` symlink as some `exe` files were not using
the correct icon. Now all files with the `exe` extension will get the
same icon.

This has the unfortunate side effect that `dll` files will also
use this icon, but that's an issue with the FreeDesktop.org
shared-mime-info database. Until they're given unique entries
in the database (if possible), they'll have to share an icon.

b38dd13... by Darin

Apps: Add unique Thunar icon

Add a unique icon for the Thunar file manager, using
the hammer that the original app icon uses.

Adds icon at previously missing sizes, 22px and 128px.

5ca9866... by Darin

Apps: Remove some unused icons

- inkscape (we already have org.inkscape.Inkscape, using the proper newer name)
- flickr (maybe used for old Gnome Online Accounts? No longer used)
- fusion-icon (fusion is dead, we still have ccsm and simpl-ccsm for Compiz)
- pithos (monochrome, doesn't match actual app icon, tray icons no longer needed)
- preferences-desktop-online-services (seems only elementary used this one, no longer does)
- preferences-system-services (once used for Gnome Online Services, no longer used)

dc2919a... by Darin

MimeTypes: Remove unused html subtype symlinks

These html subtypes now fallback to `text-html`, according
to shared-mime-info 2.4, so these symlinks to `text-html`
should no longer be needed.

Tested in Thunar, Caja, and Nemo with no change in the
displaying of proper icons for several different html
subtypes/extensions (mhtml, xht, etc).