Skip to content

Commit

Permalink
- Added launcher for DockX.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matias Särs committed Oct 20, 2012
1 parent d7d597e commit d22f093
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DockX.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

[Desktop Entry]
Version=0.39
Name=DockX
GenericName=Dock for DockbarX
Comment=Stand-alone dock for DockbarX
Exec=dockx
Icon=dockbarx
Terminal=false
Type=Application
Categories=Utility;
Name[sv]=DockX
1 change: 1 addition & 0 deletions dbx_preference.desktop
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Icon=dockbarx
Terminal=false
Type=Application
Categories=Utility;
GenericName[sv]=Preferences Dialog
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def scan_path(self, install_path, base_path, path="", ext=""):
("/usr/bin", ["dockbarx_factory", "dbx_preference", "dockx"]),
("/usr/lib/bonobo/servers", ["GNOME_DockBarXApplet.server"]),
("/usr/share/applications/", ["dbx_preference.desktop"]),
("/usr/share/applications/", ["DockX.desktop"]),
]

setup(name="Dockbarx",
Expand Down

0 comments on commit d22f093

Please sign in to comment.