LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   ConsoleKit is going to be maintaned by XFCE developers (https://www.linuxquestions.org/questions/slackware-14/consolekit-is-going-to-be-maintaned-by-xfce-developers-4175523939/)

moisespedro 10-31-2014 02:02 PM

ConsoleKit is going to be maintaned by XFCE developers
 
This is interesting.

They called it ConsoleKit2

the3dfxdude 10-31-2014 02:20 PM

Nice changelog:

Quote:

Originally Posted by EricKoegel
Linux: Use /sys/class/tty/tty0/active for VT change notifications (the 63 threads issue)

Already a good thing to try out.

Quote:

Originally Posted by EricKoegel
Be able to shutdown or reboot even without polkit or RBAC support. Patch by Romain Perier.
Add a configure switch for PolicyKit. Patch by Samuli Suominen.

Even better.

Quote:

Originally Posted by EricKoegel
Add a new DBUS interfaces for suspend/hibernation of the system as well as the ability to inhibit it and stop/reeboot actions.

The other cabal already "broke" it, so I guess no harm tweaking it. I'll take a look at what was in mind here and how it would affect the desktop code.


Of course this won't stop the deprecation attempts all over the place.

NathanBarley 10-31-2014 02:49 PM

I'm glad, and not just because of Slackware. XFCE has always been good for portability, I'm glad they're keeping this up.

Whatever you might think of the relative merits of systemd, the comments on this Reddit thread about this particular act of apostasy are actually blowing my mind.

moisespedro 10-31-2014 03:16 PM

Quote:

Originally Posted by NathanBarley (Post 5262576)
I'm glad, and not just because of Slackware. XFCE has always been good for portability, I'm glad they're keeping this up.

Whatever you might think of the relative merits of systemd, the comments on this Reddit thread about this particular act of apostasy are actually blowing my mind.

I took the link from there but I still didn't read the comments.

Nh3xus 10-31-2014 05:16 PM

I'm a Xfce user and I see it like a really mature, non-bullshit DE.

But I fail to see how this kind of task has to be done by a small DE dev team like the Xfce one.

It's not like migrating to GTK3 was a higher priority or anything...

lab9KaZ3A 10-31-2014 05:42 PM

Quote:

Originally Posted by Nh3xus (Post 5262655)
I'm a Xfce user and I see it like a really mature, non-bullshit DE.

But I fail to see how this kind of task has to be done by a small DE dev team like the Xfce one.

It's not like migrating to GTK3 was a higher priority or anything...

I was having the same thoughts.
If we dissect the post a little we can see this:

Quote:

Obviously there’s systembsd in the works, so this is a stop gap until that matures (however long that may be). But I’ll happily continue to maintain and support ConsoleKit2 as long as someone finds it useful.
It seems this may be temporary until openbsd systemd-thingy work is complete (I think it was openbsd any way). I have a feeling other people will need to step up and help wit this over time - possibly not something xfce's small dev team can manage alone if we look over to the next few years rather than initial energy to create this.

the3dfxdude 10-31-2014 06:47 PM

I was browsing his changes, and it does seem to be done with the purpose to fix long broken things on BSD. (Right, BSD users?)

Quote:

Originally Posted by EricKoegel
My main motivation is because there isn’t currently a standard for system actions like suspend/hibernate anymore.

Curious why ConsoleKit was chosen--maybe it already has better support on BSD. Stop gap, he describes, but maybe he should give himself a bit more credit. I doubt logind actually contains anything to support BSD. ConsoleKit, with its flaws, can be a standard, if it is just finished up for BSD. And even better if Xfce wants to stay multiplatform.

NathanBarley 10-31-2014 07:03 PM

Quote:

Originally Posted by Nh3xus (Post 5262655)
I'm a Xfce user and I see it like a really mature, non-bullshit DE.

But I fail to see how this kind of task has to be done by a small DE dev team like the Xfce one.

It's not like migrating to GTK3 was a higher priority or anything...

The *BSDs are particularly fond of it.

I'm glad somebody is going to the trouble. Between this and KDE making encouraging noises it's been nice to have some news that isn't gloom about kampfgruppe Poettering.

jtsn 11-01-2014 04:12 PM

Quote:

Originally Posted by NathanBarley (Post 5262576)
Whatever you might think of the relative merits of systemd, the comments on this Reddit thread about this particular act of apostasy are actually blowing my mind.

I read the comments up until:
Quote:

This is not going to help.
So we are now at the point of actively discouraging people from developing free and open source software in their free time, if they are not employed by and pushing the agenda of some large Linux corporation? That would be a very sad state for the Linux community to be in.

Nh3xus 11-01-2014 04:22 PM

Quote:

So we are now at the point of actively discouraging people from developing free and open source software in their free time, if they are not employed by and pushing the agenda of some large Linux corporation?
When I see how Lennart talks down to the eudev team by calling them "amateurs", I'm coming to the same conclusion as you.

TobiSGD 11-01-2014 05:45 PM

Quote:

Originally Posted by jtsn (Post 5263033)
I read the comments up until:

So we are now at the point of actively discouraging people from developing free and open source software in their free time, if they are not employed by and pushing the agenda of some large Linux corporation? That would be a very sad state for the Linux community to be in.

Nice example for quoting out of context. The context was
Quote:

I'm really not trying to be an asshole, but the Xfce team has always been short on man-power. This is not going to help.
Which means nothing more than "XFCE lacks manpower already and increasing the workload will make that situation worse."
Nothing about corporations here or about discouraging open source development, just a statement about project management.

genss 11-01-2014 05:52 PM

open source devs are allowed to do anything they want
based on how good and stable xfce is, i'd say they are doing a great job

all in all they are probably not paid to work on xfce

ReaperX7 11-03-2014 06:01 PM

1 Attachment(s)
I have it built and working on my own system, and it seems to work well. Here's a sampler SlackBuild script I edited from Patrick's. For testing purposes, the patches normally used by Slackware are commented out. There is a note I added into the SlackBuild file for usage if you have Linux-PAM built for Slackware.

You will need the same ConsoleKit Slackware packages from /slackware-*/source/l/ConsoleKit plus the ConsoleKit2 sources from here for the current version of 0.9.2 found here: https://github.com/ConsoleKit2/Conso...-0.9.2.tar.bz2

The dependencies are the same, for now apparently, but for completion purposes, you should probably have pm-utils installed to allow ConsoleKit access to the power management systems to perform suspend/hibernation.

rworkman 12-02-2014 11:26 PM

Quote:

Originally Posted by ReaperX7 (Post 5264069)
I have it built and working on my own system, and it seems to work well. Here's a sampler SlackBuild script I edited from Patrick's. For testing purposes, the patches normally used by Slackware are commented out. There is a note I added into the SlackBuild file for usage if you have Linux-PAM built for Slackware.

You will need the same ConsoleKit Slackware packages from /slackware-*/source/l/ConsoleKit plus the ConsoleKit2 sources from here for the current version of 0.9.2 found here: https://github.com/ConsoleKit2/Conso...-0.9.2.tar.bz2

The dependencies are the same, for now apparently, but for completion purposes, you should probably have pm-utils installed to allow ConsoleKit access to the power management systems to perform suspend/hibernation.

In Xfce, do you still have shutdown/reboot/suspend/hibernate capability?

ReaperX7 12-02-2014 11:55 PM

I still have them Robby.


All times are GMT -5. The time now is 11:04 PM.