chromium-browser should depend on kmod
Bug #1552298 reported by
Christopher Townsend
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
chromium-browser (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
The chromium-browser package should depend on the kmod package due to the following workaround in /usr/bin/
lsmod |grep ^i915\ >/dev/null && export LIBGL_DRI3_
There are situations in which chromium-browser can be installed without kmod already being installed such as in a container for Libertine (the convergence container for phones/
To post a comment you must log in.
I should add that nothing fails when lsmod is not present, but i915 detection will not work properly without it.