[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#647427: marked as done (XDG_DATA_DIRS not set when using openbox-gnome-session)



Your message dated Tue, 23 Jul 2013 10:33:26 +0000
with message-id <E1V1ZuI-0001wC-4b@franck.debian.org>
and subject line Bug#647427: fixed in openbox 3.5.0-8
has caused the Debian Bug report #647427,
regarding XDG_DATA_DIRS not set when using openbox-gnome-session
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
647427: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647427
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: openbox
Version: 3.4.11.2-2
Severity: normal

When a normal GNOME Session is opened, XDG_DATA_DIRS is correctly set to
contain /usr/share/gnome. This is done in
/etc/X11/Xsession.d/55gnome-session_gnomerc, with the following block,
but only if using gnome-session directly. An equivalent block should be
added to openbox-gnome-session, and perhaps openbox-kde-session, since
otherwise the default application associations will be wrong (e.g.
PDFs getting opened by GIMP by default, cats and dogs living together, etc.)

if [ -z "$XDG_DATA_DIRS" ]; then
    XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/
else
    XDG_DATA_DIRS=/usr/share/gnome:"$XDG_DATA_DIRS"
fi
export XDG_DATA_DIRS


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openbox depends on:
ii  libc6                     2.13-21     
ii  libfontconfig1            2.8.0-3     
ii  libfreetype6              2.4.6-2     
ii  libglib2.0-0              2.28.6-1    
ii  libice6                   2:1.0.7-2   
ii  libobparser21             3.4.11.2-2  
ii  libobrender21             3.4.11.2-2  
ii  libpango1.0-0             1.29.4-1    
ii  libsm6                    2:1.2.0-2   
ii  libstartup-notification0  0.12-1      
ii  libx11-6                  2:1.4.4-2   
ii  libxau6                   1:1.0.6-3   
ii  libxext6                  2:1.3.0-3   
ii  libxft2                   2.2.0-3     
ii  libxinerama1              2:1.1.1-3   
ii  libxml2                   2.7.8.dfsg-5
ii  libxrandr2                2:1.3.2-2   
ii  libxrender1               1:0.9.6-2   

Versions of packages openbox recommends:
ii  obconf          2.0.3-3
ii  openbox-themes  1.0.2  

Versions of packages openbox suggests:
ii  libxml2-dev  2.7.8.dfsg-5
ii  menu         2.1.45      
ii  python       2.6.7-3     
ii  ttf-dejavu   2.33-2      

-- Configuration Files:
/etc/xdg/openbox/autostart.sh changed [not included]

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: openbox
Source-Version: 3.5.0-8

We believe that the bug you reported is fixed in the latest version of
openbox, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 647427@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mateusz Łukasik <mati75@linuxmint.pl> (supplier of updated openbox package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 23 Jul 2013 08:37:08 +0200
Source: openbox
Binary: openbox libobt0 libobrender27 openbox-dev
Architecture: source amd64
Version: 3.5.0-8
Distribution: unstable
Urgency: low
Maintainer: Mateusz Łukasik <mati75@linuxmint.pl>
Changed-By: Mateusz Łukasik <mati75@linuxmint.pl>
Description: 
 libobrender27 - rendering library for openbox themes
 libobt0    - parsing library for openbox
 openbox    - standards-compliant, fast, light-weight, extensible window manage
 openbox-dev - development files for the openbox window manager
Closes: 566900 644628 647427 658081 695432 704724 705793 709439
Changes: 
 openbox (3.5.0-8) unstable; urgency=low
 .
   * New maintainer. (Closes: #566900)
   * Bump standard version and compat.
   * Add python-xdg to dependences:
     + Fix XDG_DATA_DIRS not set when using openbox-gnome-session,
       (Closes: #647427)
     + Fix openbox: missing dependency: python-xdg. (Closes: #695432)
   * Update config files:
     + Add debian/patches/704724_fix_refers-to-autostart.sh.patch to fix
       openbox-session(1) refers to autostart.sh files, (Closes: #704724)
     + Add debian/patches/644628_fix_autostart.patch to fix openbox: Please
       provide a way to disable openbox-xdg-autostart via config file.
       (Closes: #644628)
   * Remove support for gdm-control and gnome-panel-control to fix
     openbox: gdm-control fails to execute. (Closes: #705793)
   * Add 91_fix_loose_focus.patch: From upstream, focus the windows when the
      execute action is run. (Closes: #709439)
   * Add patches from Arch Linux:
     + openbox-3.5.0-which-2.20.patch,
     + openbox-3.5.0-title-matching.patch.
   * Add 658081_fix_kde_menu.patch:
     + fix bad KDE menu placement when running a KDE/Openbox
     session (Closes: #658081)
   * Add add_automake1.11_support.patch: From upstream, add support
     automake 1.11 and newest.
   * Switch to Vcs-Git.
Checksums-Sha1: 
 dc66cd7d55222f715429f3255ea1461f52208e6a 2194 openbox_3.5.0-8.dsc
 3c3b8d2bc4f4e229871254e92d6b18639be00302 911834 openbox_3.5.0.orig.tar.gz
 19a7a8a11d4b9053eba82e76c65b39a7851940e6 45505 openbox_3.5.0-8.debian.tar.gz
 3cc5eddd158a34b0d3f17db38fcc166e61e65941 332702 openbox_3.5.0-8_amd64.deb
 5ca9f29476b1918aa424e7c9178c3249b80de450 66308 libobt0_3.5.0-8_amd64.deb
 c663de760e253cc6da857c57b729d9e565630a31 78480 libobrender27_3.5.0-8_amd64.deb
 e17649e385a6b708d50852e8f52408d7888d723d 125054 openbox-dev_3.5.0-8_amd64.deb
Checksums-Sha256: 
 8ee1c81a965bf576031afc9a17940b52ea08a7637768873bfd28b06099be977c 2194 openbox_3.5.0-8.dsc
 6fa90016530b3aa6102e254079461977439398531fb23e7ec076ff2c140fea0a 911834 openbox_3.5.0.orig.tar.gz
 fcc3d4fecef806ad1bf0f6008e29082c2e59fb2e20e7c8370621b3db2c972036 45505 openbox_3.5.0-8.debian.tar.gz
 b7f6f54c39d278f483d69d25391221968941efb7b8572dc0302f6380a10accda 332702 openbox_3.5.0-8_amd64.deb
 ae94efe60276ecf3237e1ae13954679f5abc2f9a234d5ad2fb2c17035674a334 66308 libobt0_3.5.0-8_amd64.deb
 35585a5beec68167c892c300e83a7a6c1f8430dc31a0522960069c36c1c42ab8 78480 libobrender27_3.5.0-8_amd64.deb
 607b79e99b6181a6a1871b990b8c43ae298964845ccfc0d9696823d23d27c201 125054 openbox-dev_3.5.0-8_amd64.deb
Files: 
 d19fbe91f66bfb5773d832970b5c3dca 2194 x11 optional openbox_3.5.0-8.dsc
 00441b53cf14c03566c8e82643544ff9 911834 x11 optional openbox_3.5.0.orig.tar.gz
 400e10de3768626e6712b4d4bf594ff4 45505 x11 optional openbox_3.5.0-8.debian.tar.gz
 3a95a47283f1a1e5cdcd07d5188420b5 332702 x11 optional openbox_3.5.0-8_amd64.deb
 f6a649ab0a51d5f927e4c5b49c4e5a99 66308 libs optional libobt0_3.5.0-8_amd64.deb
 094a1cff7d5173d83ace21aa1755cd51 78480 libs optional libobrender27_3.5.0-8_amd64.deb
 45586e8e393bf66052e2e42bbfd5b76c 125054 libdevel optional openbox-dev_3.5.0-8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJR7litAAoJEHQmOzf1tfkTz/QP/0LnywkrCYYb/mI23MDaldIQ
Pn93/l1X48tkK/SVmkYWbKh5xjKxPI8j67dGcH8z6tXfh59OH69aU4zhIRpEfjU7
3e9c+kdGKB4lXD080uRhvyet6EKX9I1wmb/o1LFuFha36n8NlAuCGQEHX/1/IxlI
7kZlTIuS/VBuPMk5SaHrxy8dW7M14vLXJG5TBzEUin3hLfGGJbpDYB7gz9g7z3Zk
KN8sxnP+9tuVh2FMDoUI/GNrZ0wkQ8bxU7JPFu0YbUHsLcxFdGHDMIcK/CugBgIJ
T2krr4ORp4m73cT3d3hAc3wEADKKlJQhUWajbd+SxENKHhEtCdHNZRcdcC2AUNy1
yJw8JH/cl+53Iv7AE0Qg7BthrzLzEc9489LaS8e5AkY9H5PI0je/8lUfAxiEe6xe
n32BT4Z+enA7OfHm8jdcViVaKvdbxOyEl5wUkUGj9FkKRsnIXFrVRxSSJxyRklU/
aLT9l8/6PbVD6ln7FTLhPQ+4O0YjmoQxoDmWUMRA37ZpKILQs4fW3blkQldCWf9k
KRcrml2DbVhdnKnGPprFDWxWHX+ensxGZDXNyqIKWaOfHMwsuyTqFI/yaM7IkPQQ
MpSD3h9bSdw+OoovzL5NvZAzydugZuh4AHO4s1m0vYemgeZAsICKmietZamucbMM
R3jMGeP4Wdml1gsoENVC
=Jsjq
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: