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 .. 3 4 5 6 7 8 9 Next › Last »

alucryd commented on 2012-12-06 16:35 (UTC)

URL updated. Using faience doesn't work here. Hope elementary devs will switch to GNOME 3.6 in the near future.

n00b commented on 2012-12-06 16:20 (UTC)

the look of wingpanel, can be solved setting a gtk3 theme (the only one that i've found fully compatible with pantheon and gtk 3.6 on arch in evolve, the elementary theme causes graphical glitch, especially on indicators) ps: update also the url in the pkg

alucryd commented on 2012-12-06 15:35 (UTC)

@n00b: Thx, the package now works as it should (though wingpanel looks ugly). pantheon and sound indicators work too.

n00b commented on 2012-12-06 07:27 (UTC)

https://code.launchpad.net/~elementary-os/elementaryos/pantheon-xsession-settings, here there are the session file used from eos to launch pantheon with gnome-session, so this packege should be corrected to use this. http://pastebin.com/dcbtrFkm for me this modified pkgbuild of wingpanel run fine even with indicators

xzy3186 commented on 2012-11-30 07:36 (UTC)

OK, I see the situation. Thank you very much.

alucryd commented on 2012-11-30 07:14 (UTC)

@xyz3186: Read below. Pantheon-Session does not work at the moment, I've tried modifying it to launch gala and cerbere instead, but I can't load two executables instead of pantheon-session. Only way I've found for now is load your regular gnome session, and run "gala --replace" followed by "cerbere". You should note that your wingpanel will be empty, apart from slingshot. Every indicator I've tried to install made wingpanel crash at start.

xzy3186 commented on 2012-11-30 01:17 (UTC)

thanks. I can install this package now. Another question is how to launch the pantheon-session? I tried to run it via gdm but returned to login screen after a few seconds. The log file under my home directory is empty. Do you have any idea on that?

alucryd commented on 2012-11-30 00:04 (UTC)

@xzy3186: pantheon-dock-bzr provides plank-bzr so there should be no dependency problem, just install pantheon-dock-bzr first.

xzy3186 commented on 2012-11-29 23:26 (UTC)

This package required plank-bzr which is one of the dependencies of gala-bzr conflicted with pantheon-dock-bzr.