搜狗输入法主题麻将主题

搜狗手机输入法iPhone版 想要的皮肤都在这儿
作者: 发布时间: 11:01:19 来源:cnsn
  周末必看《好声音》?是周董的死忠粉?热爱电影和韩剧?每天不刷一刷知乎都会感觉空虚?上周度过了一个美好的七夕或者是被虐的单手狗?不管你是哪一种、哪一类,都来搜狗输入法iPhone版的皮肤中心来寻找自己喜爱的皮肤吧!懂你心意的搜狗输入法iPhone版早就准备了无数款皮肤,等你来发现!
  点击&S&菜单中的皮肤按钮,打开搜狗输入法iPhone版的皮肤管理中心。搜狗输入法iPhone版将皮肤中心划分成了三个板块:&本地&&推荐&和&分类&。&本地&是已经下载过的皮肤,随时可以在这里进行更换。&推荐&是最新最热的爆款皮肤推荐。而&分类&则是将搜狗输入法iPhone版中的皮肤划分为9个分项,方便用户查找。
  卡通、体育、影视、静物、明星&&各类皮肤应有尽有。就比如,《捉妖记》在搜狗输入法iPhone版就有自己的独家皮肤,不止皮肤画面是《捉妖记》,按键音也是定制的,在输入过程中点击换行键,会出现小胡巴的声音哟!
  但是今天要向大家特别推荐的,是近期更新的搜狗输入法iPhone版V3.1.6版本中的四款特效皮肤:青花瓷、机械键盘、普通话麻将和四川话麻将。青花瓷的创意来自周董的歌曲《青花瓷》:&天青色等烟雨,而我在等你&。机械键盘是设计师郗鉴设计的彩虹机械键盘,造型逼真、画面悦目,高度还原了机械键盘的操作手感,让用户按得更&爽&。还有麻将的特效皮肤,专门录制了普通话版和四川话版的按键音,生动形象,还特别有趣。如果喜欢这些特效皮肤,还可以把他们分享给朋友,大家一起使用喔!
  来搜狗输入法iPhone版换一个新皮肤吧,给你的聊天带来更多快乐!
【关注微信公众号,微信搜:中国软件资讯网】【关注微信公众号,微信搜:CNIT观察】
品牌展示区
中国软件资讯网
All Rights Reserved.
中华人民共和国
京公网安备32号解决Ubuntu下搜狗输入法的黑块儿问题
重装了Ubuntu系统之后,安装完搜狗输入法发现状态条的地方总是出现一个黑框。无奈到处搜索,总算是找到了一个解决方案。
我的系统配置跟帖子里的描述不是很一致,但是简单的安装配置后黑框消失了,眼前瞬间充满了一种小小的完美感。
我的系统是12.04,安装了Gnome桌面,刚刚升级到Gnome3。
简单描述一下我的解决方案,顺便附上转帖供后来的朋友参考。
第一步,安装Comton。首先要添加第三方源然后进行安装。命令如下:
sudo apt-add-repository
ppa:richardgv/compton&
sudo apt-get update && sudo
apt-get install compton
第二步,配置Compton
&/usr/share/doc/compton 下的配置文件 compton.sample.conf
在管理员模式(sudo -s)下进行编辑。把shadow的值设置为false。
第三步:重启电脑。
简单的三步操作之后,搜狗输入法的黑框问题就可以解决。
以下是找到的转帖
*******************************************************************************************************************************
*******************************************************************************************************************************
解决搜狗输入法Ubuntu 14.04下黑块状态条
搜狗的Linux输入法正式版发布之时,恰好Ubuntu 14.04
LTS也刚刚发布正式版。尝试安装搜狗的Linux输入法之后,出现了一个小小的问题:输入法状态条是一个黑色块。
我的Linux桌面用的是i3平铺式桌面管理器,多显示器环境下非常好用,强烈推荐。除此之外,GUI底层用的是KDE。
做了一番功课之后,结果发现因为搜狗要支持皮肤,所以那个状态条是半透明状态的。而我目前的默认环境下不支持compositor窗口管理器,无法处理半透明窗口的效果,于是就只能显示一个黑色块。
解决办法是安装Compton,以支持窗口的半透明效果。Ubuntu默认情况下没有可用的APT源,有两种办法安装:一个是从源码编译(不赘述),另外一个是使用一个第三方的源。
安装第三方源并安装compton
sudo apt-add-repository
ppa:richardgv/compton&
sudo apt-get update && sudo apt-get install
配置compton
编辑文件 ~/.compton.conf,输入如下内容
backend = "glx";
paint-on-overlay =
glx-no-stencil =
glx-no-rebind-pixmap =
vsync = "opengl-swc";&
# These are important. The first one enables the opengl
backend. The last one
# is the vsync method. Depending on the driver you might need
# different method.
# The other options are smaller performance tweaks that work
well in most
# You can find the rest of the options here:
# /chjj/compton/wiki/perf-guide, and
# /chjj/compton/wiki/vsync-guide
shadow = & &
& & &# Enabled
client-side shadows on windows.
no-dock-shadow = & &
&# Avoid drawing shadows on dock/panel
no-dnd-shadow = & &
& # Don't draw shadows on DND windows.
clear-shadow = & &
& &# Zero the part of the
shadow's mask behind the window (experimental).
shadow-radius = 7; & &
&# The blur radius for shadows. (default 12)
shadow-offset-x = -7; & &
& # The left offset for shadows. (default
shadow-offset-y = -7; & &
& # The top offset for shadows. (default
shadow-exclude = [
& & "! name~=''",
"n:e:Notification",
& & "n:e:Plank",
& & "n:e:Docky",
& & "g:e:Synapse",
& & "g:e:Kupfer",
& & "g:e:Conky",
& & "n:w:*Firefox*",
& & "n:w:*Chrome*",
& & "n:w:*Chromium*",
& & "class_g ?=
'Notify-osd'", & &
& & "class_g ?=
'Cairo-dock'", & &
& & "class_g ?=
'Xfce4-notifyd'", & &
& & "class_g ?=
'Xfce4-power-manager'" & &
# The shadow exclude options are helpful if you have shadows
enabled. Due to & &
# the way compton draws its shadows, certain applications will
have visual & &
# glitches & &
# (most applications are fine, only apps that do weird things
with xshapes or & &
# argb are affected). & &
# This list includes all the affected apps I found in my
testing. The "! & &
# name~=''" part excludes shadows on any "Unknown" windows,
this prevents a & &
# visual glitch with the XFWM alt tab switcher.
fading = # Fade windows during opacity changes.
fade-delta = 4; # The time between steps in a fade in
milliseconds. (default 10).
fade-in-step = 0.03; # Opacity change between steps while
fading in. (default 0.028).
fade-out-step = 0.03; # Opacity change between steps while
fading out. (default 0.03).
#no-fading-openclose = # Fade windows in/out when
opening/closing
detect-client-opacity = # This prevents opacity being
ignored for some apps. For example without this enabled my
xfce4-notifyd is 100% opacity no matter what.
# Window type settings
& tooltip = { fade = shadow =
重点是其中 shadow 一项的值设置为 false 。
最后,修改i3配置文件 ~/.i3/config,在最后加入下面的代码,实现自动启动compton和搜狗输入法
# auto start commands
exec --no-startup-id fcitx -r
exec --no-startup-id fcitx-qimpanel
exec --no-startup-id compton -b
安装完成了,系统也顺便带了半透明和淡入淡出效果。
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。

我要回帖

更多关于 搜狗输入法下载 的文章

 

随机推荐