File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,6 +234,8 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/src/ngscopeclient/md
234234
235235install (FILES ${CMAKE_SOURCE_DIR} /src/ngscopeclient/ngscopeclient.desktop
236236 DESTINATION share/applications)
237+ install (FILES ${CMAKE_SOURCE_DIR} /src/ngscopeclient/ngscopeclient.xml
238+ DESTINATION share/mine/packages)
237239
238240if (LINUX )
239241 install (FILES ${CMAKE_SOURCE_DIR} /src/ngscopeclient/icons/16x16/app-icon.png
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ Exec=ngscopeclient
66Categories =Development;Electronics
77Terminal =false
88Icon =ngscopeclient
9+ MimeType =application/x-ngscopeclient-session
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <mime-info xmlns =" http://www.freedesktop.org/standards/shared-mime-info" >
3+ <mime-type type =" application/x-ngscopeclient-session" >
4+ <sub-class-of type =" application/x-yaml" />
5+ <generic-icon name =" text-x-generic" />
6+ <comment >ngscopeclient session</comment >
7+ <glob pattern =" *.scopesession" />
8+ </mime-type >
9+ </mime-info >
You can’t perform that action at this time.
0 commit comments