Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] bug: XFCE PolicyKit Agent
@ 2022-01-23 14:20 LeamHall
  2022-01-23 14:31 ` paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: LeamHall @ 2022-01-23 14:20 UTC (permalink / raw)
  To: ml

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

New issue by LeamHall on void-packages repository

https://github.com/void-linux/void-packages/issues/35198

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

Sorry, no terminal. See issue 35197.

### Expected behavior

Login to XFCE.

### Actual behavior

Get "XFCE PolicyKit Agent" error. "Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Launch helper exited with unknown return code 127"

### Steps to reproduce the behavior

Login with XFCE.


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

* Re: bug: XFCE PolicyKit Agent
  2022-01-23 14:20 [ISSUE] bug: XFCE PolicyKit Agent LeamHall
@ 2022-01-23 14:31 ` paper42
  2022-01-23 15:06 ` LeamHall
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-01-23 14:31 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/35198#issuecomment-1019497655

Comment:
Is this on the xfce live iso or after installation from it? Or is this after a base installation and installing xfce4? How are you starting xfce? You can run the commands required for the System part in a tty (ctrl-alt-f2).

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

* Re: bug: XFCE PolicyKit Agent
  2022-01-23 14:20 [ISSUE] bug: XFCE PolicyKit Agent LeamHall
  2022-01-23 14:31 ` paper42
@ 2022-01-23 15:06 ` LeamHall
  2022-01-23 15:07 ` LeamHall
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: LeamHall @ 2022-01-23 15:06 UTC (permalink / raw)
  To: ml

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

New comment by LeamHall on void-packages repository

https://github.com/void-linux/void-packages/issues/35198#issuecomment-1019503850

Comment:
This is an existing node with XFCE as the primary login window manager. Have been running Void on it daily, for some time. This morning's update broke things, last update was a week ago.  

Oh, here's a funny. I can ctl-alt-f1, run xuname into a file, chmod the file, and then open it with Mousepad. Some applications work, like Mousepad and Firefox. Some don't. Anyway:

Void 5.13.19_1 x86_64 GenuineIntel notuptodate rFF

The "notuptodate" doesn't inspire confidence, since I just did an update. Here's the working part of the script I use for updates.

###
date=`date +%Y%m%d`
logfile="/var/tmp/xbps-install_Suvy_${date}.log"

# Removes old kernels.
vkpurge rm all > $logfile 2>&1

# Updates, and keeps a log.
xbps-install -Suvy >> $logfile 2>&1

# Lets the system quiesce.
sleep 10

# Removes old packages that are no longer needed.
xbps-remove -O >> $logfile 2>&1

# updates the CA certificates
update-ca-certificates >> $logfile 2>&1

# Updates the locate db.
updatedb >> $logfile 2>&1

###





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

* Re: bug: XFCE PolicyKit Agent
  2022-01-23 14:20 [ISSUE] bug: XFCE PolicyKit Agent LeamHall
  2022-01-23 14:31 ` paper42
  2022-01-23 15:06 ` LeamHall
@ 2022-01-23 15:07 ` LeamHall
  2022-01-23 20:55 ` [ISSUE] [CLOSED] " paper42
  2022-01-23 20:55 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: LeamHall @ 2022-01-23 15:07 UTC (permalink / raw)
  To: ml

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

New comment by LeamHall on void-packages repository

https://github.com/void-linux/void-packages/issues/35198#issuecomment-1019503850

Comment:
This is an existing node with XFCE as the primary login window manager. Have been running Void on it daily, for some time. This morning's update broke things, last update was a week ago.  

Oh, here's a funny. I can ctl-alt-f1, run xuname into a file, chmod the file, and then open it with Mousepad. Some applications work, like Mousepad and Firefox. Some don't. Anyway:

Void 5.13.19_1 x86_64 GenuineIntel notuptodate rFF

The "notuptodate" doesn't inspire confidence, since I just did an update. Here's the working part of the script I use for updates.

###
date=`date +%Y%m%d`
logfile="/var/tmp/xbps-install_Suvy_${date}.log"

vkpurge rm all > $logfile 2>&1

xbps-install -Suvy >> $logfile 2>&1

sleep 10

xbps-remove -O >> $logfile 2>&1

update-ca-certificates >> $logfile 2>&1

updatedb >> $logfile 2>&1

###





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

* Re: bug: XFCE PolicyKit Agent
  2022-01-23 14:20 [ISSUE] bug: XFCE PolicyKit Agent LeamHall
                   ` (3 preceding siblings ...)
  2022-01-23 20:55 ` [ISSUE] [CLOSED] " paper42
@ 2022-01-23 20:55 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-01-23 20:55 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/issues/35198#issuecomment-1019565279

Comment:
same issue as #35197

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

* Re: [ISSUE] [CLOSED] bug: XFCE PolicyKit Agent
  2022-01-23 14:20 [ISSUE] bug: XFCE PolicyKit Agent LeamHall
                   ` (2 preceding siblings ...)
  2022-01-23 15:07 ` LeamHall
@ 2022-01-23 20:55 ` paper42
  2022-01-23 20:55 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-01-23 20:55 UTC (permalink / raw)
  To: ml

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

Closed issue by LeamHall on void-packages repository

https://github.com/void-linux/void-packages/issues/35198

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

Sorry, no terminal. See issue 35197.

### Expected behavior

Login to XFCE.

### Actual behavior

Get "XFCE PolicyKit Agent" error. "Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Launch helper exited with unknown return code 127"

### Steps to reproduce the behavior

Login with XFCE.


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

end of thread, other threads:[~2022-01-23 20:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23 14:20 [ISSUE] bug: XFCE PolicyKit Agent LeamHall
2022-01-23 14:31 ` paper42
2022-01-23 15:06 ` LeamHall
2022-01-23 15:07 ` LeamHall
2022-01-23 20:55 ` [ISSUE] [CLOSED] " paper42
2022-01-23 20:55 ` paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).