1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
diff -Nur a/steam.desktop b/steam.desktop
--- a/steam.desktop 2013-03-01 23:29:41.000000000 +0000
+++ b/steam.desktop 2016-04-10 13:07:27.191010332 +0100
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Steam
Comment=Application for managing and playing games on Steam
-Exec=/usr/bin/steam %U
+Exec=/usr/bin/redcore-steam %U
Icon=steam
Terminal=false
Type=Application
@@ -19,7 +19,7 @@
Name[ru]=Магазин
Name[zh_CN]=商店
Name[zh_TW]=商店
-Exec=steam steam://store
+Exec=redcore-steam steam://store
[Desktop Action Community]
Name=Community
@@ -30,7 +30,7 @@
Name[ru]=Сообщество
Name[zh_CN]=社区
Name[zh_TW]=社群
-Exec=steam steam://url/SteamIDControlPage
+Exec=redcore-steam steam://url/SteamIDControlPage
[Desktop Action Library]
Name=Library
@@ -42,7 +42,7 @@
Name[ru]=Библиотека
Name[zh_CN]=库
Name[zh_TW]=遊戲庫
-Exec=steam steam://open/games
+Exec=redcore-steam steam://open/games
[Desktop Action Servers]
Name=Servers
@@ -54,7 +54,7 @@
Name[ru]=Серверы
Name[zh_CN]=服务器
Name[zh_TW]=伺服器
-Exec=steam steam://open/servers
+Exec=redcore-steam steam://open/servers
[Desktop Action Screenshots]
Name=Screenshots
@@ -64,7 +64,7 @@
Name[ru]=Скриншоты
Name[zh_CN]=截图
Name[zh_TW]=螢幕擷圖
-Exec=steam steam://open/screenshots
+Exec=redcore-steam steam://open/screenshots
[Desktop Action News]
Name=News
@@ -76,7 +76,7 @@
Name[ru]=Новости
Name[zh_CN]=新闻
Name[zh_TW]=新聞
-Exec=steam steam://open/news
+Exec=redcore-steam steam://open/news
[Desktop Action Settings]
Name=Settings
@@ -88,11 +88,11 @@
Name[ru]=Настройки
Name[zh_CN]=设置
Name[zh_TW]=設定
-Exec=steam steam://open/settings
+Exec=redcore-steam steam://open/settings
[Desktop Action BigPicture]
Name=Big Picture
-Exec=steam steam://open/bigpicture
+Exec=redcore-steam steam://open/bigpicture
[Desktop Action Friends]
Name=Friends
@@ -104,4 +104,4 @@
Name[ru]=Друзья
Name[zh_CN]=好友
Name[zh_TW]=好友
-Exec=steam steam://open/friends
+Exec=redcore-steam steam://open/friends
|