- Mar 23, 2019
-
-
YOSHINO Yoshihito authored
Change search pattern from /usr/lib/*/ to /usr/lib/*-*/ to match multiarch paths while traversing the smaller number of directories. Thanks to Aaron M. Ucko <ucko@debian.org>. This hopefully closes: Bug#925160.
-
YOSHINO Yoshihito authored
Revert "xinputrc.common: Implement imconfig_find_files_with_prefixpath_glob as function to find files" This reverts commit 9b7d9d06.
-
YOSHINO Yoshihito authored
This (mostly) reverts commit b613979a.
-
YOSHINO Yoshihito authored
This reverts commit 15ea9ef0.
-
YOSHINO Yoshihito authored
This reverts commit 5ffb5c58.
-
YOSHINO Yoshihito authored
Basically all /etc/X11/Xsession.d/* scripts are /bin/sh scripts, and transitively not zsh-compatible. Some display manager (sddm) runs /etc/X11/Xsession under zsh if the logged-in user uses it as a login shell. In this case, sddm upstream runs /etc/X11/Xsession under zsh as /bin/sh-emulation mode. However, Debian's sddm does not. This commit works around the display manager like Debian's sddm in im-config side to make sure that /etc/X11/Xsession.d/70im-config_launch is always run under some sh-compatible shell. Note that this does not affect any shells started after the Xsession startup. This really closes: Bug#905129.
-
- Mar 08, 2019
-
-
Osamu Aoki authored
-
Osamu Aoki authored
im-config (0.39-1) unstable; urgency=medium [ YOSHINO Yoshihito ] * Support GNOME Wayland with gdm3.
-
Osamu Aoki authored
-
Signed-off-by: Osamu Aoki <osamu@debian.org>
-
- Mar 07, 2019
-
-
YOSHINO Yoshihito authored
Wayland and GNOME Wayland do not seem to support window positioning, keeping window above nor making it hidden from taskbar (top bar, Alt+Tab switching). Forcing the GUI to use x11 (XWayland on Wayland) will clear all the GUI problems related to Wayland.
-
YOSHINO Yoshihito authored
Unlike Xorg, Wayland does not use /etc/X11/Xsession.d/, where im-config has launched IM related programs through im-launch command. This .desktop runs im-launch in an xdg-autostart-capable desktop environment like GNOME, only on Wayland. Note that im-config on Xorg does not use this .desktop, because im-config will continue to support non-xdg-autostart-capable desktops.
-
YOSHINO Yoshihito authored
systemd's user environment generator is run very early in a desktop initialization stage, before running other user configs or shell scripts. Because of this, im-launch cannot determine whether the environment variables are manually configured by user or set default by im-config. To compensate this, im-launch checks diffs between the env variables and the default in im-config when apparently configured via systemd, and if found it skips launching any program.
-
YOSHINO Yoshihito authored
This systemd.environment-generator(7) is invoked by `systemd --user' (>= 233) to export variables to its activation environment, which is used by gdm3 for environment variables in a new desktop session. Unlike Xorg, Wayland does not use /etc/X11/Xsession.d/, where im-config has exported environment variables. This generator should compensate the lacking function for a Wayland desktop session launched from gdm3.
-
- Dec 15, 2018
-
-
Osamu Aoki authored
Patch from: scootergrisen <scootergrisen@gmail.com> Signed-off-by: Osamu Aoki <osamu@debian.org>
-
- Aug 04, 2018
-
-
Osamu Aoki authored
Signed-off-by: Osamu Aoki <osamu@debian.org>
-
Osamu Aoki authored
-
Osamu Aoki authored
im-config (0.38-1) unstable; urgency=medium * Switch from bash to sh for im-config. * Add build time check to prevent shell grammar errors.
-
Osamu Aoki authored
-
Osamu Aoki authored
Signed-off-by: Osamu Aoki <osamu@debian.org>
-
Osamu Aoki authored
Signed-off-by: Osamu Aoki <osamu@debian.org>
-
- Aug 03, 2018
-
-
Osamu Aoki authored
I see no reason to use bash here Signed-off-by: Osamu Aoki <osamu@debian.org>
-
Osamu Aoki authored
-
- Aug 02, 2018
-
-
Boyuan Yang authored
-
Boyuan Yang authored
-
Boyuan Yang authored
-
Boyuan Yang authored
-
Boyuan Yang authored
Patch from downstream Ubuntu. LP: #1722427 Original Author: Gunnar Hjalmarsson <gunnarhj@ubuntu.com> Though im-config in Debian is not adding environment variable export in /etc/profile.d (for now), discarding stderr messages seems harmless and will keep im-config in Debian & Ubuntu less different.
-
Boyuan Yang authored
-
Boyuan Yang authored
-
- Aug 01, 2018
-
-
Osamu Aoki authored
-
Osamu Aoki authored
im-config (0.36-1) unstable; urgency=medium [ Boyuan Yang ] * Make code compatible with zsh. Closes: #905129 * Update package requirement for fcitx. * Update zh_CN translation.
-
Osamu Aoki authored
-
Osamu Aoki authored
Signed-off-by: Osamu Aoki <osamu@debian.org>
-
Osamu Aoki authored
wheezy (7.0) was released in May 2013 In 2018/now, Stretch (9) is stable. Breakage was due to C++ issue. Since then SCIM moved to scim-bridge (C base code) and resolved problem. So let's remove this negative message. Signed-off-by: Osamu Aoki <osamu@debian.org>
-
Osamu Aoki authored
Use wrapper to search files instead of using shell glob expansion See merge request input-method-team/im-config!1
-
Boyuan Yang authored
-
Boyuan Yang authored
-
Boyuan Yang authored
-
Boyuan Yang authored
-