[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-07-05 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

Raghavendra kamath  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|CONFIRMED   |RESOLVED

--- Comment #11 from Raghavendra kamath  ---
Ok found the problem it was because of a missing coma in the symbol file in
that sarala section. which is fixed upstreams in xkeyboard config with this
commit ->
https://cgit.freedesktop.org/xkeyboard-config/commit/?id=b3fb72308942f705e3e8e17765e4097773ed5483

So closing this bug report.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-07-05 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #10 from Raghavendra kamath  ---
With the help of fellow kde user Tuxtoriel on #kde IRC channel I have a
workable input switcher.

Tuxtoriel found that the following section in the /usr/share/X11/xkb/symbols/in
file was the problem.

xkb_symbols "tel-sarala" { name[Group1] = "Telugu (Sarala)";
key.type="FOUR_LEVEL"; // sequence base, shift, alt, alt + shift key  { [
U0C4A, U0C12 ] }; // ొ ఒ key  { [ U0C42, U0C0A ] }; // ూ ఊ key  { [
U0C21, U0C22 ] }; // డ ఢ key  { [ U0C35, U0C39 ] }; // వ హ key  { [
U0C2C, U0C2D ] }; // బ భ key  { [ U0C28, U0C23 ] }; // న ణ key  { [
U0C2E, U0C01 ] }; // మ ఁ key  { [ U002C, U0C1E, leftcaret ] }; // , ఞ <
key  { [ U002E, U0C19, rightcaret ] }; // . ఙ > key  { [ U0C36,
question, KP_Divide ] }; // శ ? / key  { [ U0C2F, U0C3D ] }; // య ఽ key
 { [ U0C02, U0C03 ] }; // ం ః key  { [ U0C26, U0C27 ] }; // ద ధ key
 { [ U0C4D, U0C05 ] }; // ్ అ key  { [ U0C17, U0C18 ] }; // గ ఘ key
 { [ U0C1A, U0C1B, U0C58, U0C59 ] }; // చ ఛ ౘ ౙ key  { [ U0C3E,
U0C06 ] }; // ా ఆ key  { [ U0C15, U0C16, U0C62, U0C63 ] }; // క ఖ ౢ ౣ key
 { [ U0C32, U0C33, U0C0C, U0C61 ] }; // ల ళ ఌ ౡ key  { [ U0C1F,
U0C20, semicolon, colon ] }; // ట ఠ ; : key  { [ quoteright, quotedbl ]
}; // ' " key  { [ U0C46, U0C0E, U0C44 U0C34 ] }; // ె ఎ ౄ ఴ key  { 
[
U0C38, U0C37, U0C44 ] }; // స ష ౄ key  { [ U0C47, U0C0F, U0C44 ] }; // ే 
ఏ ౄ
key  { [ U0C30, U0C31, U0C44, U0C60 ] }; // ర ఱ ౄ ౠ key  { [ U0C24,
U0C25 ] }; // త థ key  { [ U0C40, U0C08 ] }; // ీ ఈ key  { [ U0C41,
U0C09 ] }; // ు ఉ key  { [ U0C3F, U0C07 ] }; // ి ఇ key  { [ U0C4B,
U0C13 ] }; // ో ఓ key  { [ U0C2A, U0C2B ] }; // ప ఫ key  { [ U0C1C,
U0C1D, bracketleft, braceleft ] }; // జ ఝ [ { key  { [ U0C48, U0C10,
bracketright, braceright ] }; // ై ఐ ] } key  { [ KP_1, exclam, U0C67,
U0C78 ] }; // 1 ! ౦ ౸ key  { [ KP_2, at, U0C68, U0C79 ] }; // 2 @ ౨ ౹ key
 { [ KP_3, numbersign, U0C69, U0C7A ] }; // 3 # ౩ ౺ key  { [ KP_4,
dollar, U0C6A, U0C7B ] }; // 4 $ ౪ ౻ key  { [ KP_5, percent, U0C6B, U0C7C
] }; // 5 % ౫ ౼ key  { [ KP_6, asciicircum, U0C6C, U0C7D ] }; // 6 ^ ౬ ౽
key  { [ KP_7, ampersand, U0C6D, U0C7E ] }; // 7 & ౭ ౾ key  { [
KP_8, KP_Multiply, U0C6E, U0C7F ] }; // 8 * ౮ ౿ key  { [ KP_9, U0028,
U0C6F, U20B9 ] }; // 9 ( ౯ ₹ key  { [ KP_0, U0029, U0C66, U0C55 ] }; // 0
) ౦ ౕ key  { [ KP_Subtract, underbar, NoSymbol, U0C56 ] }; // - _ ౖ key
 { [ KP_Equal, KP_Add ] }; // = + key  { [ U0C4C, U0C14, U0964,
U0965 ] }; // ౌ ఔ । ॥ key  { [ U0C43, U0C0B, quoteleft, asciitilde ] }; //
 ఋ ` ~ include "level3(ralt_switch)" };

I removed this section and everything is working fine now :) So this is a
workaround for now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-26 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #9 from Raghavendra kamath  ---
@Christoph Feck

I tested neon 5.10.2 and it works correctly in it,
it has plasma version - 5.10.2
framework version - 5.35.0
Qt version 5.9.0

However when I test Opensuse tumbleweed, it is not working in it
tumbleweed has these versions of kde at the moment of testing

plasma version 5.10.2
fremework version - 5.34.0
Qt version - 5.9.0

Is there anything else that can pin point to the problem maker package.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-26 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #8 from Christoph Feck  ---
Was this working in an earlier version? If yes, which updates broke it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-23 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #7 from Raghavendra kamath  ---
@ARPIT KUMAR GAHLOT yes now even I suspect that the issue is different and may
be in kde 5.10 I tested neon some days back and it behaved correctly. I'll
check again.

But for some of friends using debian gnome the xorg change gave problem. Hence
I linked the commit here

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-23 Thread ARPIT KUMAR GAHLOT
https://bugs.kde.org/show_bug.cgi?id=381352

ARPIT KUMAR GAHLOT  changed:

   What|Removed |Added

 CC||ug201312...@iitj.ac.in

--- Comment #6 from ARPIT KUMAR GAHLOT  ---
Same situation here. But I believe the Xorg decision to make base-extra in
rules folder might not be the issue, because this change is already released
and I was able to use Hindi(Wx) keyboard on Plasma 5.9 branch.

I have a Manjaro Mate install on another machine last updated before June 1
2017, in which changing layout works i.e.

   setxkbmap tel

gives Telugu layout

   setxkbmap dev

gives Devanagri.

   setxkbmap in

gives default Indian layout(Devanagri)

All these three comands on my Plasma 5.10.2 machine give 

   Error loading new keyboard description

I checked the rules folder in both machines:

/usr/share/X11/xkb/rules

and all files were identical. Sure, there exists a base.extras.xml separate
from base.xml consisting of all Indian language layout info. But, as noted
above, in Mate machine, changing layout works. In my Manjaro(Arch based)
install, everything was fine until 5.9 branch. Updating to 5.10 broke both
switching to any Indian layout. The widget indicator for changing layout also
does not work. I believe this is a KDE issue, not Xorg one.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-21 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #5 from Raghavendra kamath  ---
@Kai Uwe Broulik is this ->
https://cgit.freedesktop.org/xkeyboard-config/commit/?id=913af7dafaab8ff4a9ae0d1e4c4097caf4a8022d
somehow related?

They moved the indian language input methods to base-extra in rules folder. all
for the reason that it is confusing in the gnome-control center. Do you guys
know this?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-20 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #4 from Raghavendra kamath  ---
@Kai Uwe Broulik I don't have it (Ctrl + Alk + K) to do that as i need it in
other program. But the alternative alt + capslock which is there in settings
doesn't work. It just shows the US in the on screen display notification

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #3 from Kai Uwe Broulik  ---
Does Ctrl+Alt+K (keyboard to switch layouts) work for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381352

--- Comment #2 from Kai Uwe Broulik  ---
Hmm, I toggled it off and back on (System Settings → Input Devices → Keyboard →
Layouts → "Show layout indicator" in top left) and now it's there again. Weird.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=381352

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
I upgraded to Qt 5.9 and I now also lost my keyboard layout indicator.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 381352] Can't assign or change to indian keyboard layout, system tray icon is also missing.

2017-06-18 Thread Raghavendra kamath
https://bugs.kde.org/show_bug.cgi?id=381352

Raghavendra kamath  changed:

   What|Removed |Added

   Platform|Other   |Archlinux Packages

-- 
You are receiving this mail because:
You are watching all bug changes.