[Bug 1975544] Re: Gtk4 EventController GestureClick returns incorrect state- Gdk.ModifierType on mouse button press in X11

2022-11-10 Thread Sundeep
Appears to be a bug in GJS, reported upstream here
https://gitlab.gnome.org/GNOME/gjs/-/issues/507

** Bug watch added: gitlab.gnome.org/GNOME/gjs/-/issues #507
   https://gitlab.gnome.org/GNOME/gjs/-/issues/507

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

Title:
  Gtk4 EventController GestureClick returns incorrect state-
  Gdk.ModifierType on mouse button press in X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1975544/+subscriptions


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

[Bug 1986522] [NEW] Using a Gio.DesktopAppinfo().launch with context freezes GJS

2022-08-15 Thread Sundeep
Public bug reported:

Creating a Gio.DesktopAppInfo for a desktopfile, then launching with an
app_launch context freezes GJS. Launching with context set to null
works. There is no debug information on the console.

Using Gtk4

Here is the relevant code-

let desktopFile = Gio.DesktopAppInfo.new('gnome-background-panel.desktop');
const context = Gdk.Display.get_default().get_app_launch_context();
context.set_timestamp(Gdk.CURRENT_TIME);
// Fix me, context in the following causes a crash;
desktopFile.launch([], context)

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Using a Gio.DesktopAppinfo().launch with context freezes GJS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1986522/+subscriptions


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

[Bug 1975544] [NEW] Gtk4 EventController GestureClick returns incorrect state- Gdk.ModifierType on mouse button press in X11

2022-05-23 Thread Sundeep
Public bug reported:

Getting modifier state from event controller gesture click gives an
error in Ubuntu 22.04 on X11.

It seems it returns with the 4 bit set, which is not legal?

The entire bug is reported in Gnome Discourse here-
https://discourse.gnome.org/t/gtk4-eventcontroller-gestureclick-returns-
incorrect-state-gdk-modifiertype-on-mouse-button-press-in-x11/9710 with
an example program that triggers the bug.

This bug does not exist in the latest version of Manjaro, and I presume
archlinux. Fedora also seems to have the same bug.

** Affects: gjs (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Gtk4 EventController GestureClick returns incorrect state-
  Gdk.ModifierType on mouse button press in X11

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gjs/+bug/1975544/+subscriptions


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

[Bug 1438355] [NEW] jumbo play/pause icons appear when played/paused after a transition from normal_mode to full_screen and vice-versa

2015-03-30 Thread sundeep
Public bug reported:

Jumbo play/pause icons appear when played/paused after a transition from
normal_mode to full_screen and vice-versa

Steps to Repoduce the Bug: 
1) Play a video file in normal screen mode
2) Pause it
3) Make it to full screen, Press F11
4) Play it
5) You will observe a big jumbo white play icon
6) Now, for any number of play/psue states, same big/jumbo icon will appear
7) Transition to normal mode now, from full screen mode, Press F11 again.
8) Play/pause and observe the same masking jumbo white icon.

Impact: Users/customers fail to see 2-3Secs of video until the jumbo
icon vanishes by itself, There is no way to get rid of this using any
Work-around, till it subsides by itself.

1) lsb_release -rd:
Description:Ubuntu 14.04.2 LTS
Release:14.04

2) apt-cache policy totem
totem:
  Installed: 3.10.1-1ubuntu4
  Candidate: 3.10.1-1ubuntu4
  Version table:
 *** 3.10.1-1ubuntu4 0
500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

3) Expected: Small icon on top-right to show the status of play/pause

4) Happened: Big Jumbo icon appeared that covers more than half of the
screen, due to which I missed to see the few frames for 2-3 Secs
following the play/pause

** Affects: totem (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: Jumbo play  icon
   
https://bugs.launchpad.net/bugs/1438355/+attachment/4361261/+files/Screenshot%20from%202015-03-30%2023%3A42%3A39.png

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

Title:
  jumbo play/pause icons appear when played/paused after a transition
  from normal_mode to full_screen and vice-versa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1438355/+subscriptions

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


[Bug 1438355] Re: jumbo play/pause icons appear when played/paused after a transition from normal_mode to full_screen and vice-versa

2015-03-30 Thread sundeep
** Description changed:

  Jumbo play/pause icons appear when played/paused after a transition from
  normal_mode to full_screen and vice-versa
  
- Steps to Repoduce the Bug:
+ Steps to Reproduce the Bug:
  1) Play a video file in normal screen mode
  2) Pause it
  3) Make it to full screen, Press F11
  4) Play it
  5) You will observe a big jumbo white play icon
  6) Now, for any number of play/pause states, same big/jumbo icon will appear
  7) Transition to normal mode now, from full screen mode, Press F11 again.
  8) Play/pause and observe the same masking jumbo white icon.
  
  Impact: Users/customers fail to see 2-3Secs of video until the jumbo
  icon vanishes by itself, There is no way to get rid of this using any
  Work-around, till it subsides by itself.
  
  1) lsb_release -rd:
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  
  2) apt-cache policy totem
  totem:
    Installed: 3.10.1-1ubuntu4
    Candidate: 3.10.1-1ubuntu4
    Version table:
   *** 3.10.1-1ubuntu4 0
  500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
  100 /var/lib/dpkg/status
  
  3) Expected: Small icon on top-left to show the status of play/pause
  
  4) Happened: Big Jumbo icon appeared that covers more than half of the
  screen, due to which I missed to see the few frames for 2-3 Secs
  following the play/pause

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

Title:
  jumbo play/pause icons appear when played/paused after a transition
  from normal_mode to full_screen and vice-versa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1438355/+subscriptions

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

[Bug 1438355] Re: jumbo play/pause icons appear when played/paused after a transition from normal_mode to full_screen and vice-versa

2015-03-30 Thread sundeep
** Description changed:

  Jumbo play/pause icons appear when played/paused after a transition from
  normal_mode to full_screen and vice-versa
  
- Steps to Repoduce the Bug: 
+ Steps to Repoduce the Bug:
  1) Play a video file in normal screen mode
  2) Pause it
  3) Make it to full screen, Press F11
  4) Play it
  5) You will observe a big jumbo white play icon
- 6) Now, for any number of play/psue states, same big/jumbo icon will appear
+ 6) Now, for any number of play/pause states, same big/jumbo icon will appear
  7) Transition to normal mode now, from full screen mode, Press F11 again.
  8) Play/pause and observe the same masking jumbo white icon.
  
  Impact: Users/customers fail to see 2-3Secs of video until the jumbo
  icon vanishes by itself, There is no way to get rid of this using any
  Work-around, till it subsides by itself.
  
  1) lsb_release -rd:
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04
  
  2) apt-cache policy totem
  totem:
-   Installed: 3.10.1-1ubuntu4
-   Candidate: 3.10.1-1ubuntu4
-   Version table:
-  *** 3.10.1-1ubuntu4 0
- 500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
- 100 /var/lib/dpkg/status
+   Installed: 3.10.1-1ubuntu4
+   Candidate: 3.10.1-1ubuntu4
+   Version table:
+  *** 3.10.1-1ubuntu4 0
+ 500 http://in.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
+ 100 /var/lib/dpkg/status
  
- 3) Expected: Small icon on top-right to show the status of play/pause
+ 3) Expected: Small icon on top-left to show the status of play/pause
  
  4) Happened: Big Jumbo icon appeared that covers more than half of the
  screen, due to which I missed to see the few frames for 2-3 Secs
  following the play/pause

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

Title:
  jumbo play/pause icons appear when played/paused after a transition
  from normal_mode to full_screen and vice-versa

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/totem/+bug/1438355/+subscriptions

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