[Bug 224845] [NEW] With dual monitors (TwinView), maximized windows start up in wrong screen

2008-04-30 Thread Bogdan Harjoc
Public bug reported: I am using two displays, after I added these relevant changes to the default xorg.conf (and enabled the restricted nvidia driver): Option TwinView Option MetaModes 1280x1024 1280x1024 Option TwinViewOrientation LeftOf If I

[Bug 128727] Readline library crash on custom completion

2007-07-27 Thread Bogdan Harjoc
Public bug reported: Binary package hint: libreadline5 Description === Using up-to-date feisty. I am using libreadline to provide custom completion for an application. Using custom completion involves setting a global C symbol (rl_attempted_completion_function) to a function that returns

[Bug 128727] Re: Readline library crash on custom completion

2007-07-28 Thread Bogdan Harjoc
Actually 'matches' should also be free()'d. Attached patch for this. ** Attachment added: Delete matches and set to NULL if no match, to avoid segfault. http://launchpadlibrarian.net/8590043/readline-no-match.patch -- Readline library crash on custom completion

[Bug 275406] Re: recordmydesktop interferes with the drag and drop mechanism

2009-02-20 Thread Bogdan Harjoc
This is apparently in the FAQ, and one workaround is to use the --no- frame option. I can verify that this works, but the recordmydesktop version in Ubuntu 8.10 didn't properly accept the --no-frame option (or I can't figure out how to pass it on the commandline). As of 19.02.2009 the code in SVN

[Bug 333000] [NEW] qemu/kvm incorrecty enters fullscreen when using nvidia twinview

2009-02-22 Thread Bogdan Harjoc
Public bug reported: Binary package hint: kvm Arguably a duplicate of #109358. Using standard packages: - ubuntu 8.10 - kvm 1:72+dfsg-1ubuntu6 - nvidia Quadro FX 570 When entering fullscreen in qemu/kvm (Ctrl-Alt-f) on a double-display TwinView config, the guest SDL window will either: -

[Bug 327764] [NEW] Audacious Last.fm plugin could be easier to enable (lacks informative message)

2009-02-10 Thread Bogdan Harjoc
Public bug reported: Binary package hint: audacious-plugins-extra A minor improvement. Audacious has a plugin for enabling scrobbling tracks to Last.fm, but it's not obvious (at least to me at 8:30 PM) how to give your account details et cetera. You have to guess (or search, in my case) that the

[Bug 327764] Re: Audacious Last.fm plugin could be easier to enable (lacks informative message)

2009-02-10 Thread Bogdan Harjoc
** Attachment added: add informative line to the Information message http://launchpadlibrarian.net/22461617/audacious-scrobbler-information.diff -- Audacious Last.fm plugin could be easier to enable (lacks informative message) https://bugs.launchpad.net/bugs/327764 You received this bug

[Bug 285285] Re: GtkFileChooser dialog size randomly broken

2008-12-08 Thread Bogdan Harjoc
Not related to compiz (I am running plain metacity here). Any known workarounds ? I only see the bug in some pygtk app. -- GtkFileChooser dialog size randomly broken https://bugs.launchpad.net/bugs/285285 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 470671] Re: [karmic regression] firefox 3.5 extremely slow autoscroll on some pages

2009-12-04 Thread Bogdan Harjoc
Exact same behavior, using an ATI Radeon Mobility 7500, with 3D acceleration disabled (RenderAccel false in xorg.conf) to avoid corruption of transparent notify text on ATI cards. -- [karmic regression] firefox 3.5 extremely slow autoscroll on some pages https://bugs.launchpad.net/bugs/470671

[Bug 470671] Re: [karmic regression] firefox 3.5 extremely slow autoscroll on some pages

2009-12-04 Thread Bogdan Harjoc
Same behavior for an ATI Radeon Mobility 7500, using RenderAccel false in xorg.conf, to avoid corruption of transparent notification texts. -- [karmic regression] firefox 3.5 extremely slow autoscroll on some pages https://bugs.launchpad.net/bugs/470671 You received this bug notification because

[Bug 794467] Re: /usr/share/command-not-found remains in filesystem after 'apt-get remove command-not-found'

2011-08-19 Thread Bogdan Harjoc
*** This bug is a duplicate of bug 561046 *** https://bugs.launchpad.net/bugs/561046 Nope, I didn't ... seems like a duplicate of https://bugs.launchpad.net/ubuntu/+source/bash/+bug/561046 ** This bug has been marked a duplicate of bug 561046 [lucid] command-not-found can't be removed

[Bug 794467] [NEW] /usr/share/command-not-found remains in filesystem after 'apt-get remove command-not-found'

2011-06-08 Thread Bogdan Harjoc
Public bug reported: Binary package hint: command-not-found I ran 'apt-get remove command-not-found' and expected the Program xyz is not installed messages to go away, at least after logging out and back in. Apparently the file /usr/share/command-not-found was left on the filesystem after

[Bug 331067] Re: [Jaunty] Pidgin reports Proxy configuration program was not found.

2009-06-18 Thread Bogdan Harjoc
What's worse, the GNOME version from Jaunty doesn't have gnome-network- preferences anymore (the proxy configuration program). It's now called gnome-network-properties. Making a symlink is enough if you want to change the global settings from pidgin. If you want the old proxy settings dialog,

Re: [Bug 224845] Re: With dual monitors (TwinView), maximized windows start up in wrong screen

2010-06-21 Thread Bogdan Harjoc
Thanks for the suggestion. But I'm not convinced this has to do with 'default monitor' settings. If a process's window is on one monitor, any new windows (or processes) started by it should show up on the same monitor (be it default or not). On Mon, Jun 21, 2010 at 6:24 AM, ChrisKelley

[Bug 327764] Re: Audacious Last.fm plugin could be easier to enable (lacks informative message)

2010-09-23 Thread Bogdan Harjoc
This bug is not incomplete. I attached a patch that you haven't yet reviewed. Please do so. -- Audacious Last.fm plugin could be easier to enable (lacks informative message) https://bugs.launchpad.net/bugs/327764 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1012526] Re: installing ubuntu 12.04 through wubi , installation suddenly get hang?

2013-02-06 Thread Bogdan Harjoc
Still happening on 12.04.1 (i386). I downloaded the ubuntu 12.04.1 desktop i386 iso, then wubi for this version in the same directory, then started the installer. After rebooting, I first got a blank grub console. I used configfile .../ubuntu/winboot/wubildr.cfg, which continued the install.

[Bug 1117380] [NEW] GTK open dialog shows a bogus new subfolder after a chmod on that folder

2013-02-06 Thread Bogdan Harjoc
Public bug reported: Steps to reproduce: - open gedit - hit 'open file' in gedit - in the open file dialog, go to your Documents folder (or any other folder) - run this in a console: chmod 777 Documents - in the open dialog, a new bogus Documents folder appears under the real ~/Documents folder

[Bug 694242] Re: Wubi does not check if Windows boots using UEFI

2013-02-08 Thread Bogdan Harjoc
After a couple of quick tests with bcdedit, grub4dos and grub2win, I think the problem is that the windows bootmgr refuses to load other Real-Mode boot sectors, like wubi (grub4dos) uses. Windows signs just the toplevel bootmanager (shim.efi, grubx64.efi, ...) which is a PE format executable. It

[Bug 971748] Re: aptd crashed with AttributeError in _inline_callbacks(): 'NoneType' object has no attribute 'send'

2012-06-15 Thread Bogdan Harjoc
Thanks! I was getting the same stack trace (no 'send' attr for NoneType in _inline_callbacks) every new reboot (ubuntu-12.04-i386). Just enabled -proposed, upgraded and the startup crash is gone. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug

[Bug 1220166] [NEW] Gnome-session-fallback: mouse click events on title bars fall through to windows in the background

2013-09-03 Thread Bogdan Harjoc
Public bug reported: I'm on ubuntu 13.04 amd64, I switched from unity to gnome-session- fallback to get the classic taskbar, etc. Problem: when clicking anything in the title bar (text, close/minimize/maximize buttons) for some applications, the click event seems to fall through to the window

[Bug 1611291] [NEW] Keyboard layout custom shortcut key not working

2016-08-09 Thread Bogdan Harjoc
Public bug reported: In the Text Entry Settings control panel applet, the default shortcut key for switching to next source (Alt-Ctrl-Shift) works. Changing it to Ctrl-Esc works as well in ubuntu-14.04 but not in ubuntu-16.04. So: Ctrl-Alt-Shift works in both versions Ctrl-Shift works in

[Bug 1647771] [NEW] Undefined variable in vim netrw when netrw_browse_split = 3

2016-12-06 Thread Bogdan Harjoc
Public bug reported: To reproduce, open the netrw explorer in a new tab, and set opened files to go to a new tab: :let g:netrw_browse_split = 3 :Texplore When the user selects a file from the explorer with Enter, this error appears: Error detected while processing function

[Bug 1704750] Re: Display artefacts with Skylake i7 HD Graphics 530

2017-07-17 Thread Bogdan Harjoc
Uploaded the photo elsewhere since it looks like it got dropped when submitting the bug: imgur.com /a/GDHJI -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1704750 Title: Display artefacts with

[Bug 1704750] [NEW] Display artefacts with Skylake i7 HD Graphics 530

2017-07-17 Thread Bogdan Harjoc
Public bug reported: On an up-to-date ubuntu 16.04.02-amd64 I started seeing some minor display corruption after moving the hard disk containing the ubuntu installation from an older Dell Optiplex (Ivy Bridge i7) to another Optiplex with a Skylake i7-6700 CPU. I took a photo of the screen

[Bug 1704750] Re: Display artefacts with Skylake i7 HD Graphics 530

2017-07-18 Thread Bogdan Harjoc
One important detail: I also had an AMD radeon video card plugged in but the display was connected to the integrated VGA port. After removing the radeon card, the artefacts went away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1721237] Re: Transparent gap under title bar when maximized

2017-10-04 Thread Bogdan Harjoc
** Attachment added: "maximized-no-menubar.png" https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1721237/+attachment/4961983/+files/maximized-no-menubar.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1721237] [NEW] Transparent gap under title bar when maximized

2017-10-04 Thread Bogdan Harjoc
Public bug reported: I just upgraded to 17.10 beta 2. When maximizing any window, a 2-pixel transparent gap appears between title bar and window content below. Unmaximizing the window gets rid of the transparent bar. I am using gnome-session-compiz. This bug appeared after the upgrade. I didn't

[Bug 1721235] [NEW] Alt-Super and right click won't bring up context menu in panels

2017-10-04 Thread Bogdan Harjoc
Public bug reported: I just upgraded to 17.10 beta2, and could not use the "Alt-Super and right-click" combination in order to get to the panel context menu. I just get the Minimize/Maximize/etc menu instead. This worked in 16.04. Ubuntu version: 17.10 beta 2, updated today (Oct 4, 2017)

[Bug 1721237] Re: Transparent gap under title bar when maximized

2017-10-04 Thread Bogdan Harjoc
** Attachment added: "unmaximized-no-menubar.png" https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1721237/+attachment/4961982/+files/unmaximized-no-menubar.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1721237] Re: Transparent gap under title bar when maximized

2017-10-04 Thread Bogdan Harjoc
** Attachment added: "maximized-with-menubar.png" https://bugs.launchpad.net/ubuntu/+source/gnome-flashback/+bug/1721237/+attachment/4961981/+files/maximized-with-menubar.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1721235] Re: Alt-Super and right click won't bring up context menu in panels

2017-10-04 Thread Bogdan Harjoc
Yes, moving ~/.config out of the way made things work. But of course it meant all settings were gone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721235 Title: Alt-Super and right click won't

[Bug 1721237] Re: Transparent gap under title bar when maximized

2017-10-04 Thread Bogdan Harjoc
In metacity it looks fine, no gap is created. I tried with gnome- terminal and nautilus file explorer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721237 Title: Transparent gap under title bar

[Bug 1721528] Re: atftpd install: cannot create directory ‘/var/log/atftpd.log’: File exists

2017-10-05 Thread Bogdan Harjoc
Actually it's --verbose=5 not --verbose 5. The second form would use '5' as the tftp base dir. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721528 Title: atftpd install: cannot create directory

[Bug 1721528] Re: atftpd install: cannot create directory ‘/var/log/atftpd.log’: File exists

2017-10-05 Thread Bogdan Harjoc
Changing the OPTIONS line in /etc/default/atftpd from: OPTIONS="--tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100 --verbose 5 /tftpboot --logfile /var/log/atftpd.log" to: OPTIONS="--tftpd-timeout 300 --retry-timeout 5

[Bug 1721528] [NEW] atftpd install: cannot create directory ‘/var/log/atftpd.log’: File exists

2017-10-05 Thread Bogdan Harjoc
Public bug reported: Just upgraded from 16.04 to 17.10 beta 2 and during the upgrade, atftpd fails the dpkg --configure step: Setting up atftpd (0.7.git20120829-3) ... mkdir: cannot create directory ‘/var/log/atftpd.log’: File exists I removed the /etc/default/atftp file before doing "apt

[Bug 1721237] Re: Transparent gap under title bar when maximized

2017-10-07 Thread Bogdan Harjoc
You're right, after removing ~/.config the bug doesn't reproduce any more. If more people report this during upgrading to beta, I still have the old .config backed up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1725661] Re: package vanilla-gnome-default-settings 17.10.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2018-05-02 Thread Bogdan Harjoc
*** This bug is a duplicate of bug 1761014 *** https://bugs.launchpad.net/bugs/1761014 Still reproduces on Ubuntu-18.04 final, fresh install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1725661

[Bug 1766529] [NEW] When resolving changed conf file conflicts, dpkg ignores choice to view diffs

2018-04-24 Thread Bogdan Harjoc
Public bug reported: I installed some updates using the "updates are available" GUI and when updating rsyslog, a GUI prompt for resolving a changed /etc/rsyslog.d/50-default.conf appeared, and I picked "view diff between versions", however the update process continued, saving the dist one as

[Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-02-28 Thread Bogdan Harjoc
Issue still reproduces on 5.3.0-40. Currently trying https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.5.6/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861294 Title: Gpu watchdog segfault and

[Bug 1861294] [NEW] Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-01-29 Thread Bogdan Harjoc
Public bug reported: Running up-to-date Ubuntu-18.04.3 with kernel 5.3.0-26 on a Dell Optiplex 7060 with an i7-8700 CPU and Intel UHD Graphics 630 (Coffeelake 3x8 GT2). I had chrome, slack and vmware-player running in Gnome. While doing some git clone, screen+mouse+keyboard froze for 2 minutes

[Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-01-30 Thread Bogdan Harjoc
Issue occurred again after BIOS update, during make -j12. I also had chrome and vmplayer running. Dmesg errors from journalctl: kernel: pcieport :00:1b.0: AER: Multiple Corrected error received: :01:00.0 kernel: pcieport :00:1b.0: AER: PCIe Bus Error: severity=Corrected, type=Data

Re: [Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-01-31 Thread Bogdan Harjoc
I have intel graphics as described in the initial report. The machine just crashed again while doing apt install, no nvme or any other relevant errors in journalctl this time. I downgraded to linux-image-5.0.0-23-generic and if it's stable I will update to 5.3.0-24 and report back. On Thu, Jan

[Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-02-05 Thread Bogdan Harjoc
No crashes in the last 4 days using 5.0.0-23-generic, will try with 5.3.0-24. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861294 Title: Gpu watchdog segfault and video+kbd+mouse freeze on

[Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-01-30 Thread Bogdan Harjoc
Similar issue on Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1616364 I added the boot cmdline options mentioned there, so far so good. On Thu, Jan 30, 2020 at 2:10 PM Timo Aaltonen wrote: > > I'd say your hardware is falling apart > > ** Package changed: intel-gpu-tools

[Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-02-11 Thread Bogdan Harjoc
5.3.0-24 crashed after 2 regular work days. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1861294 Title: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu To manage

Re: [Bug 1861294] Re: Gpu watchdog segfault and video+kbd+mouse freeze on optiplex 7060 intel gpu

2020-03-31 Thread Bogdan Harjoc
The optiplex-7060 I was testing on is in the office, I'm working from home and can't test at the moment unfortunately. On Tue, Mar 31, 2020 at 9:25 AM Kai-Heng Feng wrote: > > Can you please test 5.3.0-45.37? > > -- > You received this bug notification because you are subscribed to the bug >

Re: [Bug 1721235] Re: Alt-Super and right click won't bring up context menu in panels

2020-03-17 Thread Bogdan Harjoc
I have not used gnome-flashback recently. From my point of view, this bug can be closed, thanks. On Tue, Mar 17, 2020 at 3:00 PM Alberts Muktupāvels <1721...@bugs.launchpad.net> wrote: > > Have you seen this problem again upgrading to newer versions? > > -- > You received this bug notification

[Bug 1894225] Re: Blocked UI and 100% cpu in gnome-shell when selecting text

2020-09-04 Thread Bogdan Harjoc
After looking through other processes that use CPU while selecting text, I noticed clipit there as well. Closing clipit seems to improve things a lot. I still see gnome-shell go to 25% CPU but the UI is responsive now. -- You received this bug notification because you are a member of Ubuntu

[Bug 1850995] Re: gnome-shell: freeze and high CPU usage

2020-09-04 Thread Bogdan Harjoc
After looking through other processes that use CPU while selecting text, I noticed clipit there as well. Closing clipit seems to improve things a lot. I still see gnome-shell go to 25% CPU but the UI is responsive now. ** This bug is no longer a duplicate of bug 1850969 x11 session all mouse

[Bug 1894225] [NEW] Blocked UI and 100% cpu in gnome-shell when selecting text

2020-09-04 Thread Bogdan Harjoc
Public bug reported: After upgrading from ubuntu-18.04 to 20.04 I noticed that selecting text via shift-rightarrow in any app (gedit, chrome, firefox) makes X11 stop updating all apps' window contents while gnome-shell jumps to 100% cpu in top. This is on an idle DELL e7440 laptop (i5-4210U with

[Bug 1893265] ProcEnviron.txt

2020-08-28 Thread Bogdan Harjoc
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1893265/+attachment/5405424/+files/ProcEnviron.txt ** Bug watch added: gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/issues #217

[Bug 1893265] Re: Double-click on a desktop app shortcut doesn't deselect the shortcut

2020-08-28 Thread Bogdan Harjoc
apport information ** Tags added: apport-collected ** Description changed: Ubuntu 20.04.1 GNOME 3.36.2 GNOME extensions: dash-to-panel 39 Xorg 7.7+19ubuntu14 Starting an app from its .desktop shortcut should deselect the shortcut icon after double-clicking on it, because it lets

[Bug 1893265] ProcCpuinfoMinimal.txt

2020-08-28 Thread Bogdan Harjoc
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1893265/+attachment/5405423/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1893265] Re: Double-click on a desktop app shortcut doesn't deselect the shortcut

2020-08-28 Thread Bogdan Harjoc
GitLab GNOME bug id is 217: https://gitlab.gnome.org/World/ShellExtensions/desktop- icons/-/issues/217 I also ran 'apport-collect 189326' and selected 'Send report (26 KB)'. Will use 'ubuntu-bug' in the future. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1893265] [NEW] Double-click on a desktop app shortcut doesn't deselect the shortcut

2020-08-27 Thread Bogdan Harjoc
Public bug reported: Ubuntu 20.04.1 GNOME 3.36.2 GNOME extensions: dash-to-panel 39 Xorg 7.7+19ubuntu14 Starting an app from its .desktop shortcut should deselect the shortcut icon after double-clicking on it, because it lets the user know that the double-click was registered (as opposed to a

[Bug 1918175] [NEW] Tab ignored at end of line

2021-03-08 Thread Bogdan Harjoc
Public bug reported: Reproduced using: c=`tput cols`; w=$((c-1)); printf "% ${w}s\tb" a Expected: 'a' is displayed, followed by a space and 'b' on the next line Actual: 'ab' is displayed, with no tab (space) between 'a' and 'b'. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: