[Bug 1927948] Re: Windows switch monitor after resuming from sleep

2021-08-16 Thread Greg Fawcett
This is happening to me too. Fresh install of Debian 11, primary DP
landscape, secondary HDMI portrait. Two effects:

1. A window on the right of the primary screen moves to the left of the
primary screen. Another window on the left of the primary screen does
not move. The moving window also resizes, although this contains
Terminal and may be resizing to default row/column settings.

2. A maximised window on the secondary screen is moved down so there is
a one-line gap at the top, despite still being maximised. Un-max/max
removes the gap.

It seems to happen when screen is blanked. I have disabled screen
locking so don't know if it happens when screen locked too.

-- 
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/1927948

Title:
  Windows switch monitor after resuming from sleep

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


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

[Bug 1898005] Re: gnome-shell crashed with SIGABRT in st_bin_destroy: assertion failed: (priv->child == NULL) called from DesktopManager::_destroyDesktopIcons()

2020-10-12 Thread Greg Lehto
I was using nautilus to connect with ssh to a local server when it
crashed for me. As soon as I hit enter after putting in my credentials
the screen flickered a few times.

-- 
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/1898005

Title:
  gnome-shell crashed with SIGABRT in st_bin_destroy: assertion failed:
  (priv->child == NULL) called from
  DesktopManager::_destroyDesktopIcons()

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

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

[Bug 1616332] Re: gnome-software using hundreds of MB of memory when not in use

2020-10-09 Thread J. Greg Mackinnon
I also can confirm that this issue persists in Ubuntu 20.04 (focal).
It's pretty irritating... it's bad enough that all of these Electron-
based apps and chromium-based browsers are chewing up ~400-500Mb each.
I don't need a silly software management UI doing it, too!

I recognize that gnome-software may not be a default-installed package on 
Ubuntu 20.04, but it 
still is widely used (I have several Flatpaks I need for work, and 
gnome-software offers the ability to easily install and coordinate their 
updates).  Can't some developers at Red Hat and Canonical put their heads 
together for a few minutes and get this corrected, please?

I also will second Meluco's comment.  We should not all have to buy new
32Gb laptops just to run a simple productivity workstation.

This really needs to get corrected.  I am seeing reports of memory leaks
in gnome-software going back as far as Ubuntu 16.04.

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

Title:
  gnome-software using hundreds of MB of memory when not in use

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

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

[Bug 1875528] Re: Extra frozen / stuck mouse cursor after auto screen lock / sleep

2020-07-31 Thread Greg Williams
@Syver Stensholt,

I don't think it's possible to screenshot it. The screenshot does not
capture the cursor even though it's there when the screenshot is taken.

When I notice the 2nd fixed mouse cursor icon, if I reboot the machine,
it goes away. But then at some point the 2nd fixed mouse cursor will
appear again.

-- 
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/1875528

Title:
  Extra frozen / stuck mouse cursor after auto screen lock / sleep

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-04-25 Thread Greg Cavazos
Same for me.
Ubuntu 20.04 nvidia-driver-390 (also tried 340.108), GeForce GT-750M

I noticed some weird behavior with the xrandr, note the "mm" size is
different for the same scale setting at different times.

greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 2x2
screen 0: 6400x3600 846x475 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
crtc 0: disable
screen 0: 4000x2250 527x296 mm 192.51dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.5x1.5
screen 0: 4800x2700 1587x892 mm  76.81dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
crtc 0: disable
screen 0: 4000x2250 1321x743 mm  76.88dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.5x1.5
screen 0: 4800x2700 1587x892 mm  76.81dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1850x1040 mm  76.88dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 2x2
screen 0: 6400x3600 2113x1188 mm  76.93dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 1056x594 mm  76.97dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1480x832 mm  96.05dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1480x832 mm  96.05dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 845x475 mm  96.17dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
screen 0: 4000x2250 528x297 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 422x237 mm 192.42dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 740x416 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"

-- 
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/1870736

Title:
  [nvidia] Screen scaling 125% gives 200%

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

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

[Bug 1857383] Re: Fractional scaling does not work anymore

2020-04-25 Thread Greg Cavazos
I also see the fractional increments and can select any, but only the
100 & 200 work correctly, the others change something but it doesn't
scale properly.

Probably expected, I tried record the transitions using screen recorder,
it worked changing 200% to 100%, then when I select 125 the video gets
scrambled, and seems to be getting worse as I switch to another until I
get to 200.

-- 
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/1857383

Title:
  Fractional scaling does not work anymore

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

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

[Bug 1857383] Re: Fractional scaling does not work anymore

2020-04-18 Thread Greg Cavazos
Same issue, downloaded & installed iso, fractional scaling was working,
it stopped working after an update, I also installed drivers for the
Wifi - Broadcom BCM4352

-- 
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/1857383

Title:
  Fractional scaling does not work anymore

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

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

[Bug 1871684] Re: gnome-shell crashed - endlessly in a loop from lock screen - with SIGSEGV in st_theme_node_get_icon_style()

2020-04-13 Thread greg linton
*** This bug is a duplicate of bug 1868660 ***
https://bugs.launchpad.net/bugs/1868660

I ran into this on the 10th, had to open a vty and run `gsettings set
org.gnome.desktop.lockdown disable-lock-screen true` to get back in.
after installing updates that evening, and setting the previous setting
to `false`, and restarting (to apply updates to gnome-shell
(3.36.1-4ubuntu1)) this was no longer an issue.

-- 
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/1871684

Title:
  gnome-shell crashed - endlessly in a loop from lock screen - with
  SIGSEGV in st_theme_node_get_icon_style()

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

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

[Bug 1841354] Re: Show a "Confirm" dialog window when deleting files

2019-08-28 Thread Greg
But in Windows there's an easy option to change that.
You should let users decide what's best for them, instead of making your own 
rules.

-- 
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/1841354

Title:
  Show a "Confirm" dialog window when deleting files

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

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

[Bug 1841354] Re: Show a "Confirm" dialog window when deleting files

2019-08-26 Thread Greg
I don't want to switch file managers.
This should be available in the default installation.
So users can just open some "Settings" page, and check "show confirmation 
dialog when deleting files".

-- 
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/1841354

Title:
  Show a "Confirm" dialog window when deleting files

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

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

[Bug 1812880] Re: Executables on desktop won't launch on double-click

2019-08-26 Thread Greg
But this is a serious problem, and this bug report has status "Won't
Fix"

I think it's common practice to put application shortcuts on the desktop.
It used to work fine in previous Ubuntu releases.

I have a bunch of applications that I use frequently.
It's very convenient to have their shortcuts on the desktop.

How can a serious problem like this be ignored?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1812880

Title:
  Executables on desktop won't launch on double-click

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

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

[Bug 1841355] Re: Place Applications and Shortcuts on the desktop

2019-08-26 Thread Greg
*** This bug is a duplicate of bug 1812880 ***
https://bugs.launchpad.net/bugs/1812880

But this is a serious problem, and that bug report has status "Won't
Fix"

I think it's common practice to put application shortcuts on the desktop.
It used to work fine in previous releases.

I have a bunch of applications that I use frequently.
It's very convenient to have their shortcuts on the desktop.

How can a serious problem like this be ignored?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-desktop-icons
in Ubuntu.
https://bugs.launchpad.net/bugs/1841355

Title:
  Place Applications and Shortcuts on the desktop

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

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

[Bug 1830613] [NEW] Provide UI and API for customizing date/time formats

2019-05-27 Thread Greg Williams
Public bug reported:

Linux should be able to support customized date/time formats like
Microsoft Windows can. It is a hair-pulling experience to try to get ISO
8601 date/time format implemented throughout a Linux desktop install.

As mentioned in this Mozilla bug report at Comment 20
(https://bugzilla.mozilla.org/show_bug.cgi?id=1426907), developer Zibi
Braniecki says,


"Yes, we do more on Windows, than we do on Linux. The reason being that Windows 
provides UI and API for us to read customized date/time patterns for styles 
short/medium/long.

Which means that we can fetch the *pattern* from the OS, and *localize*
it using our own CLDR resources. This means, that if on Windows you'll
tell us you want a date "{day} {month} {year}", and in Gecko you'll
specify you want Polish language we'll present you a date "25 sierpnia
2018", which will fit properly into your UI localization.

On the other hand on Linux, we do not have a way to retrieve a pattern,
that we could then localize."


This is terrible that Linux support for ISO 8601 date/time format is poor. 
Please fix this!

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: 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/1830613

Title:
  Provide UI and API for customizing date/time formats

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

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

[Bug 263660] Re:

2018-10-04 Thread greg clark
*** This bug is a duplicate of bug 106060 ***
https://bugs.launchpad.net/bugs/106060

http://just.healthyblendofcoffee.com

Greg Clark

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

Title:
  display on screen'CONSTRUCTING MOLECULES'every thing shuts down all
  the time,then restart.thanhs gugs.cheers.

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

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

[Bug 106060] Re:

2018-09-29 Thread greg clark
http://topic.soundalarmsystems.com

Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+subscriptions

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

[Bug 263660] Re:

2018-09-25 Thread greg clark
*** This bug is a duplicate of bug 106060 ***
https://bugs.launchpad.net/bugs/106060

http://visitor.rollingblockparty.com
Greg Clark

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

Title:
  display on screen'CONSTRUCTING MOLECULES'every thing shuts down all
  the time,then restart.thanhs gugs.cheers.

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

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

[Bug 1772791] Re: Lock Screen displayed password in clear text on one occasion

2018-07-24 Thread Greg Price
I just ran into the same behavior.  I typed my password quickly and
automatically into the lock/login screen... and was disturbed to see the
whole thing right there in plaintext as I was hitting enter.

I poked at it a bit, and here's a reproducer:
* Go to the lock/login screen.
* Right-click on the password input field.  You get a little popup menu.
* One of the options is "Show Text".  If you choose that option, the password 
input now shows in plain text.

I'm pretty sure I wasn't anywhere near the mouse when I originally saw
this behavior, so I suppose there's some keyboard sequence that invokes
the same option.  I must have mashed that as I was getting the screen to
wake up.

I see why this feature could sometimes be useful when encountering an
unfamiliar keyboard layout, etc.  But triggering it by accident is
pretty startling; so I'd love to set an option to make it impossible to
trigger.  I can't find such an issue in the GNOME configuration, but I'm
not at all confident the places I was able to find to look in are
comprehensive.

There's an issue upstream (in gnome-shell) where someone asked for such an 
option:
https://bugzilla.redhat.com/show_bug.cgi?id=1506370

Also an older bug report where others ran into this behavior by accident (the 
reproducer someone found there was helpful to my finding a reproducer, though 
that exact sequence doesn't do it for me on gnome-shell 3.28):
https://bugzilla.redhat.com/show_bug.cgi?id=1178806

There's even a RH Knowledge Base article for the question of how to disable it!
https://access.redhat.com/solutions/3224961
That's marked "Solution Verified", which sure sounds like there is a way... but 
without a Red Hat subscription, I can't see what it says.  The open gnome-shell 
issue sure makes it sound like there isn't one.


** Bug watch added: Red Hat Bugzilla #1506370
   https://bugzilla.redhat.com/show_bug.cgi?id=1506370

** Bug watch added: Red Hat Bugzilla #1178806
   https://bugzilla.redhat.com/show_bug.cgi?id=1178806

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

Title:
  Lock Screen displayed password in clear text on one occasion

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

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

[Bug 106060] Re:

2018-07-06 Thread greg clark
http://hope.reshefcpa.com
Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+subscriptions

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

[Bug 263660]

2018-07-05 Thread greg clark
*** This bug is a duplicate of bug 106060 ***
https://bugs.launchpad.net/bugs/106060


http://real.emilyhaggerty.com
Greg Clark

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

Title:
  display on screen'CONSTRUCTING MOLECULES'every thing shuts down all
  the time,then restart.thanhs gugs.cheers.

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

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

[Bug 106060]

2018-07-04 Thread greg clark
http://aim.fredkaems.com/

Greg Clark

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

Title:
  [r128 1002:5446] Selecting the Molecule screensaver makes the PC
  freeze. It is completely unresponsive.

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-video-r128/+bug/106060/+subscriptions

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

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-06-20 Thread Greg
I managed to fix my problem by reformating the USB drive. Now I have
proper read write delete permissions for my usename.

-- 
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/1021375

Title:
  Nautilus says the USB stick is read only when it is not

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

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

[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2018-06-20 Thread Greg
Before I was able to copy and remove files from USB fat32 drive with the 
terminal even though nemo might not be working but now cannot do it even with 
terminal. Cannot do it with command rm -r foldername or sudo rm -r foldername
The problem has got worse at least in my case using linux mint cinnamon 18.3 
with latest updates.

-- 
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/1021375

Title:
  Nautilus says the USB stick is read only when it is not

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

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

[Bug 1753203] Bug 1753203

2018-03-08 Thread Greg Trent
Received an update on March 7 and now I can play an audio cd.

-- 
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/1753203

Title:
  unable to access audio disc in nautilus

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

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

[Bug 1753203] Re: unable to access audio disc in nautilus

2018-03-08 Thread Greg Trent
Received an update on March 7 and now I can play audio CD's.

-- 
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/1753203

Title:
  unable to access audio disc in nautilus

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

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

[Bug 1753203] [NEW] unable to access audio disc in nautilus

2018-03-03 Thread Greg Trent
Public bug reported:

Recently upgraded from Ubuntu 17.10 to Ubuntu 18.04 Bionic Beaver(development 
branch).
Message recipient disconnected from message bus without replying. I can open 
the audio cd in VLC but when I try in Rhythmbox, I get the same message as 
Nautilus

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.2-0ubuntu3.1
ProcVersionSignature: Ubuntu 4.15.0-10.11-generic 4.15.3
Uname: Linux 4.15.0-10-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Mar  3 23:37:36 2018
InstallationDate: Installed on 2017-04-20 (318 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to bionic on 2018-03-02 (1 days ago)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug bionic third-party-packages

-- 
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/1753203

Title:
  unable to access audio disc in nautilus

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

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

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2018-01-29 Thread Greg
I upgraded to kernel 4.14.15 with ukuu and the problem seems to have
gone away. I have a thinkpad x1 tablet. :)

-- 
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/1181666

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 1687246] Re: GNOME Shell should support fractional (non-integer) Hi-DPI scaling

2018-01-24 Thread Greg Williams
Will the work being done here benefit GNOME installs in general (e.g.,
Gnome-shell without Ubuntu), or does it only apply to Ubuntu installs)?

-- 
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/1687246

Title:
  GNOME Shell should support fractional (non-integer) Hi-DPI scaling

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

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

[Bug 1181666] Re: gnome-shell randomly blocks mouse clicks from working in app windows

2018-01-12 Thread Greg
I have the same issue as well, and the same result as LuisC when I run
`gnome-shell -r`. I also have a touch screen, and interestingly, the
windows still accept input from the touchscreen even when the mouse
point does not work.

-- 
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/1181666

Title:
  gnome-shell randomly blocks mouse clicks from working in app windows

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

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

[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-12 Thread Greg Williams
Excuse me, but is it fair to rank this bug as "Low" importance? There
appears to be no way to change the default umask on account of this bug.
Umask setting carries privacy and security considerations depending on
environment.

I think it of considerable importance to at least make sure this bug is
fixed in time for Ubuntu 17.10.

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-06 Thread Greg Williams
Ubuntu bug 1685754 seems specific to gnome-terminal. The bug I reported
is for all gnome-session apps. Gnome-terminal can be made to work if a
umask is added to .bashrc. This is not the case for other gnome apps
like gedit. These bugs may be the same, but I don't know enough to be
able to make that call.

I don't know for sure, but is this gnome bug might be related:
https://bugzilla.gnome.org/show_bug.cgi?id=780622


** Bug watch added: GNOME Bug Tracker #780622
   https://bugzilla.gnome.org/show_bug.cgi?id=780622

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1701757] Re: 17.04 (Zesty) does not source ~/.profile for umask

2017-07-03 Thread Greg Williams
** Summary changed:

- 17.04 (Zesty) does not source ~/.profile
+ 17.04 (Zesty) does not source ~/.profile for umask

** Information type changed from Public to Public Security

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

Title:
  17.04 (Zesty) does not source ~/.profile for umask

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

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


[Bug 1701757] [NEW] 17.04 (Zesty) does not source ~/.profile

2017-06-30 Thread Greg Williams
Public bug reported:

I have always set umask at ~/.profile and gnome-session would source
this. But in Zesty, this isn't happening, and I can find no way to set a
umask default of my choosing for the gnome-session.

Creating a document using gedit always produces the default
(unchangeable) permission represented by umask 022.

If I adjust umask at ~/.bashrc, creating a document in nano or vi works
to get a different umask. But Ubuntu users should be able to adjust
umask for GTK3 apps (like gedit) as well.

If there is a new way to set ~/.profile variables, the documentation
needs to be updated to reflect this so people know how to set them.

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

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

Title:
  17.04 (Zesty) does not source ~/.profile

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

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


[Bug 1631713] Re: Gnome wayland session doesn't source ~/.profile

2017-06-29 Thread Greg Williams
In 17.04, the Xsession doesn't source ~/.profile. It's not limited to
wayland. Does anybody know a way to change the default umask in 17.04?
Setting umask at ~/.profile has no effect.


Is this bug in any way related to 
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1685754

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

Title:
  Gnome wayland session doesn't source ~/.profile

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

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


[Bug 1685754] Re: gnome-terminal unduly forces umask=0022

2017-06-29 Thread Greg Williams
Isn't this a gnome-session bug?

In 17.04, setting umask in $HOME/.profile has no effect on the gnome-
session. Setting umask at /.profile does work in 16.04 though.

Setting umask in /.bashrc has an effect ONLY in gnome-terminal apps like
nano and vi. But users still have no way to set default umask for gnome
apps like LibreOffice and gedit.

-- 
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/1685754

Title:
  gnome-terminal unduly forces umask=0022

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

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


[Bug 1682171] Re: No way to disable tap-to-click in Mouse & Touchpad settings

2017-04-13 Thread Greg Williams
I disabled /org/gnome/desktop/peripherals/touchpad/tap-to-click before
reporting here. I can confirm that it has no effect.

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

Title:
  No way to disable tap-to-click in Mouse & Touchpad settings

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

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


[Bug 1682167] Re: location services says it is in use even though it is disabled and nothing is using it

2017-04-12 Thread Greg Williams
** Attachment added: "Screenshot showing location-services disabled but icon 
still showing"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1682167/+attachment/4860741/+files/location-services.png

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

Title:
  location services says it is in use even though it is disabled and
  nothing is using it

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

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


[Bug 1682171] [NEW] No way to disable tap-to-click in Mouse & Touchpad settings

2017-04-12 Thread Greg Williams
Public bug reported:

Using Ubuntu-Gnome 17.04.

There is no option for disabling tap-to-click in the Mouse & Touchpad
settings.

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


** Tags: zesty

** Attachment added: "Screenshot showing no way to disable tap-to-click"
   
https://bugs.launchpad.net/bugs/1682171/+attachment/4860740/+files/tap-to-click.png

** Tags added: zesty

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

Title:
  No way to disable tap-to-click in Mouse & Touchpad settings

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

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


[Bug 1682167] [NEW] location services says it is in use even though it is disabled and nothing is using it

2017-04-12 Thread Greg Williams
Public bug reported:

Using Ubuntu-Gnome 17.04.

location services says it is in use even though it is disabled and
nothing is using it. Gnome-maps and gnome-weather are not running.

Looks like it might be related to this Gnome bug:
https://bugzilla.gnome.org/show_bug.cgi?id=778691

As it is right now, the location services indicator/icon perpetually
shows in the top panel even though nothing is using location services.

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


** Tags: zesty

** Tags added: zesty

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

Title:
  location services says it is in use even though it is disabled and
  nothing is using it

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

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


[Bug 1314904] Re: Remote publishing does not work in Unity on trusty/utopic

2017-03-15 Thread Greg Rundlett
I know Google has already discontinued Picasa in favor of Google
Photos[1], so at first I was not surprised "insert" is not valid in
Google's Picasa API [2].  However, with more investigation, I couldn't
find any separate API for Google Photos (it seems that the Picasa API
still serves as the API for Google Photos). So, perhaps there is
something wrong with *this* API interaction.

Although I've setup the Google account in Ubuntu System Settings ->
"Online Accounts", I'm unable to use that account in Shotwell to publish
to 'Picasa' (Google Photos).  I get a 400 error Invalid request.

tail ~/.cache/shotwell/shotwell.log

L 16198 2017-03-15 14:31:16 [WRN] RESTSupport.vala:188: Publishing error: 
Service https://picasaweb.google.com/data/feed/api/user/default returned HTTP 
status code 400 Bad Request
L 16198 2017-03-15 14:31:16 [WRN] RESTSupport.vala:189: response validation 
failed. bad response = 'Insert is no longer supported'.

Shotwell 0.25.5 (cfb0e920a3328d07787dab0e7751d6da7a9cf72a) 
on Ubuntu 16.04.2 LTS


[1] https://googlephotos.blogspot.co.uk/2016/02/moving-on-from-picasa.html
[2] https://developers.google.com/picasa-web/forum

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

Title:
  Remote publishing does not work in Unity on trusty/utopic

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

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


[Bug 1649453] Re: systemd starts postfix before resolver

2016-12-14 Thread Greg Black
** Also affects: postfix (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  systemd starts postfix before resolver

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

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


[Bug 1649453] [NEW] systemd starts postfix before resolver

2016-12-12 Thread Greg Black
Public bug reported:

Postfix starts before systemd-resolved.service, resulting in postfix
reporting that it can't find MX records for outgoing mail, as shown in
the trace below:

$ systemd-analyze critical-chain postfix.service systemd-resolved.service
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

postfix.service +1ms
└─network.target @5.811s
  └─NetworkManager.service @5.690s +91ms
└─dbus.service @5.627s
  └─basic.target @5.597s
└─sockets.target @5.597s
  └─snapd.socket @5.597s +269us
└─sysinit.target @5.596s
  └─systemd-timesyncd.service @5.420s +175ms
└─systemd-tmpfiles-setup.service @5.408s +8ms
  └─local-fs.target @5.390s
└─zfs-mount.service @3.879s +1.511s
  └─zfs-import-cache.service @2.539s +1.303s
└─systemd-udev-settle.service @256ms +2.252s
  └─systemd-udev-trigger.service @208ms +47ms
└─systemd-udevd-control.socket @148ms
  └─-.mount @122ms
└─system.slice @124ms
  └─-.slice @122ms
systemd-resolved.service +268ms
└─network.target @5.811s
  └─NetworkManager.service @5.690s +91ms
└─dbus.service @5.627s
  └─basic.target @5.597s
└─sockets.target @5.597s
  └─snapd.socket @5.597s +269us
└─sysinit.target @5.596s
  └─systemd-timesyncd.service @5.420s +175ms
└─systemd-tmpfiles-setup.service @5.408s +8ms
  └─local-fs.target @5.390s
└─zfs-mount.service @3.879s +1.511s
  └─zfs-import-cache.service @2.539s +1.303s
└─systemd-udev-settle.service @256ms +2.252s
  └─systemd-udev-trigger.service @208ms +47ms
└─systemd-udevd-control.socket @148ms
  └─-.mount @122ms
└─system.slice @124ms
  └─-.slice @122ms

The postfix service needs to start after systemd-resolved.service.

$ lsb_release -rd
Description:Ubuntu 16.10
Release:16.10

$ apt-cache policy systemd
systemd:
  Installed: 231-9ubuntu1
  Candidate: 231-9ubuntu1
  Version table:
 *** 231-9ubuntu1 500
500 http://mirror.aarnet.edu.au/pub/ubuntu/archive yakkety-updates/main 
amd64 Packages
100 /var/lib/dpkg/status
 231-9git1 500
500 http://mirror.aarnet.edu.au/pub/ubuntu/archive yakkety/main amd64 
Packages

$ apt-cache policy postfix
postfix:
  Installed: 3.1.0-5
  Candidate: 3.1.0-5
  Version table:
 *** 3.1.0-5 500
500 http://mirror.aarnet.edu.au/pub/ubuntu/archive yakkety/main amd64 
Packages
100 /var/lib/dpkg/status

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

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

Title:
  systemd starts postfix before resolver

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

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

[Bug 1626347] [NEW] Blank screen after logging in with GDM

2016-09-21 Thread Greg Williams
Public bug reported:

Installed Ubuntu 16.04.1 fresh. Computer boots fine and lands on GDM. I
login and a blank screen appears with a mouse cursor. I can move the
mouse all around but I never can get anything to appear on the screen.

Using Intel Sandy Bridge graphics. Installed 12.04 and 14.04 on same
laptop. Never had this problem with either of the previous ubuntus.

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

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

Title:
  Blank screen after logging in with GDM

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

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


[Bug 1278437] Re: can't move link type .desktop files around on desktop

2016-09-19 Thread Greg Malone
All together now, breath through your nose... A... that's better.

Yes, this is a longstanding issue, but maintaining a major component of
an OS is no small task, I'm sure you know.  The Unity desktop dev team,
I'm sure, are working their tails off to improve the s/ware, which
includes prioritizing the issues.

I share your concern, though, and hope to see this issue resolved sooner
than later.

Kinda goes with choosing Linux as one's OS... it has gotten so much more
solid over the last decade, but still shows seams here and there.

Now, exhale  !

-- 
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/1278437

Title:
  can't move link type .desktop files around on desktop

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

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


[Bug 1621773] [NEW] Clicking on"Other locations" does nothing + Unable to see mounted usb drives or ISO images in the left pane (only visible as root). Happened after one of the last ubuntu 16.10 upda

2016-09-09 Thread Greg
Public bug reported:

Clicking on "Other locations" generates this message in Nautilus:

(nautilus:2176): GLib-GObject-CRITICAL **:
g_cclosure_marshal_VOID__VOID: assertion 'n_param_values == 1' failed

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

-- 
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/1621773

Title:
  Clicking on"Other locations" does nothing + Unable to see mounted usb
  drives or ISO images in the left pane (only visible as root). Happened
  after one of the last ubuntu 16.10 updates

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

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


[Bug 1278437] Re: can't move link type .desktop files around on desktop

2016-09-07 Thread Greg Malone
Affirming that I can reproduce the "can't drag a link icon around on the
desktop" issue on 16.04

When reporting it separately was referred to this thread by sysop.
Looks like this issue's been around a long while.

Like has been said, doesn't prevent core functionality of Ubuntu or
Nautilus, but is a rather up-front issue -- because it's a basic desktop
action -- that causes consternation at times.

Still, I really appreciate Unity desktop.

-- 
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/1278437

Title:
  can't move link type .desktop files around on desktop

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

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


[Bug 743176] Re: Pink layer on taken screenshots (gnome-screenshot)

2016-08-26 Thread Greg Holst
Still a problem in Ubuntu 14.04.

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

Title:
  Pink layer on taken screenshots (gnome-screenshot)

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

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



[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread Greg
I can also confirm that comment 24 has fixed the issue for me.  Thanks
All

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

Title:
  Refresh hangs indefinitely, appstreamcli using 100% CPU

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

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


[Bug 1409032] Re: gvfsd-smb: very high CPU utilisation

2016-05-20 Thread Greg
I had this particular problem with one of my processor cores topping out
at 100%, and I was not using samba. Found under process management and
killed it. Happened so far only once so far may just uninstall samba
since I don't use it. My computer is a HP Envy Phoenix 810 series.
Thanks for your time.

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

Title:
  gvfsd-smb: very high CPU utilisation

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

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


[Bug 1564426] Re: Import problem - Spanish (es) - glib20 in Ubuntu Xenial package "glib2.0"

2016-04-05 Thread Greg Mason
** Changed in: glib2.0 (Ubuntu)
Milestone: wily-updates => xenial-updates

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

Title:
  Import problem - Spanish (es) - glib20 in Ubuntu Xenial package
  "glib2.0"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1564426/+subscriptions

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


[Bug 1564426] [NEW] Import problem - Spanish (es) - glib20 in Ubuntu Xenial package "glib2.0"

2016-03-31 Thread Greg Mason
Public bug reported:

Looks like there was an accidental word-wrap problem in po/es.po.

Line 13 is really the end of line 12. I've included a patch to send
upstream.

Here's a copy of the email that IS has been getting for a while now:

Hello Launchpad Translations Administrators,

On 2016-03-18 13:50z (12 days 14 hours 16 minutes ago), you uploaded a
file with Spanish (es) translations for glib20 in Ubuntu Xenial package
"glib2.0" to Launchpad.

We were unable to import the file because of errors in its format:

Line 13: Invalid content: u', 2013, 2014, 2015, 2016.'

If you use gettext, you can check your file for correct formatting with
the 'msgfmt -c' command. Please fix any errors raised by msgfmt and
upload the file again. If you check the file and you don't find any
error in it, please look for an answer or file a question at
https://answers.launchpad.net/rosetta/

For your convenience, you can get the file you uploaded at:
http://launchpadlibrarian.net/250464407/es.po

Thank you,

The Launchpad team

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "fix invalid comment line."
   
https://bugs.launchpad.net/bugs/1564426/+attachment/4618276/+files/fix_es.po_invalid_line.patch

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

Title:
  Import problem - Spanish (es) - glib20 in Ubuntu Xenial package
  "glib2.0"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1564426/+subscriptions

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


[Bug 1451087] Re: gvfsd-fuse does not create mount point

2016-03-21 Thread Greg Whiteley
Problem occurs on a pristine 14.04.4:

$ uname -rvi
4.2.0-34-generic #39~14.04.1-Ubuntu SMP Fri Mar 11 11:38:02 UTC 2016 x86_64

gvfs and nautilus report versions as per comment #5

Workaround is OK

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

Title:
  gvfsd-fuse does not create mount point

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

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


[Bug 1397516] Re: Evince prints blank pages with attached PDF

2015-10-15 Thread greg b
evince is not printing either

** Changed in: evince (Ubuntu)
   Status: Triaged => Confirmed

-- 
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/1397516

Title:
  Evince prints blank pages with attached PDF

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

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


Re: [Bug 827724] Re: Attempt to start VirtualBox or LuckyBackup causes session logout

2015-08-21 Thread Greg Stringer
Appreciate the prompt reply. Of course it's expired, I reported the bug 4
years ago.

Sincerely,
Greg Stringer

On Fri, Aug 21, 2015 at 3:46 AM, dino99 827...@bugs.launchpad.net
wrote:

 This version has expired now

 ** Changed in: gnome-keyring (Ubuntu)
Status: New = Invalid

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/827724

 Title:
   Attempt to start VirtualBox or LuckyBackup causes session logout

 Status in gnome-keyring package in Ubuntu:
   Invalid

 Bug description:
   This started after updates were installed on Monday 8/15/2011. After
   the udates were installed, upon rebooting my system, I attempted to
   launch VirtualBox and was logged out without warning. Initially, I had
   found a thread in the Ubuntu Forums about using Xinerama with
   VirtualBox, and so I disabled and disconnected my second monitor, and
   this seemed to have fixed the issue. Later that evening, the same
   issue reappeared.

   1.Description:Ubuntu 11.04
   Release:  11.04
   2.I believe the offending package is gnome-keyring but I am not
 absolutely certain...
   greg@UBUNTU-DT:~$ apt-cache policy gnome-keyring
   gnome-keyring:
 Installed: 2.92.92.is.2.32.1-0ubuntu2
 Candidate: 2.92.92.is.2.32.1-0ubuntu2
 Version table:
*** 2.92.92.is.2.32.1-0ubuntu2 0
   500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386
 Packages
   100 /var/lib/dpkg/status
   3. I expected to be opening VirtualBox to run and work with VM's that I
 use for various purposes/testing.
   4.Suddenly logged out of my session.

   I have found the following entries appear in the authlog when I
   attempt to start either VirtualBox or LuckyBackup:

   Aug 16 17:06:09 UBUNTU-DT polkitd(authority=local): Unregistered
 Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session37
 (system bus name :1.287, object path
 /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
 (disconnected from bus)
   Aug 16 17:06:09 UBUNTU-DT gnome-keyring-daemon[7471]: dbus failure
 unregistering from session: Connection is closed
   Aug 16 17:06:09 UBUNTU-DT gdm-session-worker[7447]:
 pam_unix(gdm:session): session closed for user greg
   Aug 16 17:06:09 UBUNTU-DT gnome-keyring-daemon[7471]: dbus failure
 unregistering from session: Connection is closed
   Aug 16 17:06:11 UBUNTU-DT gdm-session-worker[8168]:
 pam_succeed_if(gdm:auth): requirement user ingroup nopasswdlogin not met
 by user greg
   Aug 16 17:06:16 UBUNTU-DT gdm-session-worker[8168]:
 pam_unix(gdm:session): session opened for user greg by (uid=0)
   Aug 16 17:06:16 UBUNTU-DT gdm-session-worker[8168]:
 pam_ck_connector(gdm:session): nox11 mode, ignoring PAM_TTY :0
   Aug 16 17:06:16 UBUNTU-DT polkitd(authority=local): Registered
 Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session39
 (system bus name :1.317
 [/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1], object
 path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
   Aug 16 17:06:17 UBUNTU-DT dbus-daemon: [system] Rejected send message, 2
 matched rules; type=method_call, sender=:1.323 (uid=1000 pid=8293
 comm=nautilus ) interface=org.freedesktop.DBus.Properties
 member=GetAll error name=(unset) requested_reply=0 destination=:1.5
 (uid=0 pid=1080 comm=/usr/sbin/console-kit-daemon --no-daemon ))
   Aug 16 17:06:20 UBUNTU-DT dbus-daemon: [system] Rejected send message, 2
 matched rules; type=method_call, sender=:1.328 (uid=1000 pid=8513
 comm=/usr/lib/indicator-datetime/indicator-datetime-ser)
 interface=org.freedesktop.DBus.Properties member=GetAll error
 name=(unset) requested_reply=0 destination=:1.5 (uid=0 pid=1080
 comm=/usr/sbin/console-kit-daemon --no-daemon ))
   Aug 16 17:09:10 UBUNTU-DT polkitd(authority=local): Unregistered
 Authentication Agent for unix-session:/org/freedesktop/ConsoleKit/Session39
 (system bus name :1.317, object path
 /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
 (disconnected from bus)
   Aug 16 17:09:10 UBUNTU-DT gdm-session-worker[8168]:
 pam_unix(gdm:session): session closed for user greg
   Aug 16 17:09:10 UBUNTU-DT gnome-keyring-daemon[8195]: dbus failure
 unregistering from session: Did not receive a reply. Possible causes
 include: the remote application did not send a reply, the message bus
 security policy blocked the reply, the reply timeout expired, or the
 network connection was broken.
   Aug 16 17:09:12 UBUNTU-DT gdm-session-worker[8719]:
 pam_succeed_if(gdm:auth): requirement user ingroup nopasswdlogin not met
 by user greg
   Aug 16 17:09:16 UBUNTU-DT gdm-session-worker[8719]:
 pam_unix(gdm:session): session opened for user greg by (uid=0)
   Aug 16 17:09:16 UBUNTU-DT gdm-session-worker[8719]:
 pam_ck_connector(gdm:session): nox11 mode, ignoring PAM_TTY :0
   Aug 16 17:09:17 UBUNTU-DT polkitd(authority=local): Registered
 Authentication Agent for unix-session:/org/freedesktop/ConsoleKit

[Bug 1377546] Re: evice gets Gtk-CRITICAL errors

2015-01-28 Thread Greg Tucker-Kellogg
I just went from 14.04 LTS to 14.10 and now get the same error for any
PDF I open:

(evince:22053): Gtk-CRITICAL **: gtk_widget_show: assertion
'GTK_IS_WIDGET (widget)' failed

from Joe Chen's last message, are there some unmet GTK library
dependencies in 14.10?

-- 
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/1377546

Title:
  evice gets Gtk-CRITICAL errors

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

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


[Bug 831809] Re: empathy crashed with SIGSEGV in folks_persona_store_get_can_alias_personas()

2014-08-06 Thread greg
Each account is running but will not work using Empathy.

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

Title:
  empathy crashed with SIGSEGV in
  folks_persona_store_get_can_alias_personas()

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

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


[Bug 1296275] Re: PTP Cameras not working on 14.04, works flawlessly on 12.04

2014-06-18 Thread Greg
I downloaded and installed libgphoto2-6_2.5.3.1-1ubuntu2.2, same as
chicobiker in comment #75. My camera is now recognized and can open
photos in either nemo file manager or gthumb. This is in Linux Mint 17
Quiana, Cinnamon. My camera is Kodack Easyshare C1013.

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

Title:
  PTP Cameras not working on 14.04, works flawlessly on 12.04

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

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


[Bug 1314821] [NEW] 14.04-nautilus does NOT display proper date-time format for locale

2014-04-30 Thread Greg Williams
Public bug reported:

ubuntu 14.04's version of Nautilus has omitted a critically important
feature for a File Manager to have: ISO date-time format.

In ubuntu 12.04's version of nautilus an ISO date-time setting was
offered in the Preferences Display tab ( dconf-editor setting existed as
well). MAKING MATTERS WORSE: 14.04 Nautilus does not even display
correct date-time format when the locale is set to one that defaults to
the international standard [e.g., System Settings  Language Support 
Regional Formats = English (Denmark)]

Ubuntu's file manager should display the international standard for
date-time format. At a minimum, it should be a setting option/preference
that users can choose.

It is a bug to NOT have an ISO date-time format option in a File
Manager.

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

-- 
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/1314821

Title:
  14.04-nautilus does NOT display proper date-time format for locale

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

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


[Bug 1314820] [NEW] locale date-time format not displayed in 14.04-nautilus

2014-04-30 Thread Greg Williams
Public bug reported:

ubuntu 14.04's version of Nautilus has omitted a critically important
feature for a File Manager to have: ISO date-time format.

In ubuntu 12.04's version of nautilus an ISO date-time setting was
offered in the Preferences Display tab ( dconf-editor setting existed as
well). MAKING MATTERS WORSE: 14.04 Nautilus does not even display
correct date-time format when the locale is set to one that defaults to
the international standard [e.g., System Settings  Language Support 
Regional Formats = English (Denmark)]

Ubuntu's file manager should display the international standard for
date-time format. At a minimum, it should be a setting option/preference
that users can choose.

It is a bug to NOT have an ISO date-time format option in a File
Manager.

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

-- 
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/1314820

Title:
  locale date-time format not displayed in 14.04-nautilus

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

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


[Bug 1270251] Re: package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/shotwell/ui/collection.ui', which is also in package shotwell-common 0.15.0-0ubuntu1

2014-01-20 Thread Greg Bowler
Off the top of my head, problems which rendered Geary unusable were:

* Certain types of attachment wouldn't show as an attachment on incoming email.
* Deleting an email deleted it completely. No bin, no undo.
* Moving multiple items to a folder/label is impossible.
* No email signatures.
* Columns are fixed width.

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

Title:
  package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to
  overwrite '/usr/share/shotwell/ui/collection.ui', which is also in
  package shotwell-common 0.15.0-0ubuntu1

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

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


[Bug 1270251] [NEW] package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/shotwell/ui/collection.ui', which is also in package shotwell-common 0.15.0-0ubuntu1

2014-01-17 Thread Greg Bowler
Public bug reported:

I was using the GUI software update tool as normal. The only difference
this time was that I had just removed a ppa for Yorba's Geary (a
terrible piece of software).

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: shotwell 0.15.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Fri Jan 17 17:50:46 2014
DuplicateSignature: package:shotwell:0.15.0-0ubuntu1:trying to overwrite 
'/usr/share/shotwell/ui/collection.ui', which is also in package 
shotwell-common 0.15.0-0ubuntu1
ErrorMessage: trying to overwrite '/usr/share/shotwell/ui/collection.ui', which 
is also in package shotwell-common 0.15.0-0ubuntu1
InstallationDate: Installed on 2013-10-18 (90 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: shotwell
Title: package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to 
overwrite '/usr/share/shotwell/ui/collection.ui', which is also in package 
shotwell-common 0.15.0-0ubuntu1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check package-conflict saucy

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

Title:
  package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to
  overwrite '/usr/share/shotwell/ui/collection.ui', which is also in
  package shotwell-common 0.15.0-0ubuntu1

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

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


[Bug 1270251] Re: package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/share/shotwell/ui/collection.ui', which is also in package shotwell-common 0.15.0-0ubuntu1

2014-01-17 Thread Greg Bowler
As far as I know, shotwell wasn't running. I had been coding in Sublime
Text 3, there were a few SSH connection in terminal windows, Google
Chrome was open, and MySQL workbench was open.

Ubuntu's Software Updater opened as it does every week, and I set it
updating while I went and got a cup of tea. I used extra strong tea bags
as it had been a tough day of bug squishing my own code.

Once the update had completed, I had a warning telling me the update
hadn't updated some packages, then as usual I clicked the 'report
problem' button, which usually makes the dialogue box disappear
completely (I assume by submitting the report in the background), but
this time I was directed to Launchpad's website, where I submitted this
extra info.

Shotwell is still not open, but I just tried opening it and it works
fine.

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

Title:
  package shotwell 0.15.0-0ubuntu1 failed to install/upgrade: trying to
  overwrite '/usr/share/shotwell/ui/collection.ui', which is also in
  package shotwell-common 0.15.0-0ubuntu1

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

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


Re: [Bug 1232454] Re: Often automatic suspend dialog when I unlock

2013-11-18 Thread Greg Michalec
It appears based on the gnome bug report 
(https://bugzilla.gnome.org/show_bug.cgi?id=712176) that the dialog is 
meant to be removed upon resuming. to quote:

I see that the notification is getting removed when resuming already, 
so it's probably something to do with Ubuntu's non-use of systemd/logind.

On 11/18/2013 11:36 AM, GwaiTsi wrote:
 add me to the voice of frustration. It wouldn't be so bad if;
 - the dialog didn't appear as many as five times
 - after entering the password to login, clicking on the dialog caused it to 
 revert back to the login screen and having to re-login again.

 i could think of a few profanities to describe this behavior and the genius 
 who thought to add it,
 but i'm sure it was meant with the best intent.


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

Title:
  Often automatic suspend dialog when I unlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1232454/+subscriptions

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


[Bug 1243697] [NEW] File name is not highlighted after you click show in directory

2013-10-23 Thread Greg S
Public bug reported:

I am using Shotwell 0.15 in Elementary OS

When I click on an image in the gallery view and press show file in
directory the directory pops up but the file isnt highlighted.

Similarly, when i go to import from SD card the same thing happens, the
files that i want to import do not get highlighted when i click on them

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

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

Title:
  File name is not highlighted after you click show in directory

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

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


[Bug 1215952] [NEW] nautilus uses 100% cpu and system shuts down

2013-08-23 Thread Greg Starr
Public bug reported:

Nautilus quickly climbs to 100% cpu usage upon login and after opening.
Causes my system to shut down completely. I have a large collection of
music, pictures and videos that are symlinked to my home folder.
Although this should not cause any problems, it does. Killall nautilus
works fine but cpu goes to 100% after opening nautilus again. This only
seems to be an issue running nautilus as a user. Opening nautilus as a
root user (gksudo nautilus) works fine.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu16
ProcVersionSignature: Ubuntu 3.8.0-29.42-generic 3.8.13.5
Uname: Linux 3.8.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.9.2-0ubuntu8.3
Architecture: amd64
Date: Fri Aug 23 10:19:02 2013
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' 
b'800x550+238+156'
InstallationDate: Installed on 2013-08-22 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release amd64 (20130424)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug raring

-- 
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/1215952

Title:
  nautilus uses 100% cpu and system shuts down

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

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


[Bug 1207023] [NEW] USB headset cannot be selected in settings on 1st plugin

2013-07-31 Thread Greg Banks
Public bug reported:

I am running Ubuntu Quantal (12.10).   I have Logitech USB headset.  The
firts time I plugged it into a USB port, the System
Settings/Sound/Output panel immediately showed the device and allowed it
to be selected.  However selecting it did not change the flow of audio,
which was still emitted from the internal speakers.  Also, closing the
settings panel and opening a new one showed both devices but had the
internal speakers selected.  So it seems to me there are two problems:

a)  The settings panel is failing to set the default sink in PulseAudio, but 
not detecting the failure or not handling it, e.g. with a visible error message.
b)  PulseAudio does not automatically switch to the USB headset when it's 
plugged in.

Following advice on the Internet, I found the following workaround:

1.  remove or move aside ~/.pulse/probably two bugs:
2.  leave the USB headset plugged in
3.  log out and log in again

After this, I can plug the headset in and successfully manually select
it for output and input using the settings panel.  It's still not
automatically becoming the default.  So this works around problem a) not
problem b).

The headset appears in lsusb as

Bus 001 Device 021: ID 046d:0a01 Logitech, Inc. USB Headset

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

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

Title:
  USB headset cannot be selected in settings on 1st plugin

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

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


[Bug 1200277] [NEW] [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop, 100% broken.

2013-07-11 Thread Greg Vallande
Public bug reported:

Attempting to drag and drop within gnome-session-fallback (to create a
desktop shortcut) creates a broken link.  I was able to test and
validate this appears in 12.04.2+current updates, 13.04+current updates
and also 13.10-Daily. Please see attached screenshots.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: Error Msg when trying to launch via desktop.
   
https://bugs.launchpad.net/bugs/1200277/+attachment/3733515/+files/libreoffice-writer-1.png

** Package changed: revelation (Ubuntu) = ubuntu

** Package changed: ubuntu = gnome-panel (Ubuntu)

** Package changed: gnome-panel (Ubuntu) = ubuntu

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

Title:
  [LibreOffice] - libreoffice-writer.desktop when drag/drop to desktop,
  100% broken.

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

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


[Bug 1184720] [NEW] Nautilus does not properly navigate symbolic links

2013-05-27 Thread Greg Lynch
Public bug reported:

Test case:
1. Create a directory in Home called Folder
2. Right click on Folder in Nautilus and select 'make link'
3. Drag created link to Desktop
4. Double-click on Link to Folder to open it in Nautilus

Clicking the back arrow in Nautilus behaves as it should--it takes you
back to Desktop, not the parent folder of the target of the link.

However, the architecture displayed near the top of the Nautilus window
shows the parent directory of the target, not of the link (i.e., it
shows [Home][Folder], not [Home][Desktop][Link to Folder]

Pressing alt+up also takes you to the parent of the target, not the
link.

Is this a purposeful change?  Nautilus did not behave this way in 12.04,
and the old way seems to me more convenient and less confusing.

Ubuntu 13.04 64 bit

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

-- 
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/1184720

Title:
  Nautilus does not properly navigate symbolic links

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

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


Re: [Bug 1159411] Re: Some online accounts cannot be added

2013-05-02 Thread Greg Michalec
Scott -
I use AIM for work as well. I've installed pidgin (an alternate IM
client) so I can still communicate until this bug is resolved.

On 05/02/2013 07:20 AM, Scott Hinton wrote:
 Looks like this bug affects both existing accounts and the creation of
 new ones. After upgrading from 12.10 to 13.04, the only client working
 for me was Google. My other existing accounts for AIM, Yahoo and ICQ did
 not appear to be working. I decided to remove my AIM account and re-add
 it. Like the others above, the login details screen is blank.
 
 Wish I hadn't upgraded my work computer now. I use IM extensively to
 keep in touch with co-workers and clients. I've been in the dark since
 upgrading.


-- 
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/1159411

Title:
  Some online accounts cannot be added

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

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


[Bug 1159411] Re: gnome-control-center crashed with SIGSEGV in empathy_account_widget_apply_and_log_in()

2013-04-30 Thread Greg Michalec
I tested this on a live cd, and was able to create a new yahoo account
in Online Accounts. It would seem then that the problem is related to
having upgraded my system versus doing a fresh install. However, since
the problem occurs even under the guest accounts, the issue must not be
anything in my user-level configuration - it is system-wide. I'm pretty
confused though, as I have done a apt-get remove --purge and reinstall
of every package I thought relevant. I'm out of ideas as to how to track
this down. I'm also not sure if this is even the same bug, as I'm not
experiencing a crash anymore.

-- 
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/1159411

Title:
  gnome-control-center crashed with SIGSEGV in
  empathy_account_widget_apply_and_log_in()

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

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


[Bug 1159411] Re: gnome-control-center crashed with SIGSEGV in empathy_account_widget_apply_and_log_in()

2013-04-24 Thread Greg Michalec
As of now (24-4-13), it seems as though the online accounts dialogue no
longer is crashing. However, I am still unable to create or edit Yahoo
or AIM accounts. I have tested doing a purge and reinstall of empathy
and all telepathy packages, and under the guest account.  The dialogue
with Please enter your account details appears, with cancel and done
buttons, but no fields for actually entering any details ever appears.
This also occurs *sometimes* for Jabber accounts. Let me know if there
are any additional details I can provide.

-- 
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/1159411

Title:
  gnome-control-center crashed with SIGSEGV in
  empathy_account_widget_apply_and_log_in()

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-30 Thread Greg Eden
@ C Jenkins

There have been three updates to the gvfs packages in Raring this week.
We cannot know if this issue is being directly addressed or it is just
natural trickle down.  The bug remains unassigned so the obvious
conclusion is that the updates are coming from upstream somewhere. We
all agree this is a very serious issue, and it needs to be fixed in
older versions as well. If no one is fixing Quantal then all we can do
is push on to Raring and hope. My Raring Gnome Shell is now stable
although the updates keep coming and the release is now only a few weeks
away.

Finally, for me - but apparently not everyone, the issue is fixed in
Raring with the caveat that I run Gnome Shell not Unity.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 768876] Re: terminal autocompletion adds space after cp target folder using Tab

2013-03-28 Thread Greg
#10 works for me.  Thanks Leo.

There is some debate at
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/769866 whether
there is a bug in the underlying bash_completion script as well.

-- 
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/768876

Title:
  terminal autocompletion adds space after cp target folder using Tab

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-25 Thread Greg Eden
@Gustavo The only other thing I can think of is that I do have all of
quantal-proposed installed. Plus my system is not your system, so just
because mine works with my NAS does not mean it will work for everybody.

We really need proper developers to fix this issue. The best I can say
is that for my hardware and my network and my NAS, mine seems to be
operating as it should with updated Quantal (proposed) and the latest
updated Raring snapshot. There may well be other libs that are part of
the overall issue, not just gvfs and Samba.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-24 Thread Greg Eden
@Gustavo You probably need backports active in updates. Simplest
solution is to install Synaptic, start it up and go to the Updates tab
and select backports. Then refresh and then do the updates.

Mine Quantal is a 32bit, so if you are 64bit it might just be a matter
of waiting a day.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-24 Thread Greg Eden
@Gustavo The next question. Has it fixed the problem for you?

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-24 Thread Greg Eden
@Gustavo Might I suggest adding Nautilus and making that the default
file manager. I understand many do not want to do that, but that is the
only difference between your set up and mine. Maybe we only have a
partial solution?

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-23 Thread Greg Eden
I just updated an Xubuntu Quantal box with Nautilus. I just dumped about
50gb in 6000 files across the network via Samba and it worked without
choking. This is a very good sign.

Anyone else want to test and report? Especially streaming and Rhythymbox
indexing a NAS.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-23 Thread Greg Eden
Quantal is ver 1.14.2-0ubuntu0.1 and Raring is 1.15.4-0ubuntu2. For me
both are now functioning correctly with Samba.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-20 Thread Greg Eden
I just installed a clean Xubuntu Raring, did the updates to gvfs and
added Nautilus. I then set about restoring all my stuff from my NAS via
Samba.

18,000 files and over 100gb. No problems.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-18 Thread Greg Eden
All the GVFS packages were updated in Raring overnight. Anyone want to
see if it helped?

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-17 Thread Greg Eden
Ubuntu is not really Debian based, most Raring packages are way ahead of
even Debian Experimental. Ubuntu uses deb  packaging and the basic
Debian system layout but has long since ceased to be just a repackaged
Debian. I am currently installing Squeeze and will upgrade to Sid. I
will test and report back. This bug is enough to turn me into a KDE
user. Having said that on my main machine which was Ubuntu Gnome Remix
12.10 , upgraded to Raring and the Gnome PPA added then all updated to
running Gnome 3.7.91 (3.8 beta) manages to be free of this bug. On my
second machine Ubuntu Gnome 13.04 daily will not install properly with a
UEFI install and as I reported above an Xubuntu raring still has this
bug, even with Gnome PPA added.

The Debian install will not answer too many questions. It will probably
work as Debian is still on Gnome 3.4. The bug may be lurking upstream
waiting to float down and stuff everyone up.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-17 Thread Greg Eden
Kubuntu works fine. The bug appears to be gvfs releated, which KDE does
not use. I installed Kubuntu 12.10 and it worked.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-17 Thread Greg Eden
Ok, as expected Debian Wheezy and Gnome 3.4 is free of this bug. Sid
test tomorrow.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-17 Thread Greg Eden
Debian Sid is also free of this bug, but is way behind and still on
Gnome 3.4. My number two machine is working well with Samba and I am
going to leave it on Debian. I suspect the bug might still be lurking
upstream, but for the moment it is OK. I guess running Sid is no
different to going back to Ubuntu 12.04.

The option of just installing Dolphin and using it instead of Nautilus
is a workaround that works. No one is fixing this and it is not fixed in
Raring.

Enough from me.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-17 Thread Greg Eden
@AndreK I am beginning to think there is no solution for Unity users.
The only two approaches that work at the moment are 1. to use Kubuntu
and use eg Amarok for music or 2. upgrade a 12.10 Gnome Remix to 13.04
and add the Gnome PPA and then upgrade the lot to Gnome Shell 3.8. I am
happily using Gnome Shell 3.8 and I just dumped 50gb of mp3s accross my
network to make sure it truly works. And it does. Unfortunately I am not
in a position to try Ubuntu Gnome 13.04 as the latest snapshot will not
install on my machine and I do not think running it in a VM is a real
test (maybe it is - worth a try for someone).

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-16 Thread Greg Eden
I tried it my self. Clean Raring Xubuntu with Gnome PPA and Nautilus
3.7.91. And it choked when I tried a big transfer. So updating to Raring
is not a workaround in and of itself, nor is updating Nautilus.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-14 Thread Greg Eden
Bud,

The difference between your Raring and mine was my use of the Gnome PPA,
specifically Nautilus version 3.7.91

It might be worth updating a standard raring with the Gnome PPA active
and see what happens. I have no idea what might happen to Unity if you
do that as I am a Gnome user. One approach might be a Xubuntu Raring
install with the Gnome PPA active and then install Nautilus and Nautilus
Share.

If the solution turns out to be as simple as running the latest Nautilus
then that is good.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-11 Thread Greg Eden
In the age old Ubuntu tradition, so far the solution for me is updating
to raring.

103.3 Gb folder with 17,905 files dumped across the network without
choking. Time will tell if this has been fixed in raring, but so far so
good.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-11 Thread Greg Eden
ps

That is a Raring base with the Gnome PPA active and a Gnome 3.8 desktop
(3.7.91) and gvfs version is 1.15.4-0ubuntu1 and Samba 2:3.6.9-1ubuntu1

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 1075923] Re: nautilus hangs copying large directories from a samba share

2013-03-04 Thread Greg Eden
As others have said this bug does not affect Kubuntu and Dolphin, and
you can use Dolphin on Gnome Shell or Xfce and it works as expected. I
have KDE installed in parallel with Gnome 3.6 and Xfce 4.10.

Other clues - It also appears to be an issue of the number of files
being transferred, not the volume of data. I can copy sixteen gig when
it is in 30 files, but any folder with hundreds or thousands of files
will choke.

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

Title:
  nautilus hangs copying large directories from a samba share

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

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


[Bug 760344] Re: gvfsd-http not closing tcp connections

2013-01-12 Thread Greg W.
gvfsd-http stays connected (ESTABLISHED) for long periods of time after
I've used VLC to play streaming Youtube videos. This is the case even
after I've closed VLC. Plus when lsof finally stops reporting the
connection as established it will start reporting it as CLOSE_WAIT.
And it stays as CLOSE_WAIT for a very long time.

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

Title:
  gvfsd-http not closing tcp connections

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

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


[Bug 1094524] [NEW] Nautilus should NOT label user's folder as Home in side-pane and toolbar

2012-12-29 Thread Greg W.
Public bug reported:

when a user opens Nautilus and is present in his/her user-folder,
Nautilus label's the user-folder as Home both in the Side-Pane and in
the Toolbar. This should be considered a bug!

It is very confusing to ubuntu users (especially new users and non-
sophisticated computer users). The user is in his/her user-folder, yet
it is labeled Home in the Side-Pane and Toolbar. Making matters worse,
there is a real Home folder so users see home Home in the Toolbar,
which causes them to constantly get confused about which folder they are
in. The only way to get an accurate display of location is to us the
location-entry setting in the Toolbar (e.g., type Ctrl+L).

the Side-Pane should show:
Computer
User-folder-name
Desktop
Documents
...

When user is in the Documents folder, instead of the top Nautilus
Toolbar showing home Home Documents it should show home user-folder-
name Documents

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

-- 
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/1094524

Title:
  Nautilus should NOT label user's folder as Home in side-pane and
  toolbar

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

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


[Bug 1040193] Re: Redundant ubuntu-online-accounts and gnome-online-accounts panels using a session other than Unity

2012-10-05 Thread Greg Grossmeier
I just reported the feature request bugs, confirmation/triaging
appreciated, Seb.

Evolution/Exchange:
bug 1062447

GNOME Documents:
bug 1062449

-- 
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/1040193

Title:
  Redundant ubuntu-online-accounts and gnome-online-accounts panels
  using a session other than Unity

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

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


[Bug 1048024] Re: nothing from Empathy shows up in irc search in Software Center

2012-09-09 Thread Greg Price
I am searching Ubuntu Software Center for the search query irc (three
letters, no quotes.) A user who is looking for a way to use IRC is
likely to try that search, and Empathy plus account-plugin-irc is a good
answer for them, perhaps the best answer for them. Therefore that answer
should show up in that search -- either in the form of the empathy
package itself or the account-plugin-irc package. Neither package does.

I filed this bug against empathy because empathy's and account-plugin-
irc's package metadata control how they are found in Software Center.
(Both come from the empathy source package.)

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

Title:
  nothing from Empathy shows up in irc search in Software Center

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

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


[Bug 1048002] [NEW] Add account button/option doesn't do anything

2012-09-08 Thread Greg Price
Public bug reported:

In empathy, after hitting the 'Account settings' button on the initial
window or selecting 'Empathy - Accounts' from the menu, I get the
'Online Accounts' dialog box. It has two panes; the left pane has one
element, with a button-shaped icon (with shading that suggests a button)
showing a plus sign and a label Add account Screenshot attached.

I'm here to add an account, so Add account... is exactly what I want.
But clicking that label, or the plus-sign button next to it, doesn't do
anything.

After some puzzlement and thinking with my developer hat on, I suspect
this left pane is supposed to contain a list of existing accounts, with
'Add account...' as an option above or below all the existing accounts.
That is probably clear when there are existing accounts, as the pane
then functions as a list from which the user can select. But when there
are no existing accounts yet, the pane is totally inert (as Add
account... is already selected and there is nothing else to select and
no way to deselect it), which makes it appear to simply be broken.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: evince 3.5.90-0ubuntu3
ProcVersionSignature: Ubuntu 3.5.0-14.15-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
CasperVersion: 1.322
Date: Sat Sep  8 20:33:32 2012
LiveMediaBuild: Ubuntu 12.10 Quantal Quetzal - Alpha amd64 (20120908)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal running-unity

-- 
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/1048002

Title:
  Add account button/option doesn't do anything

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

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


[Bug 1048002] Re: Add account button/option doesn't do anything

2012-09-08 Thread Greg Price
** Attachment added: screenshot of dialog box
   
https://bugs.launchpad.net/bugs/1048002/+attachment/3301944/+files/online-accounts-dialog.png

-- 
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/1048002

Title:
  Add account button/option doesn't do anything

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

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


[Bug 1048024] [NEW] nothing from Empathy shows up in irc search in Software Center

2012-09-08 Thread Greg Price
Public bug reported:

A user who wants to use IRC should be able to find Empathy as a way to
do so. Unfortunately, searching in Ubuntu Software Center for irc
doesn't return anything that leads to Empathy.

The first result is some client called tekka (which crashes on
startup); Konversation and Pidgin also make the list, among many others.
There is no Empathy, or telepathy-idle (which the Empathy help tells me
I need to use IRC in Empathy), or account-plugin-irc (which is from the
empathy source package, and which people tell me to install to use IRC
in Empathy.)

I'm not sure how Software Center search works, but I expect a suitable
tweak to the package metadata would fix the issue.

I'm on 12.10 with empathy version 3.5.91-0ubuntu2.

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

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

Title:
  nothing from Empathy shows up in irc search in Software Center

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

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


[Bug 965921] Re: gnome-shell most keyboard shortcuts not working

2012-08-24 Thread Greg Grossmeier
Jeremy: does this mean it is fixed in 12.10?

And as this is a regression, will the fix be SRU'd into 12.04
(especially given that 12.04 is an LTS)?

-- 
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/965921

Title:
  gnome-shell most keyboard shortcuts not working

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

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


[Bug 1037427] Re: gnome-system-monitor terminates with SEGV

2012-08-18 Thread Greg Webber
Firstly, running make install makes the problem go away. I assume the
developers do a make install before testing?

Responses to your questions:

* Could you please check if /usr/share/gnome-system-monitor/ contains 5 .ui 
files?
No, only preferences.ui per the below. It should just be the 12.04 version of 
gnome-system-monitor.

gsw@goat:~$ ls -al /usr/share/gnome-system-monitor/
total 60
drwxr-xr-x   2 root root  4096 Aug 15 23:24 .
drwxr-xr-x 334 root root 12288 Aug 17 15:10 ..
-rw-r--r--   1 root root 43638 Apr 17 15:00 preferences.ui

* How did you build gnome-system-monitor?
Built with debugging on to enable trace with gdb per below command.

./configure CFLAGS=-g

* Did you use make install?
No. As shown above attempting to run this directly from the build directory 
after straight 'make'.

* Did you specify --prefix=/usr when using autogen.sh?
No.

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

Title:
  gnome-system-monitor terminates with SEGV

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

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


[Bug 1037427] Re: gnome-system-monitor terminates with SEGV

2012-08-18 Thread Greg Webber
Thanks Robert, yes I figured out I could just install it under a
separate directory as you suggest above.

I would like some further guidance - how do you prefer to be contacted?

Agreed this needs to be closed as invalid.

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

Title:
  gnome-system-monitor terminates with SEGV

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

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


  1   2   3   4   5   6   7   8   >