[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #22 from Gleb Popov --- (In reply to Serge Volkov from comment #21) Thanks for the report. Can you please open a new PR about this problem, and assign it to me, so it wouldn't get lost? -- You are receiving this mail because:

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #21 from Serge Volkov --- While writing the previous comment, I came up with a solution: pw usermod sddm -L russian Thus, I changed the SDDM interface language to Russian. It may be necessary to change the information about

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Serge Volkov changed: What|Removed |Added CC||s...@ulstu.ru --- Comment #20 from

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #19 from Martin Birgmeier --- :-) It's a small return for all the work others have put in... -- Martin -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Gleb Popov changed: What|Removed |Added Status|In Progress |Closed Resolution|---

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #17 from Martin Birgmeier --- Hi Gleb, I am happy to see that it works. Of course you may upstream this! Best regards, Martin -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #16 from commit-h...@freebsd.org --- A commit references this bug: Author: arrowd Date: Thu Feb 20 13:50:02 UTC 2020 New revision: 526571 URL: https://svnweb.freebsd.org/changeset/ports/526571 Log: x11/sddm: Enhance

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #15 from Gleb Popov --- (In reply to Martin Birgmeier from comment #14) Awesome, it works! I'll commit it shortly? Are you still reluctant to upstream your patches? If yes, may I take your patch and upstream it myself? --

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Martin Birgmeier changed: What|Removed |Added Attachment #211692|text/x-c++src |text/plain mime type|

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #13 from Gleb Popov --- (In reply to Martin Birgmeier from comment #12) % cat ~/.login_conf me:\ :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,http_proxy=http\c//10.10.7.1\c3128/,https_proxy=http\c//10.10.7.1\c3128/:\

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #12 from Martin Birgmeier --- How does your ~/.login_conf look like? Can you post it here? Everything is done as root, but since a specific pw entry is referenced by the functions the correct config should be read. It is

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #11 from Gleb Popov --- (In reply to Martin Birgmeier from comment #10) Your code gets executed as root, so I think it is expected that it doesn't check users ~/.login_conf. Maybe it even does take /root/.login_conf into

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #10 from Martin Birgmeier --- Hi Gleb, As I wrote in comment #3, I am not doing any parsing myself... it should all be done by setusercontext() et al. See https://www.freebsd.org/cgi/man.cgi?login.conf(5). Maybe it is

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #9 from Gleb Popov --- Your patch indeed makes sddm use values from /etc/login.conf file, great job! However, it still doesn't take ~/.login_conf files into account. Any chance you would implement that? -- You are receiving

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Gleb Popov changed: What|Removed |Added Status|Open|In Progress --- Comment #8 from Gleb

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #7 from commit-h...@freebsd.org --- A commit references this bug: Author: arrowd Date: Wed Feb 12 15:31:28 UTC 2020 New revision: 525915 URL: https://svnweb.freebsd.org/changeset/ports/525915 Log: x11/sddm: Update to 0.18.1.

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #6 from Martin Birgmeier --- One local change snuck in: I have MINIMUM_VT=2, but the original FreeBSD port uses 9. That should be reverted. -- Martin -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #5 from Martin Birgmeier --- Created attachment 211450 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211450=edit patches for 0.18.1 I made a quick port of the patches (including the original ones from the FreeBSD

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #4 from Gleb Popov --- Can you rebase your patch onto 0.18.1 version of src/helper/UserSession.cpp, please? The code has changed a bit and I'm not 100% sure how to adapt your patch. See

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #3 from Martin Birgmeier --- Well, the code simply uses setusercontext and related functions in a way which makes them work with the restrictions given by QT5. I would assume that this function family conforms to login.conf(5)

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2020-02-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Gleb Popov changed: What|Removed |Added Status|New |Open --- Comment #2 from Gleb Popov

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2019-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Comment #1 from Automation User --- Build info is available at https://gitlab.com/swills/freebsd-ports/pipelines/94962623 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2019-11-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Automation User changed: What|Removed |Added Keywords||buildisok -- You are receiving

[Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2019-10-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 Bug ID: 241519 Summary: [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext) Product: Ports & Packages Version: Latest

maintainer-feedback requested: [Bug 241519] [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext)

2019-10-27 Thread bugzilla-noreply
Bugzilla Automation has asked k...@freebsd.org for maintainer-feedback: Bug 241519: [patch] x11/sddm: use the login class capability database (/etc/login.conf, setusercontext) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241519 --- Description --- The attached patch enables sddm to use