Skip to content

Commit

Permalink
Change .desktop entry name from brave to Brave
Browse files Browse the repository at this point in the history
Capitalize product name without changing name of the executable. All changes
apply to the the brave.desktop file which holds the name used in the application
menu and other points of desktop integration (app switchers, etc.).

(Please forgive me for fixing up the inconsistent whitespacing.)
  • Loading branch information
da2x authored Feb 9, 2017
1 parent b8d7358 commit 4e3fbb6
Showing 1 changed file with 40 additions and 20 deletions.
60 changes: 40 additions & 20 deletions res/linuxPackaging.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,44 @@
{
"productName": "Brave",
"genericName": "Web Browser",
"homepage": "https://brave.com/",
"icon": "res/app.png",
"section": "web",
"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"],
"requires": [ "GConf2", "libXScrnSaver" , "lsb" ],
"depends": [ "git",
"gconf2",
"gconf-service",
"gvfs-bin",
"libc6",
"libcap2",
"libgtk2.0-0",
"libudev0 | libudev1",
"libgcrypt11 | libgcrypt20",
"libnotify4",
"libnss3",
"libxtst6",
"libxss1",
"python",
"xdg-utils",
"gir1.2-gnomekeyring-1.0",
"libgnome-keyring0"]
"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"
],
"requires": [
"GConf2",
"libXScrnSaver",
"lsb"
],
"depends": [
"git",
"gconf2",
"gconf-service",
"gvfs-bin",
"libc6",
"libcap2",
"libgtk2.0-0",
"libudev0 | libudev1",
"libgcrypt11 | libgcrypt20",
"libnotify4",
"libnss3",
"libxtst6",
"libxss1",
"python",
"xdg-utils",
"gir1.2-gnomekeyring-1.0",
"libgnome-keyring0"
]
}

0 comments on commit 4e3fbb6

Please sign in to comment.