Skip to content

Commit

Permalink
Application: add desktop file...
Browse files Browse the repository at this point in the history
  • Loading branch information
afilmore committed May 25, 2012
1 parent 4e2b427 commit 7971ee8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -15,7 +15,7 @@

2 - Install Needed Dev Packages (see configure.ac)

3 - Install LibFmCore (LibFmCore's README)
3 - Install LibFmCore (See LibFmCore's README)

4 - You Need Last Vala Release : http://ftp.gnome.org/pub/GNOME/sources/vala/0.17/vala-0.17.0.changes
If not available, patch your Vapi Files : http://bugzilla-attachments.gnome.org/attachment.cgi?id=210903
Expand Down
11 changes: 11 additions & 0 deletions data/lxdesktop.desktop
@@ -0,0 +1,11 @@
[Desktop Entry]
Type=Application
Icon=system-file-manager
Name=File Manager
GenericName=File Manager
Comment=File Manager
Categories=FileManager;Utility;Core;GTK;
Exec=lxdesktop %U
StartupNotify=false
Terminal=false
MimeType=x-directory/normal;inode/directory;
2 changes: 1 addition & 1 deletion src/Desktop/DesktopWindow.vala
Expand Up @@ -188,7 +188,7 @@ namespace Desktop {
* Debug mode, show the desktop in a regular window, very handy :)
*
************************************************************************/
this.set_default_size ((screen.get_width() / 4) * 3, (screen.get_height() / 4) * 3);
this.set_default_size ((screen.get_width () / 4) * 3, (screen.get_height () / 4) * 3);
this.set_position (Gtk.WindowPosition.CENTER);
this.set_app_paintable (true);

Expand Down

0 comments on commit 7971ee8

Please sign in to comment.