File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
Resources/Installers/Linux/Open-Ephys_Installer Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 7272 cd ../Resources/Installers/Linux/Open-Ephys_Installer
7373 mkdir -p usr/local/bin/open-ephys-gui
7474 cp -r ../../../../Build/Release/* usr/local/bin/open-ephys-gui
75+ cp ../../../Icons/icon-large.png usr/local/bin/open-ephys-gui
7576 cp ../../../Scripts/*.rules usr/local/bin/open-ephys-gui
77+ mkdir -p usr/share/applications
78+ cp open-ephys.desktop usr/share/applications
7679 cd ..
7780 dpkg-deb --build Open-Ephys_Installer
7881 installer=open-ephys-gui-${gui_ver}${version_suffix}.deb
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ if [ "$1" = configure ]; then
1111 echo " Creating open-ephys symlink to /usr/local/bin..."
1212 ln -sf open-ephys-gui/open-ephys open-ephys
1313
14+ echo " Ensuring desktop entry permissions..."
15+ chmod 644 /usr/share/applications/open-ephys.desktop
16+
17+ echo " Updating desktop database..."
18+ update-desktop-database -q
19+
1420 echo " Installation finished!"
1521
1622fi
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Version =1.0
3+ Type =Application
4+ Name =Open Ephys GUI
5+ Comment =Software for processing, recording, and visualizing multichannel electrophysiology data.
6+ Exec =/usr/local/bin/open-ephys-gui/open-ephys
7+ Icon =/usr/local/bin/open-ephys-gui/icon-large.png
8+ Categories =Science
9+ Terminal =false
10+ StartupNotify =true
11+ Keywords =ephys;electrophysiology;neuroscience;acquisition;visualization;recording;
You can’t perform that action at this time.
0 commit comments