Bug#949644: libsqlite3-0: Firefox immediately crashes at start with latest libsqlite3-0

2020-01-23 Thread Rastersoft
I can confirm it too: after downgrading to the version from testing, both
firefox and thunderbird do work again.


Bug#941363: [filezilla] Filezilla doesn't start, returns an undefined symbol error

2019-09-29 Thread rastersoft

Package: filezilla
Version: 3.39.0-2
Severity: grave

--- Please enter the report below this line. ---

When trying to launch it, nothing happens. When launching from a command 
line, it returns:


    filezilla: symbol lookup error: filezilla: undefined symbol: 
_ZTIN2fz6threadE


Tried to uninstall (and purge) the package and reinstall, but still fails.

Tried the binary (version 3.44.2) downloaded directly from Filezilla 
home page (dinamically linked, and links against the libfilezilla file 
from debian itself) and works fine.



--- System information. ---
Architecture:
Kernel: Linux 4.19.0-1-amd64

Debian Release: bullseye/sid
500 unstable-debug debug.mirrors.debian.org
500 unstable ftp.debian.org
500 suldr www.bchemnet.com
500 stable repo.skype.com
500 stable linux.teamviewer.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
===-+-
filezilla-common (= 3.39.0-2) | 3.39.0-2
libatk1.0-0 (>= 1.12.4) | 2.34.0-1
libc6 (>= 2.28) |
libcairo2 (>= 1.2.4) |
libdbus-1-3 (>= 1.9.14) |
libfilezilla0 (>= 0.15.1) |
libfontconfig1 (>= 2.12.6) |
libfreetype6 (>= 2.2.1) |
libgcc1 (>= 1:3.0) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libglib2.0-0 (>= 2.16.0) |
libgnutls30 (>= 3.6.5) |
libgtk2.0-0 (>= 2.10.0) |
libhogweed4 |
libnettle6 |
libpango-1.0-0 (>= 1.14.0) |
libpangocairo-1.0-0 (>= 1.14.0) |
libpangoft2-1.0-0 (>= 1.14.0) |
libpugixml1v5 (>= 1.7) |
libsqlite3-0 (>= 3.5.9) |
libstdc++6 (>= 5.2) |
libwxbase3.0-0v5 (>= 3.0.4+dfsg) |
libwxgtk3.0-0v5 (>= 3.0.4+dfsg) |


Recommends (Version) | Installed
=-+-===
xdg-utils | 1.1.3-1


Package's Suggests field is empty.

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#932888: [src:linux] Misses 'logsave' as a dependency, so the system stops booting

2019-07-24 Thread rastersoft

Package: src:linux
Version: 4.19.0-1
Severity: critical

--- Please enter the report below this line. ---

The "logsave" package isn't included in the dependencies, so, if it 
isn't already installed when the kernel is being updates, the system 
fails to start at boot, showing a message that can't find the logsave 
directory.


For systems that already installed it and don't boot, the solution 
(until a new package is delivered), is to boot with the previous kernel, 
install the package "logsave", and do a "dpkg-reconfigure 
linux-image-4.19.0-1-amd-unsigned" to regenerate the initram disk.



--- System information. ---
Architecture:
Kernel: Linux 4.19.0-1-amd64-unsigned

Debian Release: bullseye/sid
500 unstable-debug debug.mirrors.debian.org
500 unstable ftp.debian.org
500 suldr www.bchemnet.com
500 stable repo.skype.com
500 stable linux.teamviewer.com
500 stable dl.google.com

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#897975: [gdm3]

2019-04-15 Thread rastersoft

Hi:

I'm compiling it, but is there a way of easily create a .deb package 
with the compiled code? (there seems to be debian/control files, so it 
seems to be something quite straight up...)


El 14/4/19 a las 16:36, Iain Lane escribió:

Hi,

Sorry for the delay. Niels pointed me at this bug, which is suspiciously
similar to one we saw on Ubuntu around the same time ...

On Wed, Jun 13, 2018 at 01:43:18PM +0200, rastersoft wrote:

After several tests, I started to suspect that the problem could be in the
firmware loading: my hypothesis is that when I use my SSD hard disk, the
loading is so fast that the graphic card is still not available when GDM
tries to boot in Wayland mode, so it fails and tries again in X11 mode. At
this moment it has ended loading the firmware as is available, so this mode
succeeds, but without offering Wayland because that failed before. If I
enter a session and exit, GDM is reloaded and this time the Wayland mode
works because the graphics card's firmware is already loaded.

To test this I renamed /usr/sbin/gdm3 to /usr/sbin/gdm3_bin, and created a
little script at /usr/sbin/gdm3 that waits 3 seconds before launching the
true gdm3. With this quick and dirty hack everything works fine: GDM3 is
always shown after booting, and I have Wayland available.

Of course, this is not a true solution: the system should wait until the
graphics card is fully available before continuing loading, and not just
"add a delay". But I think it proofs that there is some kind of race
condition during boot.

Your theory is right - GDM is starting up before the DRM devices that it
needs are available, and it doesn't handle that very well. We have a
workaround in place in Ubuntu which seems to have fixed the bug.  There
is actually a logind boolean property "CanGraphical" for this, that was
introduced so display managers like GDM can wait before they start up.
But the branch to make GDM respect this property[0] isn't yet merged
because it is a bit unreliable so far.

So I cherry-picked the Ubuntu workaround to a branch on salsa. Would you
be able to try it please? (Test built but not tried it myself yet, so
sorry if there's some stupid mistake.)

   https://salsa.debian.org/gnome-team/gdm/commits/wip/gdm-wait-for-drm

I can't test this myself. Apparently none of my machines are capable of
tickling this bug. :(

Cheers,


--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#914152: [libglib2.0-dev] Missing .gir files

2018-11-19 Thread rastersoft

Package: libglib2.0-dev
Version: 2.58.1-2
Severity: important

--- Please enter the report below this line. ---

The .gir files are missing, so it is not possible to compile programs 
that require GObject-2.0.gir or Gio-2.0.gir files. And, as supposed, the 
gir1.2-glib-2.0.deb package only contains the .typelib files.



--- System information. ---
Architecture:
Kernel: Linux 4.18.0-2-amd64

Debian Release: buster/sid
500 unstable-debug debug.mirrors.debian.org
500 unstable ftp.debian.org
500 suldr www.bchemnet.com
500 stable repo.skype.com
500 stable packages.microsoft.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
===-+-=
libglib2.0-0 (= 2.58.1-2) |
libglib2.0-bin (= 2.58.1-2) |
libglib2.0-dev-bin (= 2.58.1-2) |
libpcre3-dev (>= 1:8.31) |
pkg-config |
zlib1g-dev |


Package's Recommends field is empty.

Suggests (Version) | Installed
=-+-===
libglib2.0-doc | 2.58.1-2

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#906266: Found the problem and a solution

2018-08-16 Thread rastersoft

Thanks for the suggestion, Simon. I think I found the problem.

This is the system log from my login (I did the login precisely at 
11:48:00 on purpose):


Aug 16 11:48:00 debian systemd-timesyncd[564]: Synchronized to time 
server 147.156.7.26:123 (2.debian.pool.ntp.org).
Aug 16 11:48:00 debian kernel: [   35.090731] logitech-hidpp-device 
0003:046D:2011.0006: HID++ 1.0 device connected.
Aug 16 11:48:00 debian upowerd[823]: treating change event as add on 
/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.7/2-1.7:1.2/0003:046D:C52B.0003/0003:046D:2011.0006/power_supply/hidpp_battery_0
Aug 16 11:48:00 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:00 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:01 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:01 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:01 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:02 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:02 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:02 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:02 debian gnome-shell[964]: JS ERROR: TypeError: 
this._currentWindow is 
null#012_setCurrentRect@resource:///org/gnome/shell/ui/keyboard.js:536:13#012wrapper@resource:///org/gnome/gjs/modules/_legacy

.js:82:22#012_init/<@resource:///org/gnome/shell/ui/keyboard.js:503:13
Aug 16 11:48:03 debian systemd[1]: Started /run/user/1000 mount wrapper.
Aug 16 11:48:03 debian systemd[1]: Created slice User Slice of UID 1000.
Aug 16 11:48:03 debian systemd[1]: Starting User Manager for UID 1000...
Aug 16 11:48:03 debian systemd[1]: Started Session 5 of user raster.
Aug 16 11:48:03 debian systemd[1222]: Starting D-Bus User Message Bus 
Socket.
Aug 16 11:48:03 debian systemd[1222]: Listening on GnuPG cryptographic 
agent and passphrase cache (access for web browsers).

Aug 16 11:48:03 debian systemd[1222]: Reached target Timers.
Aug 16 11:48:03 debian systemd[1222]: Listening on GnuPG network 
certificate management daemon.

Aug 16 11:48:03 debian systemd[1222]: Reached target Paths.
Aug 16 11:48:03 debian systemd[1222]: Listening on GnuPG cryptographic 
agent and passphrase cache.
Aug 16 11:48:03 debian systemd[1222]: Listening on GnuPG cryptographic 
agent and passphrase cache (restricted).

Aug 16 11:48:03 debian systemd[1222]: Listening on Sound System.
Aug 16 11:48:03 debian systemd[1222]: Listening on GnuPG cryptographic 
agent (ssh-agent emulation).
Aug 16 11:48:03 debian systemd[1222]: Listening on D-Bus User Message 
Bus Socket.

Aug 16 11:48:03 debian systemd[1222]: Reached target Sockets.
Aug 16 11:48:03 debian systemd[1222]: Reached target Basic System.
Aug 16 11:48:03 debian systemd[1222]: Reached target Default.
Aug 16 11:48:03 debian systemd[1222]: Startup finished in 41ms.
Aug 16 11:48:03 debian systemd[1]: Started User Manager for UID 1000.
Aug 16 11:52:14 debian kernel: [  289.016099] random: crng init done
Aug 16 11:52:14 debian kernel: [  289.016102] random: 7 urandom 
warning(s) missed due to ratelimiting
Aug 16 11:52:15 debian /usr/lib/gdm3/gdm-x-session[1243]: (--) Log file 
renamed from "/home/raster/.local/share/xorg/Xorg.pid-1245.log" to 

Bug#906266: [gdm3] Starting a session requires more than two minutes unless mouse is moved

2018-08-16 Thread rastersoft

Package: gdm3
Version: 3.28.2-4
Severity: normal

--- Please enter the report below this line. ---

When I boot my system and GDM3 login screen is shown, I just press 
Return to choose the default user (which is me), type the password, and 
press Return again (notice that I'm NOT using the mouse for any of these 
actions, only the keyboard). If I just wait, the system seems to do 
"nothing" and doesn't start the Gnome shell session until about 
two-three minutes (yes, between 120 and 180 seconds). But if I keep 
moving the mouse after pressing Return for the password, the Gnome shell 
session is shown in less than ten seconds.


I have a Logitech wireless keyboard and mouse, both connected with an 
Unifying receiver (just in case this has something to do with).


--- System information. ---
Architecture:
Kernel: Linux 4.17.0-1-amd64

Debian Release: buster/sid
500 unstable ftp.debian.org
500 stable packages.microsoft.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
-+-===
libaccountsservice0 (>= 0.6.37) | 0.6.45-1
libaudit1 (>= 1:2.2.1) | 1:2.8.3-1+b1
libc6 (>= 2.14) |
libcanberra-gtk3-0 (>= 0.25) |
libcanberra0 (>= 0.2) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libgdm1 (= 3.28.2-4) |
libglib2.0-0 (>= 2.39.4) |
libgtk-3-0 (>= 3.0.0) |
libkeyutils1 (>= 1.5.9) |
libpam0g (>= 0.99.7.1) |
libselinux1 (>= 1.32) |
libsystemd0 |
libwrap0 (>= 7.6-4~) |
libx11-6 |
libxau6 |
libxcb1 |
libxdmcp6 |
debconf (>= 0.5) |
OR debconf-2.0 |
gir1.2-gdm-1.0 (= 3.28.2-4) |
adduser |
libpam-modules (>= 0.72-1) |
libpam-runtime (>= 0.76-13.1) |
libpam-systemd |
gnome-session-bin (>= 3.10) |
gnome-settings-daemon (>= 3.24) |
gnome-shell (>= 3.19.92) |
gnome-session |
OR x-session-manager |
OR x-window-manager |
OR x-terminal-emulator |
lsb-base (>= 3.2-14) |
librsvg2-common |
accountsservice (>= 0.6.35) |
policykit-1 (>= 0.105-5~) |
gsettings-desktop-schemas |
libglib2.0-bin (>= 2.35.0) |
dconf-cli (>= 0.20) |
dconf-gsettings-backend (>= 0.20) |
ucf |
x11-common (>= 1:7.6+11) |
x11-xserver-utils |


Recommends (Version) | Installed
=-+-===
zenity | 3.28.1-1
xserver-xephyr | 2:1.20.0-3
x11-xkb-utils | 7.7+4
xserver-xorg | 1:7.7+19
at-spi2-core | 2.28.0-3
desktop-base (>= 6) | 9.0.7


Suggests (Version) | Installed
=-+-=
libpam-gnome-keyring | 3.28.2-1
gnome-orca |
libpam-fprintd (>= 0.8.0-2) |

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#901867: [gnome] Now also happens in my laptop

2018-06-20 Thread rastersoft

Package: gnome
Version: 1:3.22+9

--- Please enter the report below this line. ---

Today I updated my laptop (which I kept without updating for nearly a 
month to avoid bug 897975), and now the same is happening to it: when 
launching gnome shell with Wayland, and opening a firefox, loading some 
pages (now it is Facebook) completely hangs the computer.


My laptop is a Zenbook UX21E, with an i3-2367 processor and Intel HD 
Graphics 3000, while my other computer (the one in the first report) is 
an i5-4440 with a Radeon HD7750 graphics card.


--- System information. ---
Architecture:
Kernel: Linux 4.16.0-2-amd64

Debian Release: buster/sid
500 unstable ftp.debian.org
500 stable packages.microsoft.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
-+-=
gnome-core (= 1:3.22+9) | 1:3.22+9
desktop-base | 9.0.7
network-manager-gnome (>= 1.4) | 1.8.12-2
libproxy1-plugin-networkmanager | 0.4.15-1
cheese (>= 3.22) | 3.28.0-1
evolution (>= 3.22) | 3.28.2-1
evolution-plugins (>= 3.22) | 3.28.2-1
file-roller (>= 3.22) | 3.28.0-2
gnome-calendar (>= 3.22) | 3.28.2-1
gnome-clocks (>= 3.22) | 3.28.0-1
gnome-color-manager (>= 3.22) | 3.28.0-1
gnome-documents (>= 3.22) | 3.28.0-1
gnome-getting-started-docs (>= 3.22) | 3.28.2-1
gnome-maps (>= 3.22) | 3.28.2-1
gnome-music (>= 3.22) | 3.28.2.1-1
gnome-todo (>= 3.22) | 3.28.1-1
shotwell | 0.26.4-1
OR gnome-photos (>= 3.22) |
gnome-screenshot (>= 3.22) | 3.26.0-3
gnome-sound-recorder | 3.28.1-1
gnome-tweaks (>= 3.22) | 3.28.1-1
gnome-weather (>= 3.20) | 3.26.0-4
nautilus-sendto (>= 3.8) | 3.8.6-2
orca (>= 3.22) | 3.28.1-1
rygel-playbin (>= 0.24) | 0.36.1-1
rygel-tracker (>= 0.24) | 0.36.1-1
seahorse (>= 3.20) | 3.20.0-5
simple-scan | 3.26.2-1
vinagre (>= 3.22) | 3.22.0-5
avahi-daemon | 0.7-4
gimp (>= 2.8) | 2.10.2-1
inkscape (>= 0.48) | 0.92.3-2
libreoffice-gnome | 1:6.0.5~rc1-2
libreoffice-writer | 1:6.0.5~rc1-2
libreoffice-calc | 1:6.0.5~rc1-2
libreoffice-impress | 1:6.0.5~rc1-2
libgsf-bin | 1.14.43-1
rhythmbox (>= 3.0) | 3.4.2-4
vino (>= 3.22) | 3.22.0-3
xdg-user-dirs-gtk | 0.10-2
cups-pk-helper (>= 0.2) | 0.2.6-1+b1
gedit-plugins (>= 3.22) | 3.28.1-1
gstreamer1.0-libav (>= 1.10) | 1.14.1-1
gstreamer1.0-plugins-ugly (>= 1.10) | 1.14.1-1+b1
rhythmbox-plugins | 3.4.2-4
rhythmbox-plugin-cdrecorder | 3.4.2-4
totem-plugins | 3.26.0-3+b1
libgtk2-perl (>= 1:1.130) | 2:1.24992-1+b1
gnome-core (= 1:3.22+9) | 1:3.22+9
desktop-base | 9.0.7
network-manager-gnome (>= 1.4) | 1.8.12-2
libproxy1-plugin-networkmanager | 0.4.15-1
cheese (>= 3.22) | 3.28.0-1
evolution (>= 3.22) | 3.28.2-1
evolution-plugins (>= 3.22) | 3.28.2-1
file-roller (>= 3.22) | 3.28.0-2
gnome-calendar (>= 3.22) | 3.28.2-1
gnome-clocks (>= 3.22) | 3.28.0-1
gnome-color-manager (>= 3.22) | 3.28.0-1
gnome-documents (>= 3.22) | 3.28.0-1
gnome-getting-started-docs (>= 3.22) | 3.28.2-1
gnome-maps (>= 3.22) | 3.28.2-1
gnome-music (>= 3.22) | 3.28.2.1-1
gnome-todo (>= 3.22) | 3.28.1-1
shotwell | 0.26.4-1
OR gnome-photos (>= 3.22) |
gnome-screenshot (>= 3.22) | 3.26.0-3
gnome-sound-recorder | 3.28.1-1
gnome-tweaks (>= 3.22) | 3.28.1-1
gnome-weather (>= 3.20) | 3.26.0-4
nautilus-sendto (>= 3.8) | 3.8.6-2
orca (>= 3.22) | 3.28.1-1
rygel-playbin (>= 0.24) | 0.36.1-1
rygel-tracker (>= 0.24) | 0.36.1-1
seahorse (>= 3.20) | 3.20.0-5
simple-scan | 3.26.2-1
vinagre (>= 3.22) | 3.22.0-5
avahi-daemon | 0.7-4
gimp (>= 2.8) | 2.10.2-1
inkscape (>= 0.48) | 0.92.3-2
libreoffice-gnome | 1:6.0.5~rc1-2
libreoffice-writer | 1:6.0.5~rc1-2
libreoffice-calc | 1:6.0.5~rc1-2
libreoffice-impress | 1:6.0.5~rc1-2
libgsf-bin | 1.14.43-1
rhythmbox (>= 3.0) | 3.4.2-4
vino (>= 3.22) | 3.22.0-3
xdg-user-dirs-gtk | 0.10-2
cups-pk-helper (>= 0.2) | 0.2.6-1+b1
gedit-plugins (>= 3.22) | 3.28.1-1
gstreamer1.0-libav (>= 1.10) | 1.14.1-1
gstreamer1.0-plugins-ugly (>= 1.10) | 1.14.1-1+b1
rhythmbox-plugins | 3.4.2-4
rhythmbox-plugin-cdrecorder | 3.4.2-4
totem-plugins | 3.26.0-3+b1
libgtk2-perl (>= 1:1.130) | 2:1.24992-1+b1
libatk-adaptor (>= 2.22) | 2.26.2-1
at-spi2-core (>= 2.22) | 2.28.0-3
adwaita-icon-theme | 3.28.0-1
baobab (>= 3.22) | 3.28.0-2
fonts-cantarell (>= 0.0.25) | 0.0.25-4
caribou (>= 0.4.21) | 0.4.21-5
dconf-cli (>= 0.26) | 0.28.0-2
dconf-gsettings-backend (>= 0.26) | 0.28.0-2
eog (>= 3.20) | 3.28.2-1
evince (>= 3.22) | 3.28.2-1
evolution-data-server (>= 3.22) | 3.28.2-1+b1
sound-theme-freedesktop | 0.8-2
gdm3 (>= 3.22) | 3.28.2-3
gedit (>= 3.22) | 3.28.1-1
glib-networking (>= 2.50) | 2.56.0-1
gnome-backgrounds (>= 3.22) | 3.28.0-1
gnome-bluetooth (>= 3.20) | 3.28.0-2
gnome-calculator (>= 3.22) | 3.28.1-1
gnome-characters (>= 3.22) | 3.28.2-1
gnome-contacts (>= 3.22) | 3.28.2-1
gnome-control-center (>= 1:3.22) | 1:3.28.1-1
gnome-disk-utility (>= 3.22) | 3.28.1-1
gnome-font-viewer (>= 3.22) | 3.28.0-1
gnome-keyring (>= 3.20) | 3.28.2-1
libpam-gnome-keyring (>= 3.20) | 3.28.2-1
gnome-logs (>= 3.22) | 3.28.2-1
gnome-menus (>= 3.13) | 3.13.3-11

Bug#901867: [gnome] opening some web pages in firefox under gnome wayland hangs the system

2018-06-19 Thread rastersoft

Package: gnome
Version: 1:3.22+9
Severity: important

--- Please enter the report below this line. ---

Entering gnome shell in wayland session and opening a Firefox.

When opening some pages, like 
https://www.20minutos.es/noticia/3371789/0/macron-regana-estudiante-llamo-manu-me-llamas-senor-presidente/ 
the whole shell hangs, but the mouse still moves


Clicking on "Activities" completely freezes the system and the mouse 
(neither can change to a text console), but sysrq key combinations work 
and allow to sync and reboot the machine.


In Gnome Shell in X11 everything works fine.

In a virtualbox session everything works fine.

Suspect a driver problem (using RadeonSI).

--- System information. ---
Architecture:
Kernel: Linux 4.16.0-2-amd64

Debian Release: buster/sid
500 unstable ftp.debian.org
500 stable packages.microsoft.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
-+-=
gnome-core (= 1:3.22+9) | 1:3.22+9
desktop-base | 9.0.7
network-manager-gnome (>= 1.4) | 1.8.12-2
libproxy1-plugin-networkmanager | 0.4.15-1
cheese (>= 3.22) | 3.28.0-1
evolution (>= 3.22) | 3.28.2-1
evolution-plugins (>= 3.22) | 3.28.2-1
file-roller (>= 3.22) | 3.28.0-2
gnome-calendar (>= 3.22) | 3.28.2-1
gnome-clocks (>= 3.22) | 3.28.0-1
gnome-color-manager (>= 3.22) | 3.28.0-1
gnome-documents (>= 3.22) | 3.28.0-1
gnome-getting-started-docs (>= 3.22) | 3.28.2-1
gnome-maps (>= 3.22) | 3.28.2-1
gnome-music (>= 3.22) | 3.28.2.1-1
gnome-todo (>= 3.22) | 3.28.1-1
shotwell | 0.26.4-1
OR gnome-photos (>= 3.22) |
gnome-screenshot (>= 3.22) | 3.26.0-3
gnome-sound-recorder | 3.28.1-1
gnome-tweaks (>= 3.22) | 3.28.1-1
gnome-weather (>= 3.20) | 3.26.0-4
nautilus-sendto (>= 3.8) | 3.8.6-2
orca (>= 3.22) | 3.28.1-1
rygel-playbin (>= 0.24) | 0.36.1-1
rygel-tracker (>= 0.24) | 0.36.1-1
seahorse (>= 3.20) | 3.20.0-5
simple-scan | 3.26.2-1
vinagre (>= 3.22) | 3.22.0-5
avahi-daemon | 0.7-4
gimp (>= 2.8) | 2.10.2-1
inkscape (>= 0.48) | 0.92.3-2
libreoffice-gnome | 1:6.0.5~rc1-2
libreoffice-writer | 1:6.0.5~rc1-2
libreoffice-calc | 1:6.0.5~rc1-2
libreoffice-impress | 1:6.0.5~rc1-2
libgsf-bin | 1.14.43-1
rhythmbox (>= 3.0) | 3.4.2-4
vino (>= 3.22) | 3.22.0-3
xdg-user-dirs-gtk | 0.10-2
cups-pk-helper (>= 0.2) | 0.2.6-1+b1
gedit-plugins (>= 3.22) | 3.28.1-1
gstreamer1.0-libav (>= 1.10) | 1.14.1-1
gstreamer1.0-plugins-ugly (>= 1.10) | 1.14.1-1+b1
rhythmbox-plugins | 3.4.2-4
rhythmbox-plugin-cdrecorder | 3.4.2-4
totem-plugins | 3.26.0-3+b1
libgtk2-perl (>= 1:1.130) | 2:1.24992-1+b1
gnome-core (= 1:3.22+9) | 1:3.22+9
desktop-base | 9.0.7
network-manager-gnome (>= 1.4) | 1.8.12-2
libproxy1-plugin-networkmanager | 0.4.15-1
cheese (>= 3.22) | 3.28.0-1
evolution (>= 3.22) | 3.28.2-1
evolution-plugins (>= 3.22) | 3.28.2-1
file-roller (>= 3.22) | 3.28.0-2
gnome-calendar (>= 3.22) | 3.28.2-1
gnome-clocks (>= 3.22) | 3.28.0-1
gnome-color-manager (>= 3.22) | 3.28.0-1
gnome-documents (>= 3.22) | 3.28.0-1
gnome-getting-started-docs (>= 3.22) | 3.28.2-1
gnome-maps (>= 3.22) | 3.28.2-1
gnome-music (>= 3.22) | 3.28.2.1-1
gnome-todo (>= 3.22) | 3.28.1-1
shotwell | 0.26.4-1
OR gnome-photos (>= 3.22) |
gnome-screenshot (>= 3.22) | 3.26.0-3
gnome-sound-recorder | 3.28.1-1
gnome-tweaks (>= 3.22) | 3.28.1-1
gnome-weather (>= 3.20) | 3.26.0-4
nautilus-sendto (>= 3.8) | 3.8.6-2
orca (>= 3.22) | 3.28.1-1
rygel-playbin (>= 0.24) | 0.36.1-1
rygel-tracker (>= 0.24) | 0.36.1-1
seahorse (>= 3.20) | 3.20.0-5
simple-scan | 3.26.2-1
vinagre (>= 3.22) | 3.22.0-5
avahi-daemon | 0.7-4
gimp (>= 2.8) | 2.10.2-1
inkscape (>= 0.48) | 0.92.3-2
libreoffice-gnome | 1:6.0.5~rc1-2
libreoffice-writer | 1:6.0.5~rc1-2
libreoffice-calc | 1:6.0.5~rc1-2
libreoffice-impress | 1:6.0.5~rc1-2
libgsf-bin | 1.14.43-1
rhythmbox (>= 3.0) | 3.4.2-4
vino (>= 3.22) | 3.22.0-3
xdg-user-dirs-gtk | 0.10-2
cups-pk-helper (>= 0.2) | 0.2.6-1+b1
gedit-plugins (>= 3.22) | 3.28.1-1
gstreamer1.0-libav (>= 1.10) | 1.14.1-1
gstreamer1.0-plugins-ugly (>= 1.10) | 1.14.1-1+b1
rhythmbox-plugins | 3.4.2-4
rhythmbox-plugin-cdrecorder | 3.4.2-4
totem-plugins | 3.26.0-3+b1
libgtk2-perl (>= 1:1.130) | 2:1.24992-1+b1
libatk-adaptor (>= 2.22) | 2.26.2-1
at-spi2-core (>= 2.22) | 2.28.0-3
adwaita-icon-theme | 3.28.0-1
baobab (>= 3.22) | 3.28.0-2
fonts-cantarell (>= 0.0.25) | 0.0.25-4
caribou (>= 0.4.21) | 0.4.21-5
dconf-cli (>= 0.26) | 0.28.0-2
dconf-gsettings-backend (>= 0.26) | 0.28.0-2
eog (>= 3.20) | 3.28.2-1
evince (>= 3.22) | 3.28.2-1
evolution-data-server (>= 3.22) | 3.28.2-1+b1
sound-theme-freedesktop | 0.8-2
gdm3 (>= 3.22) | 3.28.2-3
gedit (>= 3.22) | 3.28.1-1
glib-networking (>= 2.50) | 2.56.0-1
gnome-backgrounds (>= 3.22) | 3.28.0-1
gnome-bluetooth (>= 3.20) | 3.28.0-2
gnome-calculator (>= 3.22) | 3.28.1-1
gnome-characters (>= 3.22) | 3.28.2-1
gnome-contacts (>= 3.22) | 3.28.2-1
gnome-control-center (>= 1:3.22) | 1:3.28.1-1
gnome-disk-utility (>= 3.22) | 3.28.1-1
gnome-font-viewer (>= 3.22) | 3.28.0-1
gnome-keyring (>= 3.20) | 

Bug#897975: [gdm3]

2018-06-13 Thread rastersoft

Package: gdm3
Version: 3.28.2-2

Found extra info that, in my opinion, points to a race condition during 
boot process, as already commented in my previous entry.


In my system, when I install debian SID in a mechanical hard disk, GDM3 
boots fine and allows me to enter in both X11 and Wayland.


But if I install debian SID in a SSD hard disk, previously GDM3 didn't 
shown, like other people commented. Now it seems to work sometimes, but 
still it only gives me access to X11, not to wayland.


If I enter a session and exit, now GDM3 allows me to choose Wayland.

In my laptop, with an Intel graphic card, this doesn't happen: I can use 
Wayland freely. In my desktop I have a PCI Express AMD/ATI graphics card.


I tried today to install directly debian testing in my SSD, with gnome 
shell, and after booting I found that GDM didn't work because my graphic 
card lacked the firmware (which is available in non-free, so I had to 
add that repo and install the package).


After several tests, I started to suspect that the problem could be in 
the firmware loading: my hypothesis is that when I use my SSD hard disk, 
the loading is so fast that the graphic card is still not available when 
GDM tries to boot in Wayland mode, so it fails and tries again in X11 
mode. At this moment it has ended loading the firmware as is available, 
so this mode succeeds, but without offering Wayland because that failed 
before. If I enter a session and exit, GDM is reloaded and this time the 
Wayland mode works because the graphics card's firmware is already loaded.


To test this I renamed /usr/sbin/gdm3 to /usr/sbin/gdm3_bin, and created 
a little script at /usr/sbin/gdm3 that waits 3 seconds before launching 
the true gdm3. With this quick and dirty hack everything works fine: 
GDM3 is always shown after booting, and I have Wayland available.


Of course, this is not a true solution: the system should wait until the 
graphics card is fully available before continuing loading, and not just 
"add a delay". But I think it proofs that there is some kind of race 
condition during boot.



--- System information. ---
Architecture:
Kernel: Linux 4.16.0-2-amd64

Debian Release: buster/sid
500 unstable ftp.debian.org
500 stable packages.microsoft.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
-+-===
libaccountsservice0 (>= 0.6.37) | 0.6.45-1
libaudit1 (>= 1:2.2.1) | 1:2.8.3-1
libc6 (>= 2.14) |
libcanberra-gtk3-0 (>= 0.25) |
libcanberra0 (>= 0.2) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libgdm1 (= 3.28.2-2) |
libglib2.0-0 (>= 2.39.4) |
libgtk-3-0 (>= 3.0.0) |
libkeyutils1 (>= 1.5.9) |
libpam0g (>= 0.99.7.1) |
libselinux1 (>= 1.32) |
libsystemd0 |
libwrap0 (>= 7.6-4~) |
libx11-6 |
libxau6 |
libxcb1 |
libxdmcp6 |
debconf (>= 0.5) |
OR debconf-2.0 |
gir1.2-gdm-1.0 (= 3.28.2-2) |
adduser |
libpam-modules (>= 0.72-1) |
libpam-runtime (>= 0.76-13.1) |
libpam-systemd |
gnome-session-bin (>= 3.10) |
gnome-settings-daemon (>= 3.24) |
gnome-shell (>= 3.19.92) |
gnome-session |
OR x-session-manager |
OR x-window-manager |
OR x-terminal-emulator |
lsb-base (>= 3.2-14) |
librsvg2-common |
accountsservice (>= 0.6.35) |
policykit-1 (>= 0.105-5~) |
gsettings-desktop-schemas |
libglib2.0-bin (>= 2.35.0) |
dconf-cli (>= 0.20) |
dconf-gsettings-backend (>= 0.20) |
ucf |
x11-common (>= 1:7.6+11) |
x11-xserver-utils |


Recommends (Version) | Installed
=-+-===
zenity | 3.28.1-1
xserver-xephyr | 2:1.20.0-2
x11-xkb-utils | 7.7+4
xserver-xorg | 1:7.7+19
at-spi2-core | 2.28.0-3
desktop-base (>= 6) | 9.0.7


Suggests (Version) | Installed
=-+-=
libpam-gnome-keyring | 3.28.2-1
gnome-orca | 3.28.1-1
libpam-fprintd (>= 0.8.0-2) |

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#897975: [gdm3]

2018-05-15 Thread rastersoft

Package: gdm3
Version: 3.28.1-1

More info: it also fails when booting SID with kernel 4.9.0-6 (from 
Debian Stable).



--- System information. ---
Architecture:
Kernel: Linux 4.16.0-1-amd64

Debian Release: buster/sid
500 unstable ftp.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
libaccountsservice0 (>= 0.6.37) | 0.6.45-1
libaudit1 (>= 1:2.2.1) | 1:2.8.3-1
libc6 (>= 2.14) |
libcanberra-gtk3-0 (>= 0.25) |
libcanberra0 (>= 0.2) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libgdm1 (= 3.28.1-1) |
libglib2.0-0 (>= 2.39.4) |
libgtk-3-0 (>= 3.0.0) |
libkeyutils1 (>= 1.5.9) |
libpam0g (>= 0.99.7.1) |
libselinux1 (>= 1.32) |
libsystemd0 |
libwrap0 (>= 7.6-4~) |
libx11-6 |
libxau6 |
libxcb1 |
libxdmcp6 |
debconf (>= 0.5) |
OR debconf-2.0 |
gir1.2-gdm-1.0 (= 3.28.1-1) |
adduser |
libpam-modules (>= 0.72-1) |
libpam-runtime (>= 0.76-13.1) |
libpam-systemd |
gnome-session-bin (>= 3.10) |
gnome-settings-daemon (>= 3.24) |
gnome-shell (>= 3.19.92) |
gnome-session |
OR x-session-manager |
OR x-window-manager |
OR x-terminal-emulator |
lsb-base (>= 3.2-14) |
librsvg2-common |
accountsservice (>= 0.6.35) |
policykit-1 (>= 0.105-5~) |
gsettings-desktop-schemas |
libglib2.0-bin (>= 2.35.0) |
dconf-cli (>= 0.20) |
dconf-gsettings-backend (>= 0.20) |
ucf |
x11-common (>= 1:7.6+11) |
x11-xserver-utils |


Recommends (Version) | Installed
=-+-===
zenity | 3.28.1-1
xserver-xephyr | 2:1.19.6-1
x11-xkb-utils | 7.7+4
xserver-xorg | 1:7.7+19
at-spi2-core | 2.28.0-3
desktop-base (>= 6) | 9.0.5


Suggests (Version) | Installed
=-+-=
libpam-gnome-keyring | 3.28.0.2-1
gnome-orca | 3.28.1-1
libpam-fprintd (>= 0.8.0-2) |

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#897975: [gdm3] Same here, more info

2018-05-13 Thread rastersoft

Package: gdm3
Version: 3.28.1-1

I have this same problem since about ten days. This weekend I decided to 
do a clean install and found that I was unable: I deleted the system 
partition, booted an USB with debian netinst version, installed stable 
with just gnome shell, and everything worked fine. After updating to 
SID, it broke and GDM didn't show.


I retried several times, but always had the same result.

I tried to install Ubuntu 18.04, and everything worked fine.

Suspecting a hardware problem I tried to install a Windows 10 and did 
some hardware checks, but everything worked. I took the opportunity of 
checking my SSD disk and updated the firmware, just in case.


Installed again Debian from scratch, but had the same result than 
before: stable worked, SID didn't work.


Installed again Debian from scratch but update to SID without installing 
the AMD microcode for my ATI graphics card... The same result.


Installed again Debian from scratch but updated to SID without 
installing the Intel microcode for my Intel i5-4440 cpu... the same result.


Tried to remove the ATI card and use only the integrated Intel graphic 
card... again the same result (both with and without the intel 
microcode): when installing the stable from scratch, all worked fine; 
after updating to SID, GDM failed.


Changed the power supply just in case... the same result.

Here comes the interesting bit: tried to do the installation from 
scratch in a "classic" hard disk (magnetic hard disk, with plates and 
heads) and everything worked fine.


Tried again installing only in the SSD (without connecting the classic 
hard disk) and GDM failed again.


Installed again from scratch in the magnetic hard disk, without the SSD 
connected, and again it worked.


Booted again from the SSD, removed the files 
"/var/lib/gmd3/.ICEAuthority*", restarted GDM, and it worked.


Maybe there is some kind of race condition due to a too fast boot?


--- System information. ---
Architecture:
Kernel: Linux 4.16.0-1-amd64

Debian Release: buster/sid
500 unstable ftp.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
libaccountsservice0 (>= 0.6.37) | 0.6.45-1
libaudit1 (>= 1:2.2.1) | 1:2.8.3-1
libc6 (>= 2.14) | 2.27-3
libcanberra-gtk3-0 (>= 0.25) | 0.30-6
libcanberra0 (>= 0.2) | 0.30-6
libgdk-pixbuf2.0-0 (>= 2.22.0) | 2.36.11-2
libgdm1 (= 3.28.1-1) | 3.28.1-1
libglib2.0-0 (>= 2.39.4) | 2.56.1-2
libgtk-3-0 (>= 3.0.0) | 3.22.30-1
libkeyutils1 (>= 1.5.9) | 1.5.9-9.2
libpam0g (>= 0.99.7.1) | 1.1.8-3.7
libselinux1 (>= 1.32) | 2.7-2+b2
libsystemd0 | 238-4
libwrap0 (>= 7.6-4~) | 7.6.q-27
libx11-6 | 2:1.6.5-1
libxau6 | 1:1.0.8-1+b2
libxcb1 | 1.13-1
libxdmcp6 | 1:1.1.2-3
debconf (>= 0.5) | 1.5.66
OR debconf-2.0 |
gir1.2-gdm-1.0 (= 3.28.1-1) | 3.28.1-1
adduser | 3.117
libpam-modules (>= 0.72-1) | 1.1.8-3.7
libpam-runtime (>= 0.76-13.1) | 1.1.8-3.7
libpam-systemd | 238-4
gnome-session-bin (>= 3.10) | 3.28.1-1
gnome-settings-daemon (>= 3.24) | 3.28.1-1
gnome-shell (>= 3.19.92) | 3.28.1-1
gnome-session | 3.28.1-1
OR x-session-manager |
OR x-window-manager |
OR x-terminal-emulator |
lsb-base (>= 3.2-14) | 9.20170808
librsvg2-common | 2.40.20-2
accountsservice (>= 0.6.35) | 0.6.45-1
policykit-1 (>= 0.105-5~) | 0.105-20
gsettings-desktop-schemas | 3.28.0-1
libglib2.0-bin (>= 2.35.0) | 2.56.1-2
dconf-cli (>= 0.20) | 0.28.0-2
dconf-gsettings-backend (>= 0.20) | 0.28.0-2
ucf | 3.0038
x11-common (>= 1:7.6+11) | 1:7.7+19
x11-xserver-utils | 7.7+8


Recommends (Version) | Installed
=-+-===
zenity | 3.28.1-1
xserver-xephyr | 2:1.19.6-1
x11-xkb-utils | 7.7+4
xserver-xorg | 1:7.7+19
at-spi2-core | 2.28.0-3
desktop-base (>= 6) | 9.0.5


Suggests (Version) | Installed
=-+-=
libpam-gnome-keyring | 3.28.0.2-1
gnome-orca | 3.28.1-1
libpam-fprintd (>= 0.8.0-2) |

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#885920: [firefox] Firefox window doesn't show under wayland

2017-12-31 Thread rastersoft

Package: firefox
Version: 57.0.3-1
Severity: grave

--- Please enter the report below this line. ---

When launching Firefox under Gnome shell/Wayland, nothing seems to 
happen: no window is shown. But doing a "ps ax" shows two processes with 
the name "firefox". Killing the second one (the one with the bigger PID) 
makes the window appear and everything seems to work fine.


Using Gnome shell/X11 everything works fine.

Tried it removing all Gnome shell extensions, and also all Firefox 
extensions. Same result.


--- System information. ---
Architecture:
Kernel: Linux 4.14.0-2-amd64

Debian Release: buster/sid
500 unstable repo.skype.com
500 unstable ftp.debian.org
500 unstable dl.winehq.org
500 stable repo.skype.com
500 stable dl.google.com
500 any packagecloud.io

--- Package information. ---
Depends (Version) | Installed
==-+-==
libatk1.0-0 (>= 1.12.4) |
libc6 (>= 2.18) |
libcairo-gobject2 (>= 1.10.0) |
libcairo2 (>= 1.10.0) |
libdbus-1-3 (>= 1.9.14) |
libdbus-glib-1-2 (>= 0.78) |
libevent-2.1-6 (>= 2.1.8-stable) |
libffi6 (>= 3.0.4) |
libfontconfig1 (>= 2.12) |
libfreetype6 (>= 2.2.1) |
libgcc1 (>= 1:4.2) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libglib2.0-0 (>= 2.31.8) |
libgtk-3-0 (>= 3.0.0) |
libgtk2.0-0 (>= 2.10) |
libhunspell-1.6-0 |
libjsoncpp1 (>= 1.7.4) |
libnspr4 (>= 2:4.10.9) |
libnss3 (>= 2:3.33) |
libpango-1.0-0 (>= 1.14.0) |
libsqlite3-0 (>= 3.14.0) |
libstartup-notification0 (>= 0.8) |
libstdc++6 (>= 6) |
libvpx4 (>= 1.6.0) |
libx11-6 |
libx11-xcb1 |
libxcb-shm0 |
libxcb1 |
libxcomposite1 (>= 1:0.3-1) |
libxdamage1 (>= 1:1.1) |
libxext6 |
libxfixes3 |
libxrender1 |
libxt6 |
zlib1g (>= 1:1.2.3.4) |
fontconfig |
procps |
debianutils (>= 1.16) |


Package's Recommends field is empty.

Suggests (Version) | Installed
===-+-===
fonts-stix |
OR otf-stix |
fonts-lmodern |
mozplugger |
libgssapi-krb5-2 |
OR libkrb53 |
libcanberra0 |



--- Output from package bug script ---


-- Addons package information



Bug#884189: [gdm3] GDM doesn't show gnome shell wayland option, unless it is restarted

2017-12-12 Thread rastersoft

Package: gdm3
Version: 3.26.2.1
Severity: normal

--- Please enter the report below this line. ---

When I boot my system and select my user in GDM3, it doesn't allow me to 
choose a wayland session for gnome shell. But if I go to a console and 
relaunch the service with "systemctl restart gdm3" (also works with 
"systemctl restart gdm"), it now lists wayland as an option for gnome shell.


Another way is to enter in the available gnome shell session (which uses 
Xorg), and exit it: the wayland option is now available.


--- System information. ---
Architecture:
Kernel: Linux 4.14.0-1-amd64

Debian Release: buster/sid
500 unstable repo.skype.com
500 unstable ftp.debian.org
500 unstable dl.winehq.org
500 stable repo.skype.com
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
-+-===
libaccountsservice0 (>= 0.6.37) | 0.6.45-1
libaudit1 (>= 1:2.2.1) | 1:2.8.1-2
libc6 (>= 2.14) |
libcanberra-gtk3-0 (>= 0.25) |
libcanberra0 (>= 0.2) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libgdm1 (= 3.26.2.1-2) |
libglib2.0-0 (>= 2.39.4) |
libgtk-3-0 (>= 3.0.0) |
libkeyutils1 (>= 1.5.9) |
libpam0g (>= 0.99.7.1) |
libselinux1 (>= 1.32) |
libsystemd0 |
libwrap0 (>= 7.6-4~) |
libx11-6 |
libxau6 |
libxcb1 |
libxdmcp6 |
debconf (>= 0.5) |
OR debconf-2.0 |
gir1.2-gdm-1.0 (= 3.26.2.1-2) |
adduser |
libpam-modules (>= 0.72-1) |
libpam-runtime (>= 0.76-13.1) |
libpam-systemd |
gnome-session-bin (>= 3.10) |
gnome-settings-daemon (>= 3.24) |
gnome-shell (>= 3.19.92) |
gnome-session |
OR x-session-manager |
OR x-window-manager |
OR x-terminal-emulator |
lsb-base (>= 3.2-14) |
librsvg2-common |
accountsservice (>= 0.6.35) |
policykit-1 (>= 0.105-5~) |
gsettings-desktop-schemas |
libglib2.0-bin (>= 2.35.0) |
dconf-cli (>= 0.20) |
dconf-gsettings-backend (>= 0.20) |
ucf |
x11-common (>= 1:7.6+11) |
x11-xserver-utils |


Recommends (Version) | Installed
=-+-===
zenity | 3.26.0-1
xserver-xephyr | 2:1.19.5-1
x11-xkb-utils | 7.7+3+b1
xserver-xorg | 1:7.7+19
at-spi2-core | 2.26.2-2
desktop-base (>= 6) | 9.0.5


Suggests (Version) | Installed
=-+-=
libpam-gnome-keyring | 3.20.1-1
gnome-orca | 3.26.0-2
libpam-fprintd (>= 0.8.0-2) |

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#879926: Patch attached twice

2017-10-27 Thread rastersoft
Sorry, accidentally I attached the patch twice in the bug report. Just 
use one of the files.


--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#878740: [gdm3] GDM3 doesn't remember the last choosen session

2017-10-16 Thread rastersoft

Package: gdm3
Version: 3.26.1-3
Severity: normal

--- Please enter the report below this line. ---

In both my desktop and my laptop, whenever I boot and GDM is shown, the 
choosen session is always "System X11 default", and I always have to 
manually choose "GNOME" to boot in wayland mode. But some time ago, it 
remembered the last session used.


--- System information. ---
Architecture:
Kernel: Linux 4.13.0-1-amd64

Debian Release: buster/sid
500 unstable repo.skype.com
500 unstable ftp.debian.org
500 unstable dl.winehq.org
500 stable dl.google.com

--- Package information. ---
Depends (Version) | Installed
-+-===
libaccountsservice0 (>= 0.6.37) | 0.6.45-1
libaudit1 (>= 1:2.2.1) | 1:2.8.1-1
libc6 (>= 2.14) |
libcanberra-gtk3-0 (>= 0.25) |
libcanberra0 (>= 0.2) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libgdm1 (= 3.26.1-3) |
libglib2.0-0 (>= 2.39.4) |
libgtk-3-0 (>= 3.0.0) |
libkeyutils1 (>= 1.5.9) |
libpam0g (>= 0.99.7.1) |
libselinux1 (>= 1.32) |
libsystemd0 |
libwrap0 (>= 7.6-4~) |
libx11-6 |
libxau6 |
libxcb1 |
libxdmcp6 |
debconf (>= 0.5) |
OR debconf-2.0 |
gir1.2-gdm-1.0 (= 3.26.1-3) |
adduser |
libpam-modules (>= 0.72-1) |
libpam-runtime (>= 0.76-13.1) |
libpam-systemd |
gnome-session-bin (>= 3.10) |
gnome-settings-daemon (>= 3.24) |
gnome-shell (>= 3.19.92) |
gnome-session |
OR x-session-manager |
OR x-window-manager |
OR x-terminal-emulator |
lsb-base (>= 3.2-14) |
librsvg2-common |
accountsservice (>= 0.6.35) |
policykit-1 (>= 0.105-5~) |
gsettings-desktop-schemas |
libglib2.0-bin (>= 2.35.0) |
dconf-cli (>= 0.20) |
dconf-gsettings-backend (>= 0.20) |
ucf |
x11-common (>= 1:7.6+11) |
x11-xserver-utils |


Recommends (Version) | Installed
=-+-===
zenity | 3.24.0-1
xserver-xephyr | 2:1.19.4-1
x11-xkb-utils | 7.7+3+b1
xserver-xorg | 1:7.7+19
at-spi2-core | 2.26.0-2
desktop-base (>= 6) | 9.0.5


Suggests (Version) | Installed
===-+-===
libpam-gnome-keyring | 3.20.1-1
gnome-orca | 3.26.0-1

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#861902: [gnome-core] Installing gnome-core precises apache2-bin and libapache2-mod-dnssd

2017-05-05 Thread Rastersoft

Package: gnome-core
Version: 1.3.22+2
Severity: minor

--- Please enter the report below this line. ---

Installing the gnome-core package in debian SID forces to install 
apache2-bin and libapache2-mod-dnssd. Both packages shouldn't be needed 
for a full gnome shell session.


--- System information. ---
Architecture:
Kernel: Linux 4.9.0-2-amd64

Debian Release: 9.0
500 unstable ftp.debian.org
500 stable dl.google.com

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#859539: Maybe close this bug?

2017-04-16 Thread rastersoft

Hi:

I'm Sergio, the original reporter of this bug.

I found that in my laptop, also with Debian SID, everything worked fine, 
so I decided to do a clean install of my system in my main computer 
(since the original instalation was several years old and had been 
migrated over several disks, and also installed from sources and 
manually removed a lot of libraries), and now filezilla works fine.


So maybe we should close this bug.

--
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#847542: libmozjs-24-0 24.2.0-4 breaks gnome-shell, preventing gdm3 from starting

2016-12-09 Thread rastersoft
I suffered this same bug and also downgrading to 24.2.0-3.1, from
testing, worked fine.

-- 

Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#843338: Seems to be fixed

2016-11-21 Thread rastersoft
After some updates, seem to be fixed.


-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#836207: [gnome-shell] Version 3.21.91 is a development version. It should never been uploaded to the repositories.

2016-08-31 Thread rastersoft

Package: gnome-shell
Version: 3.21.91-1
Severity: grave

--- Please enter the report below this line. ---

Yesterday, my SID system updated gnome shell to version 3.21.91, which
is a development version and, thus,
unstable and incomplete by definition.

Why was it allowed to be uploaded to the repositories? It is supposed
that SID is where packages are added for
being tested before being moved to testing... If a development version
would never be included in an stable distro,
why was it uploaded to SID?

It is important to note that this made all the extensions available for
the current stable version of Gnome Shell to not
work with SID.

--- System information. ---
Architecture: amd64
Kernel: Linux 4.6.0-1-amd64

Debian Release: stretch/sid
500 unstable ftp.debian.org
500 stable dl.google.com
500 sid linux.dropbox.com

--- Package information. ---
Depends (Version) | Installed
=-+-==
gir1.2-glib-2.0 (>= 1.45.3) | 1.49.1-2
gir1.2-gtk-3.0 (>= 3.16) | 3.21.5-1
gir1.2-mutter-3.0 (>= 3.21.90) | 3.21.91-1
gir1.2-networkmanager-1.0 | 1.4.0-3
gir1.2-soup-2.4 (>= 2.40.1) | 2.54.1-1
gir1.2-telepathyglib-0.12 | 0.24.1-1.1
dconf-gsettings-backend | 0.26.0-1
OR gsettings-backend |
libatk-bridge2.0-0 (>= 2.5.3) | 2.20.1-4
libatk1.0-0 (>= 1.12.4) | 2.20.0-1
libc6 (>= 2.14) |
libcairo2 (>= 1.10.0) |
libcanberra-gtk3-0 (>= 0.25) |
libcanberra0 (>= 0.2) |
libcroco3 (>= 0.6.2) |
libdbus-glib-1-2 (>= 0.78) |
libecal-1.2-19 (>= 3.17) |
libedataserver-1.2-21 (>= 3.17) |
libgcr-base-3-1 (>= 3.8.0) |
libgdk-pixbuf2.0-0 (>= 2.22.0) |
libgirepository-1.0-1 (>= 0.9.2) |
libgjs0-libmozjs-24-0 |
libgjs0e (>= 1.45.4) |
libglib2.0-0 (>= 2.45.3) |
libgstreamer1.0-0 (>= 1.4.0) |
libgtk-3-0 (>= 3.16) |
libical2 (>= 2.0.0) |
libicu57 (>= 57.1-1~) |
libjson-glib-1.0-0 (>= 0.13.2) |
libmozjs-24-0 |
libmutter0i (>= 3.21.0) |
libnm-glib4 (>= 0.8.998) |
libnm-util2 (>= 0.8.998) |
libpango-1.0-0 (>= 1.14.0) |
libpangocairo-1.0-0 (>= 1.14.0) |
libpolkit-agent-1-0 (>= 0.99) |
libpolkit-gobject-1-0 (>= 0.94) |
libpulse-mainloop-glib0 (>= 0.99.1) |
libpulse0 (>= 0.99.1) |
libsecret-1-0 (>= 0.7) |
libstartup-notification0 (>= 0.11) |
libsystemd0 |
libtelepathy-glib0 (>= 0.17.5) |
libwayland-client0 (>= 1.0.2) |
libx11-6 |
libxfixes3 |
evolution-data-server (>= 3.17.2) |
gir1.2-gdm-1.0 (>= 3.18.2) |
gir1.2-accountsservice-1.0 |
gir1.2-atspi-2.0 (>= 2.9.91) |
gir1.2-caribou-1.0 (>= 0.4.8) |
gir1.2-freedesktop |
gir1.2-gdesktopenums-3.0 (>= 3.12) |
gir1.2-gcr-3 (>= 3.7.5) |
gir1.2-gnomebluetooth-1.0 (>= 3.12.0) |
gir1.2-gnomedesktop-3.0 (>= 3.12.0) |
gir1.2-gweather-3.0 |
gir1.2-ibus-1.0 (>= 1.5.2) |
gir1.2-nmgtk-1.0 (>= 0.9.8) |
gir1.2-pango-1.0 |
gir1.2-polkit-1.0 |
gir1.2-telepathylogger-0.2 (>= 0.8.0) |
gir1.2-upowerglib-1.0 (>= 0.99) |
gjs (>= 1.39.0) |
gnome-settings-daemon (>= 3.16.0) |
gnome-shell-common (= 3.21.91-1) |
gnome-backgrounds (>= 3.13.90) |
gsettings-desktop-schemas (>= 3.21.3) |
mutter (>= 3.21.90) |
python3 |
telepathy-mission-control-5 |


Recommends (Version) | Installed
===-+-=
gkbd-capplet | 3.6.0-1
gnome-contacts |
gnome-control-center | 1:3.20.1-2
gnome-themes-standard-data | 3.20.2-3
gnome-user-guide | 3.20.2-1
gdm3 (>= 3.10.0.1-3~) | 3.20.1-1
iio-sensor-proxy | 1.1-1
unzip | 6.0-20


Package's Suggests field is empty.

-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com



Bug#789430: gcc-4.9-arm-linux-gnueabihf can't be installed; depends on libgcc-4.9-dev:armhf (= 4.9.2-18) but 4.9.2-21 will be installed

2015-06-23 Thread rastersoft
Ok, now it works., both for arm and armhf.

Thanks!!

On Tue, 23 Jun 2015 00:07:45 +0200 rastersoft ras...@rastersoft.com wrote:
 Hi:

  Yes, the gcc packages got out of date and were not rebuildable (on
  amd64) for a while due to 787004.
 
  That's fixed now so I've just uploaded current packages.

 I did an update and install, but still fails... and I changed my
 repositories to the main debian repos... :?

 --
 Nos leemos
 RASTER (Linux user #228804)
 ras...@rastersoft.com http://www.rastersoft.com





-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com


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



Bug#789430: gcc-4.9-arm-linux-gnueabihf can't be installed; depends on libgcc-4.9-dev:armhf (= 4.9.2-18) but 4.9.2-21 will be installed

2015-06-22 Thread rastersoft
Hi:

 Yes, the gcc packages got out of date and were not rebuildable (on
 amd64) for a while due to 787004.

 That's fixed now so I've just uploaded current packages.

I did an update and install, but still fails... and I changed my
repositories to the main debian repos... :?

-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com


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



Bug#678206: Busybox-static telnetd doesn't allow to select the listening port

2012-06-19 Thread rastersoft

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: busybox-static
Version: 1.17.1-8
Tags: telnetd

I'm installing Debian in a Mipsel-based multimedia hard disk (WebTV).
Unfortunately, the binary environment doesn't allow to run programs as
root, so I need to be able to launch busybox's telnetd specifying
another listening port than the default one (23). Version from lenny
seems to allow it, but squeeze version doesn't allow it.

- -- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/g87wACgkQXEZvyfy1ha9yYQCeIymQjFjpeeg02UWFQQF6L6/b
2rMAn1RViUA/7LqR6OlSoertgVZlzSim
=nliE
-END PGP SIGNATURE-




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



Bug#678209: Busybox-static telnetd doesn't allow to select the listening port

2012-06-19 Thread rastersoft
Package: busybox-static
Version: 1.17.1-8
Tags: telnetd

I'm installing Debian in a Mipsel-based multimedia hard disk (WebTV).
Unfortunately, the binary environment doesn't allow to run programs as
root, so I need to be able to launch busybox's telnetd specifying
another listening port than the default one (23). Version from lenny
seems to allow it, but squeeze version doesn't allow it.

-- 
Nos leemos
 RASTER(Linux user #228804)
ras...@rastersoft.com  http://www.rastersoft.com




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