Changeset 34826 in vbox
- Timestamp:
- Dec 8, 2010 11:14:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/UIDesktopServices_x11.cpp
r34462 r34826 44 44 << "Type=Application" << endl 45 45 << "Exec=" << QCoreApplication::applicationFilePath() << " --comment \"" << strName << "\" --startvm \"" << strUuid << "\"" << endl 46 << "Icon=virtualbox-vbox" << endl 47 << "NoDisplay=true" << endl; 46 << "Icon=virtualbox-vbox" << endl; 48 47 /* This would be a real file link entry, but then we could also simply 49 48 * use a soft link (on most UNIX fs):
Note:
See TracChangeset
for help on using the changeset viewer.