Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 843467 - x11-wm/e16 USE=-container is experimental and causes focus issues
Summary: x11-wm/e16 USE=-container is experimental and causes focus issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Andrew Savchenko
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-10 02:29 UTC by Brand Huntsman
Modified: 2022-07-31 15:25 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 Brand Huntsman 2022-05-10 02:29:19 UTC
The message in configure --help for e16 is incorrect and the ebuild copied that mistake. USE=container should always be enabled and disabling it is considered experimental and known to cause focus issues.

  --enable-container      use container window (experimental) [default=yes]

Current git has renamed the option to make this clear.

  --enable-no-container   do not use container window (experimental)

The glx(opengl), xpresent and dbus options are also experimental but not indicated as such by their USE flags.
Comment 1 Larry the Git Cow gentoo-dev 2022-07-31 15:22:24 UTC
The bug has been closed via the following commit(s):

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

commit a264f267c1bdf091fc0418b8efa4e3a2cf2ff810
Author:     Andrew Savchenko <bircoph@gentoo.org>
AuthorDate: 2022-07-31 15:19:38 +0000
Commit:     Andrew Savchenko <bircoph@gentoo.org>
CommitDate: 2022-07-31 15:19:55 +0000

    x11-wm/e16: version bump to 1.0.25
    
    - Update to 1.0.25.
    - Enable container by default and rename USE container -> no-container.
    - Update custom USE flags descriptions.
    
    Closes: https://bugs.gentoo.org/843467
    Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>

 x11-wm/e16/Manifest          |   1 +
 x11-wm/e16/e16-1.0.25.ebuild | 146 +++++++++++++++++++++++++++++++++++++++++++
 x11-wm/e16/metadata.xml      |   5 +-
 3 files changed, 150 insertions(+), 2 deletions(-)
Comment 2 Andrew Savchenko gentoo-dev 2022-07-31 15:25:32 UTC
>     - Enable container by default and rename USE container -> no-container.

Containers are now enabled by default, thanks for the hint. But I see no reason to force the always, so USE flag is kept and renamed to no-container to follow upstream.

>     - Update custom USE flags descriptions.

opengl and dbus have standard descriptions as global use flags, so I don't add custom local descriptions for them just to add experimental tag. Especially considering glx works fine for me for years on different hardware and system configurations.