Package Details: pantheon-session-git r148.48b482e-1

Git Clone URL: https://aur.archlinux.org/pantheon-session-git.git (read-only, click to copy)
Package Base: pantheon-session-git
Description: Session settings for Pantheon
Upstream URL: https://github.com/elementary/session-settings
Licenses: GPL3
Groups: pantheon-unstable
Submitter: SolarAquarion
Maintainer: None
Last Packager: quequotion
Votes: 43
Popularity: 0.000000
First Submitted: 2017-11-15 00:43 (UTC)
Last Updated: 2021-07-31 19:18 (UTC)

Pinned Comments

quequotion commented on 2021-07-31 19:19 (UTC) (edited on 2021-07-31 19:36 (UTC) by quequotion)

This package has new dependencies on pantheon-settings-daemon and pantheon-dock, which are not currently provided by any official repository.

One way to build this (in a clean chroot, without an AUR helper) would be to build packages providing them from the AUR first, then build it against them:

$ git clone https://aur.archlinux.org/pantheon-settings-daemon-git.git
$ cd pantheon-settings-daemon
$ makechrootpkg -c -r $CHROOT
# pacman -U --asdeps pantheon-settings-daemon-git-1.0.0.r18.e4b709d-1-x86_64.pkg.tar.zst 
$ cd ..
$ git clone https://aur.archlinux.org/pantheon-dock-instctl-git.git
$ cd pantheon-dock-instctl-git
$ makechrootpkg -c -r $CHROOT
# pacman -U --asdeps pantheon-dock-instctl-git-r2179.4a0b6af-1-x86_64.pkg.tar.zst 
$ cd ..
$ git clone https://aur.archlinux.org/pantheon-session-git
$ cd pantheon-session-git
$ makechrootpkg -c -r $CHROOT -I ../pantheon-settings-daemon-git/pantheon-settings-daemon-git-1.0.0.r18.e4b709d-1-x86_64.pkg.tar.zst -I ../pantheon-dock-instctl-git/pantheon-dock-instctl-git-r2179.4a0b6af-1-x86_64.pkg.tar.zst
# pacman -U --asdeps pantheon-session-git-r148.48b482e-1-any.pkg.tar.zst

Latest Comments

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

capybara commented on 2013-08-02 18:53 (UTC)

tried to run pantheon-session through lightdm with gtk3-greeter. didn't work, screen remains black. i installed only the pantheon-session-bzr, am i doing something wrong, do i need anything else?

alucryd commented on 2013-06-13 12:48 (UTC)

Nierro: You'd have to manually start everything in there: http://bazaar.launchpad.net/~elementary-os/elementaryos/pantheon-xsession-settings-luna/files/head:/autostart/ There will be a pantheon-session in the future (https://launchpad.net/pantheon-session) but for now you should use a DM imho. Try lightdm with gtk3 greeter, I still haven't worked around the issues with the pantheon greeter. Also, I'll update the URL, thx for the heads up.

Nierro commented on 2013-06-12 11:47 (UTC)

Ok, url has canghed to : elementary-os/elementaryos/pantheon-xsession-settings-luna. But it seems i cannot find "pantheon-session" in /usr/bin...how am i suppose to run pantheon? (without any login manager)

Nierro commented on 2013-06-12 11:22 (UTC)

Error here: "bzr: ERROR: Invalid url supplied to transport: "bzr+ssh://bazaar.launchpad.net/~elementary-os/elementaryos/pantheon-xsession-settings": no supported schemes ==> ERROR: Failure while branching lp:~elementary-os/elementaryos/pantheon-xsession-settings Aborting... ==> ERROR: Makepkg was unable to build pantheon-session-bzr."

Senth commented on 2012-12-17 03:34 (UTC)

i solved changing 'plank-bzr' by 'pantheon-dock-bzr' in gala-bzr PKGBUILD as you said on https://aur.archlinux.org/packages/pantheon-dock-bzr/ Comments. Thanks!

Senth commented on 2012-12-17 03:07 (UTC)

Thanks, i did it the problem persist.. pantheon-session-bzr depend from gala-bzr, and gala-bzr depend from plank-bzr. Then plank-bzr and pantheon-dock-bzr fall in conflict.

alucryd commented on 2012-12-14 11:31 (UTC)

pantheon-dock-bzr provides plank-bzr. You can also ask the gala maintainer to depend on pantheon-dock-bzr as it should, instead of plank-bzr.

z0w0 commented on 2012-12-14 11:05 (UTC)

gala-bzr depends on plank-bzr which conflicts with pantheon-dock-bzr, so how is this meant to work?

alucryd commented on 2012-12-13 18:39 (UTC)

You've got to remove plank-bzr and anything that depends on it, and then you'll be able to install pantheon-session-bzr. Another (dirty) way is this: 'yaourt -Rdd plank-bzr && yaourt -S pantheon-dock-bzr' then you'll be able to install pantheon-session-bzr.

Senth commented on 2012-12-13 18:10 (UTC)

hi, i installed pantheon-dock-bzr first but it's still in confict with plank-bzr when i try to install pantheon-session-bzr. What can i do? Thanks and sorry if i made english mistakes.