SHA256
7
0
forked from pool/openbox

- fixed openbox-kde description bnc#622879

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/openbox?expand=0&rev=58
This commit is contained in:
andrea florio
2010-08-03 14:39:35 +00:00
committed by Git OBS Bridge
parent 2a43b41e77
commit 53e2c3c934
3 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 3 14:38:27 UTC 2010 - andrea@opensuse.org
- fixed openbox-kde description bnc#622879
-------------------------------------------------------------------
Tue Jun 22 10:21:33 UTC 2010 - guido+opensuse.org@berhoerster.name
- fix issue with xcompmgr-autostart putting the .desktop-file in
$XDG_CONFIG_HOME instead of $XDG_CONFIG_HOME/autostart
-------------------------------------------------------------------
Fri Jun 4 10:16:58 UTC 2010 - andrea@opensuse.org

View File

@@ -23,7 +23,7 @@ Group: System/GUI/Other
Provides: windowmanager
AutoReqProv: on
Version: 3.4.11.2
Release: 4
Release: 5
Summary: ICCCM and EWMH Compliant Window Manager with Very Few Dependencies
Url: http://openbox.org/
Source: %name-%version.tar.bz2
@@ -79,12 +79,12 @@ Authors:
%package kde
License: GPLv2+
Summary: Openbox GNOME integration
Summary: Openbox KDE integration
Group: System/GUI/Other
Requires: %{name} = %{version}
%description kde
This package provides openbox GNOME integration and tools
This package provides openbox KDE integration and tools

View File

@@ -95,7 +95,8 @@ EOF
return 0
}
xdg_autostart_dir="${XDG_CONFIG_HOME:-${HOME}/.config/autostart}"
xdg_autostart_dir="${XDG_CONFIG_HOME:+${XDG_CONFIG_HOME}/autostart}"
xdg_autostart_dir="${xdg_autostart_dir:=${HOME}/.config/autostart}"
autostart_file="${xdg_autostart_dir}/xcompmgr.desktop"
if [ $# -eq 0 ]; then