Bug 275116 - sysutils/mkdesktop: syntax error
Summary: sysutils/mkdesktop: syntax error
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-15 18:09 UTC by Joseph Anthony Pasquale Holsten
Modified: 2024-05-01 11:09 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (bourne.identity)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Anthony Pasquale Holsten 2023-11-15 18:09:13 UTC
mkdesktop script has a syntax error in the dialog to select desktop environment, specifically from the parentheses in “Awesome (Tiling Window Manager)”. Removing the parentheses is the trivial fix.

https://github.com/bourne-again/mkdesktop/blob/master/mkdesktop#L384
Comment 1 Zsolt Udvari freebsd_committer freebsd_triage 2024-05-01 11:09:44 UTC
(In reply to Joseph Anthony Pasquale Holsten from comment #0)
Or you can use single quotes around "Awesome (Tiling Window Manager)”. And increase 30 to 50 in https://github.com/bourne-again/mkdesktop/blob/master/mkdesktop#L378 (width of dialog, 30 is too small for "Awesome (Tiling Window Manager)”).