Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: chrome/installer/linux/common/desktop.template

Issue 2416733004: Linux: Use FreeDesktop standard in .desktop entries (Closed)
Patch Set: Remove OnlyShowIn Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/linux/common/desktop.template
diff --git a/chrome/installer/linux/common/desktop.template b/chrome/installer/linux/common/desktop.template
index ec802f2cb10da20d8f8e21a465e86426a93e6447..41db2cf43b3ac9b7bc639010443d2e95f0dee789 100644
--- a/chrome/installer/linux/common/desktop.template
+++ b/chrome/installer/linux/common/desktop.template
@@ -111,9 +111,9 @@ Icon=@@PACKAGE@@
Type=Application
Categories=Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml_xml;image/webp;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;
-X-Ayatana-Desktop-Shortcuts=NewWindow;NewIncognito
+Actions=NewWindow;NewPrivateWindow;
-[NewWindow Shortcut Group]
+[Desktop Action NewWindow]
Name=New Window
Name[am]=አዲስ መስኮት
Name[ar]=نافذة جديدة
@@ -166,9 +166,8 @@ Name[vi]=Cửa sổ Mới
Name[zh_CN]=新建窗口
Name[zh_TW]=開新視窗
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@
-TargetEnvironment=Unity
-[NewIncognito Shortcut Group]
+[Desktop Action NewPrivateWindow]
Name=New Incognito Window
Name[ar]=نافذة جديدة للتصفح المتخفي
Name[bg]=Нов прозорец „инкогнито“
@@ -219,4 +218,3 @@ Name[vi]=Cửa sổ ẩn danh mới
Name[zh_CN]=新建隐身窗口
Name[zh_TW]=新增無痕式視窗
Exec=/usr/bin/@@USR_BIN_SYMLINK_NAME@@ --incognito
-TargetEnvironment=Unity
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698