mmatyas / pegasus-frontend

A cross platform, customizable graphical frontend for launching emulators and managing your game collection.

Home Page:http://pegasus-frontend.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Relative Path to Theme in settings.txt

doakey3 opened this issue · comments

Where: /config/settings.txt
What: general.theme should accept a relative path to a theme. E.g.: general.theme: ./themes/MyTheme/

I tried launching pegasus-fe.exe with the --portable flag and moving the "themes" and "config" folders to the same location as the executable. No luck.

A quick observation: general.theme does accept a relative path e.g. ../themes/Flixnet/ (tested on pegasus-fe_alpha16-67-g40b9b63a_win-mingw-static), however, switching themes will use an absolute path, even in portable mode.

So the path is relative to the settings.txt file. Thank you!