public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Xfce Logout/Shutdown/Suspend
@ 2015-09-14 17:36 siefke_listen
  2015-09-14 18:14 ` bitlord
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: siefke_listen @ 2015-09-14 17:36 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

Hello,

In Xfce all buttons are disabled until log off.

I try https://forums.gentoo.org/viewtopic-p-7803094.html but it help 
nothing. 

I not know where should search mistakes and what make me crazy i has it
on both laptops. 

siefke ~ $  ck-list-sessions 
Session1:
	unix-user = '1000'
	realname = '(null)'
	seat = 'Seat2'
	session-type = ''
	active = FALSE
	x11-display = ':0.0'
	x11-display-device = '/dev/tty7'
	display-device = ''
	remote-host-name = ''
	is-local = FALSE
	on-since = '2015-09-14T16:50:41.656831Z'
	login-session-id = '2'

siefke ~ $  upower -d

Daemon:
  daemon-version:  0.99.2
  on-battery:      yes
  lid-is-closed:   no
  lid-is-present:  yes
  critical-action: PowerOff

Has someone a idea?

Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 17:36 [gentoo-user] Xfce Logout/Shutdown/Suspend siefke_listen
@ 2015-09-14 18:14 ` bitlord
  2015-09-14 18:43   ` siefke_listen
  2015-09-14 18:15 ` Alexander Kapshuk
  2015-09-14 19:53 ` thelma
  2 siblings, 1 reply; 14+ messages in thread
From: bitlord @ 2015-09-14 18:14 UTC (permalink / raw
  To: gentoo-user

On Mon, 14 Sep 2015 19:36:53 +0200
"siefke_listen@web.de" <siefke_listen@web.de> wrote:

> Hello,
> 
> In Xfce all buttons are disabled until log off.
> 
> I try https://forums.gentoo.org/viewtopic-p-7803094.html but it help 
> nothing. 
> 
> I not know where should search mistakes and what make me crazy i has
> it on both laptops. 
> 
> siefke ~ $  ck-list-sessions 
> Session1:
> 	unix-user = '1000'
> 	realname = '(null)'
> 	seat = 'Seat2'
> 	session-type = ''
> 	active = FALSE
> 	x11-display = ':0.0'
> 	x11-display-device = '/dev/tty7'
> 	display-device = ''
> 	remote-host-name = ''
> 	is-local = FALSE
> 	on-since = '2015-09-14T16:50:41.656831Z'
> 	login-session-id = '2'
> 
> siefke ~ $  upower -d
> 
> Daemon:
>   daemon-version:  0.99.2
>   on-battery:      yes
>   lid-is-closed:   no
>   lid-is-present:  yes
>   critical-action: PowerOff
> 
> Has someone a idea?
> 
> Silvio

You use consolekit, so how do you start your sessions?
on the wiki[1] it says 'ck-list-sessions' should display 'active' and
'is-local' as 'TRUE' (works here I use lightdm as a display manager).

Also check the USE flags and kernel options needed for consolekit which
are listed on the wiki link[1]


[1] https://wiki.gentoo.org/wiki/ConsoleKit


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 17:36 [gentoo-user] Xfce Logout/Shutdown/Suspend siefke_listen
  2015-09-14 18:14 ` bitlord
@ 2015-09-14 18:15 ` Alexander Kapshuk
  2015-09-14 18:23   ` Eric Timmons
  2015-09-14 19:00   ` siefke_listen
  2015-09-14 19:53 ` thelma
  2 siblings, 2 replies; 14+ messages in thread
From: Alexander Kapshuk @ 2015-09-14 18:15 UTC (permalink / raw
  To: Gentoo mailing list

On Mon, Sep 14, 2015 at 8:36 PM, siefke_listen@web.de
<siefke_listen@web.de> wrote:
> Hello,
>
> In Xfce all buttons are disabled until log off.
>
> I try https://forums.gentoo.org/viewtopic-p-7803094.html but it help
> nothing.
>
> I not know where should search mistakes and what make me crazy i has it
> on both laptops.
>
> siefke ~ $  ck-list-sessions
> Session1:
>         unix-user = '1000'
>         realname = '(null)'
>         seat = 'Seat2'
>         session-type = ''
>         active = FALSE
>         x11-display = ':0.0'
>         x11-display-device = '/dev/tty7'
>         display-device = ''
>         remote-host-name = ''
>         is-local = FALSE
>         on-since = '2015-09-14T16:50:41.656831Z'
>         login-session-id = '2'
>
> siefke ~ $  upower -d
>
> Daemon:
>   daemon-version:  0.99.2
>   on-battery:      yes
>   lid-is-closed:   no
>   lid-is-present:  yes
>   critical-action: PowerOff
>
> Has someone a idea?
>
> Silvio

See if this xfce forum post,
https://forum.xfce.org/viewtopic.php?id=9360, is of any help.

What version of xfce session are you running?
equery -q l xfce-base/xfce4-session

What use flags do you have enabled/disabled for the package above?
equery -q u xfce-base/xfce4-session

Is this something you've been experiencing for a while now, or is this
something that's been fairly recent?


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:15 ` Alexander Kapshuk
@ 2015-09-14 18:23   ` Eric Timmons
  2015-09-14 18:31     ` Eric Timmons
  2015-09-14 19:00   ` siefke_listen
  1 sibling, 1 reply; 14+ messages in thread
From: Eric Timmons @ 2015-09-14 18:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1649 bytes --]

Do you use SLiM as your login manager? If so, check out
https://bugs.gentoo.org/show_bug.cgi?id=560088

-Eric

On Mon, Sep 14, 2015 at 2:15 PM, Alexander Kapshuk <
alexander.kapshuk@gmail.com> wrote:

> On Mon, Sep 14, 2015 at 8:36 PM, siefke_listen@web.de
> <siefke_listen@web.de> wrote:
> > Hello,
> >
> > In Xfce all buttons are disabled until log off.
> >
> > I try https://forums.gentoo.org/viewtopic-p-7803094.html but it help
> > nothing.
> >
> > I not know where should search mistakes and what make me crazy i has it
> > on both laptops.
> >
> > siefke ~ $  ck-list-sessions
> > Session1:
> >         unix-user = '1000'
> >         realname = '(null)'
> >         seat = 'Seat2'
> >         session-type = ''
> >         active = FALSE
> >         x11-display = ':0.0'
> >         x11-display-device = '/dev/tty7'
> >         display-device = ''
> >         remote-host-name = ''
> >         is-local = FALSE
> >         on-since = '2015-09-14T16:50:41.656831Z'
> >         login-session-id = '2'
> >
> > siefke ~ $  upower -d
> >
> > Daemon:
> >   daemon-version:  0.99.2
> >   on-battery:      yes
> >   lid-is-closed:   no
> >   lid-is-present:  yes
> >   critical-action: PowerOff
> >
> > Has someone a idea?
> >
> > Silvio
>
> See if this xfce forum post,
> https://forum.xfce.org/viewtopic.php?id=9360, is of any help.
>
> What version of xfce session are you running?
> equery -q l xfce-base/xfce4-session
>
> What use flags do you have enabled/disabled for the package above?
> equery -q u xfce-base/xfce4-session
>
> Is this something you've been experiencing for a while now, or is this
> something that's been fairly recent?
>
>

[-- Attachment #2: Type: text/html, Size: 2797 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:23   ` Eric Timmons
@ 2015-09-14 18:31     ` Eric Timmons
  2015-09-14 19:26       ` siefke_listen
  2015-09-14 20:06       ` siefke_listen
  0 siblings, 2 replies; 14+ messages in thread
From: Eric Timmons @ 2015-09-14 18:31 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 316 bytes --]

On Mon, Sep 14, 2015 at 2:23 PM, Eric Timmons <etimmons@mit.edu> wrote:

> Do you use SLiM as your login manager? If so, check out
> https://bugs.gentoo.org/show_bug.cgi?id=560088
>
> -Eric
>

And before I get admonished, sorry for top posting :). Didn't send from my
usual mail client and completely forgot.

-Eric

[-- Attachment #2: Type: text/html, Size: 874 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:14 ` bitlord
@ 2015-09-14 18:43   ` siefke_listen
  2015-09-14 18:47     ` Heiko Baums
  0 siblings, 1 reply; 14+ messages in thread
From: siefke_listen @ 2015-09-14 18:43 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

Hello,

On Mon, 14 Sep 2015 20:14:22 +0200 bitlord <bitlord0xff@gmail.com>
wrote:

> You use consolekit, so how do you start your sessions?

Slim as manager and 

gentoomobile conf.d # cat /etc/X11/Sessions/Xfce4 
ck-launch-session startxfce4

> Also check the USE flags and kernel options needed for consolekit
> which are listed on the wiki link[1]

USE Flags are same like the wiki and kernel option too. 


Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:43   ` siefke_listen
@ 2015-09-14 18:47     ` Heiko Baums
  2015-09-14 19:37       ` siefke_listen
  0 siblings, 1 reply; 14+ messages in thread
From: Heiko Baums @ 2015-09-14 18:47 UTC (permalink / raw
  To: gentoo-user

Am 14.09.2015 um 20:43 schrieb siefke_listen@web.de:

> gentoomobile conf.d # cat /etc/X11/Sessions/Xfce4 
> ck-launch-session startxfce4

That's the problem. You need to remove ck-launch-session.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:15 ` Alexander Kapshuk
  2015-09-14 18:23   ` Eric Timmons
@ 2015-09-14 19:00   ` siefke_listen
  2015-09-14 19:43     ` Heiko Baums
  1 sibling, 1 reply; 14+ messages in thread
From: siefke_listen @ 2015-09-14 19:00 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 969 bytes --]

Hello,

On Mon, 14 Sep 2015 21:15:12 +0300 Alexander Kapshuk
<alexander.kapshuk@gmail.com> wrote:


> See if this xfce forum post,
> https://forum.xfce.org/viewtopic.php?id=9360, is of any help.

When i start manual startxfce4 --with-ck-launch all work, i has
write in:

siefke ~ $  cat /etc/env.d/90xsession 
XSESSION="startxfce4 --with-ck-launch"

but after reboot same mistake. 

> equery -q l xfce-base/xfce4-session

siefke ~ $  equery -q l xfce-base/xfce4-session
xfce-base/xfce4-session-4.12.1

> equery -q u xfce-base/xfce4-session

siefke ~ $  equery -q u xfce-base/xfce4-session
-debug
+nls
+policykit
-systemd
+upower
+xscreensaver

> Is this something you've been experiencing for a while now, or is this
> something that's been fairly recent?

Since yesterday. Normal i take off with power button from laptops, but 
today not work, only over shell. 

Thank You & Nice Day
Silvio


----------------
Silvio Siefke

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:31     ` Eric Timmons
@ 2015-09-14 19:26       ` siefke_listen
  2015-09-14 23:14         ` wraeth
  2015-09-14 20:06       ` siefke_listen
  1 sibling, 1 reply; 14+ messages in thread
From: siefke_listen @ 2015-09-14 19:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 912 bytes --]

On Mon, 14 Sep 2015 14:31:06 -0400 Eric Timmons <etimmons@mit.edu>
wrote:

> And before I get admonished, sorry for top posting :). Didn't send
> from my usual mail client and completely forgot.


Yes, i use slim. Yesterday come update without consolekit. But i 
understand not the bug problem. They write i should set 
"x11-misc/slim -consolekit" > /etc/portage/profiles/package.use.mask
but what should help? Slim not will compile with consolekit and so the
problem is same. Or have something what understand?

siefke / $ cat /etc/portage/profiles/package.use.mask 
x11-misc/slim -consolekit

gentoomobile siefke # emerge -av slim

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] x11-misc/slim-1.3.6-r3::gentoo  USE="branding pam (-consolekit)" 0 KiB


Or has something not understand correct?

Thank you & Nice Day
Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:47     ` Heiko Baums
@ 2015-09-14 19:37       ` siefke_listen
  0 siblings, 0 replies; 14+ messages in thread
From: siefke_listen @ 2015-09-14 19:37 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Hello,

On Mon, 14 Sep 2015 20:47:16 +0200 Heiko Baums <lists@baums-on-web.de>
wrote:

> That's the problem. You need to remove ck-launch-session.

i has delete but this is not the problem. I think is problem with 
the slim and this bug report. But they write from consolekit 1.0, 
i has 0.4.6 installed. But slim not accept consolekit. 

Thank You & Nice Day
Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 19:00   ` siefke_listen
@ 2015-09-14 19:43     ` Heiko Baums
  0 siblings, 0 replies; 14+ messages in thread
From: Heiko Baums @ 2015-09-14 19:43 UTC (permalink / raw
  To: gentoo-user

Am 14.09.2015 um 21:00 schrieb siefke_listen@web.de:
> siefke ~ $  cat /etc/env.d/90xsession 
> XSESSION="startxfce4 --with-ck-launch"

And try to change this to:
XSESSION=Xfce4

ck-launch-session was removed a long time ago and doesn't work anymore.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 17:36 [gentoo-user] Xfce Logout/Shutdown/Suspend siefke_listen
  2015-09-14 18:14 ` bitlord
  2015-09-14 18:15 ` Alexander Kapshuk
@ 2015-09-14 19:53 ` thelma
  2 siblings, 0 replies; 14+ messages in thread
From: thelma @ 2015-09-14 19:53 UTC (permalink / raw
  To: gentoo-user


On 09/14/2015 11:36 AM, siefke_listen@web.de wrote:
> Hello,
> 
> In Xfce all buttons are disabled until log off.
> 
> I try https://forums.gentoo.org/viewtopic-p-7803094.html but it help 
> nothing. 
> 
> I not know where should search mistakes and what make me crazy i has it
> on both laptops. 
> 
> siefke ~ $  ck-list-sessions 
> Session1:
> 	unix-user = '1000'
> 	realname = '(null)'
> 	seat = 'Seat2'
> 	session-type = ''
> 	active = FALSE
> 	x11-display = ':0.0'
> 	x11-display-device = '/dev/tty7'
> 	display-device = ''
> 	remote-host-name = ''
> 	is-local = FALSE
> 	on-since = '2015-09-14T16:50:41.656831Z'
> 	login-session-id = '2'
> 
> siefke ~ $  upower -d
> 
> Daemon:
>   daemon-version:  0.99.2
>   on-battery:      yes
>   lid-is-closed:   no
>   lid-is-present:  yes
>   critical-action: PowerOff
> 
> Has someone a idea?
> 
> Silvio
> 
Check out this topic:

http://forums.gentoo.org/viewtopic-p-6899870.html?sid=08f2d9ca38570655b8d1e4cc62a82681#6899870

Thelma


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 18:31     ` Eric Timmons
  2015-09-14 19:26       ` siefke_listen
@ 2015-09-14 20:06       ` siefke_listen
  1 sibling, 0 replies; 14+ messages in thread
From: siefke_listen @ 2015-09-14 20:06 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

On Mon, 14 Sep 2015 14:31:06 -0400 Eric Timmons <etimmons@mit.edu>
wrote:

> > Do you use SLiM as your login manager? If so, check out
> > https://bugs.gentoo.org/show_bug.cgi?id=560088

This was, but it called profile not profiles. Maybe some other non 
professionell has same problems. All running, now wait what come
in future with it. 

Thank you all 

Silvio

[-- Attachment #2: Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [gentoo-user] Xfce Logout/Shutdown/Suspend
  2015-09-14 19:26       ` siefke_listen
@ 2015-09-14 23:14         ` wraeth
  0 siblings, 0 replies; 14+ messages in thread
From: wraeth @ 2015-09-14 23:14 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 15/09/15 05:26, siefke_listen@web.de wrote:
> Yes, i use slim. Yesterday come update without consolekit. But i 
> understand not the bug problem. They write i should set 
> "x11-misc/slim -consolekit" >
> /etc/portage/profiles/package.use.mask but what should help? Slim
> not will compile with consolekit and so the problem is same. Or
> have something what understand?

I believe you are correct that this is an artifact of bug 560088 [1].

The problem was that slim was breaking in some cases and failing to
log in, but not in other cases. The workaround for this - masking the
slim[consolekit] USE flag, fixed the problem but also caused other
DE's to not be able to handle power management because the login
manager didn't have consolekit support.

A new version of the x11-misc/slim ebuild was pushed to the tree with
a potential fix for this (and with the USE mask removed), so you
should be able to remove the unmask you put in and rebuild
slim-1.3.6-r5 to resolve this.

1: https://bugs.gentoo.org/show_bug.cgi?id=560088
- -- 
wraeth <wraeth@wraeth.id.au>
GnuPG Key: B2D9F759
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iF4EAREIAAYFAlX3VOsACgkQXcRKerLZ91lTgAD9H5dM1n+9dAAbr/75aSsvDQfp
bVeZctMNfTAzDIInK0UA/AvYQBztZxbxHmb5EFIivVTi8lBvrlp1bX8I9lAwrZQw
=DcsJ
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-09-14 23:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14 17:36 [gentoo-user] Xfce Logout/Shutdown/Suspend siefke_listen
2015-09-14 18:14 ` bitlord
2015-09-14 18:43   ` siefke_listen
2015-09-14 18:47     ` Heiko Baums
2015-09-14 19:37       ` siefke_listen
2015-09-14 18:15 ` Alexander Kapshuk
2015-09-14 18:23   ` Eric Timmons
2015-09-14 18:31     ` Eric Timmons
2015-09-14 19:26       ` siefke_listen
2015-09-14 23:14         ` wraeth
2015-09-14 20:06       ` siefke_listen
2015-09-14 19:00   ` siefke_listen
2015-09-14 19:43     ` Heiko Baums
2015-09-14 19:53 ` thelma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox