[regression] Misspelled plugins are silently ignored
Bug #1002715 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Fix Released
|
Low
|
Daniel van Vugt | ||
compiz (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Compiz fails to report when a non-existent plugin can't be found/loaded:
% compiz --replace composite whatever opengl
./bin/compiz (core) - Info: Loading plugin: core
./bin/compiz (core) - Info: Starting plugin: core
./bin/compiz (core) - Info: Loading plugin: composite
./bin/compiz (core) - Info: Starting plugin: composite
./bin/compiz (core) - Info: Loading plugin: opengl
./bin/compiz (core) - Info: Starting plugin: opengl
Related branches
lp://staging/~vanvugt/compiz/fix-1002715-1002721
- Sam Spilsbury: Approve
-
Diff: 97 lines (+36/-9)3 files modifiedsrc/privatescreen.h (+2/-2)
src/privatescreen/tests/test-privatescreen.cpp (+31/-0)
src/screen.cpp (+3/-7)
Changed in compiz: | |
status: | Triaged → In Progress |
Changed in compiz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Marking this as a regression because I'm sure I used to get an error message for misspelled plugins. And I can certainly see the code in src/ that is meant to output the error messages.