cassidyjames / ideogram

Insert emoji anywhere in elementary OS, even in non-native apps
https://cassidyjames.com
GNU General Public License v3.0
92 stars 19 forks source link

Ideogram takes too long to load (or display?) #9

Open eljefuri opened 5 years ago

eljefuri commented 5 years ago

This seemingly tiny widget takes about 2 seconds to pop up on my computer. Assuming that it is to be used as either an emoji browser or something to pop up for copy/paste purposes, that seems about 2 seconds too long to me.

cassidyjames commented 5 years ago

I'm guessing this is yet another issue with the GTK emoji picker itself, but I'll leave this open in case there are any optimizations I can do in what little code is here.

Akryum commented 5 years ago

What about leaving the app running and just hide it after the first invocation?

cassidyjames commented 5 years ago

@Akryum that's probably the best solution. I'll see if that reduces the initialization time.

ChildishGiant commented 5 years ago

Have you had a go at implementing that? If so, did you have any success?

cassidyjames commented 5 years ago

@ChildishGiant I've not been able to look into this yet.