We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After changing some configuration value, the change should be committed to the configuration file (profrc).
profrc
Reading the configuration from ~/.config/profanity/profrc works, but when typing /save changed values are not stored.
~/.config/profanity/profrc
/save
ln -s <path-to-real>/profrc ~/.config/profanity/profrc
/time console set "%T"
I have my config managed by GNU stow, which creates symlinks into a Git repo outside of ~/.config … https://github.com/LeSpocky/dotfiles
~/.config
poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout) write(1, "\33[J", 3) = 3 write(3, "12/06/2020 17:32:22: prof: INF: Saving preferences to configuration file\n", 73) = 73 lseek(3, 0, SEEK_CUR) = 284699 readlink("/etc/localtime", "/usr/share/zoneinfo/Europe/Berlin", 256) = 33 openat(AT_FDCWD, "/etc/localtime", O_RDONLY) = 14 fstat(14, {st_mode=S_IFREG|0644, st_size=2335, ...}) = 0 mmap(NULL, 2335, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7f97a4de6000 close(14) = 0 munmap(0x7f97a4de6000, 2335) = 0 lstat("/home/alex/.config/profanity/profrc", {st_mode=S_IFLNK|0777, st_size=50, ...}) = 0 readlink("/home/alex/.config/profanity/profrc", "../../.dotfiles/profanity/.config/profanity/profrc" openat(AT_FDCWD, "profrc../../.dotfiles/profanity/.config/profanity/profrc.3JV7L0", O_RDWR|O_CREAT|O chmod("/home/alex/.config/profanity/profrc", 0600) = 0 poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout) poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout) write(1, "\33[22d", 5) = 5 write(1, "17:32:22 - Saving preferences.\r\33[37d", 36) = 36 recvmsg(10, {msg_namelen=0}, 0) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar) poll([{fd=10, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLIN}], 3, 0) = 0 (Timeout) read(4, 0x558f25dc3490, 4000) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar) select(1024, [0], NULL, NULL, {tv_sec=0, tv_usec=0}) = 0 (Timeout) poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout) poll([{fd=0, events=POLLIN}], 1, 0) = 0 (Timeout) recvmsg(10, {msg_namelen=0}, 0) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar) poll([{fd=10, events=POLLIN}, {fd=11, events=POLLIN}, {fd=12, events=POLLIN}], 3, 0) = 0 (Timeout) read(4, 0x558f25dc3490, 4000) = -1 EAGAIN (Die Ressource ist zur Zeit nicht verfügbar)
The text was updated successfully, but these errors were encountered:
914c675
@LeSpocky can you please test latest master and give feedback whether it works for you? If all is fine we will release 0.9.2.
Sorry, something went wrong.
Tested-by: Alexander Dahl post@lespocky.de
👍
profanity: Set console time format
4b90c27
Actually testing profanity-im/profanity#1362 …
jubalh
No branches or pull requests
Expected Behavior
After changing some configuration value, the change should be committed to the configuration file (
profrc
).Current Behavior
Reading the configuration from
~/.config/profanity/profrc
works, but when typing/save
changed values are not stored.Steps to Reproduce (for bugs)
ln -s <path-to-real>/profrc ~/.config/profanity/profrc
/time console set "%T"
/save
Context
I have my config managed by GNU stow, which creates symlinks into a Git repo outside of
~/.config
… https://github.com/LeSpocky/dotfilesEnvironment
strace output
The text was updated successfully, but these errors were encountered: