[Bug 1930485]

2021-06-04 Thread Jameson Williams
> export DISPLAY=wayland-0 is not correct, it should be export
DISPLAY=:0 or so (set to your active X11 display).

Hi Martin - thanks for the suggestion. I am trying to Firefox on
Weston/Wayland, so I don't have any X11 display.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930485

Title:
  Can't Start Firefox 88 on Weston/Wayland, Ubuntu 18.0.4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1930485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930485] Re: Can't Start Firefox 88 on Weston/Wayland, Ubuntu 18.0.4.

2021-06-01 Thread Jameson Williams
** Summary changed:

- Can't Start Firefox 88 on Ubuntu 18.0.4.
+ Can't Start Firefox 88 on Weston/Wayland, Ubuntu 18.0.4.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930485

Title:
  Can't Start Firefox 88 on Weston/Wayland, Ubuntu 18.0.4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1930485/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930485] [NEW] Can't Start Firefox 88 on Ubuntu 18.0.4.

2021-06-01 Thread Jameson Williams
Public bug reported:

I am running Weston/Wayland on Ubuntu 18.0.4.

I am able to successfully start the display server:
```
export XDG_RUNTIME_DIR=/run/weston
weston --tty 1 &
```

Next, I try to run firefox on it:

```
export XDG_RUNTIME_DIR=/run/weston
export GDK_BACKEND=wayland
export MOZ_ENABLE_WAYLAND=1
export DISPLAY=wayland-0
export LD_LIBRARY_PATH=/usr/lib:/usr/lib/aarch64-linux-gnu/
export WAYLAND_DEBUG=1
export WAYLAND_DISPLAY=wayland-0

firefox \
--g-fatal-warnings \
--kiosk \
--private-window \
https://bing.com
```

This outputs:

```
[1446891.592]  -> wl_display@1.get_registry(new id wl_registry@2)
[1446891.702]  -> wl_disp...@1.sync(new id wl_callback@3)
[1446893.656] wl_display@1.delete_id(3)
[1446893.737] wl_registry@2.global(1, "wl_compositor", 4)
[1446893.781]  -> wl_regis...@2.bind(1, "wl_compositor", 3, new id [unknown]@4)
[1446893.852] wl_registry@2.global(2, "wl_subcompositor", 1)
[1446893.889]  -> wl_regis...@2.bind(2, "wl_subcompositor", 1, new id 
[unknown]@5)
[1446893.938] wl_registry@2.global(3, "wp_viewporter", 1)
[1446893.973] wl_registry@2.global(4, "wp_presentation", 1)
[1446894.007] wl_registry@2.global(5, "zwp_relative_pointer_manager_v1", 1)
[1446894.041] wl_registry@2.global(6, "zwp_pointer_constraints_v1", 1)
[1446894.075] wl_registry@2.global(7, "wl_data_device_manager", 3)
[1446894.109]  -> wl_regis...@2.bind(7, "wl_data_device_manager", 3, new id 
[unknown]@6)
[1446894.156] wl_registry@2.global(8, "wl_shm", 1)
[1446894.190]  -> wl_regis...@2.bind(8, "wl_shm", 1, new id [unknown]@7)
[1446894.429]  -> wl_shm@7.create_pool(new id wl_shm_pool@8, fd 9, 2304)
[1446894.974]  -> wl_shm_pool@8.resize(5568)
[1446895.214]  -> wl_shm_pool@8.resize(12096)
[1446895.273] wl_registry@2.global(9, "wayland_buffer_backend", 4)
[1446895.315] wl_registry@2.global(10, "wl_seat", 5)
[1446895.353]  -> wl_regis...@2.bind(10, "wl_seat", 5, new id [unknown]@9)
[1446925.977]  -> wl_compositor@4.create_surface(new id wl_surface@10)
[1446926.203]  -> wl_data_device_manager@6.get_data_device(new id 
wl_data_device@11, wl_seat@9)
[1446926.370]  -> wl_compositor@4.create_surface(new id wl_surface@12)
[1446926.636]  -> wl_disp...@1.sync(new id wl_callback@13)
[1446926.765] wl_registry@2.global(11, "zwp_linux_dmabuf_v1", 3)
[1446926.845] wl_registry@2.global(12, "gbm_buffer_backend", 1)
[1446926.906] wl_registry@2.global(13, "wl_output", 3)
[1446926.965]  -> wl_regis...@2.bind(13, "wl_output", 2, new id [unknown]@14)
[1446927.172]  -> wl_disp...@1.sync(new id wl_callback@15)
[1446927.246] wl_registry@2.global(14, "zwp_input_panel_v1", 1)
[1446927.319] wl_registry@2.global(15, "zwp_input_method_v1", 1)
[1446927.378] wl_registry@2.global(16, "zwp_text_input_manager_v1", 1)
[1446927.436] wl_registry@2.global(17, "zxdg_shell_v6", 1)
[1446927.494] wl_registry@2.global(18, "xdg_shell", 1)
[1446927.585] wl_registry@2.global(19, "wl_shell", 1)
[1446927.643] wl_registry@2.global(20, "weston_desktop_shell", 1)
[1446927.716] wl_registry@2.global(21, "weston_screenshooter", 1)
[1446927.777] wl_callb...@3.done(1)
[1446929.537] wl_display@1.delete_id(13)
[1446929.624] wl_display@1.delete_id(15)
[1446929.656] wl_shm@7.format(0)
[1446929.684] wl_shm@7.format(1)
[1446929.709] wl_shm@7.format(909199186)
[1446929.733] wl_shm@7.format(842093913)
[1446929.758] wl_shm@7.format(842094158)
[1446929.783] wl_shm@7.format(1448695129)
[1446929.807] wl_seat@9.capabilities(2)
[1446929.834]  -> wl_seat@9.get_keyboard(new id wl_keyboard@3)
[1446929.903] wl_s...@9.name("default")
[1446929.931] wl_callb...@13.done(1)
[1446929.958] wl_output@14.geometry(0, 0, 0, 0, 0, "QCM", "unknown", 0)
[1446930.094] wl_output@14.scale(1)
[1446930.123] wl_out...@14.mode(3, 1920, 1080, 6)
[1446930.193] wl_out...@14.done()
[1446930.245] wl_callb...@15.done(1)
[1446930.278]  -> wl_regis...@2.bind(17, "zxdg_shell_v6", 1, new id 
[unknown]@15)
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: eglBindAPI 
returned an error (t=0.548409) [GFX1-]: glxtest: eglBindAPI returned an error
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: eglBindAPI 
returned an error (t=0.548409) |[1][GFX1-]: glxtest: EGL test failed 
(t=0.548476) [GFX1-]: glxtest: EGL test failed
Crash Annotation GraphicsCriticalError: |[0][GFX1-]: glxtest: eglBindAPI 
returned an error (t=0.548409) |[1][GFX1-]: glxtest: EGL test failed 
(t=0.548476) |[2][GFX1-]: No GPUs detected via PCI (t=0.548504) [GFX1-]: No 
GPUs detected via PCI
[1447360.209]  -> wl_display@1.get_registry(new id wl_registry@13)
[1447360.288]  -> wl_disp...@1.sync(new id wl_callback@16)
[1447362.605] wl_display@1.delete_id(16)
[1447362.653] wl_keyboard@3.repeat_info(40, 400)
[1447362.676] wl_keyboard@3.keymap(1, fd 3, 48257)
[1447365.368] wl_registry@13.global(1, "wl_compositor", 4)
[1447365.420]  -> wl_regis...@13.bind(1, "wl_compositor", 4, new id 
[unknown]@17)
[1447365.483] wl_registry@13.global(2, "wl_subcompositor", 1)
[1447365.512]  -> wl_regis...@13.bind(2,

[Bug 1624486] Re: Xorg Segmentation Fault from xserver-xorg-video-intel-lts-wily

2016-09-16 Thread Jameson Williams
update likely package to xserver-xorg-video-intel-lts-wily

** Package changed: xorg-server (Ubuntu) => xserver-xorg-video-intel-
lts-wily (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1624486

Title:
  Xorg Segmentation Fault from xserver-xorg-video-intel-lts-wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-lts-wily/+bug/1624486/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1624486] [NEW] Xorg Segmentation Fault from xserver-xorg-video-intel-lts-wily

2016-09-16 Thread Jameson Williams
Public bug reported:

Environment:

Description:Ubuntu 14.04.5 LTS
Release:14.04

xserver-xorg-video-intel-lts-wily - 2:2.99.917+git20150808-0ubuntu4~trusty2
libpixman-1-0:amd64 - 0.30.2-2ubuntu1.1
libc-bin - 2.19-0ubuntu6.9

IntelĀ® HD Graphics 530

00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated
Graphics (rev 06)

*-display
 description: VGA compatible controller
 product: Sky Lake Integrated Graphics
 vendor: Intel Corporation
 physical id: 2
 bus info: pci@:00:02.0
 version: 06
 width: 64 bits
 clock: 33MHz
 capabilities: pciexpress msi pm vga_controller bus_master cap_list 
rom
 configuration: driver=i915 latency=0
 resources: irq:126 memory:e000-e0ff 
memory:d000-dfff ioport:3000(size=64)


Trigger condition:
- Bizarre and unusual to replicate, however, should not be causing a segfault. 
In this case I was trying to connect to a remote system using the NoMachine 
nxclient binary.

Expected Result:
- X server does not crash

Actual Result:
- X server does crash, leaving backtrace:

[346660.571] (EE) Backtrace:
[346660.571] (EE) 0: /usr/bin/X (xorg_backtrace+0x48) [0x55d34ff3b308]
[346660.571] (EE) 1: /usr/bin/X (0x55d34fd9a000+0x1a5359) [0x55d34ff3f359]
[346660.571] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (0x7fc427d5a000+0x36cb0) 
[0x7fc427d90cb0]
[346660.571] (EE) 3: /usr/lib/x86_64-linux-gnu/libpixman-1.so.0 
(pixman_region_contains_rectangle+0xd1) [0x7fc428cbfec1]
[346660.571] (EE) 4: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fc423b4a000+0x645f0) [0x7fc423bae5f0]
[346660.571] (EE) 5: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fc423b4a000+0xa67ae) [0x7fc423bf07ae]
[346660.571] (EE) 6: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fc423b4a000+0xa9043) [0x7fc423bf3043]
[346660.571] (EE) 7: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7fc423b4a000+0x8c5d0) [0x7fc423bd65d0]
[346660.571] (EE) 8: /usr/bin/X (0x55d34fd9a000+0x123f73) [0x55d34febdf73]
[346660.571] (EE) 9: /usr/bin/X (0x55d34fd9a000+0x5433e) [0x55d34fdee33e]
[346660.571] (EE) 10: /usr/bin/X (0x55d34fd9a000+0x5818b) [0x55d34fdf218b]
[346660.571] (EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) 
[0x7fc427d7bf45]
[346660.571] (EE) 12: /usr/bin/X (0x55d34fd9a000+0x4370e) [0x55d34fddd70e]
[346660.571] (EE) 
[346660.571] (EE) Segmentation fault at address 0x55d3f200ac36

** Affects: xserver-xorg-video-intel-lts-wily (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Xorg.0.log.old"
   
https://bugs.launchpad.net/bugs/1624486/+attachment/4742140/+files/Xorg.0.log.old

** Summary changed:

- Xorg crashes when using nxclient
+ Xorg Segmentation Fault from xserver-xorg-video-intel-lts-wily

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1624486

Title:
  Xorg Segmentation Fault from xserver-xorg-video-intel-lts-wily

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel-lts-wily/+bug/1624486/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1572412] [NEW] nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build

2016-04-19 Thread Jameson Williams
Public bug reported:

This occurred after authentication in the login screen.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: nvidia-361 361.42-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia wl
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
DKMSKernelVersion: 4.4.0-21-generic
Date: Tue Apr 19 22:25:53 2016
InstallationDate: Installed on 2016-04-20 (0 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160323)
PackageVersion: 361.42-0ubuntu2
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: nvidia-graphics-drivers-361
Title: nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.modprobe.d.nvidia-361_hybrid.conf: [deleted]

** Affects: nvidia-graphics-drivers-361 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1572412

Title:
  nvidia-361 361.42-0ubuntu2: nvidia-361 kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-361/+bug/1572412/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-06-26 Thread Jameson Williams
I believe this bug is ultimately an artifact of 974242:

https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/974242

After I disabled the Place Window plugin to Compiz, as suggested there,
I have not seen this issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1006205] [NEW] gnome-sound-applet should be a dependency to gnome-panel

2012-05-29 Thread Jameson Williams
Public bug reported:

It is very confusing that the gnome-sound-applet is not part of the
"GNOME classic" experience. It has much the look and feel of GNOME 2.x
-- except the sound applet is gone. Why? If nm-applet was taken away,
what then? You see my point?

A number of people in a potential position to help skirted this problem,
here: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/526796 . To
their half-credit, sure, they're right, maybe it isn't a problem with
the implicated packages in that bug filing.

Am I wrong though? This is a problem. I'd call it a bug. What package
will fix it? This one? Some other one?

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1006205

Title:
  gnome-sound-applet should be a dependency to gnome-panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1006205/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-05-29 Thread Jameson Williams
However, with Chromium, the window does not resize -- it just moves down
to align with the parent (desktop).

Mousing over the entry in the gnome panel triggers it for sure, but it
does also sometimes just happen by itself.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-05-29 Thread Jameson Williams
Actually, Chromium started going this too, so it can't be a gnome-
terminal bug. My new guess is gnome-panel?

** Package changed: gnome-terminal (Ubuntu) => gnome-panel (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-05-28 Thread Jameson Williams
NOTE:

A build of the vanilla upstream project does NOT exhibit this behavior,
so I do believe this is a Ubuntu bug, not eligible for triage.

In particular, the gnome-terminal binary that is arrived at through this
sequence does NOT have the bug.

wget 
http://ftp.gnome.org/pub/gnome/sources/gnome-terminal/3.4/gnome-terminal-3.4.1.1.tar.xz
tar xJvf gnome-terminal-3.4.1.1.tar.xz 
cd gnome-terminal-3.4.1.1/
sudo aptitude build-dep gnome-terminal
./configure 
make
./src/gnome-terminal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-05-28 Thread Jameson Williams
** Attachment added: "(B) Post-condition"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1005729/+attachment/3167364/+files/Screenshot%20from%202012-05-28%2020%3A54%3A53.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] Re: gnome-terminal resizes to max height when mousing over gnome panel

2012-05-28 Thread Jameson Williams
** Attachment added: "(A) Precondition"
   
https://bugs.launchpad.net/bugs/1005729/+attachment/3167363/+files/Screenshot%20from%202012-05-28%2020%3A54%3A49.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1005729] [NEW] gnome-terminal resizes to max height when mousing over gnome panel

2012-05-28 Thread Jameson Williams
Public bug reported:

What happens:
Observe in the attached images, states A and B. A is when I've resized the 
window to how I want it, and am using it. B is when I move the mouse over the 
gnome panel tray, and the application resizes without me telling it to. 

What I expect to happen:
Why would the window resize? I didn't ask it to.

Ubuntu version: 
This was noticed in Precise 12.04, amd64, on several installations.

Package versions:
gnome-terminal 3.4.1.1-0ubuntu1
gnome-panel 1:3.4.1-0ubuntu1

Other info:
This is in a gnome classic session:
gnome-session --session=gnome-classic

** Affects: gnome-terminal (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1005729

Title:
  gnome-terminal resizes to max height when mousing over gnome panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1005729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs