Package Details: session-desktop-bin 1.14.2-1

Git Clone URL: https://aur.archlinux.org/session-desktop-bin.git (read-only, click to copy)
Package Base: session-desktop-bin
Description: Private messaging from your desktop
Upstream URL: https://getsession.org
Keywords: chat loki messengger session signal
Licenses: GPL3
Conflicts: session-desktop
Provides: session-desktop
Submitter: ewhal
Maintainer: escape0707 (quadratz)
Last Packager: escape0707
Votes: 25
Popularity: 0.33
First Submitted: 2020-02-11 10:08 (UTC)
Last Updated: 2024-10-02 03:14 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

sperg512 commented on 2022-05-02 18:11 (UTC)

The auto-update script has been fixed after dealing with some SSH stuff. This will now be automatically updated again

sperg512 commented on 2021-12-27 23:24 (UTC)

Please note that this package does not stay up to date with pre-releases and ONLY will be updated to be up-to-date with the latest regular release. So this will not update to 1.8.0 yet.

gekkime commented on 2021-08-16 17:21 (UTC) (edited on 2021-08-16 17:22 (UTC) by gekkime)

Hi, the installation works just fine except for an issue in the .install script, which generates a broken sym-link.

"ln -sf /opt/Session/session-messenger-desktop /usr/bin/session-messenger-desktop"

The file "/opt/Session/session-messenger-desktop" is not generated, the executable is called "session-desktop" instead.

Replacing "session-messenger-desktop" with "session-desktop" in the first instance was enough to make it work for me.

Thank you for your effort!

Neko-san commented on 2021-07-30 00:18 (UTC) (edited on 2021-07-30 00:19 (UTC) by Neko-san)

The application icon doesn't seem to applied to the .desktop file or the taskbar? (I use KDE Plasma)

sperg512 commented on 2021-07-05 16:23 (UTC)

sorry my funny update timer died, fixed now

sperg512 commented on 2021-04-13 23:30 (UTC)

if i'm not mistaken humans have eyes and everyone here is a human, so when you're flagging this out of date you really might want to consider using those eyes which I assume you have and don't flag it out of date if i already updated it

atrax-dev commented on 2021-02-18 12:14 (UTC)

Can't start session without fuse2 installed :

~ » session-desktop
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

It would be nice to add it to the dependency list.

loonixman commented on 2020-03-25 05:58 (UTC)

Update your PKGBUILD with this:

Maintainer: Ewhal

pkgname=session-desktop-bin pkgrel=1 pkgdesc="Private messaging from your desktop" arch=('x86_64') url="https://github.com/loki-project/session-desktop" license=('GPL3') depends=('gconf' 'gtk2' 'libnotify' 'libxtst' 'nss' 'xdg-utils' 'libxss') options=('!strip' '!emptydirs') install=${pkgname}.install provides=('session-desktop-bin')

pkgver=1.0.5 source=("https://github.com/loki-project/session-desktop/releases/download/v${pkgver}/session-messenger-desktop-linux-amd64-${pkgver}.deb") sha256sums=('f2e88a66c09b31c1c1bc02c0df16095c2dc3a101fa797c24b79c897eae4e2968')

package(){ # Extract package data tar xf data.tar.xz -C "${pkgdir}" }