Jump to content

Tutorials/Kimpanel and User talk:Ognarb: Difference between pages

From KDE UserBase Wiki
(Difference between pages)
Thefossy (talk | contribs)
m Added instructions for Gentoo
 
Skierpage (talk | contribs)
Question about icon edit; add heading to earlier interaction
 
Line 1: Line 1:
<languages />
== 2021 question about translations ==
<translate>
: Hi,
:
: Translations do not work since the last MediaWiki update. You can translate but the results will not be published. Ex.:
:
: https://userbase.kde.org/System_Settings/Appearance
:
: It is translated into Ukrainian, but the translation is not applied. The same thing can be observed on the welcome page:
:
: https://userbase.kde.org/Welcome_to_KDE_UserBase/uk
:
: Can it be fixed?
:
: Thanks in advance for your help.
:
: [[User:Yurchor|Yurchor]] ([[User talk:Yurchor|talk]]) 18:49, 14 February 2021 (UTC)


== KDE Input Method Panel == <!--T:1-->
Hi,
</translate>
I created https://phabricator.kde.org/T14129 and fixed temporary the problem.
Cheers


__NOTOC__
== Why remove icons? Why Note-box-icon.png ? ==
<translate>
I fixed the Info, Tip, and Warning templates on techbase to have icons. But then I realized you intentionally removed the icons from some, e.g. [[techbase:Template:Tip]]. I'm curious, why change one wiki and not the others? Was it that the images were missing on techbase? I figured out that techbase can access images from a "shared repository" on userbase (with some glitches, see {{bug|502586}}), but maybe that didn't work in April 2020 when you removed the icon.
===Acknowledgement=== <!--T:2-->


<!--T:3-->
I also notice you changed [[:File:Note-box-icon.png]] to be different from [[community:File:Note-box-icon.png]]. Again, why? it's unfortunate to have different icons for the same things on different wikis, and it means Template:Note looks like Template:Info.
Translated "almost" verbatim from http://userbase.kde.org/Tutorials/Kimpanel_(zh_CN) (deprecated due to new translation system)


===Introduction=== <!--T:4-->
I know maintaining wikis is thankless work, especially as the community, techbase, and userbase wikis drift apart, so thanks for your efforts. -- [[User:Skierpage|skierpage]] ([[User talk:Skierpage|talk]]) 08:33, 9 April 2025 (UTC)
 
<!--T:5-->
'''KDE Input Method Panel''' is a panel Plasmoid for various input methods with concurrent '''Plasma''' theme.
 
===Input Method Panel=== <!--T:6-->
 
<!--T:10-->
Right click desktop, choose <menuchoice>Add Widgets</menuchoice>, place the<menuchoice> Input Method Panel</menuchoice> plasmoid wherever you prefer.
 
<!--T:33-->
[[File:KDE Input Method Panel.png|thumb|The KDE Input Method Panel Widget|center]]
 
===fcitx-dbus=== <!--T:13-->
 
<!--T:14-->
[[File:ZhcnKimpanel.png|center]]
 
<!--T:15-->
Support for FCITX has been in trunk since r294. Users are encouraged to upgrade.
 
<!--T:16-->
{{Input|1=svn co <nowiki>http://fcitx.googlecode.com/svn/trunk</nowiki> fcitx
cd fcitx
./configure --prefix=/usr && make && sudo make install}}
 
<!--T:17-->
{{Tip|1=*Arch Linux users should check [http://aur.archlinux.org/packages.php?ID=28916 fcitx-dbus-svn] in AUR. [http://aur.archlinux.org/packages.php?ID=20836 fcitx-svn] is okey though.}}
{{Tip|1=*Kubuntu users should check [http://forum.ubuntu.org.cn/viewtopic.php?f=8&t=192737 fcitx-svn].}}
 
===IBus=== <!--T:18-->
 
<!--T:19-->
[[File:Zhcnkimpanel2.png|center]]
 
<!--T:20-->
Install '''ibus''' as usual. Then
 
<!--T:21-->
For '''Kubuntu 9.10 + KDE SC 4.4.x''':
 
<!--T:32-->
*install '''kimpanel-backend-ibus'''
 
<!--T:22-->
{{Input|1=
sudo apt-get install plasma-widget-kimpanel-backend-ibus}}
 
<!--T:23-->
*open <menuchoice>systemsettings</menuchoice> -> <menuchoice>autostart</menuchoice>, add
 
<!--T:24-->
{{Input|1=ibus-daemon --panel=/usr/lib/ibus/ibus-ui-kde}}
 
<!--T:25-->
{{Note|1=ibus requires ibus-qt or ibus-qt4 to input special characters in KDE/Qt applications. (I doubt it --- there is XIM still.)}}
 
For '''Arch Linux''':
 
*open <menuchoice>System Settings</menuchoice> -> <menuchoice>Autostart</menuchoice>, add
 
{{Input|1=ibus-daemon -drx --panel=/usr/lib/kimpanel-ibus-panel}}
 
For '''Gentoo''':
 
*open <menuchoice>System Settings</menuchoice> -> <menuchoice>Autostart</menuchoice>, add
 
{{Input|1=ibus-daemon -drx --panel=/usr/lib64/libexec/kimpanel-ibus-panel}}
 
{{Note|The panel path here is only for a 64-bit architecture. For other architectures, plz change it accordingly.}}
 
<!--T:26-->
If the '''Input Method Panel''' Plasmoid is absent, please check $QT_IM_MODULE and set that to ibus.
 
===Links=== <!--T:27-->
 
<!--T:28-->
[http://forum.ubuntu.org.cn/viewtopic.php?f=38&t=188228&sid=e6e51e7ea48276d23350857383b853d0 Suggestions for Input Method UIs (Chinese)]
 
<!--T:29-->
[http://hi.baidu.com/realasking/blog/item/f01a6baffc294bf1fbed502c.html Install kimpanel on a Fedora 10 notebook (Chinese)]
 
<!--T:30-->
[http://songlinyi.spaces.live.com/blog/cns!9D1E6496716547EE!238.entry kimpanel + ibus (Chinese)]
----
<references/>
 
<!--T:31-->
[[Category:Advanced Users]]
</translate>

Latest revision as of 08:33, 9 April 2025

2021 question about translations

Hi,
Translations do not work since the last MediaWiki update. You can translate but the results will not be published. Ex.:
https://userbase.kde.org/System_Settings/Appearance
It is translated into Ukrainian, but the translation is not applied. The same thing can be observed on the welcome page:
https://userbase.kde.org/Welcome_to_KDE_UserBase/uk
Can it be fixed?
Thanks in advance for your help.
Yurchor (talk) 18:49, 14 February 2021 (UTC)

Hi, I created https://phabricator.kde.org/T14129 and fixed temporary the problem. Cheers

Why remove icons? Why Note-box-icon.png ?

I fixed the Info, Tip, and Warning templates on techbase to have icons. But then I realized you intentionally removed the icons from some, e.g. techbase:Template:Tip. I'm curious, why change one wiki and not the others? Was it that the images were missing on techbase? I figured out that techbase can access images from a "shared repository" on userbase (with some glitches, see bug #502586), but maybe that didn't work in April 2020 when you removed the icon.

I also notice you changed File:Note-box-icon.png to be different from community:File:Note-box-icon.png. Again, why? it's unfortunate to have different icons for the same things on different wikis, and it means Template:Note looks like Template:Info.

I know maintaining wikis is thankless work, especially as the community, techbase, and userbase wikis drift apart, so thanks for your efforts. -- skierpage (talk) 08:33, 9 April 2025 (UTC)