Package Details: plotinus 1:0.2.0+1+g0ce7a4b-1

Git Clone URL: https://aur.archlinux.org/plotinus.git (read-only, click to copy)
Package Base: plotinus
Description: A searchable command palette in every modern GTK+ application
Upstream URL: http://github.com/p-e-w/plotinus
Licenses: GPL
Provides: DBUS-PLOTINUS
Submitter: None
Maintainer: twa022
Last Packager: twa022
Votes: 2
Popularity: 0.000000
First Submitted: 2017-04-25 20:17 (UTC)
Last Updated: 2022-08-01 18:11 (UTC)

Required by (1)

Sources (2)

Latest Comments

tallero commented on 2022-08-12 22:59 (UTC)

@twa022: you could have set an out-of-date flag, it's not I went missing. Could you add me to co-maintainers?

twa022 commented on 2022-05-30 20:19 (UTC)

Hi. The PKGBUILD currently misses installing the gschema file. Can you update to use make install rather than installing the files manually in package()

# Maintainer:  twa022 <twa022 at gmail dot com>
# Contributor: Carl George < arch at cgtx dot us >
# Contributor: Pellegrino Prevete <pellegrinoprevete@gmail.com>

pkgname=plotinus
pkgver=0.2.0
pkgrel=2
pkgdesc='A searchable command palette for GTK3 applications'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url='https://github.com/p-e-w/plotinus'
license=('GPL3')
depends=('gtk3')
makedepends=('vala' 'cmake')
source=("git+https://github.com/p-e-w/plotinus#tag=v$pkgver"
        "plotinus.sh")
sha256sums=('SKIP'
            '96fad14ace388edf164b5158adb507765b2bd1fe5c9435c41081ffa8ac2cec11')

build() {
    cd "${pkgname}"
    cmake . -DCMAKE_INSTALL_PREFIX=/usr
    make
}

package() {
    cd "${pkgname}"
    make DESTDIR="${pkgdir}" install
    install -Dm644 -t "${pkgdir}"/etc/profile.d "${srcdir}"/plotinus.sh
}

And/or would you consider updating to the most recent git commit rather than 0.2.0. Development has stopped and the last commit adds a D-bus service which makes plotinus useful to some other applications (gnome-hud, mate-hud (my dev branch))

ForgotUmbrella commented on 2018-11-23 11:54 (UTC) (edited on 2018-11-23 11:54 (UTC) by ForgotUmbrella)

Installing Plotinus may have prevented me from logging in to GNOME on GDM (and this issue has been encountered by another user too at https://github.com/p-e-w/plotinus/issues/34):

Nov 23 22:42:32 nitori systemd-coredump[1171]: Process 1166 (gnome-session-f) of user 1001 dumped core.

                                           Stack trace of thread 1166:
                                           #0  0x00007fe12ff859b6 n/a (libglib-2.0.so.0)
                                           #1  0x00007fe12ff85b9e g_log_default_handler (libglib-2.0.so.0)
                                           #2  0x00007fe12ff86341 g_logv (libglib-2.0.so.0)
                                           #3  0x00007fe12ff86560 g_log (libglib-2.0.so.0)
                                           #4  0x00007fe12f7b3da5 n/a (libgio-2.0.so.0)
                                           #5  0x00007fe130082652 n/a (libgobject-2.0.so.0)
                                           #6  0x00007fe130082eb4 g_object_new_valist (libgobject-2.0.so.0)
                                           #7  0x00007fe13008384a g_object_new (libgobject-2.0.so.0)
                                           #8  0x00007fe130ae5482 plotinus_instance_settings_construct (libplotinus.so)
                                           #9  0x00007fe130ae6eeb gtk_module_init (libplotinus.so)
                                           #10 0x00007fe1303f9e85 n/a (libgtk-3.so.0)
                                           #11 0x00007fe13007e3d5 g_closure_invoke (libgobject-2.0.so.0)
                                           #12 0x00007fe13006b195 n/a (libgobject-2.0.so.0)
                                           #13 0x00007fe13006f01e g_signal_emit_valist (libgobject-2.0.so.0)
                                           #14 0x00007fe13006fa80 g_signal_emit (libgobject-2.0.so.0)
                                           #15 0x00007fe130084766 n/a (libgobject-2.0.so.0)
                                           #16 0x00007fe1300803b1 g_object_notify (libgobject-2.0.so.0)
                                           #17 0x00007fe1300d8fb9 n/a (libgdk-3.so.0)
                                           #18 0x00007fe13007e3d5 g_closure_invoke (libgobject-2.0.so.0)
                                           #19 0x00007fe13006a99f n/a (libgobject-2.0.so.0)
                                           #20 0x00007fe13006f01e g_signal_emit_valist (libgobject-2.0.so.0)
                                           #21 0x00007fe13006f762 g_signal_emit_by_name (libgobject-2.0.so.0)
                                           #22 0x00007fe13010572c n/a (libgdk-3.so.0)
                                           #23 0x00007fe1300d8e37 gdk_display_manager_open_display (libgdk-3.so.0)
                                           #24 0x00007fe1303dbb74 gtk_init_with_args (libgtk-3.so.0)
                                           #25 0x00005620733c31c0 n/a (gnome-session-failed)
                                           #26 0x00007fe13090b223 __libc_start_main (libc.so.6)
                                           #27 0x00005620733c363e n/a (gnome-session-failed)