[kwin] [Bug 442362] xwayland: Add local user to xhost

2021-09-23 Thread Benn Snyder
https://bugs.kde.org/show_bug.cgi?id=442362

--- Comment #3 from Benn Snyder  ---
(In reply to Vlad Zahorodnii from comment #2)
> I think it doesn't work because the X11 socket (in /tmp/.X11-unix/) is not
> writable by other users.

Excellent, thank you!  Now I can start programs like this.

xhost +SI:localuser:steam
chgrp -R users /tmp/.X11-unix/*
chmod -R g=u /tmp/.X11-unix/*
sudo -u steam glxinfo

But still it would be great if this use case could work without such scripting.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 442362] xwayland: Add local user to xhost

2021-09-21 Thread Benn Snyder
https://bugs.kde.org/show_bug.cgi?id=442362

Benn Snyder  changed:

   What|Removed |Added

 CC||benn.sny...@gmail.com

--- Comment #1 from Benn Snyder  ---
This used to work with kwin-5.21.5 but now it fails after kwin-5.22.5 update.

$ xhost +SI:localuser:steam
localuser:steam being added to access control list
$ sudo -u steam glxinfo
Password: 
Error: unable to open display :0

glxinfo is just an example - all xwayland programs fail with a similar message.

-- 
You are receiving this mail because:
You are watching all bug changes.

[juk] [Bug 335283] Unable to sort by column

2016-10-10 Thread Benn Snyder via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335283

--- Comment #2 from Benn Snyder  ---
Sadly, I had to abandon juk for quodlibet due to the missing feature.

-- 
You are receiving this mail because:
You are watching all bug changes.


[konsole] [Bug 370437] New: Konsole freezes when opening new tab in deleted directory.

2016-10-10 Thread Benn Snyder via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=370437

Bug ID: 370437
   Summary: Konsole freezes when opening new tab in deleted
directory.
   Product: konsole
   Version: 16.04.3
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: emulation
  Assignee: konsole-de...@kde.org
  Reporter: benn.sny...@gmail.com

When opening a new tab, Konsole freezes if the current directory no longer
exists.

Reproducible: Always

Steps to Reproduce:
$ mkdir test
$ cd test/
$ rmdir ../test

Then press Ctrl+Shift+T to open a new tab.

Actual Results:  
All Konsole tabs and windows lock up indefinitely and must be killed.

Expected Results:  
Konsole should display a message about the directory not existing, and allow
the user to close the new tab gracefully.

-- 
You are receiving this mail because:
You are watching all bug changes.