דילוג לתוכן

שאלות ותשובות

What happened to Mycroft AI?

Mycroft AI was discontinued and bought by a company named OVOS. Therefore, we won't use them for voice-related stuff anymore. Refer to a FAQ they made about the situation here.

עזרה! שלט הטלוויזיה שלי לא עובד, איך אפשר לתקן את זה?

Many TV manufacturers require HDMI-CEC mode to be enabled manually, one needs to refer to the TV user guide to figure out how to configure the HDMI-CEC option on their television set. The HDMI-CEC option can be found under various names depending on the TV manufacturers, some for example: (TCL TV: T-Link, Panasonic TV: Viera Link, Samsung TV: Anynet+, Sony TV: Bravia Sync).

כמו כן, כדאי לוודא שהתקן הפלזמה למסכים גדולים נתמך בפועל על ידי libcec, בדיקת החומרה הנתמכת שלהם.

חלק מהכפתורים בשלט הטלוויזיה שלי לא עובדים, אני לא יכול לצאת מהיישום או להשתמש בכפתור החזרה כראוי. איך מתקנים את זה?

HDMI-CEC on the beta image is in a testing phase. We have only been able to test the functionality on a few selected range of TV sets and have mapped TV remotes on the basis of those working devices. You can map and test your TV remote following a few simple steps of debugging and editing files listed below.

לבדוק אם הכפתור עובד עם HDMI-CEC ולחלץ את קוד הכפתור שלו:

cd ~/.config./autostart-scripts/
python3 cec-daemon.py

Once the script is running, press the button on your TV remote to extract its KEY CODE, if no KEY CODE is found the KEY might not be part of HDMI-CEC controls enabled on your TV set, refer to the TV User Guide to know which keys are enabled under your TV manufacturers HDMI-CEC implementation.

Adding the found KEY CODE and mapping it in the CEC daemon:

cd ~/.config/autostart-scripts/
nano cec-daemon.py
  • Locate KEYMAP = {} in the daemon script
  • Add your KEY CODE in the following format to the list: “9: u.KEY_HOMEPAGE”
  • In the above example “u.KEY_HOMEPAGE” is mapped to the home button that is used to exit an application
  • “9” being the Key Code
  • “u.KEY_HOMEPAGE” being the action the key should perform

יש לי שלט USB כללי אבל חסר לו מקש בית, איך אוכל לצאת מיישומים?

Not all generic USB remotes are built alike, therefore we recommend using a tested product like the “Wechip G20 Air Mouse With Microphone Remote”. If in-case you are unable to get your hands on one, you can still map an existing key on the remote.

Mapping the window close button to a button on a USB remote:

cd ~/.config/
nano kglobalshortcutsrc
  • Find the entry “Window Close” located under [Kwin]
  • הקצאת הכפתור שלך לרשומת „סגירת חלון”
  • Example: Window Close=Alt+F4\t’YourButtonHere’,Alt+F4\t’YourButtonHere’,Close Window

How do I exit applications using a external keyboard?

“Alt+F4” is the general shortcut assigned to closing applications using a external keyboard. Custom keys can be assigned to the following file for various actions:

cd ~/.config/
nano kglobalshortcutsrc

איך לתרום ולהעלות מפות מקשים מותאמות משלך ל־CEC?

Currently the development repository of the CEC daemon can be found at https://invent.kde.org/adityam/easycec with instructions on how to add a device with custom keymap.

האם יישומי Android עובדים על פלזמה למסכים גדולים?

There are projects out there like Waydroid which is Android running inside a Linux container, and use the Linux kernel to execute applications to achieve near-native performance. This could be leveraged in the future to have Android apps running on top of a GNU/Linux system with the Plasma Bigscreen platform but it's a complicated task, and as of today (October 29, 2021) some distributions already support Waydroid and you can run Plasma Bigscreen on top of those distributions.

אפשר להריץ את פלזמה למסכים גדולים על הטלוויזיה או על הממיר הנוכחיים שלי?

בתאוריה, כן. באופן מעשי, זה תלוי.

התמיכה בחומרה לא מוכתבת על ידי פלזמה למסכים גדולים, במקום היא תלויה במכשירים שנתמכים על ידי ההפצות שמשיקות אותן. כדאי לפנות אל עמוד ההתקנה לפרטים נוספים בנוגע להפצות שמשיקות עמן את פלזמה למסכים גדולים.

מה מצב המיזם?

פלזמה למסכים גדולים מתפתחת בצורה נרחבת ואינה מיועדת לשימוש יומיומי.