OpenPandora Main OS

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category Base OS
  • Operating System Release 1 (Zaxxon)
  • Severity Very Low
  • Reported Version Hotfix 3
Attached to Project: OpenPandora Main OS
Opened by twent4 - 14.06.2010
Last edited by EvilDragon - 12.11.2011

FS#102 - Pandora key does not close XFCE menu

If the XFCE menu has been opened by a touchscreen command, it can also be closed by hitting the logo again. However, opening the menu this way and then hitting the Pandora key only spawns more instances of the menu. Least intrusive way to close those seems to be to select "Logout" and hit Cancel.

Closed by  EvilDragon
12.11.2011 01:34
Reason for closing:  Fixed
T4b commented on 18.06.2011 20:12

It opens more instances of the mene because the check:
popuppid=$(pidof xfce4-popup-menu)
if [ $popuppid ]; then
echo "popup menu is already running"
else
su -c 'DISPLAY=:0.0 xfce4-popup-menu' - $xfceuser
fi
in the file /usr/pandora/scripts/op_menu.sh doesn't work and it doesn 't because xfce4-popup-menu isn't the menu itself, it just launches it. So it's process is only there while opening the menu, but a second later not anymore.

I don't think the menu has got a process, but probably there is another way we could check if the menu is open and close it

T4b commented on 18.06.2011 21:12

Stupid reload reposted my comment.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing