Mailinglist Archive: opensuse-kde (218 mails)
| < Previous | Next > |
Re: [opensuse-kde] Zypper not pulling in KDE package... looks like wrong behavior.
- From: Cristian Morales Vega <cmorve69@xxxxxxxx>
- Date: Wed, 23 Nov 2011 09:34:51 +0000
- Message-id: <CAOWQn3QeUGvNAmON0Xmouw3w_T0KGoHy7uUV5FPRjx7+c9ToHQ@mail.gmail.com>
On 23 November 2011 08:04, Roger Luedecke <roger.luedecke@xxxxxxxxx> wrote:
%package desktop-kde
Summary: Update to chromium to use KDE's kwallet to store passwords
Group: Productivity/Networking/Web/Browsers
Supplements: packageand(chromium:kdebase4-session)
Conflicts: chromium-desktop-gnome
Provides: Chromium-password = %{version}
Requires: chromium = %{version}
%description desktop-kde
By using the openSUSE update-alternatives the password store for
Chromium is changed to utilize
KDE's kwallet. Please be aware that by this change the old password
are no longer accessible and
are also not converted to kwallet.
%package desktop-gnome
Summary: Update to chromium to use Gnome keyring to store passwords
Group: Productivity/Networking/Web/Browsers
Supplements: packageand(chromium:gnome-session)
Conflicts: chromium-desktop-kde
Provides: Chromium-password = %{version}
Requires: chromium = %{version}
----
So do you had gnome-session and/or kdebase4-session installed?
--
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kde+owner@xxxxxxxxxxxx
sudo zypper in chromium
root's password:
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW packages are going to be installed:
chromium chromium-desktop-gnome chromium-suid-helper libv8-3
The following recommended package was automatically selected:
chromium-desktop-gnome
The following package is recommended, but will not be installed:
chromium-desktop-kde
4 new packages to install.
Overall download size: 24.2 MiB. After the operation, additional 86.9 MiB will
be used.
Continue? [y/n/?] (y): y
So, yeah. It pulled in the Gnome helpythingy but not the KDE, despite it being
installed and that KDE is the active desktop. Seems strange. Not sure if its a
bug though.
%package desktop-kde
Summary: Update to chromium to use KDE's kwallet to store passwords
Group: Productivity/Networking/Web/Browsers
Supplements: packageand(chromium:kdebase4-session)
Conflicts: chromium-desktop-gnome
Provides: Chromium-password = %{version}
Requires: chromium = %{version}
%description desktop-kde
By using the openSUSE update-alternatives the password store for
Chromium is changed to utilize
KDE's kwallet. Please be aware that by this change the old password
are no longer accessible and
are also not converted to kwallet.
%package desktop-gnome
Summary: Update to chromium to use Gnome keyring to store passwords
Group: Productivity/Networking/Web/Browsers
Supplements: packageand(chromium:gnome-session)
Conflicts: chromium-desktop-kde
Provides: Chromium-password = %{version}
Requires: chromium = %{version}
----
So do you had gnome-session and/or kdebase4-session installed?
--
To unsubscribe, e-mail: opensuse-kde+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-kde+owner@xxxxxxxxxxxx
| < Previous | Next > |