Forum › Forums › New users › New Users and General Questions › desktop-menu-antix broken › Reply To: desktop-menu-antix broken
July 6, 2025 at 6:43 pm
#180873
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