mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Revert renaming of kitty.dekstop to kitty-terminal.desktop
Changing the default value for application id/WM_CLASS is a no go, since existing scripts can depend on it and I try to avoid breaking people's workflows wherever possible. Guess xdg-mime will just have to live with the horror of an unhyphenated file name. Fixes #7326
This commit is contained in:
2
setup.py
2
setup.py
@@ -1340,7 +1340,7 @@ def create_linux_bundle_gunk(ddir: str, args: Options) -> None:
|
||||
shutil.copy2(f'logo/kitty.{ext}', icdir)
|
||||
deskdir = os.path.join(ddir, 'share', 'applications')
|
||||
safe_makedirs(deskdir)
|
||||
with open(os.path.join(deskdir, 'kitty-terminal.desktop'), 'w') as f:
|
||||
with open(os.path.join(deskdir, 'kitty.desktop'), 'w') as f:
|
||||
f.write(
|
||||
'''\
|
||||
[Desktop Entry]
|
||||
|
||||
Reference in New Issue
Block a user