FreeBSD ports you maintain which are out of date

2016-02-01 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/x...@freebsd.org.html


Port| Current version | New version
+-+
x11/xfce4-dashboard | 0.4.2   | 0.5.5
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Thanks.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: I keep getting errors about power-manager in my logs

2016-02-01 Thread Olivier Duchateau
On Sat, 30 Jan 2016 00:12:44 +0100
Pasi Koivisto  wrote:

Hi Pasi,

> This is what I get in my logs.
> 
> dbus[980]: [system] Rejected send message, 2 matched rules;
> type="method_call", sender=":1.107" (uid=502 pid=34333 comm="xfce4
> -power-manager --restart --sm-client-id 2160b")
> interface="org.freedesktop.ConsoleKit.Manager" member="CanSuspend"
> error name="(unset)" requested_reply="0" destination=":1.1" (uid=0
> pid=1191 comm="/usr/local/sbin/console-kit-daemon --no-daemon ")
>

Please could you post complete log somewhere. Kill the xfce4-power-manager 
daemon, then restarts it.

% xfce4-power-manager --quit
% xfce4-power-manager --no-daemon --debug --dump

> I have tried to add rules like this. I can't remember where I found it
> but probably archwiki or similar.

xfce4-session contains information how to create / add rules. Try:

% pkg query %M xfce4-session

> 
> # cat /usr/local/etc/polkit-1/rules.d/51-upower.rules
> polkit.addRule(function(action, subject) {
> if (action.id == "org.freedesktop.upower.suspend" ||
> action.id == "org.freedesktop.upower.hibernate") {
> return polkit.Result.YES;
> }
> });

If you add your main group, it works?

Theses rules are not anymore needed, since polkit 0.113, you can remove these 
files.

> 
> And also this in /usr/local/etc/polkit-1/localauthority/50-local.d/xfce
> -power-manager.pkla
> 
> [Restart]
> Identity=unix-group:wheel
> Action=org.freedesktop.consolekit.system.restart
> ResultAny=yes
> ResultInactive=yes
> ResultActive=yes
> 
> [Shutdown]
> Identity=unix-group:wheel
> Action=org.freedesktop.consolekit.system.stop
> ResultAny=yes
> ResultInactive=yes
> ResultActive=yes
> 
> [Suspend]
> Identity=unix-group:wheel
> Action=org.freedesktop.upower.suspend
> ResultAny=yes
> ResultInactive=yes
> ResultActive=yes
> 
> 
> But nothing seems to work. Suspend/restart etc works despite of this.
> 
> I can't figure this out.

> ___
> freebsd-xfce@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
> To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


-- 
olivier
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"