Select new mount by default if requested
ClosedPublic

Authored by davidedmundson on Jan 4 2019, 4:07 PM.

Details

Summary

By default on open we select the first mount. This matches Networks and
User Accounts.

Some distros place a .desktop file with the name "New Share" that opens
this KCM. Having it preselect an entry at this point is confusing.

Changing the Exec line to
"Exec=kcmshell5 sambamount --args --new" will default to selecting the
"New Share" entry. The rest is unchanged.

Diff Detail

Repository
R627 Samba Mounter
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson requested review of this revision.Jan 4 2019, 4:07 PM
davidedmundson created this revision.
apol accepted this revision.Jan 7 2019, 3:44 PM
This revision is now accepted and ready to land.Jan 7 2019, 3:44 PM
This revision was automatically updated to reflect the committed changes.