Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用我的 shell 扩展支持多个 GNOME 版本。如何检测它运行的 GNOME 版本并适当地分支代码?
const Config = imports.misc.config; if (Config.PACKAGE_VERSION.startsWith("3.42")) // etc.