Bug 2310892
Summary: | /usr/libexec/ibus-ui-emojier cannot start from panel menu in XFCE | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mike FABIAN <mfabian> | ||||
Component: | ibus | Assignee: | fujiwara <tfujiwar> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 41 | CC: | i18n-bugs, mfabian, tfujiwar | ||||
Target Milestone: | --- | Keywords: | Desktop, Regression | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | ibus-1.5.31~beta2-2.fc41 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2024-09-27 02:00:26 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Mike FABIAN
2024-09-09 17:43:23 UTC
Created attachment 2046003 [details]
Video showing the problem
Video showing the problem
Seems I cannot find XFCE desktop components in Fedora 41 workstation. # dnf group list | grep -i xfce # How did you install it? (In reply to fujiwara from comment #2) > Seems I cannot find XFCE desktop components in Fedora 41 workstation. > > # dnf group list | grep -i xfce > # > > How did you install it? I found `dnf group list --hidden` can show XFCE desktop. I sometimes can reproduce this issue. (In reply to Mike FABIAN from comment #0) > But from the terminal commandline, /usr/libexec/ibus-ui-emojier starts. FYI `ibus emoji` command is a different feature from the "Emoji Choice" menu item and the command is now deprecated since the copy & paste does not work in Wayland. FEDORA-2024-4f971ae828 (ibus-1.5.31~beta2-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2024-4f971ae828 FEDORA-2024-4f971ae828 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-4f971ae828` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-4f971ae828 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2024-4f971ae828 (ibus-1.5.31~beta2-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. (In reply to fujiwara from comment #3) > (In reply to fujiwara from comment #2) > > Seems I cannot find XFCE desktop components in Fedora 41 workstation. > > > > # dnf group list | grep -i xfce > > # > > > > How did you install it? > > I found `dnf group list --hidden` can show XFCE desktop. Something has changed in dnf in Fedora 41 and this confused me as well. For me this worked: mfabian@f41:~$ dnf environment list Updating and loading repositories: Repositories loaded. ID Name Installed basic-desktop-environment Basic Desktop no budgie-desktop-environment Budgie Desktop no cinnamon-desktop-environment Cinnamon Desktop yes cinnamon-desktop-environment Cinnamon Desktop no cloud-server-environment Fedora Cloud Server no custom-environment Fedora Custom Operating System no deepin-desktop-environment Deepin Desktop no developer-workstation-environment Development and Creative Workstation no i3-desktop-environment i3 desktop yes i3-desktop-environment i3 desktop no kde-desktop-environment KDE Plasma Workspaces yes kde-desktop-environment KDE Plasma Workspaces no kde-mobile-environment KDE Plasma Mobile no lxde-desktop-environment LXDE Desktop no lxqt-desktop-environment LXQt Desktop no mate-desktop-environment MATE Desktop no miraclewm-desktop-environment Miracle WM Desktop Environment no phosh-desktop-environment Phosh Desktop no server-product-environment Fedora Server Edition no sugar-desktop-environment Sugar Desktop Environment no sway-desktop-environment Sway Desktop yes sway-desktop-environment Sway Desktop no workstation-product-environment Fedora Workstation yes workstation-product-environment Fedora Workstation no xfce-desktop-environment Xfce Desktop yes xfce-desktop-environment Xfce Desktop no mfabian@f41:~$ and then sudo dnf install @xfce-desktop-environment (In reply to Mike FABIAN from comment #7) > mfabian@f41:~$ dnf environment list I think `dnf group install xfce-desktop` would be enough to set up XFCE desktop testings, which is provided `--hidden` option as xfce-apps includes seahorse and etc from the previous Fedora versions. |