Salix Xfce 15.0RC2

User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: Salix Xfce 15.0RC2

Post by gapan »

simone wrote: 12. Aug 2022, 10:05 with that file it does not give me any sleep option in xfce4-power-manager nor in xfce4-logout. If I remove it they reappear...
That doesn't make sense at all to me. Anyone else seeing this?
Image
Image
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: Salix Xfce 15.0RC2

Post by gapan »

gapan wrote: 12. Aug 2022, 10:12 That doesn't make sense at all to me. Anyone else seeing this?
Well, I did a fresh installation in a VM and I'm seeing this. simone, is that your installation on a VM or on real hardware?
Image
Image
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Salix Xfce 15.0RC2

Post by laprjns »

gapan wrote: 12. Aug 2022, 09:03
Papasot wrote: 11. Aug 2022, 13:54 Downloaded and testing. Everything seems fine, easy and fast installation, all my libraries work as expected. Still testing other things. I noticed the little tool slkbuild-postgen is missing (useful for packagers). I am not sure if that's intentional, and it's not a big deal anyway, but I see no reason why it's not in the repos.
Because laprjns hasn't submitted it yet. But it probably needs no update and I can just use the package in 14.2. I'll see to it.
:shock: :oops:
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: Salix Xfce 15.0RC2

Post by gapan »

laprjns wrote: 12. Aug 2022, 12:01 :shock: :oops:
Oops! Sorry! I really thought it was yours... :oops:
Image
Image
hugok
Posts: 373
Joined: 7. Dec 2011, 22:44
Location: Portugal
Contact:

Re: Salix Xfce 15.0RC2

Post by hugok »

hugok wrote: 11. Aug 2022, 14:10 If I install Vlsub extension(VLC), we get a duplicate entry in VLC:

https://ibb.co/3hr7nQz
gapan wrote: 12. Aug 2022, 09:03 Are you using the salix package or the flatpak. I don't use VLC so I don't know, maybe the extension is already included? And could it be a bug with the extension?

Salix package.
Hugo Carvalho
Portuguese translator

https://github.com/hugok79
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: Salix Xfce 15.0RC2

Post by gapan »

OK, so about the suspend/hibernate issue, create a /usr/share/polkit-1/rules.d/10-enable-freedesktop-suspend.rules with the following contents:

Code: Select all

polkit.addRule(
  function(action, subject) {
    if ( (action.id == "org.freedesktop.login1.suspend" ||
          action.id == "org.freedesktop.login1.hibernate")
          && subject.isInGroup("power") ) {
      return polkit.Result.YES;
    }
  }
);
and it should work. You don't have to delete the 40-org.xfce-power.rules file. I will update the salix-polkit-settings package accordingly.
Image
Image
hugok
Posts: 373
Joined: 7. Dec 2011, 22:44
Location: Portugal
Contact:

Re: Salix Xfce 15.0RC2

Post by hugok »

I also don't have suspend/hibernate option:

https://ibb.co/LtHDKKS
Hugo Carvalho
Portuguese translator

https://github.com/hugok79
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: Salix Xfce 15.0RC2

Post by laprjns »

gapan wrote: 12. Aug 2022, 10:12
simone wrote: 12. Aug 2022, 10:05 with that file it does not give me any sleep option in xfce4-power-manager nor in xfce4-logout. If I remove it they reappear...
That doesn't make sense at all to me. Anyone else seeing this?
I see no icons for suspend or hibernate but loginctl suspend works from the command line. It does need a password to be invoked.
Image
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
User avatar
simone
Posts: 42
Joined: 24. Sep 2016, 14:36
Contact:

Re: Salix Xfce 15.0RC2

Post by simone »

gapan wrote: 12. Aug 2022, 12:09 OK, so about the suspend/hibernate issue, create a /usr/share/polkit-1/rules.d/10-enable-freedesktop-suspend.rules with the following contents:

Code: Select all

polkit.addRule(
  function(action, subject) {
    if ( (action.id == "org.freedesktop.login1.suspend" ||
          action.id == "org.freedesktop.login1.hibernate")
          && subject.isInGroup("power") ) {
      return polkit.Result.YES;
    }
  }
);
and it should work. You don't have to delete the 40-org.xfce-power.rules file. I will update the salix-polkit-settings package accordingly.
With this modification it works... Thanks
Il cielo prima di tutto. Sempre.
www.simonecumbo.it
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: Salix Xfce 15.0RC2

Post by gapan »

simone wrote: 12. Aug 2022, 13:49 With this modification it works... Thanks
Thank you for bringing it to my attention! I have already updated the salix-polkit-settings package in the repos.
Image
Image
Post Reply