Package Details: mattermost-desktop-bin 5.3.1-2

Git Clone URL: https://aur.archlinux.org/mattermost-desktop-bin.git (read-only, click to copy)
Package Base: mattermost-desktop-bin
Description: Mattermost Desktop for Linux (binary)
Upstream URL: https://github.com/mattermost/desktop
Keywords: chat mattermost messenger networking slack
Licenses: Apache
Conflicts: mattermost-desktop
Provides: mattermost-desktop
Submitter: almir
Maintainer: Neferin
Last Packager: Neferin
Votes: 23
Popularity: 0.40
First Submitted: 2017-06-01 13:34 (UTC)
Last Updated: 2023-04-25 14:00 (UTC)

Latest Comments

1 2 Next › Last »

Neferin commented on 2023-04-25 14:03 (UTC)

@dosychev I changed the .desktop file accordingly with 5.3.1-2, thank you

dosychev commented on 2023-04-24 21:53 (UTC)

To enable link handling desktop entry should be changed to:

[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Mattermost
Comment=Open source, private cloud Slack-alternative
StartupWMClass=Mattermost
Exec=/usr/lib/mattermost/mattermost-desktop %u
Icon=mattermost-desktop
Terminal=false
StartupNotify=false
Categories=Network;Chat;InstantMessaging;VideoConference;GTK;
MimeType=x-scheme-handler/mattermost;

Neferin commented on 2023-01-30 21:24 (UTC)

@almir I think you have to disown the package before I am able to take it over

almir commented on 2023-01-29 13:44 (UTC)

@Neferin yep, go ahead.

Neferin commented on 2023-01-29 13:35 (UTC)

if you have free time and would like to contribute to the community be my guest and take this one over

@almir If that still stands (I guess it does, as the package is flagged out of date), I'd be willing to take this package over

almir commented on 2022-05-30 10:28 (UTC) (edited on 2022-05-30 10:30 (UTC) by almir)

@lik
The package was outdated because:
a) I have a life
b) I'm not being paid for maintaining this.

Now, that being said, I see there's no packages you maintain, so if you have free time and would like to contribute to the community be my guest and take this one over, I wouldn't mind.

lik commented on 2022-05-23 14:19 (UTC)

Simple version bump allows to install current release version v5.1.0:

$ git diff --unified=0
diff --git a/PKGBUILD b/PKGBUILD
index 4d5fbcd..bc43929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6 +6 @@ _pkgname=mattermost-desktop
-pkgver=5.0.4
+pkgver=5.1.0
@@ -25,2 +25,2 @@ sha256sums=('9e60ac9cc5a9cbebccb4180e7de947968aa49858812b5623812a1ab651a91093')
-sha256sums_i686=('cc3a810a4c740da1b11338f12ac74931fe2e494bbd68f9b4f5d40abf95b9ec84')
-sha256sums_x86_64=('cbd2981ce282eecfea1167c500d900cdd31bd041b0861025743b7d58e4cb9229')
+sha256sums_i686=('5fc66bb61c358593aa99c62276def6976be89e1df58a20371031a6090afb7b87')
+sha256sums_x86_64=('2a6b5052a8363836d9eb3263b27c25bc1faf851d716cad97f6aaa6669c9347bf')

Why package in tree is still outdated?

dreieck commented on 2022-02-03 20:25 (UTC)

Can you add =${pkgver} to the providess-entry, please?

drslmr commented on 2021-08-05 12:04 (UTC)

How to choose the spell checker language? I tried setting export LANG=de_DE.utf8 but it is ignored.

remenic commented on 2021-06-25 10:54 (UTC) (edited on 2021-06-28 09:37 (UTC) by remenic)

The build of 4.7.0-2 seems to fail with:

npm ERR! enoent ENOENT: no such file or directory, open '/home/remenic/.cache/yay/mattermost-desktop-bin/pkg/mattermost-desktop-bin/usr/lib/mattermost/package.json'

Edit: This was caused by having /home/remenic/.npm-packages/bin in my path and having installed a (broken?) version of npm there as well. Removing it from $PATH fixed the installation. Sorry about that!