We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e405d7 commit 179ff2bCopy full SHA for 179ff2b
CMakeLists.txt
@@ -154,10 +154,8 @@ else()
154
install(FILES ${CMAKE_SOURCE_DIR}/nemo/actions/dependency-viewer.nemo_action
155
DESTINATION share/nemo/actions
156
COMPONENT nemo-integration)
157
- set(GNOME_SHELL_VERSION_STR "1")
158
- if (NOT APPLE)
159
- execute_process(COMMAND "gnome-shell --version" OUTPUT_VARIABLE GNOME_SHELL_VERSION_STR)
160
- endif()
+ set(GNOME_SHELL_VERSION_STR "unknown 1")
+ execute_process(COMMAND gnome-shell --version OUTPUT_VARIABLE GNOME_SHELL_VERSION_STR)
161
string(REGEX MATCH "[0-9]+" GNOME_SHELL_VERSION "${GNOME_SHELL_VERSION_STR}")
162
message(STATUS "GNOME_SHELL_VERSION is ${GNOME_SHELL_VERSION}")
163
if (GNOME_SHELL_VERSION LESS 43)
0 commit comments