Package Details: trillian 6.3.0.1-2

Git Clone URL: https://aur.archlinux.org/trillian.git (read-only, click to copy)
Package Base: trillian
Description: A commercial, multi-protocol and cross-platform IM client
Upstream URL: https://trillian.im
Keywords: im
Licenses: LicenseRef-Proprietary
Submitter: mariusn
Maintainer: mwawrzyniak (willfully_obtuse, txtsd)
Last Packager: txtsd
Votes: 16
Popularity: 0.000001
First Submitted: 2013-10-09 08:12 (UTC)
Last Updated: 2024-11-17 03:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

dotvezz commented on 2013-10-09 21:09 (UTC)

Getting the following error: trillian: error while loading shared libraries: libmessaging-menu.so.0: cannot open shared object file: No such file or directory Anyone know if this is part of an existing package? I'll be digging around to find some answers in the meantime.

mariusn commented on 2013-10-09 20:49 (UTC)

@Scimmia Guess it works, though I can't test it on a 32-bit installation. Thanks a lot!

Scimmia commented on 2013-10-09 20:34 (UTC)

Simplest way is to use an if statement: if [[ "$CARCH" == "i686" ]]; then source=("<32bit file>") sha256sums=('<32bit checksum>') elif [[ "$CARCH" == "x86_64" ]]; then source=("<64bit file>") sha256sums=('<64bit checksum>') fi

mariusn commented on 2013-10-09 20:29 (UTC)

@Scimmia Thanks! I've updated the package with the missing deps and repaired the warnings (verified, it works). I've added an install file to update the icon (verified, it works). Yes, there is a 32-bit version, but I don't know how to proceed. Suggestions?

Scimmia commented on 2013-10-09 19:56 (UTC)

namcap is a good thing. Not having a package function is deprecated and $pkgdir is not well defined in the build function. You need to update the icon cache when adding icons. Missing deps: webkitgtk, libnotify, libpulse, and libxss Is there really no 32 bit version?

cobalt45xy commented on 2013-10-09 18:53 (UTC)

@mariusn It appears like its trying to log in and then disappears. I appreciate your assistance and getting this package build put together for Arch. I know its beta so I'll be patient. I've been using trillian for ages on windows machines so I was excited to try it out. I'll wait it out for the update and try again. Thanks again for your assistance.

mariusn commented on 2013-10-09 18:37 (UTC)

It disappears immediately after you start it? Don't forget that it's in early Beta stage and it was originally designed to run on Ubuntu. We do our best to use these kind of apps on Arch... We should wait for a new Beta version and see if that works better... As I understand, a new release will be available soon without the indicator-messages requirement or even libunity.

cobalt45xy commented on 2013-10-09 18:22 (UTC)

Now it starts up and disappears. I've run it from a terminal and I receive several Glib-GObject warnings with an eventual abort. Assertion 's' failed at pulse/simple.c:255, function pa_simple_free(). Aborting. Aborted (core dumped). The Glib-GObject warnings are all similar to this: GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N10Trillbuntu23CellRendererContactItemE::offset after class was initialised

cobalt45xy commented on 2013-10-09 17:58 (UTC)

@marisun I installed gtkmm3 and it starts up now. Thanks for the tips!

mariusn commented on 2013-10-09 17:50 (UTC)

@cobalt45xy can you please install gtkmm3 and see if trillian starts?