Search Criteria
Package Details: skype-secure 3.1-1
Git Clone URL: | https://aur.archlinux.org/skype-secure.git (read-only, click to copy) |
---|---|
Package Base: | skype-secure |
Description: | Restricting Skype for Linux access |
Upstream URL: | https://wiki.archlinux.org/index.php/skype#Restricting_Skype_access |
Licenses: | |
Provides: | |
Submitter: | alium |
Maintainer: | alium |
Last Packager: | alium |
Votes: | 11 |
Popularity: | 0.093102 |
First Submitted: | 2016-03-02 13:46 |
Last Updated: | 2018-05-17 19:39 |
Dependencies (3)
- skypeforlinux (skypeforlinux-preview-bin, skypeforlinux-stable-bin)
- sudo (nosudo, sudo-masochist, sudo-hg, sudo-selinux)
- xorg-xhost
Latest Comments
« First ‹ Previous 1 2 3
jair commented on 2017-10-29 13:32
From PulseAudio Wiki:
PulseAudio will first look for configuration files in home
directory `~/.config/pulse`, then in system wide `/etc/pulse`.
so maybe it's no longer `~/.pulse/default.pa` see
https://wiki.archlinux.org/index.php?title=PulseAudio&oldid=493554#Configuration
Here's the suggested patch:
From e11aee3d5fa7626dd502ab78138d26b0d297c63d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jair=20L=C3=B3pez?= <jairlopez@etca.com.ve>
Date: Sun, 29 Oct 2017 09:21:59 -0400
Subject: [PATCH] Update PulseAudio configuration file
---
sskype.install | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sskype.install b/sskype.install
index ce0241b..f2f6827 100644
--- a/sskype.install
+++ b/sskype.install
@@ -2,7 +2,7 @@ post_install() {
useradd -U -G audio,video -k /etc/default/sskype -m -s
/sbin/nologin _skype
echo "Special setup required for Pulse Audio:"
echo "add 'load-module module-native-protocol-tcp
auth-ip-acl=127.0.0.1'"
- echo "to ~/.pulse/default.pa"
+ echo "to ~/.config/pulse/default.pa"
echo ""
echo "If you are upgrading from a version that worked without
pulse,"
echo "completely uninstall skype-secure before installing it."
--
2.14.3