Public bug reported:

Binary package hint: openbox

openbox bypasses xdg autostart entries.

i've created a test entry in /etc/xdg/autostart

cat /etc/xdg/autostart/test.desktop 
[Desktop Entry]
Encoding=UTF-8
Exec=/usr/local/bin/test.sh
Name=test
Comment=execute a test script
Terminal=false
Type=Application
StartupNotify=false


then i've created the test script /usr/local/bin/test.sh :

#####################################
#!/bin/bash

FLOG="/tmp/${USER}-test.log"
umask 0077
exec >> "$FLOG"
echo "`date` - $USER - $0"

#####################################

then i try to log in with openbox and nothing is executed. if i log in
with xfce script is executed as expected.


lsb_release -rd
Description:    Ubuntu 10.04 LTS
Release:        10.04

apt-cache policy openbox
openbox:
  Instal·lat: 3.4.10-1
  Candidat: 3.4.10-1
  Taula de versió:
 *** 3.4.10-1 0
        500 http://mirror.ousli.org/ubuntu/ lucid/universe Packages
        100 /var/lib/dpkg/status

ask for further info if you want.

** Affects: openbox (Ubuntu)
     Importance: Undecided
         Status: New

-- 
openbox doesn't honour xdg autostart
https://bugs.launchpad.net/bugs/575068
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to