![]() |
2014-10-31
, 13:44
|
Posts: 59 |
Thanked: 168 times |
Joined on Mar 2010
@ Finland
|
#12
|
![]() |
2014-10-31
, 16:54
|
Posts: 49 |
Thanked: 174 times |
Joined on Oct 2014
@ Hagenberg i.M., Austria
|
#13
|
For me as well, but after next reboot the service is no longer started and can not be enabled from cli.
$ ln -s '/usr/lib/systemd/user/harbour-callrecorderd.service' '/home/nemo/.config/systemd/user/user-session.target.wants/harbour-callrecorderd.service'
![]() |
2014-11-02
, 17:37
|
Posts: 1,336 |
Thanked: 3,932 times |
Joined on Jul 2010
@ Brittany, France
|
#14
|
![]() |
2014-11-02
, 17:41
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#15
|
![]() |
2014-11-02
, 18:00
|
|
Posts: 1,552 |
Thanked: 3,108 times |
Joined on Jun 2012
@ Russia, 96
|
#16
|
![]() |
2014-11-02
, 19:51
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#17
|
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2014-11-03
, 02:47
|
Posts: 49 |
Thanked: 174 times |
Joined on Oct 2014
@ Hagenberg i.M., Austria
|
#18
|
$ mkdir -p /home/nemo/.config/systemd/user/user-session.target.wants $ ln -s '/usr/lib/systemd/user/harbour-callrecorderd.service' '/home/nemo/.config/systemd/user/user-session.target.wants/harbour-callrecorderd.service' $ systemctl --user daemon-reload
$ systemctl --user status harbour-callrecorderd
The Following User Says Thank You to dpurgin For This Useful Post: | ||
![]() |
2014-11-03
, 20:39
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#19
|
juiceme, the app was built and tested against SDK 1407. Didn't try 1410 yet since Jolla told it should be primarily used to fix applications not working with update9. harbour-callrecorder requires a new pulseaudio module from update9 to be loaded, that's all, the build dependencies are pretty standard. You can successfully compile and run the recorder on an older version of SailfishOS, you will just hear yourself on the recording, that's all
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2014-11-05
, 07:52
|
Posts: 85 |
Thanked: 121 times |
Joined on Feb 2014
|
#20
|
If the service doesn't start automatically
Try
This is the same as 'systemctl --user enable' does. If it worked, the following command outputs 'loaded (...; enabled)' on the second line and the service will start automatically upon reboot:Code:$ mkdir -p /home/nemo/.config/systemd/user/user-session.target.wants $ ln -s '/usr/lib/systemd/user/harbour-callrecorderd.service' '/home/nemo/.config/systemd/user/user-session.target.wants/harbour-callrecorderd.service' $ systemctl --user daemon-reload
Please report if it worked for you.Code:$ systemctl --user status harbour-callrecorderd
juiceme, the app was built and tested against SDK 1407. Didn't try 1410 yet since Jolla told it should be primarily used to fix applications not working with update9. harbour-callrecorder requires a new pulseaudio module from update9 to be loaded, that's all, the build dependencies are pretty standard. You can successfully compile and run the recorder on an older version of SailfishOS, you will just hear yourself on the recording, that's all
The Following User Says Thank You to tvicol For This Useful Post: | ||
For me as well, but after next reboot the service is no longer started and can not be enabled from cli.