Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Dolphin Plugins
Commits
84e48b9c
Commit
84e48b9c
authored
Nov 11, 2020
by
Kwon-Young Choi
Committed by
Elvis Angelaccio
Nov 11, 2020
Browse files
Do not use read-only option as udisksctl does
BUG: 428962
parent
00a1b5fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mountiso/mountisoaction.cpp
View file @
84e48b9c
...
...
@@ -118,7 +118,6 @@ void mount(const QString &file)
return
;
}
QMap
<
QString
,
QVariant
>
options
;
options
[
"read-only"
]
=
QVariant
::
fromValue
(
true
);
QDBusInterface
manager
(
"org.freedesktop.UDisks2"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment