Closed fbruetting closed 6 years ago
Would be nice if you can provide an icon for the according „crates“ (*.rlib) also. :)
Maybe some colors like this? http://www.cargocontainerhq.com/images/used-cargo-containers.jpg
Thank you. I will work ASAP.
You’re alive! Great – can’t wait to see further improvements! 😎
I need your help. first for mimetype. file --mime-type /path/to/file second icons. cat /usr/share/applications/{ name of rusticon.desktop} grep | Icon=
lib.rs: text/x-c
There is no Rust application, there’s just rustc
and cargo
which both being terminal programs.
Would you also look into https://github.com/xenlism/wildfire/issues/43 again, as this was targeted against the .jl
file icons, and not against the application? :)
This file ? text-x-c
please answer me.
Today in the evening. I was not at home this weekend.
Am 30.04.2018 11:26 schrieb Nattapong Pullkhow notifications@github.com:
please answer me.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Ok, so C source and header files are text/plain
(and the correct icons are shown), whereas Rust files are shown as text/x-c
with a standard text file icon.
Or I will try.
You have to try. And I will do for JL file.
please try and tell me. now I add .rs ..jl
Now it’s the same. Still, the header is detected, although being text/plain
. Can you point me to information on how this works? Then I will see if I can get it to work. I guess that the system somehow detects the content via some other way.
Seems file
is not that good – if I use xdg-mime query filetype <FILE>
instead, I get:
text/x-csrc (C source)
text/x-chdr (C header)
text/rust (Rust)
text/plain (Julia)
Seems like there is no MIME type implemented for Julia yet, I’ll do some research on this.
please try again, I have to sleep.
Now just the C header file got a new icon. Maybe the routine for this doesn’t detect the MIME type for Rust applications. I see if I can look into that, the next days.
I try to fix it but wont work.
Hi, love your mime icons! Would you please provide a rusty rust icon, too?
Here's the official Logo, if it helps: https://upload.wikimedia.org/wikipedia/commons/d/d5/Rust_programming_language_black_logo.svg