[Bug 2063358] Re: Kodi from Debian (20.5) crashes when running addons due to Python 3.12

2024-04-25 Thread Jakub Klos
I have applied the patch from Xbmc master to this particular problem and
now addons work properly and no more crash. The patch is legit and
should be applied to official Ubuntu 24.04 repo

** Patch added: "0001-CPythonInvoker-code-cleanup.patch"
   
https://bugs.launchpad.net/ubuntu/+source/kodi/+bug/2063358/+attachment/5770220/+files/0001-CPythonInvoker-code-cleanup.patch

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

Title:
  Kodi from Debian (20.5) crashes when running addons due to Python 3.12

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


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

[Bug 2063332] Re: Multiple problems Ubuntu 24.04 with Qt5

2024-04-25 Thread Jakub Klos
Thank you for you answer.

It is most definitely a regression in Ubuntu 24.04. I have just tested Ubuntu 
22.04 on Wayland, the same Qt5 apps and all is working
- keyboard shortcuts
- window controls are on the left
- window titlebar doubleclick to maximize 

Not sure if it's Wayland, Qt5 or something else

When I try your suggestion with qgnomeplatform-qt5 then:
- window controls are on the left [OK]
- window titlebar doubleclick also works as expected [OK]
- fullscreen window state is remembered and restored properly [OK]

- keyboard shortcuts still do not work properly [ERR]

Anything else I should try? But obviously the behavior is different from
Ubuntu 22.04

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

Title:
  Multiple problems Ubuntu 24.04 with Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


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

[Bug 2063358] [NEW] Kodi from Debian (20.5) crashes when running addons due to Python 3.12

2024-04-24 Thread Jakub Klos
Public bug reported:

Basically, when Kodi starts an addon, it will use the new default Python
3.12 lang interpreter which has a new limitation of initialization
order. Kodi ignores this requirement when starting an addon and crashes
in the python library:

Thread 1 (Thread 0x7cef279403c0 (LWP 162962)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=) 
at ./nptl/pthread_kill.c:44
#1  __pthread_kill_internal (signo=6, threadid=) at 
./nptl/pthread_kill.c:78
#2  __GI___pthread_kill (threadid=, signo=signo@entry=6) at 
./nptl/pthread_kill.c:89
#3  0x7cef3464526e in __GI_raise (sig=sig@entry=6) at 
../sysdeps/posix/raise.c:26
#4  0x7cef346288ff in __GI_abort () at ./stdlib/abort.c:79
#5  0x7cef39718f03 in ??? () at /lib/x86_64-linux-gnu/libpython3.12.so.1.0
#6  0x7cef398f2f58 in _Py_FatalErrorFunc () at 
/lib/x86_64-linux-gnu/libpython3.12.so.1.0
#7  0x7cef398d38ae in PyImport_AppendInittab () at 
/lib/x86_64-linux-gnu/libpython3.12.so.1.0
#8  0x59502f31bc94 in 
CAddonPythonInvoker::CAddonPythonInvoker(ILanguageInvocationHandler*) ()
#9  0x59502fdc6eea in 
CScriptInvocationManager::GetLanguageInvoker(std::__cxx11::basic_string, std::allocator > const&) (
#10 0x59502fdc71ac in 
CScriptInvocationManager::ExecuteAsync(std::__cxx11::basic_string, std::allocator > const&, std::sh
#11 0x59502fdc7483 in ??? ()
#12 0x59502fdc9474 in CBuiltins::Execute(std::__cxx11::basic_string, std::allocator > const&) ()
#13 0x59502f87c27b in 
CApplication::ExecuteXBMCAction(std::__cxx11::basic_string, std::allocator >, std::shared_ptr const&) ()
#18 0x59502f77ad2a in CGUIBaseContainer::OnClick(int) ()
#19 0x59502f77b04c in CGUIBaseContainer::OnMouseEvent(CPointGen 
const&, CMouseEvent const&) ()
#20 0x59502f769727 in CGUIControl::SendMouseEvent(CPointGen const&, 
CMouseEvent const&) ()
#21 0x59502f78a781 in CGUIControlGroupList::SendMouseEvent(CPointGen 
const&, CMouseEvent const&) ()
#22 0x59502f787ac5 in CGUIControlGroup::SendMouseEvent(CPointGen 
const&, CMouseEvent const&) ()
#23 0x59502f787ac5 in CGUIControlGroup::SendMouseEvent(CPointGen 
const&, CMouseEvent const&) ()
#24 0x59502f787ac5 in CGUIControlGroup::SendMouseEvent(CPointGen 
const&, CMouseEvent const&) ()
#25 0x59502f787ac5 in CGUIControlGroup::SendMouseEvent(CPointGen 
const&, CMouseEvent const&) ()
#26 0x59502f7e984a in CGUIWindow::OnMouseAction(CAction const&) ()
#27 0x59502f7eed55 in CGUIWindow::OnAction(CAction const&) ()
#28 0x59502f7e48df in CGUIWindowManager::HandleAction(CAction const&) const 
()
#29 0x59502f7e4a48 in CGUIWindowManager::OnAction(CAction const&) const ()
#30 0x59502f8793c1 in CApplication::OnAction(CAction const&) ()
#31 0x59502f73ff93 in CInputManager::ProcessMouse(int) ()
#32 0x59502f74a8a7 in CInputManager::OnEvent(XBMC_Event&) ()
#33 0x59502f87aee4 in CApplication::HandlePortEvents() ()
#34 0x59502f87b260 in CApplication::FrameMove(bool, bool) ()
#35 0x59502f871e59 in CApplication::Run() ()
#36 0x59502f194a1a in main ()


I have found the ticket and the fix in the Kodi github:
https://github.com/xbmc/xbmc/issues/24069


No LSB modules are available.
Description:Ubuntu 24.04 LTS
Release:24.04


kodi-bin:
  Installed: 2:20.5+dfsg-1build2
  Candidate: 2:20.5+dfsg-1build2
  Version table:
 *** 2:20.5+dfsg-1build2 500
500 http://cz.archive.ubuntu.com/ubuntu noble/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: kodi 2:20.5+dfsg-1build2
ProcVersionSignature: Ubuntu 6.8.0-31.31-generic 6.8.1
Uname: Linux 6.8.0-31-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 24 18:59:17 2024
InstallationDate: Installed on 2018-05-05 (2181 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: kodi
UpgradeStatus: Upgraded to noble on 2024-04-24 (0 days ago)
modified.conffile..etc.init.d.apport: [modified]
mtime.conffile..etc.init.d.apport: 2024-04-19T01:50:32

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


** Tags: amd64 apport-bug noble wayland-session

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

Title:
  Kodi from Debian (20.5) crashes when running addons due to Python 3.12

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


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

[Bug 2063332] Re: Multiple problems Ubuntu 24.04 with Qt5

2024-04-24 Thread Jakub Klos
** Attachment added: "Displays how Qt5 apps are displayed instead"
   
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+attachment/5770034/+files/Screenshot%20from%202024-04-24%2014-11-47.png

** Description changed:

  After the upgrade to the 24.04 beta Qt5 UI is not at its best. Please,
- notice that all this functionality used to be working on 22.04.
+ notice that all this functionality is working on 22.04.
  
  1. Windows controls settings from Gnome are not applied
  When you set the Windows Title bar buttons to Placement Left, then Qt apps 
ignore this setting. The default gt4 apps behave properly and place the buttons 
to the left.
  
  2. Windows actions like double click to maximize from settings also do
  not with in the Qt5 apps unlike in gt4 apps.
  
- 3. Several keyboard shortcuts are passed differently to Qt5 apps. 
+ 3. Several keyboard shortcuts are passed differently to Qt5 apps.
  The key "Ctrl+Period" is not passed to the qt app at all
  The key "Ctrl+~" is passed as "Ctrl+0"
  The key "Shift+Alt+F7" is also not working
  This means some different handling is applied in Qt5 apps
  
  4. If you use the env var "export QT_QPA_PLATFORM=xcb" and start the Qt5
  app, then it all works properly. The windows controls are on the right
  side, you can use double click the title bar to maximize and also the
  shortcuts are working fine. However, in such scenario no app starts
  fullscreen. It starts in a positioned window (the position is
  remembered) instead even if you maximized the window before you exited
  it.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: libqt5core5t64 5.15.13+dfsg-1ubuntu1
  ProcVersionSignature: Ubuntu 6.8.0-28.28-generic 6.8.1
  Uname: Linux 6.8.0-28-generic x86_64
  ApportVersion: 2.28.1-0ubuntu2
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Apr 24 14:20:24 2024
  InstallationDate: Installed on 2020-05-12 (1443 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: qtbase-opensource-src
  UpgradeStatus: Upgraded to noble on 2024-04-20 (4 days ago)
  modified.conffile..etc.init.d.apport: [modified]
  mtime.conffile..etc.init.d.apport: 2024-04-19T01:50:32

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

Title:
  Multiple problems Ubuntu 24.04 with Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


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

[Bug 2063332] [NEW] Multiple problems Ubuntu 24.04 with Qt5

2024-04-24 Thread Jakub Klos
Public bug reported:

After the upgrade to the 24.04 beta Qt5 UI is not at its best. Please,
notice that all this functionality is working on 22.04.

1. Windows controls settings from Gnome are not applied
When you set the Windows Title bar buttons to Placement Left, then Qt apps 
ignore this setting. The default gt4 apps behave properly and place the buttons 
to the left.

2. Windows actions like double click to maximize from settings also do
not with in the Qt5 apps unlike in gt4 apps.

3. Several keyboard shortcuts are passed differently to Qt5 apps.
The key "Ctrl+Period" is not passed to the qt app at all
The key "Ctrl+~" is passed as "Ctrl+0"
The key "Shift+Alt+F7" is also not working
This means some different handling is applied in Qt5 apps

4. If you use the env var "export QT_QPA_PLATFORM=xcb" and start the Qt5
app, then it all works properly. The windows controls are on the right
side, you can use double click the title bar to maximize and also the
shortcuts are working fine. However, in such scenario no app starts
fullscreen. It starts in a positioned window (the position is
remembered) instead even if you maximized the window before you exited
it.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: libqt5core5t64 5.15.13+dfsg-1ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-28.28-generic 6.8.1
Uname: Linux 6.8.0-28-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Apr 24 14:20:24 2024
InstallationDate: Installed on 2020-05-12 (1443 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: qtbase-opensource-src
UpgradeStatus: Upgraded to noble on 2024-04-20 (4 days ago)
modified.conffile..etc.init.d.apport: [modified]
mtime.conffile..etc.init.d.apport: 2024-04-19T01:50:32

** Affects: qtbase-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble wayland-session

** Attachment added: "Displays how gtk4 apps are displayed"
   
https://bugs.launchpad.net/bugs/2063332/+attachment/5770029/+files/Screenshot%20from%202024-04-24%2014-11-30.png

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

Title:
  Multiple problems Ubuntu 24.04 with Qt5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/2063332/+subscriptions


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

[Bug 2062177] Re: Remmina crashes after RDP connection

2024-04-21 Thread Jakub Klos
The issue has been already fixed in Remmina:
https://gitlab.com/Remmina/Remmina/-/issues/3090

Now, the question is how long to get into Ubuntu's 24.04 packages

Supposedly, you can use the flatpak version or downgrade remmina

** Bug watch added: gitlab.com/Remmina/Remmina/-/issues #3090
   https://gitlab.com/Remmina/Remmina/-/issues/3090

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

Title:
  Remmina crashes after RDP connection

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-08 Thread Jakub Klos
Exactly, I wonder as well.
It worked fine in 20.04 and then after the upgrade it stopped working. The 
truth is that during the upgrade process something went wrong and I had to 
reboot. Then I continued the upgrade process again but who knows how things 
work in such scenario. On the VM guest it worked properly so it must have been 
the interrupted upgrade I guess.

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

Title:
  Screencast not recording

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
Turned out that these 2 packages were missing in my host and are required for 
proper functionality:
pipewire-media-session libpipewire-0.3-common
After adding these and rebooting everything works finally!
Please, close this ticket

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

Title:
  Screencast not recording

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
I got a bit further. gstreamer1.0-pipewire was installed but for some
reason gstreamer did not pick it up. Even after reinstalling, it still
was not listed as a gstreamer plugin. I had to physically remove the
libgstpipewire so, restart streamer and then put it back. After that
gstreamder picks the plugin and this error "no element pipewiresrc"
occurs no more.

However, recording still does not work properly
The recording indicator appears, the file appears as well but has no content (0 
size).

journalctl log
Mar 04 10:42:08 Development dbus-daemon[2781]: [session uid=1000 pid=2781] 
Activating service name='org.gnome.Shell.Screencast' requested by ':1.64' 
(uid=1000 pid=3358 comm="/usr/libexec/gsd-media-keys " label="unconfine>
Mar 04 10:42:08 Development dbus-daemon[2781]: [session uid=1000 pid=2781] 
Successfully activated service 'org.gnome.Shell.Screencast'
Mar 04 10:42:36 Development dbus-daemon[2781]: [session uid=1000 pid=2781] 
Activating service name='org.gnome.Shell.Screencast' requested by ':1.64' 
(uid=1000 pid=3358 comm="/usr/libexec/gsd-media-keys " label="unconfine>
Mar 04 10:42:36 Development dbus-daemon[2781]: [session uid=1000 pid=2781] 
Successfully activated service 'org.gnome.Shell.Screencast'
Mar 04 10:42:38 Development dbus-daemon[2781]: [session uid=1000 pid=2781] 
Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' 
unit='tracker-extract-3.service' requested by ':1.4' (uid=1000 pid=>
Mar 04 10:42:38 Development systemd[2764]: Starting Tracker metadata 
extractor...
Mar 04 10:42:38 Development dbus-daemon[2781]: [session uid=1000 pid=2781] 
Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Mar 04 10:42:38 Development systemd[2764]: Started Tracker metadata extractor.

I cannot even stop the recording. It is stuck.

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

Title:
  Screencast not recording

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
But you are right
gst-inspect-1.0 pipewiresrc 
No such element or plugin 'pipewiresrc'

something is odd with my installation. I tried reinstalling the
gstreamer1.0-pipewire but still the same. Will try think of something

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

Title:
  Screencast not recording

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
Similarly this does not work
gst-launch-1.0 pipewiresrc
ERROR: pipeline could not be constructed: no element "pipewiresrc"
but it works on the VM

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

Title:
  Screencast not recording

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
I have found this little python script which also suffers from the same
issue.

When run as 
GST_DEBUG=3 python gnome-screen-cast.py 

I get the following output:

session path: /org/gnome/Mutter/ScreenCast/Session/u16
stream path: /org/gnome/Mutter/ScreenCast/Stream/u16
added
0:00:00.019493755 132581   0xecbd30 WARN GST_ELEMENT_FACTORY 
gstelementfactory.c:701:gst_element_factory_make_with_properties: no such 
element factory "pipewiresrc"!
0:00:00.019526231 132581   0xecbd30 ERROR   GST_PIPELINE 
gst/parse/grammar.y:851:priv_gst_parse_yyparse: no element "pipewiresrc"
0:00:00.020452889 132581   0xecbd30 ERROR   GST_PIPELINE 
gst/parse/grammar.y:939:priv_gst_parse_yyparse: link has no source 
[sink=@0xf28d50]
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 232, in 
maybe_handle_message
self._handler(*args, **kwargs)
  File "/home/jakub/Downloads/gnome-screen-cast.py", line 82, in 
on_pipewire_stream_added
pipeline = Gst.parse_launch('pipewiresrc path=%u ! %s videoconvert ! 
glimagesink'%(node_id, format_element))
gi.repository.GLib.GError: gst_parse_error: no element "pipewiresrc" (1)

Still complains about some missing element

** Attachment added: "gnome-screen-cast"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1963264/+attachment/5565631/+files/gnome-screen-cast.py

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

Title:
  Screencast not recording

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


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

[Bug 1963264] Re: Screencast not recording

2022-03-04 Thread Jakub Klos
Yes, I do. Like I said, it works on my VM (almost the same installation)
but not on the host. I am thinking about trying to build some older
pipewire version just for testing.

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

Title:
  Screencast not recording

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


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

[Bug 1963264] [NEW] Screencast not recording

2022-03-03 Thread Jakub Klos
Public bug reported:

When I press Ctrl+Shift+Alt+R, screencast indicator appears in the
indicator menu but disappears in about 2 seconds. No file is even
created under the Videos folder.

journalctl shows:

Mar 02 09:10:29 Development dbus-daemon[2962]: [session uid=1000 pid=2962] 
Activating service name='org.gnome.Shell.Screencast' requested by ':1.62' 
(uid=1000 pid=3311 comm="/usr/libexec/gsd-media->
Mar 02 09:10:29 Development dbus-daemon[2962]: [session uid=1000 pid=2962] 
Successfully activated service 'org.gnome.Shell.Screencast'
Mar 02 09:10:31 Development dbus-daemon[2962]: [session uid=1000 pid=2962] 
Activating service name='org.gnome.Shell.Screencast' requested by ':1.62' 
(uid=1000 pid=3311 comm="/usr/libexec/gsd-media->
Mar 02 09:10:31 Development dbus-daemon[2962]: [session uid=1000 pid=2962] 
Successfully activated service 'org.gnome.Shell.Screencast'
Mar 02 09:10:32 Development gjs[5825]: JS LOG: Failed to create pipeline: 
Gst.ParseError: no element "pipewiresrc"
 
The issue is the Gst.ParseError.

Before upgrading to jammy (22.04), it used to work fine. Also, when
testing under qemu/KVM it works properly. It just doesn't work when
running directly on the PC.

What other logs can I provide?

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: gnome-shell 41.3-1ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu78
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Thu Mar  3 15:41:44 2022
DisplayManager: gdm3
InstallationDate: Installed on 2020-05-12 (660 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RelatedPackageVersions: mutter-common 41.3-3ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to jammy on 2022-02-27 (4 days ago)

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


** Tags: amd64 apport-bug jammy wayland-session

** Summary changed:

- Screencast not working (stops in 2 seconds)
+ Screencast not recording

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

Title:
  Screencast not recording

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


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

[Bug 1951832] Re: xl2tpd "Can not find tunnel" in jammy

2022-02-28 Thread Jakub Klos
I can also confirm the bug, building 1.13.17 works as well.

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

Title:
  xl2tpd "Can not find tunnel" in jammy

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


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

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-11-09 Thread Jakub Klos
Actually, the issue for both Linux and Windows guests is resolved by this fix
https://gitlab.freedesktop.org/spice/spice-gtk/-/issues/82

You do not need to do anything else just install the latest 0.38 spice-
client libs on the host (on Ubuntu 20.04):

libspice-client-glib-2.0-8_0.38-2ubuntu1_amd64.deb
libspice-client-gtk-3.0-5_0.38-2ubuntu1_amd64.deb
spice-client-glib-usb-acl-helper_0.38-2ubuntu1_amd64.deb

Then it works properly on all guests
I think this ticket can be closed...

** Bug watch added: gitlab.freedesktop.org/spice/spice-gtk/-/issues #82
   https://gitlab.freedesktop.org/spice/spice-gtk/-/issues/82

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

Title:
  Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM
  guests)

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

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

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-11-01 Thread Jakub Klos
@paelzer
Thank you, Christian.
Yes, I am aware of the workaround as I am using it on Windows (stopping the 
VDAgent is sufficient on the guest). The only way to use the guest reasonably 
(you would never tell how copy/paste is used frequently during coding)

Currently, I am happy with the patch on focal. It would be nice if the
fix gets in the future updates as well. I am willing to test a few
distros if you need.

I did not test Bionic but I tried both Windows10 yesterday and found out
the issue is the same indeed on both Win7 and Win10.

I tried updating the host with the patched vdagent and it did not help
neither in Windows nor Focal.

Please, let me know what you want me to test and I will do my best

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

Title:
  Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM
  guests)

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

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

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-10-31 Thread Jakub Klos
@paelzer Hello Christian, fix small fix did not help but bigger fix
works for me fine on focal.

I did not have to update the spice-vdaagent on the host. All I did was
update on the guest and things started working instantly (after reboot
of course).

I can help in further testing if needed.

Now, the question is how do we go about this same problem on Windows
guests? Do we need to apply the patch to the guest spice tools as well?

Thank you

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

Title:
  Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM
  guests)

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

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-07-05 Thread Jakub Klos
Still the same, not working for me.

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-06 Thread Jakub Klos
I did report it upstream:
https://github.com/micheleg/dash-to-dock/issues/1157

Thank you

** Bug watch added: github.com/micheleg/dash-to-dock/issues #1157
   https://github.com/micheleg/dash-to-dock/issues/1157

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
With Wayland this works properly

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
~/.local/share/xorg/ logs

** Attachment added: "xorg.log.tar.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1870523/+attachment/5347645/+files/xorg.log.tar.gz

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
lspci -k

** Attachment added: "lspcik.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1870523/+attachment/5347628/+files/lspcik.txt

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-06 Thread Jakub Klos
Just to be sure, I did a fresh Ubuntu 20.04 installation, performed
updates and reproduced the issue right away.

All you need to do is to:
1. set /org/gnome/shell/extensions/dash-to-dock/dock-fixed=false in dconf-editor
2. maximize the dconf-editor (so that the dock will hide)
3. move the mouse to the left so the dock should appear but it does not

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-06 Thread Jakub Klos
apport information

** Tags added: apport-collected

** Description changed:

  Hello,
  
  Ubuntu 20.04 beta (Apr 2nd 2020)
  
  1. Set in dconf editor under
  /org/gnome/shell/extensions/dash-to-dock/
  autohide:true
  docker-fixed:false
  
  2. Maximize some desktop window and the dock disappears.
  Now, move mouse to the dock area but the dock will never appear.
  
  (on 18.04 this works properly - using the same dconf properties in both
  20.04 and 18.04)
  
  It should auto appear when you move the mouse where the dock was hidden.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu22
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-04-06 (0 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200331)
+ Package: gnome-shell-extension-ubuntu-dock 67ubuntu20.04.3
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
+ Tags:  focal
+ Uname: Linux 5.4.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1870519/+attachment/5347586/+files/Dependencies.txt

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870519] ProcEnviron.txt

2020-04-06 Thread Jakub Klos
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1870519/+attachment/5347588/+files/ProcEnviron.txt

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870519] ProcCpuinfoMinimal.txt

2020-04-06 Thread Jakub Klos
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1870519/+attachment/5347587/+files/ProcCpuinfoMinimal.txt

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
I just did a fresh new Ubuntu 20.04 installation and right after
starting up the desktop I could reproduce the issue. No custom theme or
extension required. Just clicked the top bar power menu and clicked
again. The same for the Date menu. I can even provide a video should you
need...

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-06 Thread Jakub Klos
apport information

** Tags added: apport-collected

** Description changed:

  Hello,
  
  Ubuntu 20.04 beta (Apr 2nd 2020)
  
  1. Click the top bar date section and click again to close
  As a result you have a white arrow beneath the date section.
  Use mouse over or click to desktop to fix and remove the arrow
  
  2. The same applies to Activities and the right top bar section
  If you click to open a menu and then click to close. The white arrow remains.
  
  See the attached screenshot
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu22
+ Architecture: amd64
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 20.04
+ GsettingsChanges:
+  b'org.gnome.desktop.input-sources' b'sources' b"[('xkb', 'us')]"
+  b'org.gnome.desktop.interface' b'gtk-im-module' b"'gtk-im-context-simple'"
+  b'org.gnome.desktop.notifications' b'application-children' 
b"['update-manager']"
+  b'org.gnome.desktop.peripherals.keyboard' b'numlock-state' b'true'
+  b'org.gnome.desktop.privacy' b'report-technical-problems' b'true'
+ InstallationDate: Installed on 2020-04-06 (0 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200331)
+ Package: gnome-shell 3.36.0-2ubuntu2
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
+ RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
+ Tags:  focal
+ Uname: Linux 5.4.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1870523/+attachment/5347581/+files/Dependencies.txt

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] ShellJournal.txt

2020-04-06 Thread Jakub Klos
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1870523/+attachment/5347584/+files/ShellJournal.txt

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] ProcCpuinfoMinimal.txt

2020-04-06 Thread Jakub Klos
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1870523/+attachment/5347582/+files/ProcCpuinfoMinimal.txt

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] ProcEnviron.txt

2020-04-06 Thread Jakub Klos
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1870523/+attachment/5347583/+files/ProcEnviron.txt

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-04 Thread Jakub Klos
Yes, the Ubuntu (default) session and its original Dock (no extra extension 
installed)
Basically, the default desktop setup with the steps above.

The journal log:

Apr 04 11:16:54 Ubuntu dbus-daemon[1398]: [session uid=1000 pid=1398] 
Activating via systemd: service name='org.freedesktop.Tracker1' 
unit='tracker-store.service' requested by ':1.35' (uid=1000 pid=1649 comm="/>
Apr 04 11:16:54 Ubuntu systemd[1375]: Starting Tracker metadata database store 
and lookup manager...
Apr 04 11:16:54 Ubuntu dbus-daemon[1398]: [session uid=1000 pid=1398] 
Successfully activated service 'org.freedesktop.Tracker1'
Apr 04 11:16:54 Ubuntu systemd[1375]: Started Tracker metadata database store 
and lookup manager.
Apr 04 11:16:54 Ubuntu dbus-daemon[1398]: [session uid=1000 pid=1398] 
Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' 
unit='tracker-extract.service' requested by ':1.35' (uid=1000 >
Apr 04 11:16:54 Ubuntu systemd[1375]: Starting Tracker metadata extractor...
Apr 04 11:16:54 Ubuntu tracker-extract[35811]: Set scheduler policy to 
SCHED_IDLE
Apr 04 11:16:54 Ubuntu tracker-extract[35811]: Setting priority nice level to 19
Apr 04 11:16:54 Ubuntu dbus-daemon[1398]: [session uid=1000 pid=1398] 
Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
Apr 04 11:16:54 Ubuntu systemd[1375]: Started Tracker metadata extractor.
Apr 04 11:17:01 Ubuntu CRON[36001]: pam_unix(cron:session): session opened for 
user root by (uid=0)
Apr 04 11:17:01 Ubuntu CRON[36003]: (root) CMD (   cd / && run-parts --report 
/etc/cron.hourly)
Apr 04 11:17:01 Ubuntu CRON[36001]: pam_unix(cron:session): session closed for 
user root
Apr 04 11:17:04 Ubuntu systemd[1]: apt-daily-upgrade.service: Succeeded.
Apr 04 11:17:04 Ubuntu systemd[1]: Finished Daily apt upgrade and clean 
activities.
Apr 04 11:17:05 Ubuntu systemd[1375]: tracker-extract.service: Succeeded.

I can reproduce the issue all the time and provide some screenshots as
well.

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
Provided package

** Package changed: ubuntu => gnome-desktop (Ubuntu)

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-03 Thread Jakub Klos
Provided package

** Package changed: ubuntu => gnome-shell-extension-ubuntu-dock (Ubuntu)

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1870519/+subscriptions

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

[Bug 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-03 Thread Jakub Klos
** Tags added: focal

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

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

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
** Tags added: focal

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870523] Re: Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
** Summary changed:

- Ubuntu 20.04 Top bar - white residuum arrows
+ Ubuntu 20.04 Top bar - white residual arrows

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870526] [NEW] Ubuntu 20.04 - Gnome tweaks erratic left menu selection blinking using the mouse

2020-04-03 Thread Jakub Klos
Public bug reported:

Hello,

Ubuntu 20.04 beta (Apr 2nd 2020)

1. Install gnome-tweaks 
2. Start gnome-tweaks and under Window Titlebars select Placement to Left
3. Now try to use the mouse and click the left category menu in the tweaks app. 
It is not possible. The left menu starts blinking erratically and you cannot 
select any category. You need to use the keyboard instead of mouse and 
basically disable the Titlebar buttons for Left placement (you must use the 
default one).

Other apps work properly, only Gnome tweaks have this behavior.

What seems to be happening is that the left menu gets hidden and then
appears again until you move the mouse out of the left menu area.

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


** Tags: focal

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

Title:
  Ubuntu 20.04 - Gnome tweaks erratic left menu selection blinking using
  the mouse

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

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

[Bug 1870523] [NEW] Ubuntu 20.04 Top bar - white residual arrows

2020-04-03 Thread Jakub Klos
Public bug reported:

Hello,

Ubuntu 20.04 beta (Apr 2nd 2020)

1. Click the top bar date section and click again to close
As a result you have a white arrow beneath the date section.
Use mouse over or click to desktop to fix and remove the arrow

2. The same applies to Activities and the right top bar section
If you click to open a menu and then click to close. The white arrow remains.

See the attached screenshot

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "White arrows beneath the top bar"
   https://bugs.launchpad.net/bugs/1870523/+attachment/5345531/+files/Arrow.jpg

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

Title:
  Ubuntu 20.04 Top bar - white residual arrows

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

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

[Bug 1870519] [NEW] Ubuntu 20.04 Dock - Autohide not working

2020-04-03 Thread Jakub Klos
Public bug reported:

Hello,

Ubuntu 20.04 beta (Apr 2nd 2020)

1. Set in dconf editor under
/org/gnome/shell/extensions/dash-to-dock/
autohide:true
docker-fixed:false

2. Maximize some desktop window and the dock disappears.
Now, move mouse to the dock area but the dock will never appear.

(on 18.04 this works properly - using the same dconf properties in both
20.04 and 18.04)

It should auto appear when you move the mouse where the dock was hidden.

** Affects: 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/1870519

Title:
  Ubuntu 20.04 Dock - Autohide not working

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

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