-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'lxsu exo-open test.txt' does not open text editor while 'sudo --set-home exo-open test.txt' does #114
Comments
try xdg-open - why should we support exo-open? |
That's a good question. |
Please support exo-open since xdg-open uses it. xdg-open runs exo-open in XFCE by default.
In |
|
And you could always use |
My mistake, I've been using lxqt-sudo in XFCE. I had wrongly assumed, that lxqt-sudo wants to be (a drop-in) replacement for the now deprecated gksudo / kdesudo (which are no longer available in Debian buster), being usable on any desktop environment. People on the internet are discussing deprecation of gksudo / kdesudo and mentioning lxqt-sudo as an alternative in that context. So I guess others might make the same mistake as more people move to buster or other distributions with no more gksudo / kdesudo. |
I don't see a reason why shouldn't it work with lxqt-sudo... |
|
@palinek - re-opened, if we can do something about the dbus issues we should do |
I'm not getting the |
(sorry, missed the button) |
ok, your guess might be right :) |
The problem is reproducible with |
Expected Behavior
sudo --set-home
.Current Behavior
Editor does not open.
Possible Solution
Steps to Reproduce (for bugs)
sudo apt-get install --no-install-recommends lxqt-sudo
touch test.txt
lxsu exo-open test.txt
Context
desktop shortcut using
lxsu
(to get root rights, to have a password prompt), followed byxdg-open
(which is supposed to select the user's favorite chosen text editor rather than hardcoding any specific one [or inventing a custom mechanism for choosing one]).System Information
Linux version 4.14.74-1.pvops.qubes.x86_64 (user@build-fedora4) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC)) #1 SMP Mon Oct 8 17:14:24 UTC 2018
libqt5designer5:amd64 5.11.3-4
exo-open comparison with non-root and sudo behavior
touch test.txt
exo-open test.txt
sudo --set-home exo-open test.txt
lxsu exo-open test.txt
env comparison with non-root and sudo behavior
Perhaps environment has something to do with it? I guess not. Just in case attaching the different output.
References
Also reported against exo-open:
https://bugzilla.xfce.org/show_bug.cgi?id=15282
The text was updated successfully, but these errors were encountered: