Beiträge von compyx im Thema „Vice unter Linux läuft nicht --> wo liegt mein Fehler?“

    Not to burst anyone's bubble, but I fixed the locations of the user ROMs and also fixed the "include paths" for those ROMs

    The old code would first check $prefix/share/vice and then dirs related to the binary and then finally some user dir. (~/.vice or ~/.config/vice were both wrong)

    So now the order is*: ~/.local/share/vice, dir_of_the_binary (mostly for Windows), $prefix/share/vice.

    * = vice will read XDG env variables so VICE is compatible with flatpak/snap. compile with --enable-debug-gtk3ui to have VICE spit out the final search path.

    Many distro's don't actually provide the ROMs, and many distro's provide older/ancient VICE versions.

    Current trunk will install its ROMs, keymaps and other data into $prefix/share/vice, binaries into $prefix/bin and docs into $prefix/share/doc.

    It will look for vicerc in $XDG_CONFIG_HOME, which defaults to $HOME/.config/vice. Autostart images will be in $XDG_CACHE_HOME, which defaults to $HOME/.cache/vice.

    This is only valid for a fairly recent VICE, if the paths are different I'd suggest checking out and building vice from svn.