Skip to content

Commit

Permalink
Modify the .desktop names
Browse files Browse the repository at this point in the history
As this app is a generic one it doesn't have sense to name it 3GeV
  • Loading branch information
amilan committed Aug 18, 2016
1 parent c236f55 commit 0b3ab44
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions maxiv-llrfexpert.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Name=LLRF expert
Exec=ctllrfexpertgui
Type=Application
Categories=MAXIV;Science;
Comment=LLRF GUI
Terminal=false
7 changes: 7 additions & 0 deletions maxiv-llrfgui.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Name=LLRF
Exec=ctllrfgui
Type=Application
Categories=MAXIV;Science;
Comment=LLRF GUI
Terminal=false
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def main():

requires = ['taurus']

data_files = [('/usr/share/applications', ['maxiv-r3-llrfexpert.desktop']),
('/usr/share/applications', ['maxiv-r3-llrfgui.desktop'])
data_files = [('/usr/share/applications', ['maxiv-llrfexpert.desktop']),
('/usr/share/applications', ['maxiv-llrfgui.desktop'])
]

setup(
Expand Down

0 comments on commit 0b3ab44

Please sign in to comment.