Trayicon not show

Bug #1125883 reported by Tuomas Lähteenmäki
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
yarssr (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

launch yarssr in terminal

yarssr --debug
[07:32:55] Loading previous session
[07:32:55] Successfully loaded config
[07:32:56] Successfully loaded previous session
[07:32:56] Rebuilding menu

nothing happend. trayicon menu not launch or show.

Using 12.10 Ubuntu with yarssr version 0.2.2-9

yarssr_0.2.2-9_all.deb

description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in yarssr (Ubuntu):
status: New → Confirmed
Revision history for this message
warp (kuno) wrote :

Also a problem on 13.04.

Revision history for this message
luckyrings (d8f2) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.