[Bug 1965123] Re: Active launchers area pixels (corners) missing

2022-09-15 Thread Ivan Wolf
It seems to be something when loading the session, because after locking and unlocking the screen, it goes back to normal. ** Attachment added: "Captura de tela de 2022-09-14 13-04-59.png"

[Bug 1965123] Re: Active launchers area pixels (corners) missing

2022-09-13 Thread Ivan Wolf
The problem also occurs for me on laptop with Intel Graphics. I use the dark theme. ** Attachment added: "BdSZUtI.png" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1965123/+attachment/5615491/+files/BdSZUtI.png -- You received this bug notification because you are a member of

[Bug 1948881] Re: XSane plugin not available in GIMP File menu

2022-06-18 Thread Thomas Wolf
I'm affected by this bug, too. I'm on Ubuntu 22.04. Is there anything new? What can I do as a workaround? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gimp in Ubuntu. https://bugs.launchpad.net/bugs/1948881 Title: XSane plugin

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2021-01-12 Thread Wolf
Wallpaper background file in monitor resolution helps. Thank you for this workaround! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/1855757 Title: [nvidia] Background image

[Bug 1855757] Re: [nvidia] Background image corrupted after standby or resume from suspend

2020-10-13 Thread Wolf
nvidia 340 driver, GT218M / 3100NVS card on HP 8440p laptop, System: focal Have still the "corrupted desktop" problem; changing to "proposed" made that I could no longer resume from hibernate. With "proposed", screen would power on back light for a few seconds and then remain dark. Unticking

Re: [Bug 1866625] Re: OverflowError: With Python 3 Gtk.ListStore only accepts 32 Bit Integers.

2020-05-08 Thread Wolf Pichler
It should indeed be done like this: import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk from gi.repository import GObject mystore = Gtk.ListStore(GObject.TYPE_UINT64) mystore.insert_with_valuesv(-1, [1], [GObject.Value(GObject.TYPE_UINT64, 1330400507426)]) ### I

Re: [Bug 1866625] Re: OverflowError: With Python 3 Gtk.ListStore only accepts 32 Bit Integers.

2020-03-09 Thread Wolf Pichler
It works! On 09.03.20 21:17, Sebastien Bacher wrote: > COuld you test the upstream workaround and use > GObject.Value(GObject.TYPE_UINT64, 1330400507426) ? > -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygobject in Ubuntu.

Re: [Bug 1866625] Re: OverflowError: With Python 3 Gtk.ListStore only accepts 32 Bit Integers.

2020-03-09 Thread Wolf Pichler
I'm not sure what exactly they are really talking about at https://gitlab.gnome.org/GNOME/pygobject/issues/198. My FR concerns 3.26.1-2ubuntu1 and at gitlab it is stated "I think it used to work in 3.26." which clearly is not the case. I took a look into the source and in pygi-value.c I found

[Bug 1866625] [NEW] OverflowError: With Python 3 Gtk.ListStore only accepts 32 Bit Integers.

2020-03-09 Thread Wolf Pichler
Public bug reported: import gi gi.require_version('Gtk', '3.0') from gi.repository import Gtk This works in Python 2: mystore = Gtk.ListStore(long) mystore.insert_with_valuesv(-1, [1], [long(1330400507426)]) This does not work in Python 3: mystore = Gtk.ListStore(int)

Re: [Bug 1841051] Re: gpg password cache is never cleared

2019-11-05 Thread Wolf Pichler
Thanks! On 05.11.19 21:30, Sebastien Bacher wrote: > thanks, closing then > > ** Changed in: gnome-keyring (Ubuntu) > Status: Incomplete => Invalid > -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in Ubuntu.

Re: [Bug 1841051] Re: gpg password cache is never cleared

2019-11-05 Thread Wolf Pichler
It is no fault. My original FR concerned gpg-agent because I was unaware of the fact that seahorse/gnome-keyring had the password stored. On 05.11.19 11:26, Sebastien Bacher wrote: > Thank you for your bug report. Could you give details on what you did > exactly? If you ticked the box to store

[Bug 1840634] [NEW] bionic: GNOME needs update to 3.30

2019-08-19 Thread Wolf
Public bug reported: With time going on, more an more minor flaws are occuring in GNOME: * mouse movements often are very laggy * mouse pointer gets under active windows * system gets stuck for several system * control for gnome-search is grayed out, so search can no longer be configured. It

[Bug 1826420] Re: Nautilus disk properties shows black circle

2019-07-03 Thread Wolf Rogner
Hi to all, I used a MacOS icon theme. The issue did occur with Yaru but not with Ambience. I switched to macOS after the ongoing issues that reoccured with 19.04. I could not bear with it any longer (12 years are a long time). Sorry to be of no assistance to this and any other issues any

[Bug 1801382] Re: printing complex documents does not reproduce screen image on paper

2019-07-02 Thread Wolf Rogner
Hi to all, I switched to macOS after the ongoing issues that reoccured with 19.04 (including this one). I could not bear with it any longer (12 years are a long time). Sorry to be of no assistance to this and any other issues any longer. cheers -- You received this bug notification because

[Bug 1767564] Re: Ubuntu 18.04 Workspaces only change on primary monitor

2019-06-11 Thread Steven Wolf
@ruediger.kupper It is still definitely present on 18.04. All apps open in the secondary monitor of all workspaces collapse onto the secondary monitor when the super key is pushed for the activity overview (but go back to their original workspaces when you push it again.) -- You received

[Bug 1826420] [NEW] Nautilus disk properties shows black circle

2019-04-25 Thread Wolf Rogner
Public bug reported: Ubuntu 19.04 / Nautilus 3.32.0 stable (?) Mounting a disk (which does not show on the desktop may I add here as well) and asking for disk properties gives a black circle. Expected behaviour: different colours for used and unused parts, maybe gray for the unusable meta data.

[Bug 1826140] [NEW] Gimp fails to start after upgrade to 19.04

2019-04-24 Thread Wolf Rogner
Public bug reported: After upgrade to 19.04 gimp fails to launch ~$ gimp gimp: symbol lookup error: /usr/lib/libgimpcolor-2.0.so.0: undefined symbol: gegl_buffer_iterator2_new ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: gimp 2.10.8-2 ProcVersionSignature: Ubuntu 5.0.0-13.14-generic

[Bug 1825625] Re: Some apps appear blurry with framebuffer scaling

2019-04-24 Thread Wolf Rogner
Re #7: 90% of the applications experience this and that should be normal? Huhh. Re #8: Fix released? So it could be fixed? What was the issue? How do we get the fix? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu.

[Bug 1825893] Re: Mounted disks not shown on desktop after enabling ubuntu-dock in Tweaks

2019-04-23 Thread Wolf Rogner
I think triaging to gnome-shell-extensions might be the wrong approach in this case. The icons did appear before and do appear in other installations. It is just on this machine that after enabling ubuntu-dock they do not appear any more (I do not want to verify this behaviour on any other

[Bug 1825625] Re: mutter framebuffer scaling blurs display

2019-04-23 Thread Wolf Rogner
** Attachment added: "With framebuffer scaling" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1825625/+attachment/5258145/+files/Screenshot%20from%202019-04-23%2009-32-15.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1825625] Re: mutter framebuffer scaling blurs display

2019-04-23 Thread Wolf Rogner
** Attachment added: "Black frame around windows" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1825625/+attachment/5258146/+files/Screenshot%20from%202019-04-23%2009-34-08.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1825625] Re: mutter framebuffer scaling blurs display

2019-04-23 Thread Wolf Rogner
With framebuffer scaling some applications (e.g. the settings app) do work fine. Others don't (e.g. Firefox, but also LibreOffice) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu.

[Bug 1825625] Re: mutter framebuffer scaling blurs display

2019-04-23 Thread Wolf Rogner
** Attachment added: "Without framebuffer scaling" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1825625/+attachment/5258144/+files/Screenshot%20from%202019-04-23%2009-33-17.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1825893] [NEW] Mounted disks not shown on desktop after enabling ubuntu-dock in Tweaks

2019-04-22 Thread Wolf Rogner
Public bug reported: After enabling ubuntu-dock in Tweaks, disks get mounted, are shown in Nautilus side bar but the desktop icon is missing. This leads to the risk of disconnecting a disk that is mounted or write operations are in progress. How can I enable the feature again that disks that

[Bug 1825625] [NEW] mutter framebuffer scaling blurs display

2019-04-20 Thread Wolf Rogner
Public bug reported: Setting the framebuffer scaling (with gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']") allows the display on HiDPi to be scaled to something different than 100%/200%/300%. Which would be fine. However, the display is rendered such that

[Bug 1825623] [NEW] AppIndicatorSupport in Gnome-shell crashes

2019-04-20 Thread Wolf Rogner
Public bug reported: After startup or login, An error occurs that just states cancel or report... but does not open a detail dialog Error messages in the syslog: ... Apr 20 10:47:19 mbpr13b gnome-shell[3595]: [AppIndicatorSupport-DEBUG] Registering

[Bug 1824874] Re: undismissable, unclickable authentication dialog left on screen after policykit authentication [pushModal: invocation of begin_modal failed]

2019-04-19 Thread Wolf Rogner
I saw the authentication window only once after resume from suspend to RAM. But I do get the error messages and my syslog is filled up -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1694145] Re: nautilus does not automount USB hard disks on plug-in

2019-02-06 Thread Wolf Rogner
Hi Sebastien, I have upgraded to Ubuntu 18.04 and 18.10. Did not experience this issue there. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1694145 Title: nautilus does not

[Bug 1769383] Re: Ubuntu dock/launcher is shown on the lock screen

2018-12-28 Thread Wolf Rogner
I long have given up on this. However here are two more observations. Confirming Simon P.'s (simpre) observation that applications are not docked. Another issue: when clicking on the activities button once, it does not show the app overview. It requires a second click. This is also true with

[Bug 1208121] Re: Nautilus saves files under wrong name

2018-12-20 Thread Wolf Rogner
My dear, I use 18.10 and the above stated issue is long but resolved. But thanks for getting back to me. Merry Christmas Wolf Rogner -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs

[Bug 1722455] Re: Creation of mail/contact/calendar accounts impossible

2018-12-19 Thread Wolf Rogner
@Sebastian: I wish you a very merry Christmas and a happy new year. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1722455 Title: Creation of mail/contact/calendar

[Bug 1722455] Re: Creation of mail/contact/calendar accounts impossible

2018-12-19 Thread Wolf Rogner
I want to connect to an IMAP and SMTP service. I have to enter the email address (which is something other than the login name). Do I give the login name, I cannot forward, do I give the email address, I can forward but the login into the server fails. "Error connecting to IMAP server Invalid

[Bug 1769383] Re: Ubuntu dock/launcher is shown on the lock screen

2018-12-18 Thread Wolf Rogner
It is not fixed. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1769383 Title: Ubuntu dock/launcher is shown on the lock screen To manage notifications about this bug go to:

[Bug 1808775] [NEW] evolution does not reliably connect at system boot or resume

2018-12-17 Thread Wolf
Public bug reported: ubuntu 18.04 evolution 3.28.5-0ubuntu0.18.04.1 After system boot, evolution does not connect to the network, allthough it already is present. The same often happens after resume from suspend. After resume from suspend, evo sometimes is set to "offline" mode, but does not

[Bug 1722455] Re: Creation of mail/contact/calendar accounts impossible

2018-12-13 Thread Wolf Rogner
There is no error message it just does not work or allow the creation of calendars. Try to install SOGo and connect to a user calendar. You will see that you cannot even enter the parameters. I found a workaround and currently use Thunderbird. A solution would be to install Evolution, create

[Bug 1740792] Re: Automatic login still requires user password after suspend/hibernate

2018-12-10 Thread Wolf
Being a more or less "normal" user, I find this behaviour highly unexpected. When I decide for auto-login, I do decide that access control to my computer is carried out by my house door and its locks, I do not want to be bothered with password prompts after every resume. -- You received this

[Bug 1687864] Re: auto-login and "privacy -> auto screen lock -> disable" do not work

2018-12-10 Thread Wolf
*** This bug is a duplicate of bug 1740792 *** https://bugs.launchpad.net/bugs/1740792 Agreed! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1687864 Title: auto-login

[Bug 1687864] Re: auto-login and "privacy -> auto screen lock -> disable" do not work

2018-12-07 Thread Wolf
When booting my system, it does auto-login without typing in my password. That's fine. When I resume the system from suspend, I always have to type in my password, but there is no need for that, I want auto-login after suspend as well. As I understood @seb128, this is correct behaviour. True?

[Bug 1687864] Re: auto-login and "privacy -> auto screen lock -> disable" do not work

2018-12-06 Thread Wolf
It's really annoying that this silly bug still persists! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1687864 Title: auto-login and "privacy -> auto screen lock ->

[Bug 1799430] Re: Icon dock visible on lock screen

2018-11-15 Thread Wolf Rogner
Just to let others know: @Plurto 's suggestion to set the dock transparency to FIXED (which makes the dock assume a static color) does not remedy the situation on my machines. I tried with different transparency settings as well. The issue still exists -- You received this bug notification

[Bug 1799430] Re: Icon dock visible on lock screen

2018-11-15 Thread Wolf Rogner
It gets better all the while. Now the desktop shows completely (with open application windows). Interaction is not possible in the windows but the content can be seen. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu.

[Bug 1801382] Re: printing complex documents does not reproduce screen image on paper

2018-11-13 Thread Wolf Rogner
Todays update of evince (3.30.1-1ubuntu1.2) did not change anything. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1801382 Title: printing complex documents does not reproduce

[Bug 1799430] Re: Icon dock visible on lock screen

2018-10-27 Thread Wolf Rogner
The activity menu remains operational. This leads to the situation that applications can be started, stopped and system tools be launched. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu.

[Bug 1785174] Re: [solved] nvidia driver - does not resume from suspend

2018-10-23 Thread Wolf
Problem occurs again with 4.15.0-38-generic, with all of them: nouveau, nvidia 390, 396 and 410 ** Changed in: gnome-control-center (Ubuntu) Status: Fix Released => New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1799430] [NEW] Icon dock visible on lock screen

2018-10-23 Thread Wolf Rogner
Public bug reported: When locking the machine with alt-L the icon dock is still visible. After Login, the dock does not get adjusted to the top menu. In rare cases, the dock does not respond any more. This requires a reboot of the machine ProblemType: Bug DistroRelease: Ubuntu 18.10 Package:

[Bug 1785174] Re: [solved] nvidia driver - does not resume from suspend

2018-09-13 Thread Wolf
Seems to be resolved with 4.15.0-34-generic. Great! ** Summary changed: - nvidia driver - does not resume from suspend + [solved] nvidia driver - does not resume from suspend -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1791054] Re: Ubuntu 18.04.1 becomes unresponsive after Logout or Resume

2018-09-10 Thread Wolf Pichler
Done. cat /var/lib/whoopsie/whoopsie-id 9308e09d7878d0c0d8ead53939cd5e88e7c149ecd35cb08a25e4baa94126f02dc10b574f67e99c30cfae4f2ee05852ce672611907b1c0d49afa3bf0a48bd -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in Ubuntu.

[Bug 1791054] Re: Ubuntu 18.04.1 becomes unresponsive after Logout or Resume

2018-09-07 Thread Wolf Pichler
For a while Logout/Resume/Switch User worked fine with Wayland (as well as with Xorg when I cross-checked it). But finally, when I tried "Switch User" again with Wayland, I got stuck on the Login-Page of the current user - it was not possible to get the page displaying all available users. To be

[Bug 1791054] [NEW] Ubuntu 18.04.1 becomes unresponsive after Logout or Resume

2018-09-06 Thread Wolf Pichler
Public bug reported: After Logout or Resume one ultimately ends up at a black screen on a completely unresponsive system. Only the power button helps in this case - I guess the "Emergency Sync" in the attached syslog marks the point in time when the power button was pressed. ### apt-cache

[Bug 1785174] Re: nvidia driver - does not resume from suspend

2018-08-08 Thread Wolf
** Description changed: - The same as always: System gets to sleep (systemctl suspend), when pressing a key to resume from sleep, the system will power up (fans and hard disk can be heard), but screens remain dark. Not even terminals can be accessed (ctrl-alt-F2...6). - No problem with

[Bug 1785174] Re: nvidia driver - does not resume from suspend

2018-08-08 Thread Wolf
After the last update (4.15.0-30-generic), suspend only works with one monitor and the nouveau driver. NOT with nvidia drivers (one or two monitors), not with nouveau driver and two monitors. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1785174] [NEW] nvidia driver - does not resume from suspend

2018-08-02 Thread Wolf
Public bug reported: The same as always: System gets to sleep (systemctl suspend), when pressing a key to resume from sleep, the system will power up (fans and hard disk can be heard), but screens remain dark. Not even terminals can be accessed (ctrl-alt-F2...6). No problem with nouveau driver

[Bug 1687864] Re: auto-login and "privacy -> auto screen lock -> disable" do not work

2018-08-02 Thread Wolf
After a clean install of bionic, the system behaved as expected for some days. Now, I get autologin after system boot, but have to type my password after resume from sleep again. It happens with nvidia and nouveau driver. ** Changed in: gnome-control-center (Ubuntu) Status: Expired => New

[Bug 1767817] Re: Full text search does not work

2018-05-08 Thread Wolf Walter
I have the same problem. Does also not work with the nautilus version from flathub. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1767817 Title: Full text search does not work

[Bug 1687864] Re: auto-login and "privacy -> auto screen lock -> disable" do not work

2018-05-02 Thread Wolf
The problem persists on "bionic" as well. Keep trying... (-; -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1687864 Title: auto-login and "privacy -> auto screen lock

[Bug 1736820] Re: Laptop doesn't suspend on lid close

2018-04-30 Thread Wolf Rogner
I could narrow this issue to the NVIDIA graphics card. If Intel is enabled (prime-select) the issue disappears and the machine sleeps sound and quiet. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 1767715] Re: suspend to RAM not working in 18.04

2018-04-30 Thread Wolf Rogner
*** This bug is a duplicate of bug 1736820 *** https://bugs.launchpad.net/bugs/1736820 I could narrow this issue down to the NVIDIA driver. Setting the graphics card to Intel eliminates the issue. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which

[Bug 1767715] [NEW] suspend to RAM not working in 18.04

2018-04-28 Thread Wolf Rogner
Public bug reported: System: Ubuntu 18.04 fresh install HW: Macbook Pro Retina 15" Settings in Tweak: Suspend on Lid closed The machine does not suspend after lid is closed syslog: --- Apr 28 21:42:18 mbpr15a /usr/lib/gdm3/gdm-x-session[2063]: (EE) event7 - bcm5974: kernel bug: Touch

[Bug 1731718] Re: screencast freezes

2018-01-17 Thread Wolf Rogner
In my case, the machine hangs up completely -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1731718 Title: screencast freezes To manage notifications about this bug go to:

[Bug 1722455] Re: Creation of mail/contact/calendar accounts impossible

2017-12-10 Thread Wolf Rogner
How do you add a calendar in GNOME calendar? I tried: Calendar Settings -> Add from Web -> entered my CalDAV calendar URL -> The Add button remains disabled It should be enabled and a control file should be created in ~/.config/evolution/sources. This does not happen. Without Evolution or

[Bug 1722455] Re: Creation of mail/contact/calendar accounts impossible

2017-12-10 Thread Wolf Rogner
As a workaround: in ~/.config/evolution/sources create a file calendar.source $ touch calendar.source edit it: [Data Source] DisplayName= Enabled=true Parent=webcal-stub [WebDAV Backend] AvoidIfmatch=false CalendarAutoSchedule=false DisplayName= EmailAddress= ResourcePath= ResourceQuery=

[Bug 1722455] Re: Creation of mail/contact/calendar accounts impossible

2017-12-10 Thread Wolf Rogner
** Changed in: gnome-control-center (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1722455 Title: Creation of

[Bug 1722455] [NEW] Creation of mail/contact/calendar accounts impossible

2017-10-10 Thread Wolf Rogner
Public bug reported: If one wants to use Gnome Calendar or Gnome Contacts one has to create accounts to access the server. Gnome control centre provides prepared account templates for common public providers. There is an IMAP template that is broken (does not allow to connect to inhouse mail

[Bug 1718890] [NEW] name resolution stops working

2017-09-22 Thread Wolf Rogner
Public bug reported: System: Ubuntu 17.10 beta DNS server hosts an internal and an external domain (the internal is used for internal purposes). Name resolution works for a while. Every now and then, the name resolution stops working. This issue was reported in 17.04 but no suggestion for

[Bug 1687863] Re: evolution PIM does not reliably reconnect after suspend

2017-09-19 Thread Wolf
Somehow related: When booting the system, if I do not log in immediately, I get a "Failed to lookup credentials: Failed to get password from GOA: timeout" message. I'd like a auto-reconnect feature at evolution. It could be configurable, in the case of timeout it could - according to user's

[Bug 1717486] Re: gnome visual issues

2017-09-17 Thread Wolf Rogner
Figured out how to reproduce this: Appended screenshot 1 demonstrates how my favorites bar looks like normally. When scrolling down with two fingers with the mouse over the bar, the icons are gone (see screenshot 2). Icons cannot be called back by reverse scrolling with the mouse cursor in the

[Bug 1717486] Re: gnome visual issues

2017-09-17 Thread Wolf Rogner
** Attachment added: "Screenshot without fav icons" https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/1717486/+attachment/4951677/+files/Screenshot%20from%202017-09-17%2013-14-04.png -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 1717486] [NEW] gnome visual issues

2017-09-15 Thread Wolf Rogner
Public bug reported: since the upgrade of gnome-session from 3.25.90 to 3.26.0 I observe weird visual phenomena. 1. Icons in the task bar disappear (and only appear after logout/login) 2. Windows get drawn with black margins and sometimes with black canvas (gets away after a second or so)

[Bug 1687863] Re: evolution PIM does not reliably reconnect after suspend

2017-09-14 Thread Wolf
Still the case with zesty. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution in Ubuntu. https://bugs.launchpad.net/bugs/1687863 Title: evolution PIM does not reliably reconnect after suspend To manage notifications about

[Bug 1715854] [NEW] Adding local mail server not possible

2017-09-08 Thread Wolf Rogner
Public bug reported: In Settings / Online Accounts trying to connect a local SMTP/IMAP account fails. Trying to add the IMAP works (one has to ignore the warning about self signed certificate). SMTP does not get added (gnome-control-center-alt:6192): GoaBackend-WARNING **:

[Bug 1714933] [NEW] Xenial: Please roll SRU with upstream fix for networkd to "accept colons in network interface names"

2017-09-04 Thread Tobias Wolf
Public bug reported: PR: https://github.com/systemd/systemd/pull/5117 issue: https://github.com/systemd/systemd/issues/4057 Before the networkd from 231 was backported, it was possible to use interface alias names that contained a colon, e.g. eth0:1. This is commonly used to make legacy tools

[Bug 1687863] Re: evolution PIM does not reliably reconnect after suspend

2017-06-07 Thread Wolf
** Description changed: - After suspend, evolution PIM will get "offline" on my desktop (My - system: ubuntu 16.10, gnome desktop) in about half of the occurencies. - Switching it "online" manually works, the machine reconnects to the web - without any trouble. + After resume from suspend,

[Bug 1694145] [NEW] nautilus does not automount USB hard disks on plug-in

2017-05-28 Thread Wolf Rogner
Public bug reported: Ubuntu Budgie 17.04 (fresh install) Inserting a USB hard disk does not automount like in Ubuntu Unity. dconf settings are similar. Device is connected and can be mounted in Nautilus manually. ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: nautilus 1:3.20.4-0ubuntu2

[Bug 1694006] [NEW] Tracker error slows down system and breaks suspend to RAM

2017-05-27 Thread Wolf Rogner
* poppler_page_get_text(PopplerPage*): assertion 'POPPLER_IS_PAGE (page)' failed May 27 13:06:23 mbpr15 tracker-extract[11638]: Could not insert metadata for item "file:///home/wolf/Documents/books/it-vertrage-kurz-und-praktisch.pdf": 42.33: invalid UTF-8 character May 27 13:06:23 mbpr15 track

[Bug 1693895] [NEW] ubuntu budgie suspend to ram fails on Macbook Pro Ret

2017-05-26 Thread Wolf Rogner
Public bug reported: A default installation of Ubuntu Budgie fails to suspend to RAM. Workaround: sudo apt-get install pm-utils => Suspend works ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: systemd 232-21ubuntu3 ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11 Uname: Linux

[Bug 1687864] [NEW] auto-login and "privacy -> auto screen lock -> disable" do not work

2017-05-03 Thread Wolf
cases the screen attached appears. My system: ubuntu 16.10 gnome desktop lightdm Cheers, Wolf ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Attachment added: "IMG_20170503_085124.jpg" https://bugs.launchpad.net/bugs/1687864/+attachment/4871271

[Bug 1687865] [NEW] auto-login and "privacy -> auto screen lock -> disable" do not work

2017-05-03 Thread Wolf
cases the screen attached appears. My system: ubuntu 16.10 gnome desktop lightdm Cheers, Wolf ** Affects: evolution (Ubuntu) Importance: Undecided Status: New ** Attachment added: "IMG_20170503_085124.jpg" https://bugs.launchpad.net/bugs/1687865/+attachment/4871272

[Bug 1687863] [NEW] evolution PIM does not reliably reconnect after suspend

2017-05-03 Thread Wolf
Public bug reported: After suspend, evolution PIM will get "offline" on my desktop (My system: ubuntu 16.10, gnome desktop) in about half of the occurencies. Switching it "online" manually works, the machine reconnects to the web without any trouble. ** Affects: evolution (Ubuntu)

[Bug 1660130] [NEW] photo cannot be added to seahorse GPG keys

2017-01-29 Thread Wolf Rogner
Public bug reported: In Ubuntu 16.10 (fresh install) I cannot add a photo to my GPG keys. Trying to add a jpg -> Resize / Don't resize -> General error, cannot add photo With png the general error appears without offering resizing. Used to work in 16.04 ProblemType: Bug DistroRelease: Ubuntu

[Bug 1639421] [NEW] Software centre (gnome-software) crashes after reboot and login

2016-11-05 Thread Wolf Rogner
Public bug reported: Regularly after reboot and login gnome-software crashes. A bug report seems to be submitted afterwards (not quite sure). gnome-software also seems to crash regularly during operation. I have not figured out any correlation to other events. This is new in 16.10 (fresh

[Bug 1633824] Re: nautilus ignores trash on external drives

2016-10-30 Thread Wolf Rogner
I'm not as lucky as clel. On 4 machines running 16.10 this can be reproduced (no logout/login helps). 3 are Macs, 1 HP. Different drives (USB-Sticks, HDs, SSDs) used to test. I could not reproduce this with internal disks though. -- You received this bug notification because you are a member

[Bug 1635375] Re: First letter doubled in Facebook posts.

2016-10-21 Thread wolf
Does this only occur in Epiphany or in other browsers too? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to epiphany-browser in Ubuntu. https://bugs.launchpad.net/bugs/1635375 Title: First letter doubled in Facebook posts. To

[Bug 1634009] [NEW] Trash on external HDs inoperative

2016-10-17 Thread Wolf Rogner
Public bug reported: Deleting files on the internal drive moves file into Trash can. The Trash icon changes (buldge) indicating files to be expunged. On external HDs this is not the case. Files get moved to the Trash folder but the icon does not change and the menu item to empty trash is

[Bug 1314556] Re: Unable to mount Android MTP device

2016-04-27 Thread Nordic Wolf
I can't connect my Android phone in 16.04, even worse my Auquaris E4.5 isn't able to connect either. Kinda painful that an Ubuntu phone can't connect to a computer running Ubuntu. ;P -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1448407] Re: icons size issues in Nautilus

2015-07-13 Thread Wolf Rogner
Just installed 0.6.9 and sorry, no. It does not fix the huge icons at all. The shrunken folder icons are, as far as I can see, gone. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu.

[Bug 1448407] Re: icons size issues in Nautilus

2015-07-13 Thread Wolf Rogner
well then ... excellent work :-) what is dnd? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1448407 Title: icons size issues in Nautilus To manage notifications about this bug

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-30 Thread Wolf Rogner
My display has a resolution of 2880x1800. I need to zoom the display otherwise I cannot read anything. That's why I zoom 1,62 (on the Macbook 13, 1,5 achieves the same result). Also, I like the icons to be at 150% but in List-View I am more interested in the text, thus 66% As I found out, this

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-30 Thread Wolf Rogner
I tried the following: added Humanity to the inheritance list: same effect (even though there are more sizes available) replaced Humanity-Dark with Humanity: same effect. Made a symbolic link to the Humanity mimes: same effect. Some icons get increased to 200% while others only grow to 150%.

[Bug 1448459] Re: nautilus context menu for devices

2015-04-29 Thread Wolf Rogner
You've never had to deal with my users ;-) (hope they don't read this, one of them being my spouse) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1448459 Title: nautilus context

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
Well, its the default (Humanity and Gnome for LibreOffice). Screenshot attached. I checked with Gnome, there are suitable icon sizes available. ** Attachment added: Screenshot from 2015-04-29 13:55:23.png

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
Correction: the mimeapps.list only overlap in section name ([Added Associations]) but the items are different. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1448407 Title: icons

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
Interesting but not further fruitful. gvfs-info 20060627\ One\ Codes.ods (just one sample) gives these attributes: ... display name: 20060627 One Codes.ods ... type: regular ... attributes: standard::type: 1 standard::name: 20060627 One Codes.ods ... standard::icon:

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
OK, now we come closer to the icons. (the gvfs-mime was just an excursion to more precisely understand whats going on under the hood). So the question now is, which icon set does Nautilus choose? The Theme is Ambiance. The icon theme in the index.theme is ubuntu-mono-dark But there are no

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
I have set display magnification to 1.62 in System Settings / Displays I have set default icon magnification to 150% and list to 66% in Nautilus I agree, it is strange. The phenomenon is not constrained to LibreOffice icons. I found that HTML files are the same icon size. Here is a strange

[Bug 1448407] Re: icons size issues in Nautilus

2015-04-29 Thread Wolf Rogner
I tried a few things: reinstalled libreoffice-common (which contains the icons). Nothing changed I changed an icon manually and it worked (changed to hicolor icons, 48x48). Nothing changed dconf-editor: claims desktop icon set is ubuntu-mono-dark (which has no libreoffice icons). No entry

[Bug 1448459] Re: nautilus context menu for devices

2015-04-28 Thread Wolf Rogner
Well if loosing data coincidentally is not a security issue, I can live with it. It should be changed urgently though. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1448459 Title:

[Bug 1448754] Re: gnome-terminal menu items disappeared

2015-04-27 Thread Wolf Rogner
Thank you for this information. I have found that myself. Have no Gnome desktop so didn't know if this was an error or a feature. Having played a bit with 15.04 I found several changes in the way applications work. Most of them are not beneficial. I can live with this but I have users that

[Bug 1448754] Re: xterm menu items disappeared

2015-04-26 Thread Wolf Rogner
of course gnome-terminal. It's late here, sorry -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1448754 Title: xterm menu items disappeared To manage notifications about

[Bug 1448407] [NEW] icons size issues in Nautilus

2015-04-25 Thread Wolf Rogner
Public bug reported: Ubuntu 15.04 (right after upgrade) Macbook Pro Retina 15 (menu scaling to 1,62) Nautilus scaling 150% for icons and 66% for lists Icons in Nautilus are displayed properly except for LibreOffice icons which are displayed 200-250%. Previews are displayed same size as

[Bug 1427854] Re: evince does not print mixed layout documents

2015-03-04 Thread Wolf Rogner
Now I can see it. Can you give it a try? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evince in Ubuntu. https://bugs.launchpad.net/bugs/1427854 Title: evince does not print mixed layout documents To manage notifications about

  1   2   3   4   >