summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantsa2020-03-09 17:11:41 +0100
committerantsa2020-03-09 17:11:41 +0100
commit225695515fed95c1f342b4f9ea92ce3359ac584c (patch)
tree98731adf0986bf19c915ffe1e3743e9e0c33b74e
parentd77ae900374b94dc89e9c6b8d91c9374c57a298c (diff)
downloadaur-225695515fed95c1f342b4f9ea92ce3359ac584c.tar.gz
Correct parameters for wayland users
-rwxr-xr-x[-rw-r--r--].SRCINFO2
-rwxr-xr-x[-rw-r--r--]PKGBUILD2
-rwxr-xr-x[-rw-r--r--]firefox-nightly.desktop8
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1287b78b09e..2ffe3e084b7c 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = firefox-nightly-de
source = firefox-nightly.desktop
source = policies.json
validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353
- sha512sums = 7e950fbcdd7e0bd972038e3be158ba7ee5e0c0a3c9fc4778a7525e23ca7ab1dfff7ee7b14747651ca8666bd3000011c40074e53f1101e4d2bd3ca3721051cddf
+ sha512sums = 6ce4f12edb0782b7946a6e7803fdc48e86483e4f889321d736a1e89f8c511686fc9d60427f8ec5a34f5fadf5ccd0874bce9bdbf12da3c417a89ad5a60dc5f0e9
sha512sums = 5ed67bde39175d4d10d50ba5b12063961e725e94948eadb354c0588b30d3f97d2178b66c1af466a6e7bd208ab694227a1391c4141f88d3da1a1178454eba5308
source_i686 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-75.0a1.de.linux-i686.tar.bz2
source_i686 = https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-75.0a1.de.linux-i686.tar.bz2.asc
diff --git a/PKGBUILD b/PKGBUILD
index 561e41657d59..93c520bf6a3e 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=('firefox-nightly.desktop' 'policies.json')
source_i686=("https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-${_version}.de.linux-i686.tar.bz2"{,.asc})
source_x86_64=("https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/firefox-${_version}.de.linux-x86_64.tar.bz2"{,.asc})
-sha512sums=('7e950fbcdd7e0bd972038e3be158ba7ee5e0c0a3c9fc4778a7525e23ca7ab1dfff7ee7b14747651ca8666bd3000011c40074e53f1101e4d2bd3ca3721051cddf'
+sha512sums=('6ce4f12edb0782b7946a6e7803fdc48e86483e4f889321d736a1e89f8c511686fc9d60427f8ec5a34f5fadf5ccd0874bce9bdbf12da3c417a89ad5a60dc5f0e9'
'5ed67bde39175d4d10d50ba5b12063961e725e94948eadb354c0588b30d3f97d2178b66c1af466a6e7bd208ab694227a1391c4141f88d3da1a1178454eba5308')
sha512sums_i686=('SKIP' 'SKIP')
sha512sums_x86_64=('SKIP' 'SKIP')
diff --git a/firefox-nightly.desktop b/firefox-nightly.desktop
index 9b5fbc72bc72..590d5da41d36 100644..100755
--- a/firefox-nightly.desktop
+++ b/firefox-nightly.desktop
@@ -81,7 +81,7 @@ Comment[uk]=Перегляд сторінок Інтернету
Comment[vi]=Để duyệt các trang web
Comment[zh_CN]=浏览互联网
Comment[zh_TW]=瀏覽網際網路
-Exec=/opt/firefox-nightly/firefox-bin %u
+Exec=/opt/firefox-nightly/firefox-bin --name firefox-nightly %u
Terminal=false
Type=Application
Icon=firefox-nightly-icon
@@ -176,7 +176,7 @@ Name[vi]=Mở thẻ mới
Name[xh]=Vula ithebhu entsha
Name[zh_CN]=打开新标签页
Name[zh_TW]=開啟新分頁
-Exec=/opt/firefox-nightly/firefox-bin -new-tab about:newtab
+Exec=/opt/firefox-nightly/firefox-bin --name firefox-nightly -new-tab about:newtab
[Desktop Action NewWindow]
Name=Open new window
@@ -263,7 +263,7 @@ Name[vi]=Mở cửa sổ mới
Name[xh]=Vula iwindow entsha
Name[zh_CN]=打开新窗口
Name[zh_TW]=開啟新視窗
-Exec=/opt/firefox-nightly/firefox -new-window
+Exec=/opt/firefox-nightly/firefox --name firefox-nightly -new-window
[Desktop Action NewPrivateWindow]
Name=New private window
@@ -350,4 +350,4 @@ Name[vi]=Cửa sổ riêng tư mới
Name[xh]=Ifestile yangasese entsha
Name[zh_CN]=新建隐私浏览窗口
Name[zh_TW]=新增隱私視窗
-Exec=/opt/firefox-nightly/firefox-bin -private-window
+Exec=/opt/firefox-nightly/firefox-bin --name firefox-nightly -private-window