Skip to content

Commit

Permalink
Support latest zoom version (>= 6.1.5.871) for HamoniKR 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaeya committed Sep 27, 2024
1 parent aed4cc2 commit 17dc0e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
hamonikr-system (8.1.4) unstable; urgency=medium

* Support latest zoom version (>= 6.1.5.871) for HamoniKR 8.0

-- HamoniKR <[email protected]> Fri, 27 Sep 2024 15:10:14 +0900

hamonikr-system (8.1.3) unstable; urgency=medium

* disable hide bulky action
Expand Down
9 changes: 9 additions & 0 deletions etc/hamonikr/adjustments/40-adjust-zoom-im.execute
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ if [ -f "/etc/hamonikr/info" ] ; then
echo "Updated im setting for zoom"
fi

# latest version (>= 6.1.5.871) for HamoniKR 8.0
if [ -d "/opt/zoom/Qt/plugins/platforminputcontexts" ] && \
[ -f "/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libqt5im-nimf.so" ] && \
[ ! -f "/opt/zoom/Qt/plugins/platforminputcontexts/libqt5im-nimf.so" ] ; then
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libqt5im-nimf.so /opt/zoom/Qt/plugins/platforminputcontexts
# log "Updated im setting for zoom"
echo "Updated im setting for zoom"
fi

fi

fi

0 comments on commit 17dc0e9

Please sign in to comment.