8000 GitHub - agateau/dblaunch: A minimalist DOSBox launcher
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

agateau/dblaunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBLaunch

DBLaunch is a minimalist DOSBox launcher. It installs .desktop files which makes it possible to start DOS games from within standard applications menus.

Intro

Assumes a base dir with the following layout:

base_dir
    game1/
    game1.conf
    game1.desktop
    game1.png
    game2/
    game2.conf
    game2.desktop
    game2.png

Here is an example.

This is game1.desktop:

[Desktop Entry]
Type=Application
Name=User Readable name
Exec=dblaunch game1
Icon=dblaunch-game1
Categories=Game;

game1.conf is a DOSBox config file:

[sdl]
fullscreen=true

[autoexec]
mount c .
# Change keyboard
keyb fr
# Other things like mounting disks here
# imgmount d: game1/cd/game1.cue -t iso
c:
cd game1
game1
exit

game1.png must be a square image, at least 128x128.

Dependencies

  • DOSBox
  • ImageMagick
  • xdg-utils

Install

Install the tools:

make install

Create the config file:

mkdir -p ~/.config/dblaunch
echo "DOS_BASE_DIR=PATH_TO_DOS_BASE_DIR" > ~/.config/dblaunch/dblaunch.conf

Whenever you change .desktop or .png:

dblaunch-create-launchers

License

BSD

About

A minimalist DOSBox launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published
0