Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input-method-v1 #2172

Merged
merged 13 commits into from
Mar 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions metadata/input-method-v1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<wayfire>
<plugin name="input-method-v1">
<_short>Input-Method-V1 Protocol</_short>
<_long>An implementation of the input-method-v1 protocol. Needed for proper functioning of input methods like Fcitx5.</_long>
<category>Utility</category>
</plugin>
</wayfire>
1 change: 1 addition & 0 deletions metadata/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install_data('gtk-shell.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('idle.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('input.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('input-device.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('input-method-v1.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('invert.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('ipc.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
install_data('ipc-rules.xml', install_dir: conf_data.get('PLUGIN_XML_DIR'))
Expand Down
4 changes: 4 additions & 0 deletions metadata/workarounds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
<option name="discard_command_output" type="bool">
<_short>Discard output from commands invoked by Wayfire, so that they don't end up in the logs.</_short>
<default>true</default>
</option>
<option name="enable_input_method_v2" type="bool">
<_short>Enable support for the newer input-method-v2 protocol. Note that the input-method-v1 protocol works better in many cases.</_short>
<default>false</default>
</option>
</plugin>
</wayfire>