[Bug 1903788] [NEW] pidgin-libnotify removed, but no alternative provided in Ubuntu 20.04

2020-11-10 Thread Pavel Roskin
Public bug reported:

pidgin-libnotify was removed in Ubuntu 20.04
https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=pidgin-libnotify

Users are advised to install the package compiled for Ubuntu 18.04
https://askubuntu.com/questions/1232938/pidgin-missing-libnotify-plugin-on-ubuntu-20-04

As far as I can tell, no plugins with equivalent functionality are
packaged for Ubuntu 20.04.

One possible replacement is purple-libnotify-plus:
https://github.com/sardemff7/purple-libnotify-plus/

Please note that pidgin-libnotify is not just about notifications, it
allows Pidgin to be run in background. That's a significant feature
missing from Ubuntu 20.04.

Without pidgin-libnotify installed, pidgin exists when its last window
is closed. With pidgin-libnotify installed and enabled under
Tools->Plugins, pidgin remains in memory when its last window is closed
as evidenced by "ps x | grep pidgin"

I'm using up-to-date Ubuntu 20.04.1 with pidgin 1:2.13.0-2.2ubuntu4 and
pidgin-plugin-pack 2.7.0-4.

** Affects: pidgin-libnotify (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/1903788

Title:
  pidgin-libnotify removed, but no alternative provided in Ubuntu 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pidgin-libnotify/+bug/1903788/+subscriptions

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

[Bug 1505409] Re: gnome-shell crashed with signal 5 in _XIOError()

2017-03-23 Thread Pavel Roskin
Still happening in up-to-date Zesty prerelease. I was pressing Fn-F8 on
a Dell laptop to switch between different monitor configurations when it
happened.

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

Title:
  gnome-shell crashed with signal 5 in _XIOError()

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

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


[Bug 1428884] Re: Xorg crash

2015-04-15 Thread Pavel Roskin
I confirm the bug. I'm using Lubuntu x86_64. I upgraded it from 14.10 to
the current prerelease 15.04 and I have that bug too.

My system is a laptop on dock (Lenovo T440p), the dock is connected to a
monitor. The bug is only seen if the laptop is docked.

The easiest way to reproduce the bug is to log out.


** Summary changed:

- Xorg crash
+ White screen on boot or logout, goes away on mouse click

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

Title:
  White screen on boot or logout, goes away on mouse click

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

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


[Bug 1431846] Re: white screen on boot right before login promt

2015-04-15 Thread Pavel Roskin
*** This bug is a duplicate of bug 1428884 ***
https://bugs.launchpad.net/bugs/1428884

It is a duplicate of the bug 1428884. The title of that bug not good -
"Xorg crash", even though no crash is described. Anyway, the symptoms
are the same.

** This bug has been marked a duplicate of bug 1428884
   White screen on boot or logout, goes away on mouse click

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

Title:
  white screen on boot right before login promt

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

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


[Bug 1421821] Re: notification-daemon crashed with SIGABRT in g_assertion_message()

2015-04-15 Thread Pavel Roskin
I didn't have to run anything. I just booted, logged in and saw the
message. I upgraded to 15.04 prerelease yesterday. I had several reboots
before that that did not exhibit the bug.

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

Title:
  notification-daemon crashed with SIGABRT in g_assertion_message()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/notification-daemon/+bug/1421821/+subscriptions

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


[Bug 187919] Re: alacarte crashed with AttributeError in split()

2015-04-14 Thread Pavel Roskin
Just installed 15.04 prerelease, ran "alacarte", selected "Electronics",
clicked on "Move Down". The exception appeared.

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

Title:
  alacarte crashed with AttributeError in split()

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

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


[Bug 1393551] [NEW] /usr/bin/see from mime-support should keep temporary file extensions

2014-11-17 Thread Pavel Roskin
Public bug reported:

If /usr/bin/see decides to make a temporary link to the file it's
processing, it should keep the extension of the original file if it's
reasonably sane (i.e. consists of alphanumeric characters and doesn't
exceed, say, 8 characters)

For example, I run "see Latest Document.png". see creates a link for the
file because the file has a space in the name. The link is called
/tmp/filePMro4U rather than /tmp/filePMro4U.png. see runs gthumb with
the link as the argument. gthumb gets confused.

I realize that programs should not need extensions to recognize the
files, but sometimes they take useful hints from the extensions,
especially for old file formats.

see users tempfile internally, and tempfile has a "--suffix" option that
could be used.

Ubuntu 14.10 i386
mime-support 3.55ubuntu1

** Affects: mime-support (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/1393551

Title:
  /usr/bin/see from mime-support should keep temporary file extensions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mime-support/+bug/1393551/+subscriptions

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


[Bug 1393519] [NEW] Files without extension make gthumb flicker

2014-11-17 Thread Pavel Roskin
Public bug reported:

If gthumb is run with one argument that is a image file without an
extension, gthumb flickers between a generic image icon (tree and sun)
and a thumbnail for the image.

gthumb should show the image, perhaps scaled down as needed. That's what
happens in the extension is present.

Ubuntu 14.10 i386, fully up-to-date.
gthumb 3:3.3.1.is.3.2.8-0ubuntu1build1

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

** Attachment added: "Example PNG file"
   https://bugs.launchpad.net/bugs/1393519/+attachment/4262465/+files/abc

** Bug watch added: Debian Bug tracker #646551
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646551

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

Title:
  Files without extension make gthumb flicker

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

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


[Bug 1393519] Re: Files without extension make gthumb flicker

2014-11-17 Thread Pavel Roskin
Just noticed that Debian also has a bug for the issue
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646551

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

Title:
  Files without extension make gthumb flicker

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

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