Reply To: desktop-menu-antix broken

Forum › Forums › New users › New Users and General Questions › desktop-menu-antix broken › Reply To: desktop-menu-antix broken

#180873
Dave
Forum Admin

    I ran into this in my rewrite of desktop-menu to better support multiple users.
    I am not sure if it is the best way yet, but a check can be added for this.
    if USER_HOME[-1] != '/': USER_HOME = USER_HOME+"/"
    Edit: Maybe
    if USER_HOME[-1] != '/': USER_HOME += "/"

    • This reply was modified 1 year, 2 months ago by Dave.

    Computers are like air conditioners. They work fine until you start opening Windows. ~Author Unknown