Bug#860796: Now have a working Destkop

2017-05-10 Thread Ben Green


Today I decided to clean out my system as best I could and see if the  
problem still persisted.


I ran:

apt-get --purge remove `apt-show-versions  | grep -v uptodate$ | grep  
-v "not installed$" | awk -F: '{print $1}'`


then repeated ran:

apt-get --purge remove `deborphan`
apt-get --purge autoremove

Until no more packages were removed. I then for some reason needed to  
re-install the 'gnome' metapackage. Desktop icons now function  
normally, opening a nautilus window when double clicked.


I was not aware of there being any libraries or packages installed  
from anything other than 'stretch', a list of packages is at the head  
of this ticket, however something has clearly changed and the system  
now works.


Cheers,
Ben



Bug#860796: appears to be linked to the lack of a running "nautilus --gapplication-service"

2017-04-28 Thread Ben Green

Hi,

Some further observations. Here are two procedures on my system. I run  
these via the gnome-terminal:



Procedure 1
===
killall -SIGKILL nautilus
killall -SIGKILL nautilus-desktop
ps -ef | grep naut #confirm that no nautilus processes exist for the  
current session

nautilus &
nautilus-desktop &



Procedure 2
===
killall -SIGKILL nautilus
killall -SIGKILL nautilus-desktop
ps -ef | grep naut #confirm that no nautilus processes exist for the  
current session

nautilus-desktop &


The following results are produced consistently:

Results of Procedure 1
==
So with Procedure 1, I get a working desktop, with clickable folders  
opening out in new nautilus windows. I note also that the launching of  
nautilus-desktop is very fast, almost instant in most cases.


Of course with this procedure I also get nautilus launched with an  
open home folder too due to having run nautilus. The desktops icons  
are fully clickable though. If I close all the nautilus windows, the  
clickability of desktop icons is lost.



Results of Procedure 2
==
With Procedure 2 I get a desktop, but the icons are not clickable at  
all, they will highlight but never open into nautilus folder displays.  
Even if I then run 'nautilus' icons are not clickable.






Having had a look at this I can do:

Procedure 3
===
killall -SIGKILL nautilus
killall -SIGKILL nautilus-desktop
ps -ef | grep naut #confirm that no nautilus processes exist for the  
current session

nautilus --gapplication-service &
nautilus-desktop &

Results of Procedure 3
==
I get a desktop with clickable links _until_ 'nautilus  
--gapplication-service' terminates (not sure why, it appears to exit  
cleanly).




So, I'm back to thinking that I should have 'nautilus  
--gapplication-service' running, but somehow managing not to  
terminate, and that that is all the problem is.





Cheers,
Ben



Bug#860796: appears to be linked to the lack of a running "nautilus --gapplication-service"

2017-04-28 Thread Ben Green

Quoting Simon McVittie <s...@debian.org>:


On Wed, 26 Apr 2017 at 12:09:02 +0100, Ben Green wrote:

Quoting Simon McVittie <s...@debian.org>:
> I speculate that in Ben's case, dbus-daemon might be selecting a file
> manager that is broken in some way, such that it silently fails to
> start up. Running "dbus-monitor --session" while reproducing this bug
> might provide evidence for or against this.
>

Well there's no shortage of output from that


Huh. There is indeed no shortage of output, but it all seems to be gvfs:
none of it is an attempt to send messages to Nautilus. I was expecting
to see a message trying to start Nautilus (or more precisely
org.freedesktop.FileManager1) and perhaps an error reply.

Perhaps it would be more informative if you dbus-monitor'd the first
attempt to reproduce this bug after a reboot? Or if not that, then sorry,
I've run out of ideas.

S



I've just tried, the output when running straight after a reboot is identical.

Also it appears that /usr/bin/nautilus --gapplication-service does not  
in itself mean that desktop icons work. I have the service running in  
a session and still clicking icons does nothing.


This might be missing core functionality for a whole load of users I  
think. I'd really like to know who else is experiencing this. My only  
two desktop based devices on Stretch have the issue. With my  
incredibly small sample size this is looking catastrophic for a  
Stretch roll out. If there's anything I can do to progress this  
further please let me know.


Cheers,
Ben



Bug#860796: appears to be linked to the lack of a running "nautilus --gapplication-service"

2017-04-26 Thread Ben Green

Quoting Simon McVittie :



I speculate that in Ben's case, dbus-daemon might be selecting a file
manager that is broken in some way, such that it silently fails to
start up. Running "dbus-monitor --session" while reproducing this bug
might provide evidence for or against this.



Well there's no shortage of output from that:


Double click


method call time=1493204662.101319 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=264  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=StartServiceByName

   string "org.gtk.vfs.Daemon"
   uint32 0
method return time=1493204662.101383 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=163 reply_serial=264

   uint32 2
method call time=1493204662.102035 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=265  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=GetNameOwner

   string "org.gtk.vfs.Daemon"
method return time=1493204662.102091 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=164 reply_serial=265

   string ":1.7"
method call time=1493204662.102533 sender=:1.46 -> destination=:1.7  
serial=266 path=/org/gtk/vfs/mounttracker;  
interface=org.gtk.vfs.MountTracker; member=LookupMount

   struct {
  array of bytes "/" + \0
  array [
 dict entry(
string "type"
variantarray of bytes "x-nautilus-desktop" + \0
 )
  ]
   }
error time=1493204662.103356 sender=:1.7 -> destination=:1.46  
error_name=org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code15  
reply_serial=266

   string "The specified location is not supported"
method call time=1493204662.104163 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=267  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=StartServiceByName

   string "org.gtk.vfs.Daemon"
   uint32 0
method return time=1493204662.104245 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=165 reply_serial=267

   uint32 2
method call time=1493204662.104744 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=268  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=GetNameOwner

   string "org.gtk.vfs.Daemon"
method return time=1493204662.104772 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=166 reply_serial=268

   string ":1.7"
method call time=1493204662.105365 sender=:1.46 -> destination=:1.7  
serial=269 path=/org/gtk/vfs/mounttracker;  
interface=org.gtk.vfs.MountTracker; member=LookupMount

   struct {
  array of bytes "/" + \0
  array [
 dict entry(
string "type"
variantarray of bytes "x-nautilus-desktop" + \0
 )
  ]
   }
error time=1493204662.106035 sender=:1.7 -> destination=:1.46  
error_name=org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code15  
reply_serial=269

   string "The specified location is not supported"
method call time=1493204662.107095 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=270  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=StartServiceByName

   string "org.gtk.vfs.Daemon"
   uint32 0
method return time=1493204662.107145 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=167 reply_serial=270

   uint32 2
method call time=1493204662.107708 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=271  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=GetNameOwner

   string "org.gtk.vfs.Daemon"
method return time=1493204662.107751 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=168 reply_serial=271

   string ":1.7"
method call time=1493204662.108247 sender=:1.46 -> destination=:1.7  
serial=272 path=/org/gtk/vfs/mounttracker;  
interface=org.gtk.vfs.MountTracker; member=LookupMount

   struct {
  array of bytes "/" + \0
  array [
 dict entry(
string "type"
variantarray of bytes "x-nautilus-desktop" + \0
 )
  ]
   }
error time=1493204662.108955 sender=:1.7 -> destination=:1.46  
error_name=org.gtk.GDBus.UnmappedGError.Quark._g_2dio_2derror_2dquark.Code15  
reply_serial=272

   string "The specified location is not supported"
method call time=1493204662.109835 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=273  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=StartServiceByName

   string "org.gtk.vfs.Daemon"
   uint32 0
method return time=1493204662.109899 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=169 reply_serial=273

   uint32 2
method call time=1493204662.110337 sender=:1.46 ->  
destination=org.freedesktop.DBus serial=274  
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus;  
member=GetNameOwner

   string "org.gtk.vfs.Daemon"
method return time=1493204662.110365 sender=org.freedesktop.DBus ->  
destination=:1.46 serial=170 reply_serial=274

   string ":1.7"
method call time=1493204662.110899 

Bug#860796: No entries in journal or syslog

2017-04-25 Thread Ben Green

Hi,

having had a looking journalctl and /var/log/syslog, I note that there  
is no output produced when clicking desktop icons.


Cheers,
Ben



Bug#860796: appears to be linked to the lack of a running "nautilus --gapplication-service"

2017-04-25 Thread Ben Green

Quoting Jason Crain <ja...@inspiresomeone.us>:


On Thu, Apr 20, 2017 at 10:35:12AM +0100, Ben Green wrote:

Desktop icons work fine for me just from selecting "Icons on Desktop" in
gnome-tweak-tool.  Do you have any other desktop environments installed,
even if you aren't using them, like KDE, mate, cinnamon, or anything
else in /usr/share/dbus-1/services that provides
org.freedesktop.FileManager1?  Do logs (journalctl or syslog) show
anything relevant when you try to double click a folder?


I do have KDE, mate and xfce4 installed. Having removed and purged KDE  
from my laptop, which shares the same issue, there's no difference.


There used to be a problem that clicking on a desktop file would  
launch dolphin. I've fixed this in the past by removing:


/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service

Though it's presence, tested through reboots, makes no difference to  
the current situation.


Here's a listing of /usr/share/dbus-1/services/ FWIW

blueman-applet.service
ca.desrt.dconf-editor.service
ca.desrt.dconf.service
com.intel.dleyna-renderer.service
com.intel.dleyna-server.service
kf5_org.kde.kuiserver.service
org.a11y.Bus.service
org.bluez.obex.service
org.enlightenment.Efreet.service
org.enlightenment.Ethumb.service
org.exaile.Exaile.service
org.fedoraproject.Config.Printing.service
org.freedesktop.Akonadi.Control.service
org.freedesktop.ColorHelper.service
org.freedesktop.FileManager1.service
org.freedesktop.Flatpak.service
org.freedesktop.Geoclue.Master.service
org.freedesktop.Geoclue.Providers.Hostip.service
org.freedesktop.Geoclue.Providers.Localnet.service
org.freedesktop.Geoclue.Providers.Manual.service
org.freedesktop.Geoclue.Providers.Nominatim.service
org.freedesktop.impl.portal.PermissionStore.service
org.freedesktop.mate.Notifications.service
org.freedesktop.PackageKit.service
org.freedesktop.portal.Documents.service
org.freedesktop.secrets.service
org.freedesktop.systemd1.service
org.freedesktop.Telepathy.AccountManager.service
org.freedesktop.Telepathy.Client.AbiCollab.service
org.freedesktop.Telepathy.Client.Empathy.Auth.service
org.freedesktop.Telepathy.Client.Empathy.Call.service
org.freedesktop.Telepathy.Client.Empathy.Chat.service
org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
org.freedesktop.Telepathy.Client.Logger.service
org.freedesktop.Telepathy.Client.Polari.service
org.freedesktop.Telepathy.Client.Vinagre.service
org.freedesktop.Telepathy.Client.Vino.service
org.freedesktop.Telepathy.ConnectionManager.gabble.service
org.freedesktop.Telepathy.ConnectionManager.haze.service
org.freedesktop.Telepathy.ConnectionManager.idle.service
org.freedesktop.Telepathy.ConnectionManager.salut.service
org.freedesktop.Telepathy.ConnectionManager.sofiasip.service
org.freedesktop.Telepathy.Logger.service
org.freedesktop.Telepathy.MissionControl5.service
org.freedesktop.Tracker1.service
org.freedesktop.Tracker1.Writeback.service
org.gna.home.a2jmidid.service
org.gnome.baobab.service
org.gnome.bijiben.SearchProvider.service
org.gnome.Books.service
org.gnome.Calculator.SearchProvider.service
org.gnome.Calendar.service
org.gnome.Camera.service
org.gnome.Caribou.Antler.service
org.gnome.Caribou.Daemon.service
org.gnome.Characters.BackgroundService.service
org.gnome.Characters.service
org.gnome.Cheese.service
org.gnome.ChromeGnomeShell.service
org.gnome.clocks.service
org.gnome.Contacts.SearchProvider.service
org.gnome.Contacts.service
org.gnome.ControlCenter.SearchProvider.service
org.gnome.ControlCenter.service
org.gnome.Dictionary.service
org.gnome.DiskUtility.service
org.gnome.Documents.service
org.gnome.evince.Daemon.service
org.gnome.evolution.dataserver.AddressBook.service
org.gnome.evolution.dataserver.Calendar.service
org.gnome.evolution.dataserver.Sources.service
org.gnome.evolution.dataserver.UserPrompter.service
org.gnome.FileRoller.ArchiveManager1.service
org.gnome.FileRoller.service
org.gnome.font-viewer.service
org.gnome.GConf.service
org.gnome.gedit.service
org.gnome.hamster.service
org.gnome.hamster.Windows.service
org.gnome.Identity.service
org.gnome.keyring.PrivatePrompter.service
org.gnome.keyring.service
org.gnome.keyring.SystemPrompter.service
org.gnome.Logs.service
org.gnome.Maps.service
org.gnome.Nautilus.service
org.gnome.OnlineAccounts.service
org.gnome.OnlineMiners.Facebook.service
org.gnome.OnlineMiners.Flickr.service
org.gnome.OnlineMiners.GData.service
org.gnome.OnlineMiners.MediaServer.service
org.gnome.OnlineMiners.Owncloud.service
org.gnome.OnlineMiners.Zpj.service
org.gnome.Photos.service
org.gnome.Polari.service
org.gnome.Rhythmbox3.service
org.gnome.Rygel1.service
org.gnome.Screenshot.service
org.gnome.seahorse.Application.service
org.gnome.seahorse.service
org.gnome.Shell.CalendarServer.service
org.gnome.Shell.HotplugSniffer.service
org.gnome.Shell.PortalHelper.service
org.gnome.Software.service
org.gnome.Sushi.service
org.gnome.taquin.service
org.gnome.Terminal.service
org.gnome.Tomboy.service
org.gno

Bug#860796: appears to be linked to the lack of a running "nautilus --gapplication-service"

2017-04-20 Thread Ben Green

Quoting Michael Biebl :



What desktop environment do you use?



GNOME (rather than "GNOME Classic" or "GNOME on Wayland", which are  
also available).




Bug#860796: appears to be linked to the lack of a running "nautilus --gapplication-service"

2017-04-20 Thread Ben Green

Hi,

having investigated further, it appears that "nautilus  
--gapplication-service" needs to be running in the users session for  
desktop icons to be responsive. "/usr/bin/nautilus  
--gapplication-service" appears in the file  
/usr/share/dbus-1/services/org.freedesktop.FileManager1.service though  
does not appear to be present automatically in my user session.


I can get my icons to work by manually executing "nautilus  
--gapplication-service" through a shell or via the ALT+F2 dialogue.


Cheers,
Ben Green



Bug#860796: nautilus: Nautilus does not lauch it's file browser when a desktop icon is clicked (or double clicked)

2017-04-20 Thread Ben Green
Package: nautilus
Version: 3.22.3-1
Severity: important

Dear Maintainer,

This bug is present from boot accross all logins on both the systems I
currently have at 'Stretch'.

After double clicking a folder on the Gnome Desktop with desktop icons enabled,
nothing happens. This began happening after an upgrade.

Nautilus runs as a file browser absolutely fine when:

* Running it from a shell
* Right clicking on a folder icon and selecting "Open With Other Application"
then selecting "Files" in the application chooser.

I does not open when:

* Double clicking a folder on the desktop
* Right clicking a folder and selecting "Open"




-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nautilus depends on:
ii  desktop-file-utils 0.23-1
ii  gsettings-desktop-schemas  3.22.0-1
ii  gvfs   1.30.4-1
ii  libatk1.0-02.22.0-1
ii  libc6  2.24-9
ii  libcairo-gobject2  1.14.8-1
ii  libcairo2  1.14.8-1
ii  libexempi3 2.4.1-1
ii  libexif12  0.6.21-2+b2
ii  libgail-3-03.22.11-1
ii  libgdk-pixbuf2.0-0 2.36.5-2
ii  libglib2.0-0   2.50.3-2
ii  libglib2.0-data2.50.3-2
ii  libgnome-autoar-0-00.1.1-4+b1
ii  libgnome-desktop-3-12  3.22.2-1
ii  libgtk-3-0 3.22.11-1
ii  libnautilus-extension1a3.22.3-1
ii  libpango-1.0-0 1.40.4-1
ii  libselinux12.6-3+b1
ii  libtracker-sparql-1.0-01.10.5-1
ii  libx11-6   2:1.6.4-3
ii  nautilus-data  3.22.3-1
ii  shared-mime-info   1.8-1

Versions of packages nautilus recommends:
ii  gnome-sushi  3.21.91-2
ii  gvfs-backends1.30.4-1
ii  librsvg2-common  2.40.16-1+b1

Versions of packages nautilus suggests:
ii  atril [pdf-viewer]1.16.1-2
ii  brasero   3.12.1-4
ii  eog   3.20.5-1+b1
ii  evince [pdf-viewer]   3.22.1-3
ii  mpg321 [mp3-decoder]  0.3.2-1.1
ii  nautilus-sendto   3.8.4-2+b1
ii  okular [pdf-viewer]   4:16.08.2-1+b1
ii  totem 3.22.1-1
ii  tracker   1.10.5-1
ii  vlc [mp3-decoder] 1:2.2.4-dmo15
ii  xdg-user-dirs 0.15-2+b1

-- no debconf information



Bug#681087: gdm3 with black background

2014-09-02 Thread Ben Green
On Fri, 08 Aug 2014 12:47:39 +0200 Jaakov jaa...@ro.ru wrote:
 As for version 3.4.1-8 of gdm3 in wheezy, the bug is not reproducible on 
 my machine at the moment. However, I've heard of one more report for 
 another version of gdm3, so let us keep this bug report open.

Though I've not experienced exactly this bug, I've got exactly the same
symptoms in other circumstances. During restarts of GDM3 and in attempts
to change config.

Having had a look at how the permissions of
/var/lib/gdm3/dconf/profile/gdm get messed up, I've believe I've found
the culprit. The section of the init script which sees if the
configuration needs converting from gconf to dconf style settings:

   if [ $needed = yes ]; then
  rm -rf /var/lib/gdm3/dconf
  mkdir -p /var/lib/gdm3/dconf/profile
/var/lib/gdm3/dconf/db/gdm.d/locks
  ln -s /usr/share/gdm/dconf-profile /var/lib/gdm3/dconf/profile/gdm
  ln -s /usr/share/gdm/dconf/*-settings /var/lib/gdm3/dconf/db/gdm.d/
  ln -s /usr/share/gdm/dconf/locks/*-locks
/var/lib/gdm3/dconf/db/gdm.d/locks/
  # The configuration file in /etc uses org.gnome.blah gsettings syntax.
  # Convert it to org/gnome/blah dconf syntax.
  awk '/\[.*\]/ { gsub(\\.,/); } ! /^#/ { print;}' \
/etc/gdm3/greeter.gsettings 
/var/lib/gdm3/dconf/db/gdm.d/90-debian-settings
  dconf update /var/lib/gdm3/dconf/db 2 /dev/null
fi


will write as root, making the directories in question unwritable by
Debian-gdm, and hence the window manager won't run.


Cheers,
Bem


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#588302: liferea: Crashes with Illegal Operation when attempting to view feed items

2010-07-07 Thread Ben Green
Package: liferea
Version: 1.6.3-1
Severity: important

When viewing some of the feed items from certain feeds Liferea crashes. An
example is the planet Debian feed:

http://planet.debian.org/rss20.xml

Running from the command line with --debug-all on then clicking on the recent
feed item James Morrison: A speech that didn't happen I get the following
output just before the crash:

DB: loading item 70 (thread=0x205ff60)
DB: loading item 70 (thread=0x205ff60)
GUI: item list selection changed to James Morrison: A speech that didn't
happen
HTML: HTML view: selecting James Morrison: A speech that didn't happen
DB: loading item 70 (thread=0x205ff60)
DB: loading item 70 (thread=0x205ff60)
DB: loading item 70 (thread=0x205ff60)
PERF: htmlview_render_item took 0,021s
HTML: writing 9313 bytes to HTML view
GUI: itemlist selection took 0,117s
PERF: itemlist_selection_changed took 0,117s
Illegal instruction

Liferea is set up with default settings in all cases, I have purely imported my
usual OPML feedlist.



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages liferea depends on:
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  liblua5.1-0 5.1.4-5  Simple, extensible, embeddable pro
ii  libnm-glib2 0.8-1network management framework (GLib
ii  libnotify1 [libnotify1-gtk2 0.5.0-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libsqlite3-03.6.23.1-4   SQLite 3 shared library
ii  libwebkit-1.0-2 1.2.1-2  Web content engine library for Gtk
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxslt1.1  1.1.26-5 XSLT 1.0 processing library - runt
ii  liferea-data1.6.3-1  architecture independent data for 

Versions of packages liferea recommends:
ii  dbus  1.2.24-1   simple interprocess messaging syst
ii  dbus-x11  1.2.24-1   simple interprocess messaging syst
ii  wget  1.12-2 retrieves files from the web

Versions of packages liferea suggests:
ii  network-manager   0.8-1  network management framework daemo

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org