oakes / SolidOak

An IDE for Rust
https://sekao.net/solidoak/
The Unlicense
893 stars 60 forks source link

Added an .desktop file #28

Closed Wabuo closed 9 years ago

Wabuo commented 9 years ago

-added a .desktop file -renamed the logo to fit the .desktop file standard

oakes commented 9 years ago

Thanks, I'll look at this soon. Did you mean to put .desktop the file name twice?

Wabuo commented 9 years ago

Oo sorry no xD

oakes commented 9 years ago

Thanks. Also, would it be better to commit the png version, or does this format support svg?

Wabuo commented 9 years ago

All modern desktop environments support svg. The standard says: An icon file is an image that can be loaded and used as an icon. The supported image file formats are PNG, XPM and SVG. PNG is the recommended bitmap format, and SVG is for vectorized icons. XPM is supported due to backwards compability reasons, and it is not recommended that new themes use XPM files. Support for SVGs is optional.

Wabuo commented 9 years ago

I would prefer the svg over the png because it is smaller and you don't have to mess around with the resolutions ...

oakes commented 9 years ago

Thanks!