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: quequotion
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 »

SolarAquarion commented on 2018-01-02 15:38 (UTC)

@alucryd i transmitted ownership to you

alucryd commented on 2018-01-02 15:32 (UTC)

Thanks but no thanks. I'm sorry but I will not trust someone who copy pastes PKGBUILDs, making many mistakes in the process, with co-maintainership on one of my packages. To me, you really don't seem like you know what you're doing here. The indicator package I just took over was a joke, and this one still lists bzr in makedepends even though it's pulling from git now.

You can keep it, I'll maintain my own on GitHub, my unofficial repository builds from GitHub anyway.

SolarAquarion commented on 2018-01-02 15:23 (UTC)

@alucryd added you

alucryd commented on 2018-01-02 15:17 (UTC)

You could have dropped me an email saying the missing repositories had been added to GitHub.

quequotion commented on 2017-12-29 00:49 (UTC)

SolarAquarion Thanks! Me too: https://github.com/elementary/session-settings/commit/17e088e57df3e2c19af50f022c188de6684b6e90

Got it taken care of!

SolarAquarion commented on 2017-12-25 19:51 (UTC)

@quequotion i did a change

quequotion commented on 2017-12-25 16:42 (UTC) (edited on 2017-12-25 16:43 (UTC) by quequotion)

There is a typo upstream, such that /xsessions/meson.build installs pantheon.desktop to /usr/share/xessions:

https://github.com/elementary/session-settings/issues/1

Hopefully the elementary devs take care of it soon; otherwise we'll need to patch around it:

https://pastebin.com/wEqwk5QN

quequotion commented on 2017-12-25 14:10 (UTC)

Shouldn't this depend on pantheon-default-settings-git instead of -bzr?

pantheon-default-settings-bzr is bitrotten; dependencies gone missing, etc.

alucryd commented on 2017-05-26 08:36 (UTC)

The Gnome session files still rely on the ugly hack in ubuntu's gnome-settings-daemon which restores the gnome-settings-daemon executable. I modified them for now, which should make pantheon start again. Note that there's an issue when pantheon-terminal is installed which makes wingpanel crash at startup, and even with it uninstalled wingpanel always crashes when any action is performed atm.

quequotion commented on 2017-05-15 16:14 (UTC)

>Kayshi Development has partially moved to git; some new packages are already available and others (like this one) need their dependencies updated. cerbere-bzr should replaced with cerbere-git