Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
K3b
Commits
f44ffef8
Commit
f44ffef8
authored
Oct 19, 2022
by
Nicolas Fella
Browse files
Add desktop file name to solid actions
See
plasma/plasma-workspace!2206
parent
809a9186
Pipeline
#251041
passed with stage
in 3 minutes and 48 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/services/k3b_audiocd_rip.desktop
View file @
f44ffef8
...
...
@@ -3,6 +3,7 @@ X-KDE-Solid-Predicate=OpticalDisc.availableContent & 'Audio'
Actions=K3bRip;
Type=Service
X-KDE-Priority=TopLevel
X-KDE-AliasFor=org.kde.k3b
[Desktop Action K3bRip]
Name=Extract Digital Audio with K3b
...
...
src/services/k3b_copy_disc.desktop
View file @
f44ffef8
...
...
@@ -3,6 +3,7 @@ X-KDE-Solid-Predicate=OpticalDisc.availableContent & 'Audio|Data|VideoDvd'
Actions=K3bCopy;
Type=Service
X-KDE-Priority=TopLevel
X-KDE-AliasFor=org.kde.k3b
[Desktop Action K3bCopy]
Name=Copy with K3b
...
...
src/services/k3b_create_audio_cd_from_blank_medium.desktop
View file @
f44ffef8
...
...
@@ -3,6 +3,7 @@ X-KDE-Solid-Predicate=[[StorageVolume.ignored == false AND OpticalDisc.blank ==
Actions=K3bAudioCDProject;
Type=Service
X-KDE-Priority=TopLevel
X-KDE-AliasFor=org.kde.k3b
[Desktop Action K3bAudioCDProject]
Exec=k3b --device %i --audiocd
...
...
src/services/k3b_create_data_project_from_blank_medium.desktop
View file @
f44ffef8
...
...
@@ -3,6 +3,7 @@ X-KDE-Solid-Predicate=[StorageVolume.ignored == false AND OpticalDisc.blank == t
Actions=K3bDataProject;
Type=Service
X-KDE-Priority=TopLevel
X-KDE-AliasFor=org.kde.k3b
[Desktop Action K3bDataProject]
Exec=k3b --device %i --data
...
...
src/services/k3b_videodvd_rip.desktop
View file @
f44ffef8
...
...
@@ -3,6 +3,7 @@ X-KDE-Solid-Predicate=OpticalDisc.availableContent & 'VideoDvd'
Actions=K3bRip;
Type=Service
X-KDE-Priority=TopLevel
X-KDE-AliasFor=org.kde.k3b
[Desktop Action K3bRip]
Name=Rip Video DVD Titles with K3b
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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