Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678540 - x11-misc/pcmanfm-qt needs to depend on dev-qt/qttranslations
Summary: x11-misc/pcmanfm-qt needs to depend on dev-qt/qttranslations
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: LxQt maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-22 00:06 UTC by David
Modified: 2021-08-28 15:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David 2019-02-22 00:06:57 UTC
x11-misc/pcmanfm-qt needs to depend on dev-qt/qttranslations, otherwise keyboard shortcuts woun't work for several locales.

The problem is discussed here: https://github.com/lxqt/pcmanfm-qt/issues/401

To reproduce:

1. emerge pcmanfm-qt without qttranslations
2. in LXQT start menu --> preferences --> lxqt settings --> locale
   switch to german
3. logout
4. login
5. no working shortcuts in pcmanfm-qt (CTRL+C,CTRL+V, etc.)

1. emerge pcmanfm-qt with qttranslations
2. in LXQT start menu --> preferences --> lxqt settings --> locale
   switch to german
3. logout
4. login
5. shortcuts in pcmanfm-qt are working
Comment 1 Chiitoo gentoo-dev 2019-03-10 14:48:30 UTC
I'll add USE="nls" into 'lxqt-base/lxqt-meta', which will pull in the translations.

Thanks for the report!
Comment 2 Larry the Git Cow gentoo-dev 2019-03-10 22:46:22 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5c3291bf34ea45bb0bbf2f82c59757e6ff146e

commit 7e5c3291bf34ea45bb0bbf2f82c59757e6ff146e
Author:     Jimi Huotari <chiitoo@gentoo.org>
AuthorDate: 2019-03-07 20:18:03 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-03-10 22:45:47 +0000

    lxqt-base/lxqt-meta: version bump to 0.14.1
    
    New USE-flag 'nls' will pull in 'dev-qt/qttranslations' to better
    support different locales.
    
    Closes: https://bugs.gentoo.org/676798
    Closes: https://bugs.gentoo.org/678540
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 lxqt-base/lxqt-meta/lxqt-meta-0.14.1.ebuild | 53 +++++++++++++++++++++++++++++
 lxqt-base/lxqt-meta/metadata.xml            |  1 +
 2 files changed, 54 insertions(+)