[Bug 63245] Re: Cannot alt + tab out of fullscreen games

2023-01-03 Thread parshall jeffery
To download free gaming apps you have to visit roblox game
https://apksbrand.com/roblox-unlimited-robux-mod-apk/

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

Title:
  Cannot alt + tab out of fullscreen games

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


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

[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2022-10-13 Thread C. Jeffery Small
Xubuntu 22.04.1 after upgrading from 20.04

In order to get multiple Windows 10 systems to "discover" the samba
shares on two different Xubuntu systems, I had to re-enable SMB1
protocol on all the Windows systems.  Microsoft apparently keeps
disabling this on system updates.

As reported above, old Windows mapped drive assignments made to Ubuntu
samba shares have continued to work over time, but new shares cannot be
seen unless SMB1 is enabled.  of course, this should all just work using
newer secure protocols.

For a significant piece of server software, the fact that this hasn't
been addressed long ago is a real mystery.

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

Title:
  gvfs can't list shares from smb servers that disabled SMB1

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


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

[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2021-04-28 Thread C. Jeffery Small
Regarding my previous comment, disregard the issue about Windows 10
having problems accessing the Samba shares.  This turned out to be a
strange password problem with samba.  Resetting the user's password to
the same value that it already was immediately cleared the issue and all
windows machines could once again see the shares.

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

Title:
  gvfs can't list shares from smb servers that disabled SMB1

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

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

[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2021-04-28 Thread C. Jeffery Small
Just to add another voice to the crowd, I'm on Xubuntu 20.04 and I just
ran across this problem myself.

I am using the Nemo file browser, but the same thing occurs with
Nautilus and Thunar.  I didn't notice the problem for a long while
because I had three legacy Windows machines on the network (all running
Windows 10 at this point) and had made file browser bookmarks to the
important shares long ago.  These bookmarks have continued to work to
this day without issue.  I got a new Windows 10 machine a few weeks ago
and was having the problem everyone reports of not being able to connect
("Failed to retrieve share list from server") on the new machine, even
though all the existing bookmarks were still functioning file.  All of
the Windows 10 machines were able to see one another without problem.

Then I ran across this thread and tried Bloodyiron's suggestion of
killing the gvfsd-smb-browse process.  Immediately I was able to connect
to the new machine using Nemo.  I quickly created some needed bookmarks
to the important shares and now I can communicate using the file browser
and expect the new bookmarks to be as reliable as the others.  So I
would suggest this bookmark method to others as a workaround.

This supports Craig W's comment about the difference between discovery
and browsing.  When I run "smbclient -L // -U ", it
reports all of the shares on the target, whether Windows or Linux, with
the closing message: "SMB1 disabled -- no workgroup available" as
expected.

Unfortunately, this is only a one-way solution.  All of the legacy
Windows 10 machines can see and access the Samba shares on the Xubuntu
box, but I haven't yet figured out a way to get the new Windows machine
to access these same shares, with or without gvfsd-smb-browse running.
Every connection attempt is rejected and I haven't found useful messages
in the logs.  If I figure out a solution, I'll post here, and I'm open
to suggestions.

I agree with the general sentiment that for a service as important as
this, there isn't any real excuse for this thing dragging out for two
years as it has.

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

Title:
  gvfs can't list shares from smb servers that disabled SMB1

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

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

[Bug 1901446] Re: Add gir1.2-tepl-5 package depedency

2020-10-28 Thread Jeffery To
** Bug watch added: Debian Bug tracker #973312
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973312

** Also affects: gedit (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973312
   Importance: Unknown
   Status: Unknown

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

Title:
  Add gir1.2-tepl-5 package depedency

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

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

[Bug 1901446] Re: Add gir1.2-tepl-5 package depedency

2020-10-26 Thread Jeffery To
I would argue that this is more a bug than a wishlist item.

Functionality is being moved from gedit into tepl (a "Text editor
product line" library). For instance, gedit_utils_str_middle_truncate()
was deprecated in gedit 3.36 and removed in 3.38[1], replaced with
tepl_utils_str_middle_truncate().

For my plugin Control Your Tabs, I had to inline the function[2] because
I couldn't count on users (on Debian and Debian-derived OSes) having
gir1.2-tepl-5 installed so that I could call
tepl_utils_str_middle_truncate(). (Contrast this with the Fedora tepl
rpm, which has the GObject introspection binding included in the same
package[3] and so does not have this problem.)

Should I file an issue upstream (Debian)? Would submitting a patch help?

[1]: 
https://gitlab.gnome.org/GNOME/gedit/-/commit/b21585d0f3ff2081626f6ffb7e1dc1b7a52e
[2]: 
https://github.com/jefferyto/gedit-control-your-tabs/commit/644c2b9d9a61ffd1d8f9aba44866b301ba47bf39
[3]: 
https://src.fedoraproject.org/rpms/tepl/blob/49ace7de0be692b500d7b2be23224197f96ae296/f/tepl.spec#_60

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

Title:
  Add gir1.2-tepl-5 package depedency

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

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

[Bug 1901446] [NEW] Add gir1.2-tepl-5 package depedency

2020-10-25 Thread Jeffery To
Public bug reported:

(This is most likely a bug/request for Debian, but since I use Ubuntu I
thought I would report it here first.)

gedit in groovy depends on libtepl-5-0. It would be great if the package
also depended on gir1.2-tepl-5 so that gedit plugins written in Python
can call functions from tepl.

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

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

Title:
  Add gir1.2-tepl-5 package depedency

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1901446/+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-30 Thread Jeffery Hancock
The scaling issue is affecting me as well:

Ubuntu 20.04 LTS
AORUS GeForce RTX™ 2080 Ti XTREME
2X Acer Predator XB281HK 4K Monitor - Displayport Connected
nvidia-driver-440

Installed alongside Windows 10

-- 
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/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 1767654] Re: [Intel Braswell] Cursor gets stuck on left side of the screen

2018-12-03 Thread Jeffery Telford
I had the exact same problem with my Intel NUC5CPYH which uses the
Braswell chipset. After reading a lot of other articles I found this
worked for me and now I can move my mouse anywhere on the desktop and my
whole experience is a lot snappier:

1. Create a new xorg.conf file in your home directory:

sudo X :1 -configure

2. Edit the new xorg.conf.new file and modify/uncomment the following lines in 
the "Device" section:

Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"

3. Copy the file to the /usr/share/X11/xorg.conf.d directory and name it 
20-intel.conf:

sudo cp xorg.conf.new /usr/share/X11/xorg.conf.d/20-intel.conf

4. Either reboot or restart the gdm service.

If it doesn't work other posters suggested using "uxa" as the
AccelMethod but apparently "sna" is faster.

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

Title:
  [Intel Braswell] Cursor gets stuck on left side of the screen

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

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

[Bug 1796614] Re: [nouveau] Ubuntu 18.10 boots to a blank screen with a blinking cursor

2018-11-20 Thread Jeffery
I also have this problem.

Differences for me:

I have a RTX 2080 and installed Nvidia's 410.78 driver manually.

Whenever I boot, I too get the black screen with a blinking cursor. I
also have the ctrl+alt+F3, login and run startx

This brings me to the gnome desktop instead of the traditional Ubuntu
desktop.

I am not really sure how to fix this issue.

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

Title:
  [nouveau] Ubuntu 18.10 boots to a blank screen with a blinking cursor

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

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

[Bug 1796614] Re: [nouveau] Ubuntu 18.10 boots to a blank screen with a blinking cursor

2018-11-20 Thread Jeffery
Caveat:

Thanks Christopher...

I duplicated your solution by editing the  /etc/gdm3/custom.conf

Everything seems to be working 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/1796614

Title:
  [nouveau] Ubuntu 18.10 boots to a blank screen with a blinking cursor

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

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

[Bug 1796614] Re: [nouveau] Ubuntu 18.10 boots to a blank screen with a blinking cursor

2018-11-20 Thread Jeffery
I also have this problem.

Differences for me:

I have a RTX 2080 and installed Nvidia's 410.78 driver manually.

Whenever I boot, I too get the black screen with a blinking cursor. I
also have the ctrl+alt+F3, login and run startx

This brings me to the gnome desktop instead of the traditional Ubuntu
desktop.

I am not really sure how to fix this issue.

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

Title:
  [nouveau] Ubuntu 18.10 boots to a blank screen with a blinking cursor

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

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

[Bug 1524755] Re: systemd support

2017-08-23 Thread Jeffery Wilkins
I setup this bug because it was causing mate-panel to lock up and crash
the whole desktop just because systemd is garbage

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

Title:
  systemd support

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

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


[Bug 1524755] Re: systemd support

2017-08-23 Thread Jeffery Wilkins
thanks for digging up a 2 year old problem holy hell

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

Title:
  systemd support

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

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


[Bug 1577303] [NEW] package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-dependency problem - not installing systemd-sysv

2016-05-02 Thread ian jeffery matthews
Public bug reported:

Several errors reported during installation, all seemd related to
amd-64.

However on reboot, everything seems to be working, but the system has
aksed for several erros reports, all of which have been completed.  This
post is therefore responding to system requests and has not been
initiated by me

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: systemd-sysv 229-4ubuntu4
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May  2 07:10:09 2016
ErrorMessage: pre-dependency problem - not installing systemd-sysv
InstallationDate: Installed on 2016-01-29 (93 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package systemd-sysv 229-4ubuntu4 failed to install/upgrade: 
pre-dependency problem - not installing systemd-sysv
UpgradeStatus: Upgraded to xenial on 2016-05-02 (0 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package systemd-sysv 229-4ubuntu4 failed to install/upgrade: pre-
  dependency problem - not installing systemd-sysv

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

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


[Bug 1530389] Re: [upstream] some apps can't handle sftp:// URLs

2016-01-07 Thread Jeffery Wilkins
$ pkill -U $(id -u) gvfsd-fuse; strace -F -e open,stat $(find /usr/lib* -name 
'gvfsd-fuse') /run/user/$(id -u)/gvfs -f -o big_writes -d
open("/usr/lib/x86_64-linux-gnu/gvfs/tls/x86_64/libgvfscommon.so", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gvfs/tls/x86_64", 0x7ffd32e7b990) = -1 ENOENT 
(No such file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/tls/libgvfscommon.so", O_RDONLY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gvfs/tls", 0x7ffd32e7b990) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/x86_64/libgvfscommon.so", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/usr/lib/x86_64-linux-gnu/gvfs/x86_64", 0x7ffd32e7b990) = -1 ENOENT (No 
such file or directory)
open("/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 
-1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libfuse.so.2", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libfuse.so.2", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libselinux.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libffi.so.6", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libpcre.so.3", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
open("/usr/lib/x86_64-linux-gnu/gvfs/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
open("/proc/filesystems", O_RDONLY) = 3
open("/dev/null", O_RDWR)   = 3
stat("/run/user/1000/gvfs", {st_mode=S_IFDIR|0500, st_size=40, ...}) = 0
open("/dev/fuse", O_RDWR)   = 3
Process 2026 attached
[pid  2026] open("/dev/null", O_RDONLY) = 5
[pid  2026] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
[pid  2026] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 4
[pid  2026] open("/dev/fuse", O_RDWR)   = 4
[pid  2026] open("/etc/fuse.conf", O_RDONLY) = 6
[pid  2026] open("/etc/mtab", O_RDONLY|O_CLOEXEC) = 6
[pid  2026] +++ exited with 1 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2026, si_uid=1000, 
si_status=1, si_utime=0, si_stime=0} ---
Process 2027 attached
[pid  2027] open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 4
[pid  2027] open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 4
[pid  2027] open("/dev/fuse", O_RDWR)   = 4
[pid  2027] open("/etc/fuse.conf", O_RDONLY) = 5
[pid  2027] open("/etc/mtab", O_RDONLY|O_CLOEXEC) = 5
fusermount: user has no write access to mountpoint /run/user/1000/gvfs
[pid  2027] +++ exited with 1 +++
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=2027, si_uid=1000, 
si_status=1, si_utime=0, si_stime=0} ---
+++ exited with 1 +++

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

Title:
  [upstream] some apps can't handle sftp:// URLs

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

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com

[Bug 1530389] Re: [upstream] some apps can't handle sftp:// URLs

2016-01-04 Thread Jeffery Wilkins
$ /usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes
 fusermount: user has no write access to mountpoint /run/user/1000/gvfs
 when I tried with
 $ /usr/lib/gvfs/gvfsd-fuse ~/.gvfs -f -o big_writes
 it worked with no errors

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

Title:
  [upstream] some apps can't handle sftp:// URLs

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

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


[Bug 1530389] Re: [upstream] some apps can't handle sftp:// URLs

2016-01-04 Thread Jeffery Wilkins
this bug was also reported upstream here

https://bugzilla.gnome.org/show_bug.cgi?id=753561

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

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

Title:
  [upstream] some apps can't handle sftp:// URLs

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

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


[Bug 1530389] Re: [upstream] some apps can't handle sftp:// URLs

2016-01-04 Thread Jeffery Wilkins
** Also affects: dbus (Ubuntu)
   Importance: Undecided
   Status: New

** Also 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 nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1530389

Title:
  [upstream] some apps can't handle sftp:// URLs

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

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


[Bug 1530389] [NEW] [upstream] some apps can't handle sftp:// URLs

2015-12-31 Thread Jeffery Wilkins
Public bug reported:

TESTED AND WORKING ARE

GEDIT

NOT WORKING

MOUSEPAD
SUBLIME_TEXT

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gvfs 1.26.2-1ubuntu1
ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
Uname: Linux 4.3.0-2-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: MATE
Date: Thu Dec 31 10:58:23 2015
SourcePackage: gvfs
UpgradeStatus: No upgrade log present (probably fresh install)

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

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


** Tags: amd64 apport-bug xenial

** Also affects: mousepad (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  [upstream] some apps can't handle sftp:// URLs

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

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


[Bug 1530389] Re: [upstream] some apps can't handle sftp:// URLs

2015-12-31 Thread Jeffery Wilkins
** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: mousepad (Ubuntu)

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

Title:
  [upstream] some apps can't handle sftp:// URLs

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

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


[Bug 1529795] [NEW] sudo no longer works

2015-12-29 Thread Jeffery Wilkins
Public bug reported:

jefferyw@xubuntu:~$ sudo gnome-terminal
[sudo] password for jefferyw: 
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: 
Error calling StartServiceByName for org.gnome.Terminal: 
GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process 
org.gnome.Terminal exited with status 10

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: gnome-terminal 3.18.2-1ubuntu2
ProcVersionSignature: Ubuntu 4.3.0-2.11-generic 4.3.0
Uname: Linux 4.3.0-2-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.3-0ubuntu2
Architecture: amd64
CurrentDesktop: MATE
Date: Tue Dec 29 01:40:34 2015
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  sudo no longer works

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

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


[Bug 1529795] Re: sudo no longer works

2015-12-29 Thread Jeffery Wilkins
just tried both

sudo xfce-terminal
sudo mate-terminal

and they work its just sudo gnome-terminal is having issues

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

Title:
  sudo no longer works

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

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


[Bug 1524755] Re: systemd support

2015-12-28 Thread Jeffery Wilkins
** Also affects: gnome-terminal (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/1524755

Title:
  systemd support

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

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


[Bug 571970] Re: gvfsd-http leaves a lot of sockets in CLOSE_WAIT state

2015-04-06 Thread Jeffery Wilkins
*** This bug is a duplicate of bug 760344 ***
https://bugs.launchpad.net/bugs/760344

bump for re open this bug is still present in ubuntu trusty

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

Title:
  gvfsd-http leaves a lot of sockets in CLOSE_WAIT state

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

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


[Bug 1406735] [NEW] package udev 208-8ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 102

2014-12-31 Thread C. Jeffery Small
Public bug reported:

A few weeks ago I installed Ubuntu 10.10 server with the addition of the
xubuntu-desktop packages.  Everything started out alright until i tried
to install sendmail in place of postfix.  That installaton failed,
reporting a similar error:

subprocess installed post-installation script returned error exit
status 102

From there, things went from bad to worse.  I was now unable to finish
the install of sendmail nor could I remove it fully and reinstall
postfix.  Spamassassin seemed to be one critical package that hept
reporting errors.  As I tried to install or remove packages using
synaptic, the system most of the time refused to act due to dascading
errors and partially removed packages that could not be removed, even by
force.

Today I threw up my hands and did a complete fresh install of the
system.  Everything went well for the basic packages until I ran
software updater.  A few packages were scheduled to be updated,
including udev and it has now faild in the exact same manner.

Could someone look at this and provide a quick reply as to what can be
done to rectify this situation.  I am afraid to install or remove any
other software for fear of corrupting the system further and I currently
do not have a usable system.

Let me know if additional information is required.  Thanks.

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: udev 208-8ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-28.38-generic 3.16.7-ckt1
Uname: Linux 3.16.0-28-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CustomUdevRuleFiles: .70-persistent-net.rules
Date: Wed Dec 31 01:40:11 2014
DuplicateSignature: package:udev:208-8ubuntu8.1:subprocess installed 
post-installation script returned error exit status 102
ErrorMessage: subprocess installed post-installation script returned error exit 
status 102
InstallationDate: Installed on 2014-12-31 (0 days ago)
InstallationMedia: Ubuntu-Server 14.10 Utopic Unicorn - Release amd64 
(20141022.2)
MachineType: ASUSTeK COMPUTER INC. Z9PE-D8 WS
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-28-generic 
root=UUID=d7121d57-8cf9-42a5-b7c3-75f414ce3e09 ro nomdmonddf nomdmonisw
SourcePackage: systemd
Title: package udev 208-8ubuntu8.1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 102
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/06/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 5503
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z9PE-D8 WS
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 17
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr5503:bd05/06/2014:svnASUSTeKCOMPUTERINC.:pnZ9PE-D8WS:pvr1.0x:rvnASUSTeKCOMPUTERINC.:rnZ9PE-D8WS:rvr1.0x:cvnToBeFilledByO.E.M.:ct17:cvrToBeFilledByO.E.M.:
dmi.product.name: Z9PE-D8 WS
dmi.product.version: 1.0x
dmi.sys.vendor: ASUSTeK COMPUTER INC.

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


** Tags: amd64 apport-package utopic

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

Title:
  package udev 208-8ubuntu8.1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 102

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

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


[Bug 887674] Re: Desktop wallpaper doesn't rotate images

2014-09-04 Thread Jeffery von Ronne
*** This bug is a duplicate of bug 549627 ***
https://bugs.launchpad.net/bugs/549627

** This bug has been marked a duplicate of bug 549627
   Image containing EXIF orientation does not display properly as wallpaper

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

Title:
  Desktop wallpaper doesn't rotate images

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

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


[Bug 549627] Re: Image containing EXIF orientation does not display properly as wallpaper

2014-09-04 Thread Jeffery von Ronne
This is still a problem using Unity in Trusty Tahr.

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

Title:
  Image containing EXIF orientation does not display properly as
  wallpaper

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

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


[Bug 1360756] Re: The URI ‘help:ubuntu-help/index’ does not point to a valid page.

2014-08-24 Thread C. Jeffery Small
I also have this problem.  I recently installed 14.04.1 on a new Xeon
system and did not see this for a few days.  However, as I have done
system configuration, I now find that every time I log in, I get a pop-
up window with a title Document Not Found and the above message at the
content.  The yelp package is installed, but I didn't do this manually.
I assume it was part of the initial installation or else was installed
as a dependency by some other package that I installed.

When I select help from the pull-down menu, it accesses the following
url without problem:

file:///usr/share/xubuntu-docs/about/xubuntu-index.html

When I search the filesystem for ubuntu-help/index, the only hits are:

/usr/share/help-langpack/en_AU/ubuntu-help/index.page
/usr/share/help-langpack/en_CA/ubuntu-help/index.page
/usr/share/help-langpack/en_GB/ubuntu-help/index.page


Solving the problem would be great.  As a workaround, stopping the pop-up at 
login would be nice.

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

Title:
  The URI ‘help:ubuntu-help/index’ does not point to a valid page.

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

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

[Bug 1259422] Re: Google authentication error in empathy

2014-07-05 Thread Jeffery von Ronne
The same thing happens for me with an up-to-date 14.04 system.  I do not
believe I have had any other machines using my google account when it
happened.

** Changed in: empathy (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  Google authentication error in empathy

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

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


[Bug 1245963] Re: gvfsd-afc crashes when attempting to copy a file from an iPhone using Nautilus

2014-01-22 Thread Jeffery To
I retried this today (for no particular reason) and found that I can now
copy files from my iPhone with Nautilus. I'm not sure why it works, nor
did I notice anything relevant in the packages that I upgraded recently.

:-) that it works now but :-( for not knowing why or what happened.

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

Title:
  gvfsd-afc crashes when attempting to copy a file from an iPhone using
  Nautilus

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

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


[Bug 1247873] Re: on startup upper panel is black(lower is ok)only on ubuntu 13.10

2014-01-11 Thread Jeffery Eman
Hi.. anybody working on this bug?

it is kind of annoying bug.. i've been using a workaround..
Ctrl+Alt+F1.. login to my ID.. and run 'DISPLAY=:0 gnome-panel'  - if
start the gnome-panel from first terminal it is working fine.

to automate the above step: i tried to put a shell script on startup to
call gnome-panel.  But it still show the blank upper pannel.

looks like the gnome-panel can only be called from first terminal.

this happens after i upgraded from 13.04 to 13.10...

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

Title:
  on startup upper panel is black(lower is ok)only on ubuntu 13.10

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

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


[Bug 1245963] [NEW] gvfsd-afc crashes when attempting to copy a file from an iPhone using Nautilus

2013-10-29 Thread Jeffery To
Public bug reported:

I recently upgraded to Ubuntu 13.10 (Saucy) and am now unable to copy
files from my iPhone (with iOS 6) using Nautilus.

Steps to reproduce:

1.  Open a Nautilus window.
2.  Attach an iPhone. Two new entries appear under Devices in the left side 
panel: iPhone name and Documents on iPhone name
3.  Middle-click on the iPhone name entry (or right-click and select Open in 
New Tab) to mount the iPhone file system and open a new tab.
4.  Copy a file from the iPhone tab, and paste into the original tab.

At this point Nautilus shows an alert box:
Error while copying filename.
There was an error copying the into directory.
Show more details (when expanded:)
Operation not supported by backend

I don't remember if Apport prompts me to report this crash immediately
or after a certain amount of time, but I have a crash report in
/var/crash for gvfsd-afc. I'd be happy to attach it here if necessary,
though I've already reported this crash a few times; I'm sure the
developers can also find it on errors.ubuntu.com under the title gvfsd-
afc crashed with SIGABRT in g_assertion_message().

In Nautilus, I can still copy files to the iPhone and delete files from
the iPhone; only copying files from the iPhone is not working. I can
also view pictures from my iPhone directly, and copy files from it using
Terminal (by going to the mount point in /run/user directly), so it
appears only Nautilus is affected.

Thanks!

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

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

Title:
  gvfsd-afc crashes when attempting to copy a file from an iPhone using
  Nautilus

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

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


[Bug 1245963] Re: gvfsd-afc crashes when attempting to copy a file from an iPhone using Nautilus

2013-10-29 Thread Jeffery To
There seems to be a number of bugs (bug #1208310, bug #1223509, bug
#1236119, bug #1236495) that have the same title ( gvfsd-afc crashed
with SIGABRT in g_assertion_message()), but they're all marked as
duplicates of bug #1206627, which at the moment is private, so I can't
verify whether I'm experiencing the same issue.

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

Title:
  gvfsd-afc crashes when attempting to copy a file from an iPhone using
  Nautilus

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

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


[Bug 1205647] Re: gvfsd-smb crashed with SIGSEGV in g_vfs_job_run()

2013-10-28 Thread Jeffery To
I've filed this issue with upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=710986

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

** Changed in: gvfs
   Importance: Undecided = Unknown

** Changed in: gvfs
   Status: New = Unknown

** Changed in: gvfs
 Remote watch: None = GNOME Bug Tracker #710986

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

Title:
  gvfsd-smb crashed with SIGSEGV in g_vfs_job_run()

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

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


[Bug 1205647] Re: gvfsd-smb crashed with SIGSEGV in g_vfs_job_run()

2013-10-27 Thread Jeffery To
I can reproduce this issue with the following steps:

1.  Open a Nautilus window. (It defaults to my home directory.)
2.  Open a new tab or window. (This also opens to my home directory.)
3.  In the new tab/window, navigate to a Samba share. (I have one bookmarked so 
I click on the bookmark in the left side panel.) A new entry for the share 
appears under Network in the left side panel.
4.  Close the new tab/window.
5.  In the left side panel, under Network, click the unmount icon next to Samba 
share entry.

At this point, gvfsd-smb crashes. I also get two alert boxes (I believe
from Nautilus):

1.  Oops! Something went wrong.
Unhandled error message: The connection is closed

2.  Unable to unmount share name
The connection is closed

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

Title:
  gvfsd-smb crashed with SIGSEGV in g_vfs_job_run()

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

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


[Bug 1215098] Re: iPhone with iOS 7 does not work on Ubuntu

2013-10-13 Thread Jeffery von Ronne
*** This bug is a duplicate of bug 1207812 ***
https://bugs.launchpad.net/bugs/1207812

** This bug has been marked a duplicate of bug 1207812
   Iphone with iOS 7 does not work on Ubuntu

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

Title:
  iPhone with iOS 7 does not work on Ubuntu

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

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


[Bug 1196793] [NEW] misleading incorrect password error when lacking permissions to unlock luks

2013-07-01 Thread Jeffery von Ronne
Public bug reported:

When logged into a Ubuntu 12.04.2 server through x2go, I attempted to
use the gnome-disk-utility (palimpsest from gnome-disk-utility
3.0.2-2ubuntu7) to unlock a luks encrypted filesystem on a removable
device.  I got the error Incorrect Passphrase. Try again even though I
was using the correct passphrase (which I could use with cryptsetup
luksOpen as root).

I believe the real reason I couldn't unlock the device with gnome-
diskutility was that the default policykit org.freedesktop.udisks.policy
only allows luks-unlock for active users.  The policy is reasonable,
but gnome-disk-utility should distinguish unlock failures because of
insufficient permissions from incorrect password.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-disk-utility 3.0.2-2ubuntu7
ProcVersionSignature: Ubuntu 3.8.0-25.37~precise1-generic 3.8.13
Uname: Linux 3.8.0-25-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Mon Jul  1 23:02:56 2013
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-disk-utility
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug policykit precise

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

Title:
  misleading incorrect password error when lacking permissions to
  unlock luks

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

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


[Bug 1045430] [NEW] gnome-control-center appearance crash

2012-09-03 Thread Jeffery Medina
Public bug reported:

When opening gnome-control-center and clicking on Appearnace this error 
displays in a terminal (gnome-control-center:14576): GLib-GIO-CRITICAL **: 
g_simple_async_result_take_error: assertion `error != NULL' failed
Segmentation fault (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.2-0ubuntu0.4
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Mon Sep  3 09:52:48 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

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


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

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

Title:
  gnome-control-center appearance crash

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

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


[Bug 1045430] Re: gnome-control-center appearance crash

2012-09-03 Thread Jeffery Medina
-- 
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/1045430

Title:
  gnome-control-center appearance crash

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

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


[Bug 554894] Re: Laptop Switches off following gnome-power-manager crash

2010-06-08 Thread Neil Jeffery
However... Even with the new driver, doing things like watching a video
on youtube still causes the temperature to hit 100 and the laptop to
turn off

-- 
Laptop Switches off following gnome-power-manager crash
https://bugs.launchpad.net/bugs/554894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 554894] Re: Laptop Switches off following gnome-power-manager crash

2010-05-23 Thread Neil Jeffery
Looks like the problem was this:

http://ubuntuforums.org/showthread.php?t=1468489

Needed the restricted driver for my graphics card as the Ubuntu one with
Kernel integration doesn't spin the fan fast enough :(

-- 
Laptop Switches off following gnome-power-manager crash
https://bugs.launchpad.net/bugs/554894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 554894] Re: Laptop Switches off following gnome-power-manager crash

2010-05-18 Thread Neil Jeffery
Still experiencing this problem without the gnome-power-manager.

It looks like the laptop is getting too hot and turning off at 100
degress C.  This is happening even if the laptop is placed on a flat
service in a cool room, even if I am not doing anything processor
intensive.

I have scaled the CPUs down from 1.9GHz to 950MHz in order to reduce the
heat output which seems to be working.

I do not believe this is a hardware problem with the laptop as this
overheating never happens in Windows, nor in Ubuntu 9.10 even when
running CPU intensive tasks for long periods of time.

Does 10.04 have a lower temperature for cut off?  Or could 10.04 be
sending the cooling fan a lower voltage than it should be?

-- 
Laptop Switches off following gnome-power-manager crash
https://bugs.launchpad.net/bugs/554894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 554894] Re: Laptop Switches off following gnome-power-manager crash

2010-04-25 Thread Neil Jeffery
Still experiencing this problem with the latest versions of 10.04 RC.

gnome-power-manager isn't crashing but the laptop is randomly switching
off.

One theory I have that would explain *some* of the reboots is that when
the warning appears to say the battery is getting low, and the power
cord is plugged in (and recognised) the laptop still switches off a few
minutes later.  It is like it hasn't fully recognised the fact the power
is plugged in

Please let me know if you want any further details on hardware setup
etc.

-- 
Laptop Switches off following gnome-power-manager crash
https://bugs.launchpad.net/bugs/554894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 475615] Re: LOST messages in the chat window, but present in empathy log

2010-04-10 Thread Neil Jeffery
I am seeing this issue

I was sent the following in a single message via MSN:

can i borrow some chairs?
no, we wont get them back
errr, yeh you will
no i've played that game before we wont
*stare*
go find someone you know
hm

The message appeared in the alert in the top right and the logs, but not
the chat window.  I have the latest packages in Lucid Lynx as of 10th
April 2010

-- 
LOST messages in the chat window, but present in empathy log
https://bugs.launchpad.net/bugs/475615
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 554894] [NEW] Laptop Switches off following gnome-power-manager crash

2010-04-03 Thread Neil Jeffery
Public bug reported:

Binary package hint: gnome-power-manager

n...@neil-laptop:~$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04
n...@neil-laptop:~$ apt-cache policy gnome-power-manager 
gnome-power-manager:
  Installed: 2.30.0-0ubuntu1
  Candidate: 2.30.0-0ubuntu1
  Version table:
 *** 2.30.0-0ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
n...@neil-laptop:~$ 

gnome-power-manager is crashing fairly often (at least once a day and I
use the latop for about 3-4 hours a day) - I will attach a bug report
next time

A short time after the laptop completely switches off without warning.
No shutdown, no application close, nothing.  It is like the battery was
removed.

I am confident it isn't a hardware fault,m as I never experienced the
problem with previous stable Ubuntu versions, and I dual boot with
Windows Vista and do not see any similar issues there.

Laptop is a Toshiba Satellite Pro L300D-11O

I am happy to provide any further information that is requested.

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

-- 
Laptop Switches off following gnome-power-manager crash
https://bugs.launchpad.net/bugs/554894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 554894] Re: Laptop Switches off following gnome-power-manager crash

2010-04-03 Thread Neil Jeffery
Laptop just rebooted again without me seeing a gnome-power-manager crash
window

-- 
Laptop Switches off following gnome-power-manager crash
https://bugs.launchpad.net/bugs/554894
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 357825] Re: foggify.py crashed with RuntimeError in foggify()

2009-10-03 Thread Dave Jeffery
The Foggify filter passes its turbulence setting to the the Plasma
filter. However the Plasma filter can only accept turbulence =0.1

It can be fixed by changing line 69 in file /usr/lib/gimp/2.0/plug-
ins/foggify.py from:

(PF_SLIDER, turbulence, _(_Turbulence), 1.0, (0, 10, 0.1)),

to this:

(PF_SLIDER, turbulence, _(_Turbulence), 1.0, (0.1, 10, 0.1)),

-- 
foggify.py crashed with RuntimeError in foggify()
https://bugs.launchpad.net/bugs/357825
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 440495] Re: Gimp on Karmic doesn't find python-fu plug-ins placed in user's home folder

2009-10-03 Thread Dave Jeffery
This is not a bug, this is me being an idiot. I'm sorry about this one -
it's simply a case of allowing the scripts permission to run as a
program. This information is lost when backing up files, so when I
restored the files after doing a clean install of Karmic the plug-ins
would not work. Sorry to have wasted your time on this one.

** Changed in: gimp (Ubuntu)
   Status: New = Invalid

-- 
Gimp on Karmic doesn't find python-fu plug-ins placed in user's home folder
https://bugs.launchpad.net/bugs/440495
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 440495] [NEW] Gimp on Karmic doesn't find python-fu plug-ins placed in user's home folder

2009-10-02 Thread Dave Jeffery
Public bug reported:

Binary package hint: gimp

1) Release of Ubuntu:  Ubuntu 9.10- the Karmic Koala

2) The version of the package I am using:

gimp:
  Installed: 2.6.7-1ubuntu1
  Candidate: 2.6.7-1ubuntu1
  Version table:
 *** 2.6.7-1ubuntu1 0
500 http://hu.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

3) What's meant to happen (and what happened with Intrepid):

i. Place a python plug-in in /home/USER NAME/.gimp-2.6/plug-ins
ii. Start-up The GIMP
iii. Plug in appears in The GIMP filters menu

What happens instead (on Karmic Beta):

4) What happens instead (on Karmic Beta):

i. Place a python plug-in in /home/USER NAME/.gimp-2.6/plug-ins
ii. Start-up The GIMP
iii. Plug in does not appear in The GIMP filters menu

ProblemType: Bug
Architecture: i386
Date: Fri Oct  2 12:29:45 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: gimp 2.6.7-1ubuntu1
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: gimp
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
Gimp on Karmic doesn't find python-fu plug-ins placed in user's home folder
https://bugs.launchpad.net/bugs/440495
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 440495] Re: Gimp on Karmic doesn't find python-fu plug-ins placed in user's home folder

2009-10-02 Thread Dave Jeffery

** Attachment added: An example Python-Fu plug-in. Should appear in Filters - 
Artistic- VHS...
   http://launchpadlibrarian.net/32853799/vhs.py

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32853800/Dependencies.txt

-- 
Gimp on Karmic doesn't find python-fu plug-ins placed in user's home folder
https://bugs.launchpad.net/bugs/440495
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 440553] [NEW] Gimp Karmic Importing Levels Presets from file does not work

2009-10-02 Thread Dave Jeffery
Public bug reported:

Binary package hint: gimp

1) Release of Ubuntu:
Ubuntu 9.10 - Karmic Koala Beta

2) Version of Package:
gimp:
  Installed: 2.6.7-1ubuntu1
  Candidate: 2.6.7-1ubuntu1
  Version table:
 *** 2.6.7-1ubuntu1 0
500 http://hu.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

3) What I expected to happen:
i) Go to Adjust Colour Levels dialog box (_Colours - _Levels...) 
ii) Import Levels from File, using the menu next to the Presets combo box. 
iii) See the imported levels appear in Presets combo box.

4) What happens instead:
i) Go to Adjust Colour Levels dialog box (_Colours - _Levels...) 
ii) Import Levels from File, using the menu next to the Presets combo box. 
iii) No levels are imported from file, Presets combo box remains empty.

ProblemType: Bug
Architecture: i386
Date: Fri Oct  2 14:38:23 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: gimp 2.6.7-1ubuntu1
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: gimp
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
Gimp Karmic Importing Levels Presets from file does not work
https://bugs.launchpad.net/bugs/440553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 440553] Re: Gimp Karmic Importing Levels Presets from file does not work

2009-10-02 Thread Dave Jeffery

** Attachment added: Example GIMP levels file
   http://launchpadlibrarian.net/32859591/rgb

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32859592/Dependencies.txt

-- 
Gimp Karmic Importing Levels Presets from file does not work
https://bugs.launchpad.net/bugs/440553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gimp in ubuntu.

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


[Bug 393519] [NEW] GRUB shows error 22 and will not start

2009-06-29 Thread Peter Jeffery
Public bug reported:

Binary package hint: nautilus

Downloaded Linux Mint 7 x64 and burnt ISO to CD.  This works OK.   The
tried to install Mint to my HDD.  Appears to have installed but when I
try to boot the computer, I do NOT get a dula boot option and the Mint
startup will not occur.  A message saying GRUB loading stage 1.5   The
GRUB loading, please wait ...  and, finally, Error 22 and machine
locks up.   As a result I cannot use Windows Vista 64 which is mu OS and
I have not had Mint long enough to know how to use it.

ProblemType: Bug
Architecture: amd64
DistroRelease: LinuxMint 7
ExecutablePath: /usr/bin/nautilus
MediaBuild: Linux_Mint_x64 7 Gloria - Release amd64 (20090603.1)
Package: nautilus 1:2.26.2-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-11-generic x86_64
UnreportableReason: This is not a genuine LinuxMint package

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


** Tags: amd64 apport-bug

-- 
GRUB shows error 22 and will not start
https://bugs.launchpad.net/bugs/393519
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 393519] Re: GRUB shows error 22 and will not start

2009-06-29 Thread Peter Jeffery

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28518741/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/28518742/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/28518743/ProcStatus.txt

-- 
GRUB shows error 22 and will not start
https://bugs.launchpad.net/bugs/393519
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to nautilus in ubuntu.

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


[Bug 346489] Re: Progress bar stays on 0% even after the burning begins

2009-06-28 Thread Dave Jeffery
Seems to be a fix available upstream:

Fix #582261 – brasero shows 0% done, while continues burning discgnome-2-26
Fixed an overflow in variable that stopped wodim/cdrecord to work properly for 
a size over 2GiB

-- 
Progress bar stays on 0% even after the burning begins
https://bugs.launchpad.net/bugs/346489
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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

[Bug 342726] [NEW] Jaunty: BBC plugin cannot connect to server

2009-03-14 Thread Dave Jeffery
Public bug reported:

Binary package hint: totem

1. Description: Ubuntu jaunty (development branch)
Release:9.04

2. totem:
  Installed: 2.25.92-0ubuntu2
  Candidate: 2.25.92-0ubuntu2
  Version table:
 *** 2.25.92-0ubuntu2 0
500 http://hu.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

3. Totem connects to the BBC Server to list podcasts

4. Message in BBC Totem plugin saying Could not connect to server.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/totem-gstreamer
Package: totem-gstreamer 2.25.92-0ubuntu2
ProcEnviron:
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.28-9-generic i686

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


** Tags: apport-bug i386

-- 
Jaunty: BBC plugin cannot connect to server
https://bugs.launchpad.net/bugs/342726
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 342726] Re: Jaunty: BBC plugin cannot connect to server

2009-03-14 Thread Dave Jeffery

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23851466/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/23851467/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/23851468/ProcStatus.txt

-- 
Jaunty: BBC plugin cannot connect to server
https://bugs.launchpad.net/bugs/342726
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 337606] Re: When playing an album of .oga files, Rhythmbox stops playing at the end of the first track

2009-03-04 Thread Dave Jeffery
Hope this is OK. Rhythmbox was minimised, so maybe the new notifications
are a problem.

Anyway, best of luck, and if the bug report is not OK then I'll try and
do another one.

** Attachment added: Rhythmbox after it fails to play track 2
   http://launchpadlibrarian.net/23421877/rhythmbox-debug.txt

-- 
When playing an album of .oga files, Rhythmbox stops playing at the end of the 
first track
https://bugs.launchpad.net/bugs/337606
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 337606] Re: When playing an album of .oga files, Rhythmbox stops playing at the end of the first track

2009-03-03 Thread Dave Jeffery

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23405122/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/23405123/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/23405124/ProcStatus.txt

-- 
When playing an album of .oga files, Rhythmbox stops playing at the end of the 
first track
https://bugs.launchpad.net/bugs/337606
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 337606] Re: When playing an album of .oga files, Rhythmbox stops playing at the end of the first track

2009-03-03 Thread Dave Jeffery
This is an intermittent bug, but it happens enough to me to be annoying.
The most common time it happens is when I switch on the computer for the
first time in the day, open rhythmbox, select the first track on an
album and expect the album to play.

After this bug has happened once, it doesn't seem to happen again for
the remainder of a session.

-- 
When playing an album of .oga files, Rhythmbox stops playing at the end of the 
first track
https://bugs.launchpad.net/bugs/337606
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 337606] [NEW] When playing an album of .oga files, Rhythmbox stops playing at the end of the first track

2009-03-03 Thread Dave Jeffery
Public bug reported:

Binary package hint: rhythmbox

1. /usr/bin/lsb_release:81: DeprecationWarning: the sets module is deprecated
  import sets
Description:Ubuntu jaunty (development branch)
Release:9.04

2.  /usr/bin/lsb_release:81: DeprecationWarning: the sets module is deprecated
  import sets
Description:Ubuntu jaunty (development branch)
Release:9.04

3. After selecting the first track in an album (of .oga files) to play,
I expected the whole album to play.

4. Rhythmbox stops playing at the end of track 1.

ProblemType: Bug
Architecture: i386
DistroRelease: /usr/bin/lsb_release:81: DeprecationWarning: the sets module is 
deprecated   import sets Ubuntu 9.04
ExecutablePath: /usr/bin/rhythmbox
Package: rhythmbox 0.11.6svn20090209-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox
Uname: Linux 2.6.28-8-generic i686

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


** Tags: apport-bug i386

-- 
When playing an album of .oga files, Rhythmbox stops playing at the end of the 
first track
https://bugs.launchpad.net/bugs/337606
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 144721] Re: totem crashed with SIGSEGV

2009-03-02 Thread Dave Jeffery
Occurred when trying to play a YouTube video in Totem. The video never
played - this crash happened first.

-- 
totem crashed with SIGSEGV
https://bugs.launchpad.net/bugs/144721
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 248092] Re: gvfsd-trash crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2009-02-28 Thread Dave Jeffery
I was trying to restore a folder from the trash that had been used by a
Wine Application (BeebEm).

-- 
gvfsd-trash crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/248092
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 231739] Re: Totem freezes after several pauses

2009-02-25 Thread Dave Jeffery
I never experienced this bug in the release version of Intrepid, but in
Jaunty Alpha 4 it seems to occur regularly. I find podcasts from the BBC
plug in pause around 25 minutes in and whilst the rest of totem is
functional, I cannot resume the podcast.

-- 
Totem freezes after several pauses
https://bugs.launchpad.net/bugs/231739
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 333726] [NEW] Problems streaming mp3 audio from Open Location...

2009-02-24 Thread Dave Jeffery
Public bug reported:

Binary package hint: totem

Totem on Ubuntu Alpha 4 has difficulties in streaming mp3 audio from a
supplied location.

1. Description: Ubuntu jaunty (development branch)
Release:9.04

2. totem:
  Installed: 2.25.90-0ubuntu3
  Candidate: 2.25.90-0ubuntu3
  Version table:
 *** 2.25.90-0ubuntu3 0
500 http://hu.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

3. When given a location in Open Location... will stream audio with no
problems, as it did in Intrepid Ibex.

4. It will becomes totally unresponsive (a greyed out window in DarkRoom
Theme) and tries to download the whole audio stream if you try to use
Open Location... to play it. Sometimes the audio will restart from the
beginning, or refuse to play.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: nvidia
Package: totem-gstreamer 2.25.90-0ubuntu3
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.28-8-generic i686

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


** Tags: apport-bug i386

-- 
Problems streaming mp3 audio from Open Location...
https://bugs.launchpad.net/bugs/333726
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 333726] Re: Problems streaming mp3 audio from Open Location...

2009-02-24 Thread Dave Jeffery

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23046103/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/23046104/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/23046105/ProcStatus.txt

-- 
Problems streaming mp3 audio from Open Location...
https://bugs.launchpad.net/bugs/333726
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 311690] [NEW] Report A Bug Launchpad page missing for Rhythmbox

2008-12-26 Thread Dave Jeffery
Public bug reported:

Binary package hint: launchpad-integration

1) Ubuntu 8.10 - the Intrepid Ibex

2) rhythmbox:
  Installed: 0.11.6svn20081008-0ubuntu4.2
  Candidate: 0.11.6svn20081008-0ubuntu4.2
  Version table:
 *** 0.11.6svn20081008-0ubuntu4.2 0
500 http://hu.archive.ubuntu.com intrepid-updates/main Packages
100 /var/lib/dpkg/status
 0.11.6svn20081008-0ubuntu4 0
500 http://hu.archive.ubuntu.com intrepid/main Packages

3) A page to appear in Launchpad when I selected Report A Problem

4) A Page Not Found message appeared

** Affects: launchpad-integration (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Report A Bug Launchpad page missing for Rhythmbox
https://bugs.launchpad.net/bugs/311690
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to launchpad-integration in ubuntu.

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