Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GaZaTu committed Jan 26, 2023
1 parent 1f381a2 commit b56ec6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7.2 FATAL_ERROR)
project(im-emoji-picker VERSION 0.2.0 LANGUAGES CXX)
project(im-emoji-picker VERSION 0.3.0 LANGUAGES CXX)

set(PROJECT_NAME_FULL ${PROJECT_NAME})
set(PROJECT_ORGANIZATION gazatu.xyz)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,12 @@ size=2

### Known Issues 😅

- On Debian with Gnome i had to reboot after installing to be able to configure the emoji picker input method

- On Sway and probably i3 too (maybe any tiling WM) you might need to configure a window rule to prevent the emoji picker from stealing focus (which creates a flickering mess)
- example: `no_focus [title="im-emoji-picker"]`

- When using Wayland neither Fcitx5 nor IBus seem to report the correct text cursor location so the emoji picker will open either in the top left corner or in the center of the screen
- When using Wayland both Fcitx5 and IBus might not report the correct text cursor location so the emoji picker can open either in the top left corner or in the center of the screen

- If the emoji picker is ugly and doesn't follow your system theme (a bit like [this](https://api.gazatu.xyz/blog/entries/01GQCEZA5K1162PYXBRK11T76N/image.webp)) then take a look at [https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications](https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications).

Expand Down
2 changes: 1 addition & 1 deletion ibus-component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<component>
<name>xyz.gazatu.ImEmojiPicker</name>
<description></description>
<version>0.1.0</version>
<version>any</version>
<license>MIT</license>
<author>GaZaTu &lt;gazatu@protonmail.com&gt;</author>
<homepage>https://github.com/GaZaTu/im-emoji-picker</homepage>
Expand Down

0 comments on commit b56ec6a

Please sign in to comment.