Bug 346322 - kmix QAction KAction error
Summary: kmix QAction KAction error
Status: RESOLVED FIXED
Alias: None
Product: kmix
Classification: Applications
Component: Backend: Pulseaudio (other bugs)
Version First Reported In: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Colin Guthrie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-17 21:20 UTC by miku84
Modified: 2017-09-19 11:07 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description miku84 2015-04-17 21:20:45 UTC
On Manjaro Plasma 5 new install KMIX gives this error:

kmix pulseaudio: ápr 17 22:51:27 miku-pc kmix[1584]: Shortcut for action "load_3" "Load volume profile 3" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 22:51:27 miku-pc kmix[1584]: Shortcut for action "load_4" "Load volume profile 4" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Playback_Devices.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Capture_Devices.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Playback_Streams.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Capture_Streams.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Playback_Devices.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Capture_Devices.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Playback_Streams.1.default" . It was removed by the user, or the KMix config file is defective.
ápr 17 22:51:27 miku-pc kmix[1584]: Cannot load profile "PulseAudio.Capture_Streams.1.default" . It was removed by the user, or the KMix config file is defective.

If I remove the KMIX configuretion file (kmixrc) then on the next boot journalctl gives this error:
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "save_2" "Save volume profile 2" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "save_3" "Save volume profile 3" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "save_4" "Save volume profile 4" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "load_1" "Load volume profile 1" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "load_2" "Load volume profile 2" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "load_3" "Load volume profile 3" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:46 miku-pc kmix[956]: Shortcut for action  "load_4" "Load volume profile 4" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
ápr 17 23:03:47 miku-pc pulseaudio[965]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided b
ápr 17 23:03:47 miku-pc pulseaudio[1139]: [pulseaudio] pid.c: Daemon already running.
ápr 17 23:03:47 miku-pc pulseaudio[1142]: [pulseaudio] pid.c: Daemon already running.

There are no "load" and "save" shortcuts definied: neither global nor KMIX shortcuts.
KMIX version: 14.12.3-1
Pulseaudio, GStreamer installed


Reproducible: Always

Steps to Reproduce:
1.on boot journalctl gives this error
2.after  the config file removal it still gives error


Actual Results:  
above

Expected Results:  
without journalctl error
Comment 1 le.trmr 2015-11-18 22:47:03 UTC
I do get the same behaviour.
Comment 2 Łukasz Żarnowiecki 2016-04-09 00:35:25 UTC
Still in version 4.6 (15.12.3)
Comment 3 miku84 2016-05-02 10:34:49 UTC
Almost 1 year passed!
Comment 4 Erik Quaeghebeur 2016-06-19 10:35:05 UTC
(In reply to Lukasz from comment #2)
> Still in version 4.6 (15.12.3)

I can confirm this issue in that version as well. Status should be changed to ‘confirmed’.
Comment 5 Jonathan Marten 2017-09-19 11:07:17 UTC
QAction::setShortcut() messages eliminated (in frameworks branch) by commit 20e94538.