[Bug 2071463] [NEW] Duplicate unread message notifications between dash and dock

2024-06-28 Thread Jake Hoban
Public bug reported:

When there are unread messages in a messaging app (e.g. Mattermost,
Telegram, Proton Mail, whatsapp-for-linux - some of these are installed
from deb and some from snap) the unread count appears in the dash, but
stays after I've read the messages unless I also dismiss it from the
Gnome dock notification centre. The only way to stop that behaviour
seems to be to set "do not disturb" in Gnome dock but that's not what i
want. I want notifications for unread messages, which disappear
automatically when I've read them.

Screenshot attached - Mattermost icon in dash shows 3 unread messages,
although they have all been read.  At the top you see the notification
centre where I have to click away the messages to make the count on the
icon go down.

Ubuntu 24.04, gnome-shell 46.0-0ubuntu5.1

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: gnome-shell 46.0-0ubuntu5.1
ProcVersionSignature: Ubuntu 6.8.0-36.36-generic 6.8.4
Uname: Linux 6.8.0-36-generic x86_64
ApportVersion: 2.28.1-0ubuntu3
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun 28 13:20:03 2024
DisplayManager: gdm3
InstallationDate: Installed on 2024-05-12 (47 days ago)
InstallationMedia: Ubuntu 23.10.1 "Mantic Minotaur" - Release amd64 (20231016.1)
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
 SHELL=/bin/bash
 TERM=xterm-256color
 XDG_RUNTIME_DIR=
RelatedPackageVersions: mutter-common 46.0-1ubuntu9
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to noble on 2024-05-13 (46 days ago)

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


** Tags: amd64 apport-bug noble wayland-session

** Attachment added: "Screenshot from 2024-06-28 13-26-53.png"
   
https://bugs.launchpad.net/bugs/2071463/+attachment/5793084/+files/Screenshot%20from%202024-06-28%2013-26-53.png

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

Title:
  Duplicate unread message notifications between dash and dock

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


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

[Bug 1906995] [NEW] Gnome suddently crahses after update

2020-12-06 Thread jake
Public bug reported:

After Ubuntu enter sleep mode, Gnome crashes

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: gnome-shell 3.38.1-1ubuntu1.1
ProcVersionSignature: Ubuntu 5.8.0-31.33-generic 5.8.17
Uname: Linux 5.8.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Dec  6 16:25:49 2020
DisplayManager: gdm3
InstallationDate: Installed on 2020-11-21 (15 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
RelatedPackageVersions: mutter-common 3.38.1-2ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to groovy on 2020-11-30 (6 days ago)

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


** Tags: amd64 apport-bug groovy wayland-session

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

Title:
  Gnome suddently crahses after update

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

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

[Bug 1617468] Re: Package contains files in /usr/@DATADIRNAME@/locale

2016-12-02 Thread Jake Li
When will this bug be fixed? Could I delete the directory?

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

Title:
  Package contains files in /usr/@DATADIRNAME@/locale

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

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


[Bug 1627612] [NEW] systemctl restart xxx* does not restart inactive services

2016-09-26 Thread Jake Yip
Public bug reported:

Man pages of systemctl indicates that the start, restart, status takes
in [PATTERN], which accepts wildcard.

However, for an inactive service, it does not work UNLESS --all is
provided, which does not make sense for a command like restart. If one
wants to restart only if service is active, there is the try-restart
command.

To replicate

1. Stop a service. `systemctl stop sysstat.service`
2. Restart with wildcard. `systemctl restart sysstat*`
3. Check service status. It should still be inactive.
4. Restart with --all wildcard. `systemctl restart --all sysstat*`
5. Check again, service should have been started.

More logs below

root@notifications-m:~# systemctl status sysstat.service 
● sysstat.service - LSB: Start/stop sysstat's sadc
   Loaded: loaded (/etc/init.d/sysstat; bad; vendor preset: enabled)
   Active: active (exited) since Mon 2016-09-26 16:22:02 AEST; 48min ago
 Docs: man:systemd-sysv-generator(8)
  Process: 3607 ExecStop=/etc/init.d/sysstat stop (code=exited, 
status=0/SUCCESS)
  Process: 3809 ExecStart=/etc/init.d/sysstat start (code=exited, 
status=0/SUCCESS)
Tasks: 0
   Memory: 0B
  CPU: 0

Sep 26 16:22:02 notifications-m systemd[1]: Starting LSB: Start/stop sysstat's 
sadc...
Sep 26 16:22:02 notifications-m systemd[1]: Started LSB: Start/stop sysstat's 
sadc.
root@notifications-m:~# systemctl stop sysstat.service 
root@notifications-m:~# systemctl status sysstat.service 
● sysstat.service - LSB: Start/stop sysstat's sadc
   Loaded: loaded (/etc/init.d/sysstat; bad; vendor preset: enabled)
   Active: inactive (dead) since Mon 2016-09-26 17:10:16 AEST; 1s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 8228 ExecStop=/etc/init.d/sysstat stop (code=exited, 
status=0/SUCCESS)
  Process: 3809 ExecStart=/etc/init.d/sysstat start (code=exited, 
status=0/SUCCESS)

Sep 26 16:22:02 notifications-m systemd[1]: Starting LSB: Start/stop sysstat's 
sadc...
Sep 26 16:22:02 notifications-m systemd[1]: Started LSB: Start/stop sysstat's 
sadc.
Sep 26 17:10:16 notifications-m systemd[1]: Stopping LSB: Start/stop sysstat's 
sadc...
Sep 26 17:10:16 notifications-m systemd[1]: Stopped LSB: Start/stop sysstat's 
sadc.
(reverse-i-search)`restar': systemctl ^Cstart --all 
ceilometer-agent-notification*
root@notifications-m:~# systemctl restart sysstat*
root@notifications-m:~# systemctl status sysstat.service 
● sysstat.service - LSB: Start/stop sysstat's sadc
   Loaded: loaded (/etc/init.d/sysstat; bad; vendor preset: enabled)
   Active: inactive (dead) since Mon 2016-09-26 17:10:16 AEST; 16s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 8228 ExecStop=/etc/init.d/sysstat stop (code=exited, 
status=0/SUCCESS)
  Process: 3809 ExecStart=/etc/init.d/sysstat start (code=exited, 
status=0/SUCCESS)

Sep 26 16:22:02 notifications-m systemd[1]: Starting LSB: Start/stop sysstat's 
sadc...
Sep 26 16:22:02 notifications-m systemd[1]: Started LSB: Start/stop sysstat's 
sadc.
Sep 26 17:10:16 notifications-m systemd[1]: Stopping LSB: Start/stop sysstat's 
sadc...
Sep 26 17:10:16 notifications-m systemd[1]: Stopped LSB: Start/stop sysstat's 
sadc.
root@notifications-m:~# systemctl restart --all sysstat*
root@notifications-m:~# systemctl status sysstat.service 
● sysstat.service - LSB: Start/stop sysstat's sadc
   Loaded: loaded (/etc/init.d/sysstat; bad; vendor preset: enabled)
   Active: active (exited) since Mon 2016-09-26 17:10:39 AEST; 1s ago
 Docs: man:systemd-sysv-generator(8)
  Process: 8228 ExecStop=/etc/init.d/sysstat stop (code=exited, 
status=0/SUCCESS)
  Process: 8250 ExecStart=/etc/init.d/sysstat start (code=exited, 
status=0/SUCCESS)

Sep 26 17:10:39 notifications-m systemd[1]: Starting LSB: Start/stop sysstat's 
sadc...
Sep 26 17:10:39 notifications-m systemd[1]: Started LSB: Start/stop sysstat's 
sadc.

** 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/1627612

Title:
  systemctl restart xxx* does not restart inactive services

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

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

[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2013-02-18 Thread jake brown
Glad it worked for you guys! I use the keyboard when I am lying in bed
at night using my computer on my TV, and I only run linux on my devices
so I am relieved it works (especially seeming it cost me about $150 in
Australia for the keyboard and $30 for the Bluetooth adapter).

Does anyone more adept at Linux know why this fails to connect on the
GUI; it seems it fails in Ubuntu  Redhat from what I have seen so far
(basically gnome-bluetooth).


On a side note, if you want to make the Fn keys work without hitting the Fn 
button (useful for switching terminal windows etc if you have command line 
based system or setting up, stops you accidently 'changing devices' while 
looking for the F1, F2, F3 key), read, download and compile this:

http://www.trial-n-error.de/posts/2012/12/31/logitech-k810-keyboard-configurator/
http://www.trial-n-error.de/static/articles/k810/k810_conf-v0.1.tar.bz2

I had to change line 59 from:
printf(write: %d were written instead of %ld.\n, res, len);

to:
printf(write: %d were written instead of %d.\n, res, len);

to get it to compile properly. Then just set it up to run everytime on
bootup and your Fn keys act like normal.

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

Title:
  bluetooh-wizard failed to connect to a keyboard

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

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


[Bug 1122028] [NEW] gsettings does not respect dconf locks

2013-02-11 Thread Jake Allen
Public bug reported:

Description:Ubuntu 12.04.1 LTS
Release:12.04

libglib2.0-bin:
  Installed: 2.32.3-0ubuntu1
  Candidate: 2.32.3-0ubuntu1

gsettings does not respect locked dconf values (although it does know
that they are not writable).

Steps to reproduce:
1. Lock the value of /org/gnome/desktop/session/idle-delay by setuping up dconf
as outlined at https://live.gnome.org/dconf/SystemAdministrators, specifically

$ mkdir -p /etc/dconf/profile
$ mkdir -p /etc/dconf/db/local.d
$ mkdir -p /etc/dconf/db/site.d/locks

$ cat /etc/dconf/profiles/user
user-db:user
system-db:local
system-db:site

$ cat /etc/dconf/db/site.d/screensaver
[org/gnome/desktop/session]
idle-delay=10

$ cat /etc/dconf/db/site.d/locks/screensaver
/org/gnome/desktop/session/idle-delay

2. Run `dconf update` to updates these changes.

3. Run `dconf read /org/gnome/desktop/session/idle-delay` and observe
the value is '10'.

4. Run `gsettings get org.gnome.desktop.session idle-delay` and observe
the value is the default value 'uint32 600'


Expected results:
dconf and gsettings would return the same value.

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

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

Title:
  gsettings does not respect dconf locks

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

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


[Bug 1035431] Re: bluetooh-wizard failed to connect to a keyboard

2013-02-07 Thread jake brown
Hi there..
I had the same issue as you but I solved it while playing around on LinuxMint 
(with a logitech K810). The issue is that once you type in sudo 
bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX the computer waits for a passkey, 
which never arrives, because you don't know what it is. Using the bluez 
hcidump tool (install if required), you can see what the passkey is and type 
it into the K810 before the connection times out.
Below is copied  pasted from the link you mentioned, plus what I did to get my 
K810 to work:

In a new terminal type:
hcitool scan and copy mac address XX:XX:XX:XX:XX:XX

Now in another terminal type:
sudo hcidump -at

You should get something like (followed by a blinking cursor):
HCI sniffer - Bluetooth packet analyzer ver 2.4
device: hci0 snap_len: 1028 filter: 0x

Switch back to your original terminal and type:
sudo bluez-simple-agent hci0 XX:XX:XX:XX:XX:XX

Now in the hcidump terminal you will see a few  things scroll past until you 
get something that looks like:
2013-02-07 15:35:40.653393  HCI Event: User Passkey Notification (0x3b) plen 10
bdaddr XX:XX:XX:XX:XX:XX passkey 66235

Type the 'passkey' in to the keyboard on the K810 and press ENTER
On success you should get Release and New device (/org/bluez/...

Now set device as trusted:
sudo bluez-test-device trusted XX:XX:XX:XX:XX:XX yes

You might have a connection now, but still need to:
sudo bluez-test-input connect XX:XX:XX:XX:XX:XX

Now reboot and hope for the best!

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

Title:
  bluetooh-wizard failed to connect to a keyboard

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

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


[Bug 953717] [NEW] package gconf2 3.2.5-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 250

2012-03-12 Thread jake
Public bug reported:

this error occured during a net upgrade of Kubuntu

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gconf2 3.2.5-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-16.29-generic 3.0.20
Uname: Linux 3.0.0-16-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Mon Mar 12 23:56:14 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 250
InstallationMedia: Kubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: gconf
Title: package gconf2 3.2.5-0ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 250
UpgradeStatus: Upgraded to precise on 2012-03-13 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package gconf2 3.2.5-0ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 250

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

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


[Bug 953717] Re: package gconf2 3.2.5-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 250

2012-03-12 Thread jake
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/953717

Title:
  package gconf2 3.2.5-0ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 250

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

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


[Bug 805154] Re: gdm-simple-slave crashed with SIGSEGV in _nss_compat_getpwnam_r()

2011-10-20 Thread Jake Kauth
MeToo.

After upgrading from 10.04 to 10.10, 11.04, then 11.10, I started
getting this bug.

The fix for me was to disable autologin (and other options?) by doing this
mv /etc/gdm/custom /etc/gdm/custom.conf.bak and rebooting.

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

Title:
  gdm-simple-slave crashed with SIGSEGV in _nss_compat_getpwnam_r()

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

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


[Bug 436731] Re: Google calendar support broken; repeatedly asks for password

2011-10-15 Thread Jake
Confirming that this is still persisting in Oneiric. I had to reboot my
computer to get it to stop.

Also, it won't let me delete all the Google Calendar accounts, and at
one point, one calendar that I had deleted *reappeared* after the
password prompt came up! WTF!?!?!?!?

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

Title:
  Google calendar support broken; repeatedly asks for password

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

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


[Bug 852033] Re: gnome-control-center crashed with SIGABRT in g_assertion_message()

2011-10-03 Thread Jake
*** This bug is a duplicate of bug 838393 ***
https://bugs.launchpad.net/bugs/838393

I am also affected.

This particular crash has already been reported and is a duplicate of
bug #838393, so is being marked as such. Please look at the other bug
report 

Following that link gives the error message Bug 838393 cannot be
found. Wrong bug number?

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

Title:
  gnome-control-center crashed with SIGABRT in g_assertion_message()

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

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


[Bug 833397] Re: indicator power displayed twice on panel

2011-09-28 Thread Jake
I am seeing this as well, with the same off the panel issue shown in
walter-garcia's screenshot.

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

Title:
  indicator power displayed twice on panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/833397/+subscriptions

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


[Bug 833397] Re: indicator power displayed twice on panel

2011-09-28 Thread Jake
Also, I am running Unity 3d.

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

Title:
  indicator power displayed twice on panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/833397/+subscriptions

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


[Bug 630512] Re: nautilus location bar no longer recognizes ~ as /home/username

2011-01-25 Thread Jake Tolbert
Just updated from maverick-proposed. The test seems to be working great.
If I run into any other problems with it, I'll post further--for now, it
seems to be working great.

Great work, very much appreciated here.

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

Title:
  nautilus location bar no longer recognizes ~ as /home/username

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


[Bug 413357] Re: file-roller An error occurred while adding files to the archive.

2011-01-18 Thread Jake Tolbert
To add to this bug, when I get this error, it's unclear which
compression job caused it--the dialog provides no feedback as to what
archive file I was trying to create when I received it.

Often, I'll start 2 or 3 compression jobs at once--if I receive this
error after they've all completed, I have no way of knowing which
file/compression job caused the error.

A simple bit of feedback in the error dialog would be extremely helpful
here, something to the effect of Error while trying to create
backup.tar.gz: some files cannot be added to the archive.

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

Title:
  file-roller An error occurred while adding files to the archive.

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


[Bug 627397] Re: Totem plugin for uPNP not working in Maverick and Lucid

2010-11-13 Thread Jake van Vliet
Use Coherence DLNA/uPNP Client plugin on totem with Synology DS210+
Media Server (DSM 3.0)

Ubuntu 10.04.1 LTS (Lucid)
Linux kernel 2.6.32-25-generic
GStreamer Core Library version 0.10.28

Using

However if I select another entry in SideBar this error pops up:

This one runs fine:

request to play: bravia_paint_70s_eu_1280x720 32/@89
http://10.0.0.200:50002/v/NDLNA/89.mov

The second one crashes with alert Cannot open Location

request to play: bravia_featurette_large 32/@88 
http://10.0.0.200:50002/v/NDLNA/88.mov
** Message: Error: Cannot resolve proxy hostname
gstsouphttpsrc.c(913): gst_soup_http_src_finished_cb (): 
/GstPlayBin2:play/GstURIDecodeBin:uridecodebin0/GstSoupHTTPSrc:source:
libsoup status code 3

Must restart Totem to clear this error.

-- 
Totem plugin for uPNP not working in Maverick and Lucid
https://bugs.launchpad.net/bugs/627397
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 659411] Re: Entering a tilda ~ does not take you to the home directory

2010-11-05 Thread Jake Tolbert
Out of curiosity (and mostly for my education--I don't really know how
these things work), how does the process work for this to get fixed up?

I see on the upstream bug report that someone's attached a patch. How
does that patch make its way into the Ubuntu update process (and what
sort of time frame do these things normally run on)?

-- 
Entering a tilda ~ does not take you to the home directory
https://bugs.launchpad.net/bugs/659411
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 429987] Re: Can't create Encrypted device with gnome-disk-utility

2010-10-28 Thread Jake Wells
On my 10.10 desktop remix I got this error message: Error creating partition'
Details: 'Error starting job: Failed to execute child process cryptsetup (No 
such file or directory)'

-- 
Can't create Encrypted device with gnome-disk-utility
https://bugs.launchpad.net/bugs/429987
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu.

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


[Bug 332348] Re: Display icon indication for mobile/web client/bot/etc IM users

2010-10-07 Thread Jake LeMaster
People are giving feedback to this issue. Some developers would be
interested in that. It's frustrating to have the usability of a program
hurt so badly by such a seemingly small thing. (It seems like it should
be able to qualify as a Papercut.)

And this bug report has a whole 7 comments in the extremely long time
it's been open. I really don't think you're justified in making a huff
over it.

-- 
Display icon indication for mobile/web client/bot/etc IM users
https://bugs.launchpad.net/bugs/332348
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 638103] [NEW] gdm 2.30.5-0ubuntu4 regression - wrong resolution

2010-09-14 Thread Jake LeMaster
Public bug reported:

Binary package hint: gdm

Since upgrading gdm to 2.30.5-0ubuntu4 from the previous version, it
fails to set the correct resolution at bootup. This is the first time
it's ever done this. In the past it has always chosen my monitor's
correct native widescreen resolution of 1440x900, but it's now choosing
1280x1024.

I'm using an ATI card with the default non-proprietary Xorg drivers.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gdm 2.30.5-0ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic i686
Architecture: i386
Date: Tue Sep 14 09:26:28 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gdm

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


** Tags: apport-bug i386 maverick

-- 
gdm 2.30.5-0ubuntu4 regression - wrong resolution
https://bugs.launchpad.net/bugs/638103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 638103] Re: gdm 2.30.5-0ubuntu4 regression - wrong resolution

2010-09-14 Thread Jake LeMaster

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/638103/+attachment/1583254/+files/Dependencies.txt

-- 
gdm 2.30.5-0ubuntu4 regression - wrong resolution
https://bugs.launchpad.net/bugs/638103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 432814] Re: Touchpad: Action for middle and right click is reversed since jaunty

2010-08-22 Thread Jake LeMaster
Thanks for the PPA. It let me fix GNOME's/Ubuntu's bad/idiosyncratic
touchpad defaults. I couldn't understand why in the world double-tapping
was resulting in a right-click when I started using Ubuntu on my
netbook. It's a real pain. Hopefully this will be fixed in 10.10.

-- 
Touchpad: Action for middle and right click is reversed since jaunty
https://bugs.launchpad.net/bugs/432814
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 150690] Re: Can't drag a window to another workspace

2010-08-15 Thread Jake LeMaster
Ugh. So yeah, these Compiz/Workspace Switcher bugs still obviously
exist.

1. Can't use mouse wheel to scroll workspaces in the switcher.
2. Can't drag from the window list to the workspace switcher to send a window 
to another workspace.
3. Can't drag a window from the window switcher and drop it on itself to do the 
same thing.

Those are three things I do often in Metacity that I can't do in Compiz.
These issues are literally the only reasons I have Visual Effects set to
None. I don't understand why I can't at least use my mouse wheel to
change workspaces in the switcher when clicking works.

-- 
Can't drag a window to another workspace
https://bugs.launchpad.net/bugs/150690
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 332348] Re: Display icon indication for mobile/web client/bot/etc IM users

2010-08-11 Thread Jake LeMaster
This is one reason I also can't seriously switch from Pidgin to Empathy.
I remember trying Empathy out last year (I believe) and running into
this issue and finding this same (I assume) open bug report. Knowing
whether or not my friends are on their mobile plays a large part in
how/if I communicate with them.

-- 
Display icon indication for mobile/web client/bot/etc IM users
https://bugs.launchpad.net/bugs/332348
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to empathy in ubuntu.

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


[Bug 551507] Re: Gedit indent (CTRL+T) plugin missing

2010-05-05 Thread Jake Guthmiller
I agree;  I just spent a ton of time searching for this just to figure
out that you can't easily indent single lines anymore.  :(

-- 
Gedit indent (CTRL+T) plugin missing
https://bugs.launchpad.net/bugs/551507
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gedit in ubuntu.

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


[Bug 326840] Re: cant type on the terminal

2010-03-27 Thread JAKE
the terminal freezes and no other inputs on the terminal screen can be
made.

-- 
cant type on the terminal
https://bugs.launchpad.net/bugs/326840
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 490383] [NEW] All Sound skipping using linux on mac book pro

2009-11-30 Thread Jake K
Public bug reported:

Binary package hint: rhythmbox

the same as previous

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 425891a1bed1a554d3a22c5b08089a84
CheckboxSystem: 4c4df9e24ff6bf6f174a397fc6f54cd0
Date: Mon Nov 30 10:30:54 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: rhythmbox 0.12.5-0ubuntu5
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: rhythmbox
Uname: Linux 2.6.31-15-generic i686

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


** Tags: apport-bug i386

-- 
 All Sound skipping using linux on mac book pro
https://bugs.launchpad.net/bugs/490383
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 490383] Re: All Sound skipping using linux on mac book pro

2009-11-30 Thread Jake K

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

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

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

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36260837/XsessionErrors.txt

-- 
 All Sound skipping using linux on mac book pro
https://bugs.launchpad.net/bugs/490383
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 490127] [NEW] All sound skipping using Linux on Mac book pro 17

2009-11-29 Thread Jake K
Public bug reported:

Binary package hint: yelp

The same intell based mac0x83847680 audio ID 26

ProblemType: Bug
Architecture: i386
CheckboxSubmission: 425891a1bed1a554d3a22c5b08089a84
CheckboxSystem: 4c4df9e24ff6bf6f174a397fc6f54cd0
Date: Sun Nov 29 17:59:16 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/yelp
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Package: yelp 2.28.0-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: yelp
Uname: Linux 2.6.31-15-generic i686
XsessionErrors:
 (gnome-settings-daemon:1373): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1373): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1440): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:1434): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (nautilus:1514): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: apport-bug i386

-- 
All sound skipping using Linux on Mac book pro 17
https://bugs.launchpad.net/bugs/490127
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 490127] Re: All sound skipping using Linux on Mac book pro 17

2009-11-29 Thread Jake K

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

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

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

-- 
All sound skipping using Linux on Mac book pro 17
https://bugs.launchpad.net/bugs/490127
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to yelp in ubuntu.

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


[Bug 396448] Re: inconsistent automounting on startup

2009-11-12 Thread Jake
** Changed in: devicekit-disks (Ubuntu Karmic)
   Status: Fix Released = Fix Committed

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

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


[Bug 185311] Re: hardy, locking assertion failure, xorg/libsdl

2009-07-14 Thread Jake Cobb
I just started having this problem in hardy (manifested by Java) after
an update today (2009-07-14).  The sed/XINERAMA workaround suggested by
others earlier worked for now.

Here are the packages I upgraded, it began immediately afterward:

2009-07-14 09:12:52 upgrade libdbus-1-3 1.1.20-1ubuntu3.2 1.1.20-1ubuntu3.3
2009-07-14 09:12:52 upgrade dbus 1.1.20-1ubuntu3.2 1.1.20-1ubuntu3.3
2009-07-14 09:12:52 upgrade dbus-x11 1.1.20-1ubuntu3.2 1.1.20-1ubuntu3.3
2009-07-14 09:12:52 upgrade libtiff4 3.8.2-7ubuntu3.2 3.8.2-7ubuntu3.4
2009-07-14 09:12:52 upgrade libtiff-tools 3.8.2-7ubuntu3.2 3.8.2-7ubuntu3.4

-- 
hardy, locking assertion failure, xorg/libsdl
https://bugs.launchpad.net/bugs/185311
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in ubuntu.

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


[Bug 388289] Re: gtkfilechooser save/save as dialog not 100% navigable by keyboard

2009-07-13 Thread Jake Tolbert
I was primarily thinking of a alt+x mneomic-style hotkey, which for the
most part, is unavailable.

I just opened a few gtk programs to see if I could nail down exactly
what I'm thinking of. In a few of them (OO.write and Gimp, for example),
there IS a mnemonic hotkey for Select File Type. Other program's save
as dialog only have a drop-down menu widget for which there doesn't
seem to be a mnemonic (Firefox and Gedit, for example). Unfortunately,
while hitting alt+t to focus on that dialog does open the dialog, it
doesn't FOCUS it. You have to either hit tab several times or use the
mouse.

My goal is to navigate the entire dialog via keyboard in the most
efficient manner possible, which would mean a mnemonic that focuses the
dialog or focuses/opens the drop-down menu, depending on which is
available. I tend to think it should consistently be one or another, but
that's only my (uninformed) opinion and certainly out of the scope of
this bug report.

Let me know as far as any testing or reporting I can provide! Thanks for
your hard work!

-- 
gtkfilechooser save/save as dialog not 100% navigable by keyboard
https://bugs.launchpad.net/bugs/388289
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 386150] Re: Nautilus file browser toolbar is complicated, redundant, and ugly

2009-07-02 Thread Jake Tolbert
I've always felt, particularly on 15 and 14 laptop screens that
Nautilus' icons were bigger than they were useful.

How can we move this discussion beyond 'here's my preferences'? What's
the best way to approach user testing so this paper cut gets resolved?

-- 
Nautilus file browser toolbar is complicated, redundant, and ugly
https://bugs.launchpad.net/bugs/386150
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 388289] [NEW] gtkfilechooser save/save as dialog not 100% navigable by keyboard

2009-06-17 Thread Jake Tolbert
Public bug reported:

When saving a file, the save/save as dialog does not offer any obvious
options to select the file format drop down, making navigation of this
dialog purely with the keyboard almost impossible.

Several other bugs are related to this keyboard navigation issue (Bug
#387957 and Bug #54950, for example), but here, I take issue with the
lack of usability in providing an (obvious) hotkey.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: papercut

-- 
gtkfilechooser save/save as dialog not 100% navigable by keyboard
https://bugs.launchpad.net/bugs/388289
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 388289] Re: gtkfilechooser save/save as dialog not 100% navigable by keyboard

2009-06-17 Thread Jake Tolbert
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
gtkfilechooser save/save as dialog not 100% navigable by keyboard
https://bugs.launchpad.net/bugs/388289
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 295543] [NEW] Bug on install

2008-11-08 Thread Jake Bunce
Public bug reported:

Setting up capplets-data (1:2.24.0.1-0ubuntu7.1) ...
WARNING: Failed to parse default value `??? ?? 
;gtk-theme-selector.desktop, ??? 
???;default-applications.desktop,??? ;gnome-cups-manager.desktop]' 
for schema (/schemas/apps/control-center/cc_actions_list)

Install with aptitude

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

-- 
Bug on install
https://bugs.launchpad.net/bugs/295543
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in ubuntu.

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


[Bug 282734] Re: bogofilter error messages in evolution

2008-11-06 Thread Jake Franklin
Same bug for me on 8.10.  Marking a message as Junk clears the issue.

-- 
bogofilter error messages in evolution
https://bugs.launchpad.net/bugs/282734
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 252542] [NEW] Evince Document Viewer prints parts of PDF it should not

2008-07-28 Thread Jake Skylark
Public bug reported:

Binary package hint: evince

If you buy pre-paid postage as a personal customer from
www.royalmail.com for the DL envelope type, the PDF comes with the word
Sample across it and a box saying that Sample will not appear when
printed'. In Windows and Mac OS X neither the word Sample nor the box
saying it will not be printed are printed but with Evince they are.

Description:Ubuntu 8.04.1
Release:8.04
evince:
  Installed: 2.22.2-0ubuntu1

ProblemType: Bug
Architecture: i386
Date: Mon Jul 28 12:10:55 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evince
Package: evince 2.22.2-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
Evince Document Viewer prints parts of PDF it should not
https://bugs.launchpad.net/bugs/252542
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 252542] Re: Evince Document Viewer prints parts of PDF it should not

2008-07-28 Thread Jake Skylark

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

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

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

-- 
Evince Document Viewer prints parts of PDF it should not
https://bugs.launchpad.net/bugs/252542
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evince in ubuntu.

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


[Bug 240045] Re: package gnome-games 1:2.22.2.1-0ubuntu1 failed to install/upgrade: dependency problems - leaving unconfigured

2008-06-14 Thread JAKE

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

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/15317626/DpkgTerminalLog.txt

-- 
package gnome-games 1:2.22.2.1-0ubuntu1 failed to install/upgrade: dependency 
problems - leaving unconfigured
https://bugs.launchpad.net/bugs/240045
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 240045] [NEW] package gnome-games 1:2.22.2.1-0ubuntu1 failed to install/upgrade: dependency problems - leaving unconfigured

2008-06-14 Thread JAKE
Public bug reported:

Binary package hint: gnome-games

i tried to install amarok.

ProblemType: Package
Architecture: i386
Date: Sat Jun 14 21:16:57 2008
DistroRelease: Ubuntu 8.04
ErrorMessage: dependency problems - leaving unconfigured
Package: gnome-games 1:2.22.2.1-0ubuntu1
PackageArchitecture: i386
SourcePackage: gnome-games
Title: package gnome-games 1:2.22.2.1-0ubuntu1 failed to install/upgrade: 
dependency problems - leaving unconfigured
Uname: Linux 2.6.24-18-generic i686

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


** Tags: apport-package

-- 
package gnome-games 1:2.22.2.1-0ubuntu1 failed to install/upgrade: dependency 
problems - leaving unconfigured
https://bugs.launchpad.net/bugs/240045
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-games in ubuntu.

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


[Bug 175602] Re: [apport] alacarte crashed with TypeError in on_item_tree_cursor_changed()

2008-04-17 Thread Jake Bunce
I've had this bug as well. System - Preferences - Main Menu causes
crash.

-- 
[apport] alacarte crashed with TypeError in on_item_tree_cursor_changed()
https://bugs.launchpad.net/bugs/175602
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 213892] Re: Unable to upgrading with liblaunchpad-integration1 package

2008-04-08 Thread Jake
I also got this error, I believe.

Package Manager says this after failing to install launchpad-
integration1_0.1.18_i386.deb:

E: /var/cache/apt/archives/liblaunchpad-integration1_0.1.18_i386.deb:
trying to overwrite `/usr/share/icons/hicolor/16x16/apps/lpi-bug.png',
which is also in package liblaunchpad-integration0

Hope that helps.

-- 
Unable to upgrading with liblaunchpad-integration1 package
https://bugs.launchpad.net/bugs/213892
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


[Bug 34247] Re: Trash always empty.

2007-06-21 Thread Jake
I also am experiencing this bug on Feisty (fresh install).  I encrypted
my home directory with EncFS, following this howto:

http://www.gatorlug.org/node/123

Part of this entails backing up/replacing the home directory.
Unfortunately, since I encrypted the home directory soon after my
install, I don't know if that had anything to do with me experiencing
this bug, or if it was there to begin with.

So still no solution or work-around this?  This has been around since at
least pre-Dapper.

-- 
Trash always empty.
https://bugs.launchpad.net/bugs/34247
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 87588] [apport] gaim crashed with SIGSEGV in gaim_gtk_buddy_icon_get_scale_size()

2007-02-24 Thread Jake Nelson
Public bug reported:

Binary package hint: gaim

Popped up when I logged into KDE on Kubuntu.  No clue how it happend.
Sorry I can't give more information.

ProblemType: Crash
CrashCounter: 1
Date: Fri Feb 23 13:19:26 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gaim
Package: gaim 1:2.0.0+beta6-1ubuntu1
ProcCmdline: gaim
ProcCwd: /home/jaknel
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 11
SourcePackage: gaim
StacktraceTop:
 gaim_gtk_buddy_icon_get_scale_size ()
 ?? ()
 ?? ()
 ?? ()
 ?? ()
Uname: Linux acidburn 2.6.20-8-generic #2 SMP Tue Feb 13 05:18:42 UTC 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin plugdev scanner 
video

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gaim crashed with SIGSEGV in gaim_gtk_buddy_icon_get_scale_size()
https://launchpad.net/bugs/87588

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


[Bug 87588] Re: [apport] gaim crashed with SIGSEGV in gaim_gtk_buddy_icon_get_scale_size()

2007-02-24 Thread Jake Nelson

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/6525107/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/6525108/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/6525109/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/6525110/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/6525111/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/6525112/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/6525113/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/6525114/ThreadStacktrace.txt

-- 
[apport] gaim crashed with SIGSEGV in gaim_gtk_buddy_icon_get_scale_size()
https://launchpad.net/bugs/87588

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


[Bug 22393] Re: Keyboard shortcuts don't work with Rhythmbox

2006-04-18 Thread Jake Nelson
Confirming also.  I lost Alt and the Right arrow key completely in this
session attempting to assign them to skip to next track.

-- 
Keyboard shortcuts don't work with Rhythmbox
https://launchpad.net/bugs/22393

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