[Desktop-packages] [Bug 2002978] Re: sh[1111]: /bin/sh: 1: initctl: not found

2024-01-06 Thread Sebastian Geiger
I just stumbled onto this in Ubuntu 22.04, where this bug still seems to
be present. The issue seems to be in the file
/usr/lib/systemd/user/gnome-keyring-ssh.service which wants to use
initctl which is an Upstart command and no longer exists on systemd
enabled systems. This is the content of the file:

[Unit]
Description=Start gnome-keyring as SSH agent
Before=graphical-session-pre.target ssh-agent.service
PartOf=graphical-session-pre.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -ec 'if [ -z "${SSH_AUTH_SOCK}" ] && \
! grep -s -q X-GNOME-Autostart-enabled=false 
~/.config/autostart/gnome-keyring-ssh.desktop 
/etc/xdg/autostart/gnome-keyring-ssh.desktop; then \
eval $$(/usr/bin/gnome-keyring-daemon --start --components ssh); \
dbus-update-activation-environment --verbose --systemd 
SSH_AUTH_SOCK=$$SSH_AUTH_SOCK SSH_AGENT_LAUNCHER=gnome-keyring; \
initctl set-env --global SSH_AUTH_SOCK=$$SSH_AUTH_SOCK || true; \
fi'
ExecStopPost=/bin/sh -ec 'if [ "${SSH_AGENT_LAUNCHER}" = gnome-keyring ]; then \
dbus-update-activation-environment --systemd  SSH_AUTH_SOCK=; \
initctl unset-env --global SSH_AUTH_SOCK || true; \
fi'

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-keyring in Ubuntu.
https://bugs.launchpad.net/bugs/2002978

Title:
  sh[]: /bin/sh: 1: initctl: not found

Status in gnome-keyring package in Ubuntu:
  Fix Released

Bug description:
  Just an unexpected error logged, no further issues from this.

  /usr/lib/systemd/user/gnome-keyring-ssh.service from 
gnome-keyring=40.0-3ubuntu3 (22.04.1) calls initctl from a systemd user service.
  Looks like 42.1-1 sets SSH_AUTH_SOCK without such user unit, so the problem 
may be resolved in current versions (though not in LTS).

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


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1508146] Re: Alt+left/right arrows switch between tty consoles (Gnome Shell vanishes), cannot disable

2018-08-21 Thread Sebastian Geiger
I can confirm that `sudo kbd_mode -s` does fix this but it seems to
occur again after a reboot.

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

Title:
  Alt+left/right arrows switch between tty consoles (Gnome Shell
  vanishes), cannot disable

Status in gdm3 package in Ubuntu:
  Confirmed
Status in gnome-shell package in Ubuntu:
  Confirmed
Status in lightdm package in Ubuntu:
  Confirmed
Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  I'm used to using alt+left/right arrow to navigate back and forward in
  web browsers and elsewhere (nautilus)...  But on this fresh install of
  Ubuntu Gnome 15.10 beta, it seems to try and switch me between tty
  consoles (the ctrl+alt+f1 ones).  But it's not listed as one of the
  shortcuts in the "keyboard" menu, so I don't know how to disable it...

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1773570] [NEW] Request for packaging of gtk-doc-manual

2018-05-26 Thread Sebastian Geiger
Public bug reported:

The `gtk-doc-tools` package does not contain the gtk-doc-manual (see
https://developer.gnome.org/gtk-doc-manual/).

The sources for the manual are part of the gtk-doc repository (see
https://gitlab.gnome.org/GNOME/gtk-doc/tree/master/help/manual/).

Please package the manual for Ubuntu either as a separate package (e.g.
gtk-doc-manual) or include it as part of the existing `gtk-doc-tools`
package.

** Affects: gtk-doc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: needs-packaging

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk-doc in Ubuntu.
https://bugs.launchpad.net/bugs/1773570

Title:
  Request for packaging of gtk-doc-manual

Status in gtk-doc package in Ubuntu:
  New

Bug description:
  The `gtk-doc-tools` package does not contain the gtk-doc-manual (see
  https://developer.gnome.org/gtk-doc-manual/).

  The sources for the manual are part of the gtk-doc repository (see
  https://gitlab.gnome.org/GNOME/gtk-doc/tree/master/help/manual/).

  Please package the manual for Ubuntu either as a separate package
  (e.g. gtk-doc-manual) or include it as part of the existing `gtk-doc-
  tools` package.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-doc/+bug/1773570/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1466210] Re: don't gzip gtkdoc's devhelp2 files

2018-05-26 Thread Sebastian Geiger
On Bionic this seems no longer valid. There are no .gz files under
/usr/share/gtk-doc/html

$ll /usr/share/gtk-doc/html/*/*|grep gz
$

All .devhelp2 files are uncompressed. So probably this bug can be
closed?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gtk-doc in Ubuntu.
https://bugs.launchpad.net/bugs/1466210

Title:
  don't gzip gtkdoc's devhelp2 files

Status in gtk-doc package in Ubuntu:
  Confirmed

Bug description:
  I am the upstream gtkdoc developer and maintainer and work on
  https://bugzilla.gnome.org/show_bug.cgi?id=742404 that will be part of
  the next gtk-doc release. With some luck I noticed that Ubuntu applies
  gzip compression to some of gtkdoc's data files.

  Please don't do this. While I can probably use popen for this case, I
  cannot handle this for all possible cases (e.g. some distro using
  bzip2 instead). These files are only installed on developer machines
  and I don't think the space saving are worth it. I'd believe most
  developers rather get better performance.

  ll /usr/share/gtk-doc/html/*/*.devhelp2.gz | sort
  -rw-r--r-- 1 root root 29061 Sep 25  2014 
/usr/share/gtk-doc/html/glib/glib.devhelp2,gz
  -rw-r--r-- 1 root root 10128 Sep 25  2014 
/usr/share/gtk-doc/html/gobject/gobject.devhelp2.gz
  -rw-r--r-- 1 root root 10502 Mar 18  2014 
/usr/share/gtk-doc/html/pango/pango.devhelp2.gz
  -rw-r--r-- 1 root root 10694 Jan 15 14:44 
/usr/share/gtk-doc/html/gdk3/gdk3.devhelp2.gz
  -rw-r--r-- 1 root root 32728 Sep 25  2014 
/usr/share/gtk-doc/html/gio/gio.devhelp2.gz
  -rw-r--r-- 1 root root  3318 Feb 13  2014 
/usr/share/gtk-doc/html/libgnomecanvas/libgnomecanvas.devhelp2.gz
  -rw-r--r-- 1 root root  3763 Mar  4 23:43 
/usr/share/gtk-doc/html/polkit-1/polkit-1.devhelp2.gz
  -rw-r--r-- 1 root root  6057 Jan 23  2014 
/usr/share/gtk-doc/html/gsf/gsf.devhelp2.gz
  -rw-r--r-- 1 root root 77077 Jan 15 14:44 
/usr/share/gtk-doc/html/gtk3/gtk3.devhelp2.gz
  -rw-r--r-- 1 root root 80638 Feb  4  2014 
/usr/share/gtk-doc/html/telepathy-glib/telepathy-glib.devhelp2.gz
  -rw-r--r-- 1 root root  8261 Jan 30 01:52 
/usr/share/gtk-doc/html/webkitgtk-3.0/webkitgtk.devhelp2.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk-doc/+bug/1466210/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1666264] Re: FFe: Update gnome-terminal to 3.24 and vte to 0.48

2018-05-13 Thread Sebastian Geiger
This is really a mess. If we as developers cannot trust a particular
version of a library to contain the features advertised by the
documentation then that is a big problem.

As a developer working on open source software in my spare time I have
enough to do to keep up with the latest library changes and migrating my
package to drop deprecated features. I don't want to waste my time
trying to understand why a particular feature does not work as
advertised.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1666264

Title:
  FFe: Update gnome-terminal to 3.24 and vte to 0.48

Status in gnome-terminal package in Ubuntu:
  Fix Released
Status in vte2.91 package in Ubuntu:
  Fix Released

Bug description:
  gnome-terminal and vte are still at their 3.20 (and 0.44) versions
  because they now hard-depend on pcre2, but the pcre2 MIR (LP:
  #163) has stalled because there is already one version of pcre in
  main and it would be a major task to convert all of main to use pcre2.

  So I reverted 3 commits for gnome-terminal and 5 for vte to make that
  MIR less urgent. I am concerned about the long-term maintainability of
  this approach - the vte patch is over 1600 lines.

  gnome-terminal 3.22 and vte 0.46 have been tested in the GNOME3
  Staging PPA for yakkety and zesty for months. I am not aware of any
  issues from that. This is slightly different since I haven't tested
  those versions without pcre2 until this weekend.

  The development cycle for gnome-terminal and vte has been fairly quiet
  so I believe it's safe to go ahead and update gnome-terminal to
  3.23.90 and vte to 0.47.90.

  https://git.gnome.org/browse/gnome-terminal/log
  https://git.gnome.org/browse/vte/log

  The packages are currently available for testing at

  
https://launchpad.net/~gnome3-team/+archive/ubuntu/gnome3-staging/+packages?field.series_filter=zesty

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1729728] Re: window picker is broken in 3.26

2018-01-12 Thread Sebastian Geiger
I have tested on Artful with proposed enabled and can confirm that this
fixes the issue. The schema is now being installed and I can add the
applet to the panel without the panel crashing.

Thanks alot for uploading this fix.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-applets in Ubuntu.
https://bugs.launchpad.net/bugs/1729728

Title:
  window picker is broken in 3.26

Status in gnome-applets package in Ubuntu:
  Fix Released
Status in gnome-applets source package in Artful:
  Fix Committed

Bug description:
  [Impact]
  One of the applets shipped in gnome-applets package is broken. It crashes on 
startup because of missing GSettings schema file.

  [Test Case]
  * Log into GNOME Flashback session.
  * Try to add the “Window picker” applet to the panel.

  Expected result: panel does not crash, applet is added.

  [Proposed Fix]
  The proposed fix just makes the gsettings schema installed:

  https://git.gnome.org/browse/gnome-applets/commit/?id=6aedbc3a6af54190

  [Regression Potential]
  None, as the fix just adds a missing file.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1620557] Re: weather.noaa.gov was shut down

2016-09-14 Thread Sebastian Geiger
I can confirm for 16.04 Xenial that the update works. After installation
and a restart of gnome-panel I do now see weather information where
there was previously only an empty space for the weather icon.

I do not have access to a 14.04 system at the moment so cannot confirm
for 14.04.

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

Title:
  weather.noaa.gov was shut down

Status in libgweather:
  Unknown
Status in libgweather package in Ubuntu:
  Fix Released
Status in libgweather source package in Trusty:
  Fix Committed
Status in libgweather source package in Xenial:
  Fix Committed

Bug description:
  The provider which libgweather was using was shut down in August.

  We need to update libgweather in Xenial to new upstream micro release,
  3.18.2, which switched to a new METAR data provider.

  Impact: this affects all libgweather-using applications, makes them
  unable to retrieve weather data.

  Test Case: make sure Weather applet in gnome-applets is able to
  display weather information.

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp