Bug 460608 - No longer can run MOZ_USE_XINPUT2=1 /usr/lib/firefox/firefox in app
Summary: No longer can run MOZ_USE_XINPUT2=1 /usr/lib/firefox/firefox in app
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: Global Menu widget (other bugs)
Version First Reported In: 5.26.0
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 16:53 UTC by Norbert
Modified: 2022-10-17 17:10 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Norbert 2022-10-17 16:53:08 UTC
SUMMARY
***
It used to work. I know this is a bad example as I can put it in /etc/environment BUT with setting 'XDG_CONFIG_HOME it isn't that easy.
***

STEPS TO REPRODUCE
1. Edit firefox application
2. Write `MOZ_USE_XINPUT2=1 /usr/lib/firefox/firefox` in program
3. Run firefox by clicking on it

OBSERVED RESULT
Error shows up: `execvp: No such file or directory`

EXPECTED RESULT
Firefox runs with env variable set

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.26.0
KDE Frameworks Version: 5.99.0
Qt Version: 5.15.6

ADDITIONAL INFORMATION
Kernel Version: 6.0.1-arch2-1 (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-7200U CPU @ 2.50GHz
Memory: 15,5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 620
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: X510UQ
System Version: 1.0
Comment 1 Nicolas Fella 2022-10-17 17:10:51 UTC
You need to use "env MOZ_USE_XINPUT2=1 /usr/lib/firefox/firefox" instead. See https://bugs.kde.org/show_bug.cgi?id=460518