Ok the most important issue right now is my E2iplayer. In the Arabic section, the Arabic fonts(Letters )are no longer visible.
LinuxSat Panel support & discussion
- oktus
- Thread is marked as Resolved.
-
-
Ok the most important issue right now is my E2iplayer. In the Arabic section, the Arabic fonts(Letters )are no longer visible.
Linuxsat panel make changes in system font, this reported before , after use the panel the Arabic letters is not supported.
So as work around, use Arabic savior plugin to restore the font support Arabic letters
-
LinuxSat panel does not report any changes, it only adds some fonts.
Python
Display Moredef add_skin_font(): global HALIGN from enigma import addFont FNTPath = os_path.join(plugin_path + "/fonts") # addFont(filename, name, scale, isReplacement, render) if any(s in lngx for s in locl): HALIGN = RT_HALIGN_RIGHT addFont((FNTPath + '/DejaVuSans.ttf'), 'lsat', 100, 1) addFont((FNTPath + '/DejaVuSans.ttf'), 'lmsat', 100, 1) addFont((FNTPath + '/DejaVuSans.ttf'), 'lbsat', 100, 1) else: addFont((FNTPath + '/ls-regular.ttf'), 'lsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lmsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lbsat', 100, 1) -
LinuxSat panel does not report any changes, it only adds some fonts.
Python
Display Moredef add_skin_font(): global HALIGN from enigma import addFont FNTPath = os_path.join(plugin_path + "/fonts") # addFont(filename, name, scale, isReplacement, render) if any(s in lngx for s in locl): HALIGN = RT_HALIGN_RIGHT addFont((FNTPath + '/DejaVuSans.ttf'), 'lsat', 100, 1) addFont((FNTPath + '/DejaVuSans.ttf'), 'lmsat', 100, 1) addFont((FNTPath + '/DejaVuSans.ttf'), 'lbsat', 100, 1) else: addFont((FNTPath + '/ls-regular.ttf'), 'lsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lmsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lbsat', 100, 1)I reported this issue before, I don't know how it works but definitely it change system font especially the last three fonts,
-
It is not possible because I do not think you have those fonts and with those names (aliases) already installed in your box.
But here everyone is a developer now.
-
It is not possible because I do not think you have those fonts and with those names (aliases) already installed in your box.
But here everyone is a developer now.
Simply you can make simple test, the file attached include short Arabic text with Arabic letters.
Try to open it before and after install of LinuxsatPanel
You will find nothing inside it after open your panel..
If you think you are correct, it is up to you.
-
since I am Italian, and the global language is English, I will remove this possibility.

-
since you are now a coder read the code carefully..
and if you think better you will find the reason why the system uses the last 3 fonts and not the first 3
Python
Display Moreglobal lngx, HALIGN # language locl = "ar", "ae", "bh", "dz", "eg", "in", "iq", "jo", "kw", "lb", "ly", "ma", "om", "qa", "sa", "sd", "ss", "sy", "tn", "ye" lngx = 'en' try: from Components.config import config lngx = config.osd.language.value lngx = lngx[:-3] except: # lngx = 'en' pass HALIGN = RT_HALIGN_LEFT def add_skin_font(): global HALIGN from enigma import addFont FNTPath = os_path.join(plugin_path + "/fonts") if any(s in lngx for s in locl): HALIGN = RT_HALIGN_RIGHT addFont((FNTPath + '/DejaVuSans.otf'), 'lsat', 100, 1) addFont((FNTPath + '/DejaVuSans.otf'), 'lmsat', 100, 1) addFont((FNTPath + '/DejaVuSans.otf'), 'lbsat', 100, 1) else: addFont((FNTPath + '/ls-regular.ttf'), 'lsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lmsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lbsat', 100, 1) -
since you are now a coder read the code carefully..
and if you think better you will find the reason why the system uses the last 3 fonts and not the first 3
Python
Display Moreglobal lngx, HALIGN # language locl = "ar", "ae", "bh", "dz", "eg", "in", "iq", "jo", "kw", "lb", "ly", "ma", "om", "qa", "sa", "sd", "ss", "sy", "tn", "ye" lngx = 'en' try: from Components.config import config lngx = config.osd.language.value lngx = lngx[:-3] except: # lngx = 'en' pass HALIGN = RT_HALIGN_LEFT def add_skin_font(): global HALIGN from enigma import addFont FNTPath = os_path.join(plugin_path + "/fonts") if any(s in lngx for s in locl): HALIGN = RT_HALIGN_RIGHT addFont((FNTPath + '/DejaVuSans.otf'), 'lsat', 100, 1) addFont((FNTPath + '/DejaVuSans.otf'), 'lmsat', 100, 1) addFont((FNTPath + '/DejaVuSans.otf'), 'lbsat', 100, 1) else: addFont((FNTPath + '/ls-regular.ttf'), 'lsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lmsat', 100, 1) addFont((FNTPath + '/ls-medium.ttf'), 'lbsat', 100, 1)I am not developer and this is not my project, I just explain the issue and give you a tool to test it.
Previously I explained to you more about this issue and it's impact on other plugins and subtitle files for users working with Arabic letters.
Publish a plugin screw up other stuff and ignore the issue is not the right thing.
Regards
-
from which pulpit comes the sermon.
If I didn't warn you with your ipk skin scripts you would have deleted all the libraries in the box.
Closed the topic and arabic removed from the plugin
-
I don't speak Arabic, but I had tried it before (mora's subtitles) and it didn't appear on the screen.
With the new version of LinuxSat Panel 2.7.2, subtitles are displayed normally.
Edit
To clarify, I'm not sure if the problem was solved with the latest update, but all the times I had tried Arabic in the past I had a problem, and now it fixed itself.
It may be a coincidence and may have been corrected before the update.
-
-
20250106 2.7.2 version is online
Changelog:
--Removed Arabic menulist
--Removed Halign
--Minor fix
--Info about hardware
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202200809.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202200845.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202200902.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202200925.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202201322.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202201335.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202201207.jpg
1_0_19_515_99_217C_EEEE0224_0_0_0_20250202201219.jpg
-
dreambox 920 merlin image oe 2.5
The error in the image occurs after the last update you published
Unable to download updates!
-
something like the same problem I mentioned in the previous update
the information that appears on the plugin screen
"error loading information"
-
New fix and update
2.7.4thanks Lululla
-
-
Good morning, that is a question I installed the Linuxat Panel Plugins on my Imagine until here everything well I downloaded the Plugins of the Mmark Picons & Skins Picons does everything download them but they do not see I noticed I noticed that the percose is not in/user/share/enigma2 I tried to change but I could not do it as I can do to modify it thanks to it.
-
Good morning, that is a question I installed the Linuxat Panel Plugins on my Imagine until here everything well I downloaded the Plugins of the Mmark Picons & Skins Picons does everything download them but they do not see I noticed I noticed that the percose is not in/user/share/enigma2 I tried to change but I could not do it as I can do to modify it thanks to it.
[Plugin] mmPicons & Skins - Enigma2 DreamOS Plugins - Linux Satellite Support Community
dovresti scrivere qui ;)
-
Your source for the Linuxsat Panel collection.
Download our custom plugins, softcams, scripts, picons, drivers, and IPTV tools for Enigma2. Enhance your Enigma2 with our curated tools. Find exclusive addons, softcams, scripts, and installers developed and shared by our community.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!
