Re: Issue 320 in xmonad: Make --version more informative

Updates: Labels: Type-Enhancement Priority-Low Component-Core Usability Comment #1 on issue 320 by byorgey: Make --version more informative http://code.google.com/p/xmonad/issues/detail?id=320 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Comment #2 on issue 320 by gwern0: Make --version more informative http://code.google.com/p/xmonad/issues/detail?id=320 An easy change. Here's my output: $ xmonad --verbose-version xmonad 0.9 compiled by ghc 6.10 for linux/i386 Here's the diff: hunk ./Main.hs 47 + ["--verbose-version"] -> putStrLn ("xmonad " ++ showVersion version ++ " compiled by " ++ compilerName $ + ++ " " ++ showVersion compilerVersion ++ " for " ++ os ++ "/" ++ arch) I didn't see any way to get flag information of any kind however; it's simply not in Paths_xmonad.hs nor does it seem to be in System.Info. Attachments: version.dpatch 11.1 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Updates: Status: Patch Owner: SpencerJanssen Comment #3 on issue 320 by SpencerJanssen: Make --version more informative http://code.google.com/p/xmonad/issues/detail?id=320 (No comment was entered for this change.) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings

Updates: Status: Comment #4 on issue 320 by SpencerJanssen: Make --version more informative http://code.google.com/p/xmonad/issues/detail?id=320 --verbose-version now prints compiler, arch, OS and whether X11 was built with Xinerama. X11 version and flags for X11 seem to be difficult to extract. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
participants (1)
-
codesite-noreply@google.com