SHA256
1
0
forked from pool/linux32
OBS User unknown 2009-04-24 21:03:08 +00:00 committed by Git OBS Bridge
parent 9e664dcf5f
commit c9ffe63c89
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 22 15:50:47 CEST 2009 - sf@suse.de
- quote command in linux32.desktop correctly (bnc #496724)
-------------------------------------------------------------------
Wed Nov 5 09:03:21 CET 2008 - sf@suse.de

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
Exec="xterm -e linux32 \\$SHELL"
Exec=xterm -e "linux32 \\$SHELL"
Icon=konsole-linux32
Terminal=false
X-KDE-StartupNotify=true

View File

@ -1,7 +1,7 @@
#
# spec file for package linux32 (Version 1.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ License: GPL v2 or later
Group: System/Kernel
Summary: 32-Bit Emulation Utility for x86-64
Version: 1.0
Release: 475
Release: 476
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: x86_64
#Recommends: kdebase3
@ -76,6 +76,8 @@ ln linux32 linux64
/usr/share/pixmaps/*
%changelog
* Wed Apr 22 2009 sf@suse.de
- quote command in linux32.desktop correctly (bnc #496724)
* Wed Nov 05 2008 sf@suse.de
- fix desktop file to start in an xterm - for non-KDE-user
(bnc #408320)