Files keeps asking about default file manager
Bug #1021040 reported by
Pim Vullers
This bug report is a duplicate of:
Bug #1005301: set as default bar shows even after setting default.
Edit
Remove
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Files |
Fix Committed
|
High
|
Victor Martinez |
Bug Description
Each time I start pantheon-files it gives me the notification 'Files isn't your default file manager.', while actually it is. This notification also disappears after 3 seconds, so I don't know if this is intended or not.
So for one it should not show this message, and second pressing 'set as default' does not help. Ignore also doesn't make any difference.
Changed in pantheon-files: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → luna-beta1 |
Changed in pantheon-files: | |
assignee: | nobody → Victor Eduardo (victored) |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
By just looking at the code I'm wondering about this line:
172 show_infobar (is_marlin_ mydefault_ fm ());
I'd expect this to be
show_ infobar (!is_marlin_ mydefault_ fm ());
i.e. show infobar when files is NOT the default fm.