deadbeef
deadbeef copied to clipboard
Overwrite config as a symbolic link as a file
Steps to reproduce the problem
cd ~/.config/deadbeef/
mv config config_type1
ln -s config_type1 config
ls -l config*
deadbeef
ls -l config*
What's going on? Describe the problem in as much detail as possible.
- Overwrite config as a symbolic link as a file.
$ cd ~/.config/deadbeef/
$ mv config config_type1
$ ln -s config_type1 config
$ ls -l config*
lrwxrwxrwx 1 a a 12 Feb 11 16:20 config -> config_type1
-rw------- 1 a a 5133 Feb 11 16:18 config_type1
$ deadbeef
$ ls -l config*
-rw------- 1 a a 5133 Feb 11 16:20 config
-rw------- 1 a a 5133 Feb 11 16:18 config_type1
$
Information about the software:
- Deadbeef version: master(81150a9d4)
- OS: Arch Linux x86_64
- Kernel: 6.1.10-arch1-1
- WM: sway-im-git
Relevant software version:
$ paru -Qs deadbeef
local/deadbeef-git r11279.81150a9d4-1
A GTK+ audio player for GNU/Linux (devel branch)
local/deadbeef-jack-git 10.62d1e6a-1
jack plugin for the DeaDBeeF music player
local/deadbeef-mpris2-plugin 1.16-1
MPRISv2 plugin for the DeaDBeeF music player
local/deadbeef-plugin-fb-gtk3-git r166.g355e614-3
A filebrowser plugin for the DeaDBeeF audio player
local/deadbeef-plugin-waveform-gtk3-git 0.5.r91.g4afd845-1
Waveform Seekbar plugin for DeaDBeeF audio player GTK3
$