View previous topic :: View next topic |
Author |
Message |
leyvi Tux's lil' helper
Joined: 08 Sep 2023 Posts: 77
|
Posted: Wed Nov 06, 2024 12:35 pm Post subject: Why doesn't the bluetooth USE flag work on kdeconnect? |
|
|
I've tried putting the USE flag bluetooth in my make.conf file, I've tried putting it in package.use for just kdeconnect, and I've tried prefixing emerge with USE="${USE} bluetooth". Nothing works! |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22608
|
Posted: Wed Nov 06, 2024 12:49 pm Post subject: |
|
|
Per Guidelines item #4, you should show us the command you ran and its full output. If I had to guess from what you wrote, and what I see on my system, you are being blocked by the flag being USE-masked out. If so, then the next step is to consult the use.mask and package.use.mask files to see why it is blocked. There, we find: profiles/base/package.use.mask: | # Sam James <sam@gentoo.org> (2024-03-07)
# The bluetooth feature is unstable for now (causes timeouts if no dbus adapter
# is available).
# https://mail.kde.org/pipermail/distributions/2024-March/001481.html
>=kde-misc/kdeconnect-24.02.0 bluetooth
| Thus, it was deliberately blocked because of known problems. |
|
Back to top |
|
|
logrusx Advocate
Joined: 22 Feb 2018 Posts: 2392
|
Posted: Wed Nov 06, 2024 3:26 pm Post subject: Re: Why doesn't the bluetooth USE flag work on kdeconnect? |
|
|
leyvi wrote: | I've tried putting the USE flag bluetooth in my make.conf file, I've tried putting it in package.use for just kdeconnect, and I've tried prefixing emerge with USE="${USE} bluetooth". Nothing works! |
What does "works" mean for you?
Please tell us more of what you're doing, why you're doing it (as what you expect to happen) and show us the complete commands you're running and files/snippets with your settings.
Best Regards,
Georgi |
|
Back to top |
|
|
leyvi Tux's lil' helper
Joined: 08 Sep 2023 Posts: 77
|
Posted: Wed Nov 06, 2024 3:29 pm Post subject: |
|
|
Thanks! |
|
Back to top |
|
|
leyvi Tux's lil' helper
Joined: 08 Sep 2023 Posts: 77
|
Posted: Wed Nov 06, 2024 3:32 pm Post subject: Re: Why doesn't the bluetooth USE flag work on kdeconnect? |
|
|
logrusx wrote: | leyvi wrote: | I've tried putting the USE flag bluetooth in my make.conf file, I've tried putting it in package.use for just kdeconnect, and I've tried prefixing emerge with USE="${USE} bluetooth". Nothing works! |
What does "works" mean for you?
Please tell us more of what you're doing, why you're doing it (as what you expect to happen) and show us the complete commands you're running and files/snippets with your settings.
Best Regards,
Georgi | I was trying to emerge kdeconnect with USE flag bluetooth enabled.
The first guy who responded pointed out that the bluetooth feature is actually unstable, and so it is masked in my profile. |
|
Back to top |
|
|
|