mse-org / mselang

The Pascal compiler of LLVM.
GNU Lesser General Public License v2.1
20 stars 3 forks source link

Add desktop file, icon, launch script #1

Closed glixx closed 5 years ago

glixx commented 5 years ago

linux_extra dir with: mselang mselang.desktop

image dir: paint new icon.

glixx commented 5 years ago

Added linux_extra dir.

Needs to rename images from https://github.com/mse-org/mselang/tree/master/src/image into mselang* and to change color.

Blue is mseide. Green is msei18n.

What color for mselang?

fredvs commented 5 years ago

Purple ?

msegui_64 msegui_48 msegui_32 msegui_24

fredvs commented 5 years ago

Or Deep Purple?

mselang_64 mselang_48 mselang_32 mselang_24

fredvs commented 5 years ago

Or Red?

edelweiss2red_64 edelweiss2red_48 edelweiss2red_32 edelweiss2red_24

glixx commented 5 years ago

Purple is ok

fredvs commented 5 years ago

Thanks. Done 25643d9

glixx commented 5 years ago

And svg too

fredvs commented 5 years ago

And svg too

I do not have program to save as svg.

glixx commented 5 years ago

inkscape

fredvs commented 5 years ago

$ sudo apt-get install inkscape

Done.

fredvs commented 5 years ago

And svg too

Done.

glixx commented 5 years ago

Purple is different. Needs export from svg to png.

fredvs commented 5 years ago

Purple is different. Needs export from svg to png.

Done.

glixx commented 5 years ago

src/main.mfm was not updated. 64.png is low quality.

fredvs commented 5 years ago

src/main.mfm was not updated. 64.png is low quality.

Done.

glixx commented 5 years ago

Your (gradients were not changed): Screenshot_20190314_031319

My (gradients were changed): Screenshot_20190314_031357

Using inkscape to create png from svg: inkscape -z -e mselang_64.png -w 64 -h 64 mselang.svg

Sorry, but I changed icons. I did not touch src/main.mfm.

fredvs commented 5 years ago

inkscape -z -e mselang_64.png -w 64 -h 64 mselang.svg

Wow. (Sorry but I am not (yet) the best inskape-guru, I did the conversion with Gimp.)

I did update the icons of forms with your icons.

Thanks!

glixx commented 5 years ago

Gimp always saves low quality especially low resolutions pictures if to compare with PhotoShop.