{"id":16199967,"url":"https://github.com/agateau/dblaunch","last_synced_at":"2025-04-07T17:47:15.202Z","repository":{"id":66380954,"uuid":"69593480","full_name":"agateau/dblaunch","owner":"agateau","description":"A minimalist DOSBox launcher","archived":false,"fork":false,"pushed_at":"2024-09-22T14:33:58.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T19:49:54.258Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agateau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"agateau","ko_fi":"agateau","liberapay":"agateau","custom":"https://agateau.com/support/"}},"created_at":"2016-09-29T17:58:45.000Z","updated_at":"2024-09-22T14:34:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"be77db5c-42d3-461a-bc23-52a76c3b2aab","html_url":"https://github.com/agateau/dblaunch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdblaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdblaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdblaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agateau%2Fdblaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agateau","download_url":"https://codeload.github.com/agateau/dblaunch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247703795,"owners_count":20982286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T09:28:50.733Z","updated_at":"2025-04-07T17:47:15.182Z","avatar_url":"https://github.com/agateau.png","language":"Shell","funding_links":["https://github.com/sponsors/agateau","https://ko-fi.com/agateau","https://liberapay.com/agateau","https://agateau.com/support/"],"categories":[],"sub_categories":[],"readme":"# DBLaunch\n\nDBLaunch is a minimalist DOSBox launcher. It installs .desktop files which\nmakes it possible to start DOS games from within standard applications menus.\n\n## Intro\n\nAssumes a base dir with the following layout:\n\n    base_dir\n        game1/\n        game1.conf\n        game1.desktop\n        game1.png\n        game2/\n        game2.conf\n        game2.desktop\n        game2.png\n\nHere is an example.\n\nThis is `game1.desktop`:\n\n    [Desktop Entry]\n    Type=Application\n    Name=User Readable name\n    Exec=dblaunch game1\n    Icon=dblaunch-game1\n    Categories=Game;\n\n`game1.conf` is a DOSBox config file:\n\n    [sdl]\n    fullscreen=true\n\n    [autoexec]\n    mount c .\n    # Change keyboard\n    keyb fr\n    # Other things like mounting disks here\n    # imgmount d: game1/cd/game1.cue -t iso\n    c:\n    cd game1\n    game1\n    exit\n\n`game1.png` must be a square image, at least 128x128.\n\n# Dependencies\n\n- DOSBox\n- ImageMagick\n- xdg-utils\n\n# Install\n\nInstall the tools:\n\n    make install\n\nCreate the config file:\n\n    mkdir -p ~/.config/dblaunch\n    echo \"DOS_BASE_DIR=PATH_TO_DOS_BASE_DIR\" \u003e ~/.config/dblaunch/dblaunch.conf\n\nWhenever you change .desktop or .png:\n\n    dblaunch-create-launchers\n\n# License\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fdblaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagateau%2Fdblaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagateau%2Fdblaunch/lists"}