Also problem on version 12.04.4 LTS.
Output from debug option:
user@server:~$ LC_ALL=C yarssr --debug
[22:48:56] Loading previous session
[22:48:56] Successfully loaded config
[22:48:57] Successfully loaded previous session
[22:48:57] Rebuilding menu
^C[22:49:02] Writing config
user@server:~$
I canceled the command with Ctrl+C, after no menu was shown. Then
"Writing config" appeared and the program terminated correctly.
Funny is that with strace it shows that it is in a continuing loop while
doing this:
user@server:~$ ps -fu user |grep yarssr
user 19180 15985 0 22:52 pts/2 00:00:00 yarssr
user 19197 18959 0 22:53 pts/3 00:00:00 grep --color=auto yarssr
user@server:~$ sudo strace -p 19180
Process 19180 attached - interrupt to quit
restart_syscall(<... resuming interrupted call ...>) = 0
recvfrom(4, 0x21fd444, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily
unavailable)
poll([{fd=7, events=POLLIN}, {fd=4, events=POLLIN}, {fd=10,
events=POLLIN|POLLPRI}, {fd=13, events=POLLIN}, {fd=12, events=POLLIN|POLLPRI},
{fd=14, events=POLLIN}, {fd=15, events=POLLIN}], 7, 300) = 0 (Timeout)
[........]
recvfrom(4, 0x21fd444, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily
unavailable)
poll([{fd=7, events=POLLIN}, {fd=4, events=POLLIN}, {fd=10,
events=POLLIN|POLLPRI}, {fd=13, events=POLLIN}, {fd=12, events=POLLIN|POLLPRI},
{fd=14, events=POLLIN}, {fd=15, events=POLLIN}], 7, 300^C <unfinished ...>
Process 19180 detached
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1125883
Title:
Trayicon not show
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/yarssr/+bug/1125883/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs