[Bug 1424263] Re: Broken dependencies

2015-11-29 Thread Tamlin
Is the issue perhaps simply in the dependencies table? 21:44:40 jesse@Limbo:/tmp$ sudo aptitude why-not libgl1-mesa-dri:i386 p libgl1-mesa-dri-lts-vivid:i386 Provides libgl1-mesa-dri:i386 p libgl1-mesa-dri-lts-vivid:i386 Conflicts libgl1-mesa-dri:i386 Here we have a

[Bug 249448] Re: Bluetooth mouse does not re-establish connection after reboot

2014-12-30 Thread Tamlin
I had the same problem as Steve Murphy (murf-parsetree) #67 with my Logitech M557 mouse. Following Սահակ (petrosyan) #68 instructions has completely fixed the problem for me. The mouse will now automatically connect when turned off and on again or when the computer is restarted. I'm running

[Bug 1232661] Re: dpkg --set-selections : dpkg: warning: package not in database

2014-11-12 Thread Tamlin
Also affects 64-bit version: dpkg version 1.17.5 (amd64) in Ubuntu 14.04 (Trusty Tahr) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1232661 Title: dpkg --set-selections : dpkg: warning: package

[Bug 1278717] [NEW] Submitt Disk Info to Musicbrainz Just Opens Website

2014-02-10 Thread Tamlin
Public bug reported: Package: sound-juicer Version: 3.4.0-1ubuntu1 Reproducible: Always Ubuntu Version: 12.04 LTS 32-bit I often get CDs from local emerging artists and they are rarely on MusicBrainz already. I use Sound Juicer to quickly enter the details of these artists and CDs and add

[Bug 999645] Re: Freeze with unity 3d (12.04)

2013-02-04 Thread Tamlin
This bug, or one very similar, also affects me. The freeze only occurs when using dash. The mouse pointer still moves but nothing responds and the rest of the screen including clock, pannel, dash, all programs, etc are frozen. HOWEVER, Ctr+Alt+F1-7 still work to open other tty's. The quick

[Bug 999645] Re: Freeze with unity 3d (12.04)

2013-02-04 Thread Tamlin
# Correction # The shortcut command would be better as: sudo kill $(ps -A | grep compiz$ | awk '{ print $1 }') The preceding space and end of line '$' ensure that you do not match other processes with compiz in their name such as a bash script called kill_compiz.sh for instance. ;-) -- You

[Bug 1076348] Re: bug in gwibber : (gwibber:4294): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed (gwibber:4294): Gtk-CRITICAL **: gtk_widget_show:

2012-12-13 Thread Tamlin
Perhaps a little closer, WOULD REALLY LOVE someone who knows this code or at very least understands the language it's programmed in to have a look at this 8-S Only one file in the source that I downloaded contains GTK_IS_WIDGET /opt/src/Gwibber-Source/gwibber-3.4.2$ grep '= GTK_IS_WIDGET'

[Bug 1076348] Re: bug in gwibber : (gwibber:4294): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed (gwibber:4294): Gtk-CRITICAL **: gtk_widget_show:

2012-12-12 Thread Tamlin
Bump - This was confirmed a month ago. I really don't have the skills to know how to begin to fix this. I've tried downloading the source and compiling that but there is no change. :-( I think it must be something to do with missing GTK libraries or similar, otherwise this wouldn't work for

[Bug 1076348] Re: bug in gwibber : (gwibber:4294): Gtk-CRITICAL **: gtk_radio_button_set_group: assertion `!g_slist_find (group, radio_button)' failed (gwibber:4294): Gtk-CRITICAL **: gtk_widget_show:

2012-12-12 Thread Tamlin
Is it possible that this bug is a simple oversight when the code was compiled? I've downloaded the source for “gwibber” 3.4.2-0ubuntu2.1 source package in Ubuntu https://launchpad.net/ubuntu/+source/gwibber/3.4.2-0ubuntu2.1 and I'm going through it with grep but I can't find where

[Bug 962535] Re: Gwibber in Ubuntu 12.04 will not complete facebook authorisation

2012-12-10 Thread Tamlin
Gwibber version 3.4.2-0ubuntu2.1 fixes this bug. The changelog states: gwibber (3.4.2-0ubuntu2.1) precise-proposed; urgency=low * debian/patches/lp_1058672.patch - Use webkit's onload-event instead of title changed to detect successful facebook login. Facebook changed the

[Bug 580408] Re: Option 'No' at question 'Continue without installing GRUB?' does nothing. Forced to answer 'Yes'.

2012-10-02 Thread Tamlin
This error is still not fixed in grub-pc:i386 (1.99-21ubuntu3.1, 1.99-21ubuntu3.4) I use Ubuntu 12.04 LTS and today did a routine Update Manager (gui) package update/upgrade I was presented with the grup-pc window asking me where to install grub and given three options: - /dev/sda [SSD

[Bug 1054903] Re: update-manager says Not enough free disk space but there is enough space

2012-10-01 Thread Tamlin
This bug affects me also. I'm assuming it is something related to /var/cache being mounted as a tmpfs I haven't tried the [Unity notification Update Manager icon - Install updates] trick. Do you right click on the icon to get this option? When I run... ~$ update-manager from a terminal it

[Bug 1054903] Re: update-manager says Not enough free disk space but there is enough space

2012-10-01 Thread Tamlin
Oops Sorry that workaround should have been... quote if [ -d /var/cache/apt/archives ]; then echo /var/cache/apt/archives exists; else mkdir /var/cache/apt/archives; fi || die Command failed: mkdir /var/cache/apt/archives /quote note the -d quotes added to the test... if [ -d

[Bug 134671] Fwd: [AU Story List] Fw: Urgent - This is important for Google users (isn't that everyone?)

2012-02-29 Thread Tamlin
-- Forwarded message -- If you use Google, you may want to read this Stephen HutcheonFebruary 29, 2012 - 11:39AM - Read later - Comments 72http://www.brisbanetimes.com.au/technology/if-you-use-google-you-may-want-to-read-this-20120229-1u1i9.html#comments [image: Want to

[Bug 573667] Re: Backend /usr/lib/cups/backend/cups-pdf does not exist

2011-02-28 Thread Tamlin
I just allowed a distribution upgrade that kind of wasn't - Similar to that described here http://ubuntuforums.org/showthread.php?t=1675140 Anyway it asked me if I wanted to remove cups-pdf because it was obsolete and I said NO KEEP IT, it's much better than the GTK save as PDF function. Just

[Bug 18574] Re: /etc/environment lacks man page.

2011-01-23 Thread Tamlin
I've done a little reading and it appears /etc/environment is indeed a configuration file for Linux-PAM man PAM(PAM must be in capitals pam is something else) Also had a look at Linux-PAM System Administrators Guide

[Bug 603941] [NEW] Evolution Freezes / Crashes Randomly

2010-07-10 Thread Tamlin
Public bug reported: Binary package hint: evolution This may be a duplicate of bug #294592 https://bugs.launchpad.net/bugs/294592 but I don't know any other way to submit the extra debug information I started Evolution with the command evolution --debug=~/Desktop/evolution_debug.txt

[Bug 603941] Re: Evolution Freezes / Crashes Randomly

2010-07-10 Thread Tamlin
** Attachment added: Terminal Output http://launchpadlibrarian.net/51670983/Evolution_Cras_Terminal_Output.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/51670932/Dependencies.txt ** Attachment added: ProcEnviron.txt

[Bug 603941] Re: Evolution Freezes / Crashes Randomly

2010-07-10 Thread Tamlin
This is my fifth attempt to submit this Bug as described here http://ubuntuforums.org/showthread.php?p=9571566#post9571566 -- Evolution Freezes / Crashes Randomly https://bugs.launchpad.net/bugs/603941 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 475800] Re: Tray icon does not appear on startup in Karmic

2010-07-07 Thread Tamlin
A workaround, for anyone who like me doesn't know how to implement a patch to their system, is the following: This might not work on all systems but on my Ubuntu Lucid 10.04 all I need to do is killall scim-panel-gtk and it's automatically restarted with the tray icon. There's a similar bug in

[Bug 572038] Re: Update Manager does not prompt to upgrade to 10.04 if LTS upgrades option is set in sources.list

2010-06-18 Thread Tamlin
Thanks for this - I'm using 9.04 and had the same problem. Update Manager doesn't show the upgrade to 10.04 even though show LTS upgrades is selected it doesn't come up. Having skimmed through this report I've changed it to show all upgrades and 9.10 is available so I'll upgrade to that and then

[Bug 61786] Re: 'Create folder in here' context menu option for nautilus

2009-10-26 Thread Tamlin
This has been annoying me for years too and It's such a simple thing to fix, I know it's simple because I've found a workaround: 1. Create a script that does what you want (any scripting language can be used: shell, perl, python, etc, For creating a folder I recommend bash.) 2. Be sure the

[Bug 61786] Re: 'Create folder in here' context menu option for nautilus

2009-10-26 Thread Tamlin
Oops, the original instructions for making nautilus scripts can be found here: http://tech.shantanugoel.com/2008/03/09/ubuntu-tip-extending-nautilus-scripting-your-way-to-ui-bliss.html My thanks to Shantanu. -- 'Create folder in here' context menu option for nautilus

Re: [Bug 134671] Re: cups-pdf do not overwrite existing pdf

2009-09-07 Thread Tamlin
I agree, Unless there is a problem with editing the config file, ie. editing it doesn't allow you to set the behaviour you want, then I think this bug can be closed. I have had cups-pdf overwriting files with the same name, adding a unique job number to the names, and failing silently when the

[Bug 161073] Re: associating pdf files to KPDF results in a broken association

2009-01-29 Thread Tamlin
I had the same problem. Mine started when I did Open With - kpdf (Sorry can't remember why I did that, it was working fine before) Anyway I couldn't follow Drew's description after If we go back to the file associations list via Konqueror (mentioned earlier) we can see KPDF listed but if we hit

[Bug 161073] Re: associating pdf files to KPDF results in a broken association

2009-01-29 Thread Tamlin
Oops sorry forgot other attachments. How do I add more than one?? ** Attachment added: snapshot2.png http://launchpadlibrarian.net/21793290/snapshot2.png -- associating pdf files to KPDF results in a broken association https://bugs.launchpad.net/bugs/161073 You received this bug

[Bug 161073] Re: associating pdf files to KPDF results in a broken association

2009-01-29 Thread Tamlin
Here's the third one. ** Attachment added: snapshot3.png http://launchpadlibrarian.net/21793325/snapshot3.png -- associating pdf files to KPDF results in a broken association https://bugs.launchpad.net/bugs/161073 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 316713] [NEW] Computer will not start when two USB drives are connected

2009-01-13 Thread Tamlin
Public bug reported: This bug is possibly similar to https://bugs.launchpad.net/ubuntu/+bug/300981 I have Kubuntu 8.04 installed on a zareason.com (Asus Bare bones) laptop. Grub version is 0.97-29ubuntu21.1 I have only kubuntu installed on a single HDD Today I turned on my laptop and grub? did