Re: Desktop 3d

2014-04-12 Thread Sheepherd
Hi There,

Checking sourceforge, apparently the project is unmaintained since mid
2005. (last release)

This is also confirmed on the bug tracker: "There is no maintainer for
3ddesktop. This means that this package no longer exists (or never
existed)."

And since unmaintained software is afaik removed from the repository you'll
have to build from source (although you'll probably run into
incompatibilities) or get an appropriate alternative for your desktop
environment.


On Sat, Apr 12, 2014 at 6:17 PM, Benedito Junior wrote:

> Hello for all,
>
> Does anyone here can say me which is the repository to install desktop 3d
> in Wheezy version. I am looking for at the internet but i did not found it.
>
> Thanks a lot.
>


Re: Flash update

2015-06-24 Thread Sheepherd
Hi Rob

On Wed, Jun 24, 2015 at 1:32 PM, Rob van der Putten  wrote:

> Hi there
>
>
> Sven Arvidsson wrote:
>
>  Or consider making do without it. :)
>>
>
> Any alternatives?
> I hate flash!
>

The only alternative is GNASH afaik, but I don't think its still being
actively developed.
http://ftp.gnu.org/pub/gnu/gnash/

Greets,
Olivier


Re: multi arch

2015-06-24 Thread Sheepherd
Hi Mohsen

On Thu, Jun 25, 2015 at 7:53 AM, Mohsen Pahlevanzadeh <
moh...@pahlevanzadeh.org> wrote:

>  Dear All,
>
> I have a 64bit arch and use sid repo, And I need to install some packages
> from i386 repo,
> I did:
> /
> # dpkg --add-architecture i386
> #apt-get update
> 
> But when I want to install the following packages, i get the following
> errors:
> /
> root@debian:/opt/oald8# apt-get install libgtk2.0-0:i386
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
> The following information may help to resolve the situation:
>
> The following packages have unmet dependencies:
>  libgtk2.0-0:i386 : Depends: libatk1.0-0:i386 (>= 1.32.0) but it is not
> going to be installed
> Depends: libgdk-pixbuf2.0-0:i386 (>= 2.22.0) but it is
> not going to be installed
> Depends: libglib2.0-0:i386 (>= 2.41.1) but it is not
> going to be installed
> Depends: libpango-1.0-0:i386 (>= 1.28.3) but it is not
> going to be installed
> Depends: libpangocairo-1.0-0:i386 (>= 1.28.3) but it
> is not going to be installed
> Depends: libpangoft2-1.0-0:i386 (>= 1.28.3) but it is
> not going to be installed
> E: Unable to correct problems, you have held broken packages.
> ///
>
> How can I solve it?
>

Try #apt-get -f install

This will try to fix broken dependencies.


>
> Yours,
> Mohsen
>  -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a
> subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: https://lists.debian.org/558b9748.80...@pahlevanzadeh.org


Greets,
Olivier