Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[Solved] Xbian menu option in system does not work
Thank you for your donation

Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[Solved] Xbian menu option in system does not work
19th Jun, 2020, 03:04 AM
Post: #3
spleencheese Offline
Registered
Posts: 16
Joined: Jun 2017
Reputation: 0
RE: Xbian menu option in system does not work
(19th Jun, 2020 01:02 AM)Nachteule Wrote:  The issue might come from this commit

Can't reproduce this issue though.

Please change beginning of file /usr/local/share/kodi/addons/plugin.xbianconfig/categories/extra/01_vncserver.py like this

Code:
from __future__ import print_function

try:
    from future_builtins import map
    import itertools.ifilter as filter
except ImportError:
    pass

and try again

Thanks for your prompt response. It worked! You sir/madam are a genius.

Just for claritiy the top of the file now reads as follows:


from __future__ import print_function

try:
from future_builtins import map
import itertools.ifilter as filter
except ImportError:
pass

import re

from resources.lib.xbmcguie.xbmcContainer import *
from resources.lib.xbmcguie.xbmcControl import *
from resources.lib.xbmcguie.tag import Tag
from resources.lib.xbmcguie.category import Setting


I shall make another donation.
Find all posts by this user
« Next Oldest | Next Newest »
Thread Closed 


Messages In This Thread
[Solved] Xbian menu option in system does not work - spleencheese - 18th Jun, 2020, 11:22 PM
RE: Xbian menu option in system does not work - Nachteule - 19th Jun, 2020, 01:02 AM
RE: Xbian menu option in system does not work - spleencheese - 19th Jun, 2020 03:04 AM
RE: [Solved] Xbian menu option in system does not work - Nachteule - 19th Jun, 2020, 03:52 AM
RE: [Solved] Xbian menu option in system does not work - spleencheese - 19th Jun, 2020, 04:27 AM
RE: [Solved] Xbian menu option in system does not work - Nachteule - 19th Jun, 2020, 04:28 AM
RE: [Solved] Xbian menu option in system does not work - chrisberry - 2nd Jan, 2024, 07:11 PM

Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [SOLVED] XBian menu in System, Settings not working A.T.E. 16 38,061 16th May, 2016 08:31 PM
Last Post: A.T.E.

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 22nd May, 2025, 04:33 AM Powered By MyBB, © 2002-2025 MyBB Group.