alex1701c / EmojiRunner

Search for emojis in Krunner and copy/paste them
GNU General Public License v3.0
49 stars 7 forks source link

Use QStandardPaths::locate to search for emojis.json #12

Closed Jiogo18 closed 7 months ago

Jiogo18 commented 7 months ago

Solve #11

QStandardPaths::GenericDataLocation

I tested by moving emojis.json to /usr/share/emojirunner and ~/.local/share/emojirunner manually, and it still works.

I have more changes to improve Emoji Runner in general, do you prefer one or individual pull requests ?

alex1701c commented 7 months ago

Thanks, this indeed predates me having proper knowledge of the Qt APIs -_-