SHA256
1
0
forked from pool/linux32
OBS User unknown 2008-11-05 23:50:29 +00:00 committed by Git OBS Bridge
parent 6a8846a15f
commit aeb98997fa
3 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Nov 5 09:03:21 CET 2008 - sf@suse.de
- fix desktop file to start in an xterm - for non-KDE-user
(bnc #408320)
-------------------------------------------------------------------
Tue Nov 4 10:24:23 CET 2008 - coolo@suse.de

View File

@ -1,13 +1,11 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=konsole -e linux32 $SHELL
Exec="xterm -e linux32 \\$SHELL"
Icon=konsole-linux32
DocPath=konsole/index.html
Terminal=false
X-KDE-StartupNotify=true
Name=Linux 32-bit Konsole
Name=Linux 32-bit Terminal
GenericName=32-bit Terminal Program
X-DCOP-ServiceType=Multi
X-KDE-AuthorizeAction=shell_access

View File

@ -24,7 +24,7 @@ License: GPL v2 or later
Group: System/Kernel
Summary: 32-Bit Emulation Utility for x86-64
Version: 1.0
Release: 474
Release: 475
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: x86_64
#Recommends: kdebase3
@ -76,6 +76,9 @@ ln linux32 linux64
/usr/share/pixmaps/*
%changelog
* Wed Nov 05 2008 sf@suse.de
- fix desktop file to start in an xterm - for non-KDE-user
(bnc #408320)
* Tue Nov 04 2008 coolo@suse.de
- remove outdated translations
* Tue Oct 21 2008 kukuk@suse.de
@ -105,7 +108,7 @@ ln linux32 linux64
- make --3gb the default
- add manpage
- use hardlink for linux64
* Fri Jun 06 2003 ak@suse.de
* Thu Jun 05 2003 ak@suse.de
- add --3gb support (needs kernel patch)
- fix error handling
* Thu Feb 20 2003 adrian@suse.de