[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-24 Thread perfectska04
Agh, I'm probably still half asleep. I apologize, for step 4 you also need an 
extra line at the beginning, here's what it should be:
!/bin/sh
export LD_PRELOAD=/usr/src/libfsync/libfsync.so
/usr/bin/liferea.real

-- 
Liferea stalling, uses excessive number of fsyncs
https://bugs.launchpad.net/bugs/290666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-24 Thread perfectska04
Sorry, for step 4, you should put the following in the Gedit window:
export LD_PRELOAD=/usr/src/libfsync/libfsync.so
/usr/bin/liferea.real

And then give the new file permissions to run by running the following in a 
terminal:
sudo chmod +x /usr/bin/liferea

You might also need to add "sudo" to the second and third command lines
in step 3, as they need administrator privileges.

-- 
Liferea stalling, uses excessive number of fsyncs
https://bugs.launchpad.net/bugs/290666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-24 Thread perfectska04
@Nicolás Schubert
Sure, I did as follows:

1. Enter the following in a terminal:
sudo mkdir /usr/src/libfsync
sudo gedit /usr/src/libfsync/libfsync.c

2. Copy the following inside the Gedit window that pops up and save+close 
afterwards:
#include 
int fsync(int i)
{
   return 0;
}

int fdatasync(int i)
{
   return 0;
}

3. Type the following into a terminal:
cd /usr/src/libfsync
gcc -Wall libfsync.c -o libfsync.so -shared -fPIC -Wl,-soname,libfsync.so
mv /usr/bin/liferea /usr/bin/liferea.real
sudo gedit /usr/bin/liferea

4. Type the following inside the Gedit window that pops up and save+close 
afterwards:
export LD_PRELOAD=/usr/src/libfsync/libfsync.so

That is all I had to do in order to get Karmic's Liferea to work as it
normally should. Everything is mixed together from instructions posted
in earlier comments.

-- 
Liferea stalling, uses excessive number of fsyncs
https://bugs.launchpad.net/bugs/290666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-23 Thread perfectska04
@Maykel Moya
Thanks! After combining your instructions with post #30 and post #14, Liferea 
is now working as it should be. Globally updating feeds and "Mark all as read" 
now work instantly even on my netbook, as opposed to waiting for minutes.

-- 
Liferea stalling, uses excessive number of fsyncs
https://bugs.launchpad.net/bugs/290666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454399] Re: GTK themes show incorrect color when shade is used

2009-10-22 Thread perfectska04
I'm not sure if it can serve as confirmation, as the overall hardware 
configuration may differ - but I have:
1. An intel+i386 netbook (Karmic).
2. An nvidia+i386 laptop (Karmic).
3. An nvidia+amd64 desktop (Karmic).

The issue is not present in any of these setups. Granted, I haven't
tested lpia in either.

Is there any daily live lpia build? I could try it in both my mobiles
and at least discard whether or not intel drivers are the ones causing
this.

-- 
GTK themes show incorrect color when shade is used
https://bugs.launchpad.net/bugs/454399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-20 Thread perfectska04
The new liferea does not have an editable /usr/bin/liferea file, any
indications as to where I should add the last step for the workaround?
(adding "export LD_PRELOAD=/usr/src/libfsync/libfsync.so" to said file)

-- 
Liferea stalling, uses excessive number of fsyncs
https://bugs.launchpad.net/bugs/290666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454399] Re: GTK themes show incorrect color when shade is used

2009-10-19 Thread perfectska04
Thanks, that would be helpful. As far as I know, the GTK theme packages
are for all architectures, so their package and contents is the same all
across and suitable for comparison. However, if the issue does appear
only in lpia and not in i386, maybe the issue can be linked to the lpia
builds of the gtk engines or other.

-- 
GTK themes show incorrect color when shade is used
https://bugs.launchpad.net/bugs/454399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 290666] Re: Liferea stalling, uses excessive number of fsyncs

2009-10-19 Thread perfectska04
I've been having this issue as well, for the longest time.

In Jaunty, the workaround in post #12 worked perfectly, so I forgot
about the issue. In Karmic, however, that workaround is no longer
applicable.

The latest version is indeed much faster, but that doesn't mean much, as
it's still unusable. Version 1.4.* with the workaround on post #12 or in
Intrepid manages feeds in a matter of seconds, or instantly. Any Liferea
version still included with Jaunty/Karmic by default makes even the
simplest actions take minutes and turns the system unresponsive.

Is there any updated workaround for Karmic's release? There are very few
(if any) alternatives to Liferea for GNOME and as it stands, it's very
frustrating to use.

-- 
Liferea stalling, uses excessive number of fsyncs
https://bugs.launchpad.net/bugs/290666
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454399] Re: shiki-brave-theme shows pink where blue is specified

2009-10-18 Thread perfectska04
Thanks for confirming that the issue does not originate from Shiki-
Brave.

I'm not sure which package deals exclusively with the rendering itself,
I'd say the murrine engine - but you have tried different themes that
use various unique engines so that's not the case.

I'm sorry I can't be of more help, but I can't think of which package is
responsible. Perhaps trying out the latest live cd can help? It's also
possible that the behavior started happening after a specific upgrade,
or that it is something driver related/specific to your PC. In which
case, comparing with the latest daily can be informative.

-- 
shiki-brave-theme shows pink where blue is specified
https://bugs.launchpad.net/bugs/454399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454399] Re: shiki-brave-theme shows pink where blue is specified

2009-10-17 Thread perfectska04
I'd say that if removing "shade" fixes the color, there is a bug in
another package that is causing this particular issue. I personally
tried reproducing this in the latest daily Karmic build, to no avail.
However, shade options are not only used heavily in shiki, they're also
present in most GTK's so if it's broken for the one theme - it might be
broken for others.

I'll test with a daily Xubuntu image as well, to see if I can reproduce
it. In the meantime, you can perhaps try to completely remove the
package (as well as any conflicting or equally named theme there may be,
as sometimes a folder with the same name in .themes or with the same
name in their index.theme can cause unexpected theming) and reinstalling
to see if the problem disappears.

-- 
shiki-brave-theme shows pink where blue is specified
https://bugs.launchpad.net/bugs/454399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 454399] Re: shiki-brave-theme shows pink where blue is specified

2009-10-17 Thread perfectska04
Can you attach screenshots of said behavior? I can't imagine a reason
for actual pink to be used, unless the "Illustrious" package is also
installed and selected as default theme.

-- 
shiki-brave-theme shows pink where blue is specified
https://bugs.launchpad.net/bugs/454399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 400371] Re: Notification area of gnome-panel derives application icon size from theme's gtk-icon-sizes -> gtk-button definition incorrectly.

2009-07-16 Thread perfectska04
I can confirm that it was fixed with the latest gnome-panel update in
Karmic. Still happens for Jaunty and earlier, but at least it is fixed
upstream now.

-- 
Notification area of gnome-panel derives application icon size from theme's 
gtk-icon-sizes -> gtk-button definition incorrectly.
https://bugs.launchpad.net/bugs/400371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 398221] Re: export drawing to png failed

2009-07-11 Thread perfectska04
Same issue for me, the files don't export at all with 0.47~pre. It works
perfectly using the stable 0.4.6 version in Jaunty.

-- 
export drawing to png failed
https://bugs.launchpad.net/bugs/398221
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 395299] Re: gdm 2.26 has no graphical configuration tool

2009-07-08 Thread perfectska04
I think the new GDM is more accessible and perhaps better at dealing
with keyboard layouts and different locales, but a simple GUI tool as
Dean Loros described should be implemented.

Now, the following is strictly wishlist, because I develop artwork for 
GNOME/Ubuntu, so it affects me and possibly other users:
The simple GUI should let you choose icon and GTK themes, as well as the 
background. If possible, something like installable metatheme files that simply 
specify the names of background/icon/gtk to be used would encourage the 
community to continue creating GDM themes as we've normally done until now.

-- 
gdm 2.26 has no graphical configuration tool
https://bugs.launchpad.net/bugs/395299
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 350207] Re: failed to stop md devices on jaunty restart or shutdown

2009-04-23 Thread perfectska04
@pierreblueher
Thanks for the info. I tried renaming the files to the correct number and 
restarted, but wireless was still broken as long as the backports are installed.

I guess I'll have to roll back to intrepid for now, and hope a future
kernel upgrade fixes this.

-- 
failed to stop md devices on jaunty restart or shutdown
https://bugs.launchpad.net/bugs/350207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 350207] Re: failed to stop md devices on jaunty restart or shutdown

2009-04-23 Thread perfectska04
I have this same issue, and installing the backports modules does fix it
- however, my wireless (Intel 3945ABG) stops working  whenever the
backports modules are installed. It can see networks, but it can never
connect to one.

So far, no other workaround has fixed the shutdown/reboot problem, and
the one that does - completely breaks wireless.

-- 
failed to stop md devices on jaunty restart or shutdown
https://bugs.launchpad.net/bugs/350207
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 335471] Re: Liferea causes a lot of hdd activity when updating feeds

2009-04-22 Thread perfectska04
*** This bug is a duplicate of bug 290666 ***
https://bugs.launchpad.net/bugs/290666

I'm also using ext4 and amd64. Liferea is now incredibly slow... it
takes minutes to complete any action. It's practically unusable.

I've found that upgrading libsqlite3-0 to version 3.6.13 gives a minor
performance increase, but the issue persists. The only solution is
downgrading to libsqlite3-0 version 3.6.9-6, but then apt complains
about broken dependencies.

The same version of Liferea (1.4.26) in Intrepid has no issues,
everything is done in less than a second. The issue happens only in
Jaunty, and so far, the libsqlite3-0 changes are the only thing that
have either fixed it, or made any improvement at all.

-- 
Liferea causes a lot of hdd activity  when updating feeds
https://bugs.launchpad.net/bugs/335471
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261988] Re: [needs-packaging] GNOME-colors icon theme

2009-03-30 Thread perfectska04
@Benjamin Drung
All the icons based on gnome-icon-theme should retain their license. All I've 
been able to find is that gnome-icon-theme is GPL, but the exact version Is not 
specified, so I imagine it's GPLv2+.

Then again, I'm not too knowledgeable when it comes to licensing or
possible conflicts, so let me know if there's a license that suits the
project better, or if there is something else I can do. For the most
part, I just want both the gnome-based icons and my own original ones to
share the same free licenses.

There are a few icons that are either Tango or Tango-based, so the
license is CC-by-SA 2.5 and is included in the COPYING file as well for
these icons.

-- 
[needs-packaging] GNOME-colors icon theme
https://bugs.launchpad.net/bugs/261988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261988] Re: [needs-packaging] GNOME-colors icon theme

2009-03-30 Thread perfectska04
Ok, I've added "COPYING" files to all the artwork and updated them to
GPL v3. I've also moved all the downloads to the google code page and
renamed them "project-version.tar.gz".

Hopefully with these changes, it should be much easier to manage
packages and keep hosting older revisions, even if newer versions are
uploaded.

-- 
[needs-packaging] GNOME-colors icon theme
https://bugs.launchpad.net/bugs/261988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 261988] Re: [needs-packaging] GNOME-colors icon theme

2009-03-28 Thread perfectska04
@Benjamin Drung
Hey, I'm the creator of the GNOME-Colors project.

The bugfix mentioned in the README should only be applied by an user who
willingly wants to use this workaround and fix the nautilus bug, rather
than done by a package. The reasoning is that the command deletes the
inode-directory icon from gnome-icon-theme as well, since that is the
icon which causes the Nautilus bug.

It'd be best to promote the Nautilus patch available in this bug's page,
so none of those icons need to be removed - and all other Linux/GNOME
icon themes are fixed as well.

The page for this bug is:
http://bugzilla.gnome.org/show_bug.cgi?id=567254

-- 
[needs-packaging] GNOME-colors icon theme
https://bugs.launchpad.net/bugs/261988
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 305404] Re: Please sync comix 4.0.1-1 from Debian unstable/main

2009-03-19 Thread perfectska04
Comix version 4.0.3 was released about a month ago. It would be nice to
upgrade this package to this latest stable version. This release also
fixes bug #318789

The changelog for 4.03 and the previous 4.02 is:
» Hungarian translation updated by Ernő Drabik.
» French translation updated by Benoît H.
» Added a feature to automatically rotate images according to their EXIF tags.
» Fixed a bug that caused drag-n-drop actions from KDE applications to not work 
properly.
» Fixed some bugs that caused problems with non-UTF-8 filename encodings.
» Fixed a bug that caused the manual zoom mode to not work as expected when set 
as the default mode.
» Comix now accepts directories as command-line arguments.
» Added command-line arguments to start Comix in fullscreen mode and to display 
the library on startup.
» Comix preferences and data now reside in the $XDG_CONFIG_HOME and 
$XDG_DATA_HOME directories instead of in ~/.comix/.
» Some minor interface enhancements.
» Brazilian Portuguese translation updated by Marcelo Góes.
» Traditional Chinese translation updated by Wayne Su.
» Catalan translation updated by Carles Escrig Royo.
» Internal filenames in archives created by the archive editing dialog no 
longer contain temporary filename cruft.

-- 
Please sync comix 4.0.1-1 from Debian unstable/main
https://bugs.launchpad.net/bugs/305404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 345578] [NEW] Add 1680x1050 resolution.

2009-03-19 Thread perfectska04
Public bug reported:

Binary package hint: usplash-theme-ubuntu

I find it incredible that the new Usplash theme for Jaunty supports so
many common resolutions. However, is it possible to add support for
1680x1050 displays?

The new Usplash theme has support for 1440x900 and 1920x1200, but
nothing in between. 1680x1050 is also a very common resolution, in fact
my laptop and all my LCD displays at home use that native resolution.

** Affects: usplash-theme-ubuntu (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Add 1680x1050 resolution.
https://bugs.launchpad.net/bugs/345578
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306315] Re: nvidia 180.* driver inhibits resume from suspend

2009-01-27 Thread perfectska04
For beta Nvidia driver releases you have to go to the nvnews site Clarke
Brunsdon mentioned. Nvidia doesn't always post beta drivers in their
official page.

Hopefully these will be packaged for Jaunty, since thanks to the suspend
fixes, mobile users can now take advantage of VDPAU and the other
performance improvements the 180.XX series offers.

-- 
nvidia 180.* driver inhibits resume from suspend
https://bugs.launchpad.net/bugs/306315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306315] Re: nvidia 180.* driver inhibits resume from suspend

2009-01-26 Thread perfectska04
This issue is fixed in the newly-released 180.25 Nvidia drivers.

-- 
nvidia 180.* driver inhibits resume from suspend
https://bugs.launchpad.net/bugs/306315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278033] Re: inode-directory.svg/.png files break other icon themes

2009-01-06 Thread perfectska04
Hi all, it seems someone has come up with a patch for nautilus in order to fix 
this issue. The patch can be found in the bugzilla page for this bug:
http://bugzilla.gnome.org/show_bug.cgi?id=539286

-- 
inode-directory.svg/.png files break other icon themes
https://bugs.launchpad.net/bugs/278033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 307791] Re: Update Package: nVidia 180.16

2008-12-23 Thread perfectska04
>I have not looked to see if suspend / resume is fixed. The driver, was
only *just* posted, judging from the README time-stamp.

I just tested it and apparently, suspend is still not working on
laptops. Nvidia hasn't even replied to any of the suspend threads and it
also happens on their stable 180.* windows drivers, so I doubt we'll see
a working suspend implementation anytime soon. Perhaps the best chance
we have is  someone finding a hack-ish workaround until Nvidia gets
their act together.

-- 
Update Package: nVidia 180.16
https://bugs.launchpad.net/bugs/307791
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 305404] Re: Upgrade comix to version 4.0.1

2008-12-14 Thread perfectska04
** Summary changed:

- Upgrade comix to version 4.0.0
+ Upgrade comix to version 4.0.1

** Description changed:

  Binary package hint: comix
  
- Comix 4.0.0 has been released, and it would be great to have an updated
- package for jaunty/intrepid.
+ Comix 4.0.1 has been released, here is the official changelog:
+ - Croatian translation updated by Adrian C.
+ - Polish translation updated by Darek Jakoniuk.
+ - Russian translation updated by Артем Смирнов.
+ - Simplified Chinese translation updated by Xie Yanbo.
+ - Re-added the "flip pages when scrolling off the page" preference from 
previous Comix versions. Thanks to Mamoru Tasaka.
+ - Added a portability module for handling home directories in a more portable 
way. Thanks to Oddegamra.
  
+ Comix 4.0.0 has been released, and it would be great to have an updated 
package for jaunty/intrepid.
  Here's the changelog from the project's homepage:
  Comix has been completely rewritten from scratch. On the surface things look 
quite a bit like they used to, but the internal workings are entirely new. 
There are too many changes for them all to be mentioned here, but a couple of 
highlights are a much more functional library and a new archive editing dialog. 
The work on this new version of Comix has been going on in rather sporadic 
phases for almost two years, and during that time I have received help from 
lots of different people.

-- 
Upgrade comix to version 4.0.1
https://bugs.launchpad.net/bugs/305404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 297543] Re: Update Package: nVidia 180.11

2008-12-12 Thread perfectska04
180.16 seems to have been released, with many fixes and improved vdpau
support.

-- 
Update Package: nVidia 180.11
https://bugs.launchpad.net/bugs/297543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 306315] Re: nvidia 180.* driver inhibits resume from suspend

2008-12-09 Thread perfectska04
I can confirm this, although it only seems to happen on laptops.
I have also posted in the following thread in the Nvidia support forums, along 
with others who are affected by this issue:
http://www.nvnews.net/vbulletin/showthread.php?t=123303

-- 
nvidia 180.* driver inhibits resume from suspend
https://bugs.launchpad.net/bugs/306315
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 305404] [NEW] Upgrade comix to version 4.0.0

2008-12-04 Thread perfectska04
Public bug reported:

Binary package hint: comix

Comix 4.0.0 has been released, and it would be great to have an updated
package for jaunty/intrepid.

Here's the changelog from the project's homepage:
Comix has been completely rewritten from scratch. On the surface things look 
quite a bit like they used to, but the internal workings are entirely new. 
There are too many changes for them all to be mentioned here, but a couple of 
highlights are a much more functional library and a new archive editing dialog. 
The work on this new version of Comix has been going on in rather sporadic 
phases for almost two years, and during that time I have received help from 
lots of different people.

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

-- 
Upgrade comix to version 4.0.0
https://bugs.launchpad.net/bugs/305404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 291549] Re: xchat crashes since I did update to Intrepid

2008-11-20 Thread perfectska04
I can confirm this, It just closes unexpectedly ever since I updated to
Intrepid.

-- 
xchat crashes since I did update to Intrepid
https://bugs.launchpad.net/bugs/291549
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278033] Re: inode-directory.svg/.png files break other icon themes

2008-11-19 Thread perfectska04
@luigi massa
That fix is only meant to as a workaround for folder icons in certain 
situations. This bug's only affects folder icons, any other missing icon is not 
related to the inclusion of inode-directory.svg/png. I can't see which icons 
are missing in your attached image (since it's too small) but if the missing 
icons are not folders and you're using either the default Human or GNOME icon 
themes, then your problem lies elsewhere.

-- 
inode-directory.svg/.png files break other icon themes
https://bugs.launchpad.net/bugs/278033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 297543] Re: Update Package: nVidia 177.82

2008-11-13 Thread perfectska04
Will this update be available for Intrepid users (even if it's in
proposed)?

-- 
Update Package: nVidia 177.82
https://bugs.launchpad.net/bugs/297543
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 284975] Re: [Intrepid]When switch theme, the image of Gnome Panel not change.

2008-10-23 Thread perfectska04
I had filed a bug regarding this to the ubuntu-artwork package before
coming across this one. I'll just post the description here, since this
bug report is more active and I believe this is an important issue that
needs to be considered before the final Intrepid release.

Here's what I wrote for the other bug:

In the latest daily builds, semi-transparent panel backgrounds are being
forced on the default Intrepid desktop. This idea is very badly
implemented as it's not part of the Human GTK theme itself, interferes
with the casual user's ability to change desktop themes and the
background itself is poorly designed.

For example, when switching from Ubuntu's Human theme to another GTK
theme, the panel background won't change. If a casual user wanted to use
the Darkroom theme (or any similar theme for that matter), his panels
would become unreadable and unusuable as the background is not removed.
Not everyone knows instinctively that you must edit the panel's
configuration if you're planning to use any other theme besides Human
(and you shouldn't have to know this). Making the panel backgrounds
optional instead of forcing them upon users should be the best course of
action.

If the panel backgrounds are to be implemented regardless, the current
way of doing so is not optimal. A good idea would be to integrate them
into the Human GTK theme itself as a "bg_pixmap[NORMAL] =" value (so
they are removed automatically when the theme is changed). This way of
implementing panel backgrounds also fixes the borders of workspace
switcher applet amongst other things. The only drawback is that
transparency is not allowed, but this isn't an issue as a nice gradient
panel would be an improvement over a normal flat panel.

And lastly, the background itself needs some redesigning. The last three
pixels are a pseudo-shadow. While this looks nice at first glance, it
seriously disrupts the visual integration of the lower panel. The
window-list applet, the workspace switcher applet and regular panel
buttons take up most of the vertical space in the lower panel and the
pseudo-shadow causes the panel to appear as being smaller than the
buttons/applets themselves.

I can only hope that these concerns are taken into consideration, as the
release date of Ubuntu Intrepid is coming very soon and it would be a
terrible thing to see something so simple overlooked and cause an
unnecessary concern to casual users.

-- 
[Intrepid]When switch theme, the image of Gnome Panel not change.
https://bugs.launchpad.net/bugs/284975
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 288223] [NEW] Panel backgrounds are badly implemented in Intrepid

2008-10-23 Thread perfectska04
Public bug reported:

Binary package hint: ubuntu-artwork

In the latest daily builds, semi-transparent panel backgrounds are being
forced on the default Intrepid desktop. This idea is very badly
implemented as it's not part of the Human GTK theme itself, interferes
with the casual user's ability to change desktop themes and the
background itself is poorly designed.

For example, when switching from Ubuntu's Human theme to another GTK
theme, the panel background won't change. If a casual user wanted to use
the Darkroom theme (or any similar theme for that matter), his panels
would become unreadable and unusuable as the background is not removed.
Not everyone knows instinctively that you must edit the panel's
configuration if you're planning to use any other theme besides Human
(and you shouldn't have to know this). Making the panel backgrounds
optional instead of forcing them upon users should be the best course of
action.

If the panel backgrounds are to be implemented regardless, the current
way of doing so is not optimal. A good idea would be to integrate them
into the Human GTK theme itself  as a "bg_pixmap[NORMAL] =" value (so
they are removed automatically when the theme is changed). This way of
implementing panel backgrounds also fixes the borders of workspace
switcher applet amongst other things. The only drawback is that
transparency is not allowed, but this isn't an issue as a nice gradient
panel would be an improvement over a normal flat panel.

And lastly, the background itself needs some redesigning. The last three
pixels are a pseudo-shadow. While this looks nice at first glance, it
seriously disrupts the visual integration of the lower panel. The
window-list applet, the workspace switcher applet and regular panel
buttons take up most of the vertical space in the lower panel and the
pseudo-shadow causes the panel to appear as being smaller than the
buttons/applets themselves.

I can only hope that these concerns are taken into consideration, as the
release date of Ubuntu Intrepid is coming very soon and it would be a
terrible thing to see something so simple overlooked and cause an
unnecessary concern to casual users.

** Affects: ubuntu-artwork (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Panel backgrounds are badly implemented in Intrepid
https://bugs.launchpad.net/bugs/288223
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278033] Re: inode-directory.svg/.png files break other icon themes

2008-10-14 Thread perfectska04
I have previously commented the solution on the most related bug, but there 
seems to be no activity regarding it since then. Here's the bugzilla page:
http://bugzilla.gnome.org/show_bug.cgi?id=539286

-- 
inode-directory.svg/.png files break other icon themes
https://bugs.launchpad.net/bugs/278033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278033] Re: inode-directory.svg/.png files break other icon themes

2008-10-04 Thread perfectska04
I'm attaching a screenshot of one of the main regressions of this bug.
The icon theme selected is the tangerine-icon-theme available in the
ubuntu repositories. As you can see, after removing all the inode-
directory.svg/.png icons from the gnome-icon-theme package (and
restarting GNOME), everything works just as well as it did in Ubuntu
Hardy and earlier versions.

** Attachment added: "Screenshot-1.png"
   http://launchpadlibrarian.net/18224644/Screenshot-1.png

-- 
inode-directory.svg/.png files break other icon themes
https://bugs.launchpad.net/bugs/278033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 278033] [NEW] inode-directory.svg/.png files break other icon themes

2008-10-04 Thread perfectska04
Public bug reported:

Binary package hint: gnome-icon-theme

The latest release of GNOME 2.24 now includes inode-directory.svg / .png
links that break other icon themes that inherit from gnome-icon-theme.

When using an icon theme which inherits from gnome, but does not include
an inode-directory icon (which includes the majority of icon themes) the
default gnome folder icon will appear instead of the current icon set's
folder icon. This happens most notably in the places menu of gnome-
panel, and was an issue for the Human icon theme in the Intrepid alphas.

While the Human icon theme solved this issue by adding an inode-
directory.svg file of their own, the mere use of that file itself causes
many regressions. For example, when drag n' dropping into folders, you
will not see the folder change to an open/receiving folder. Also, in
nautilus' non-browser mode (fedora style), visiting folder icons will
not work either.

I suggest that the Ubuntu team would remove the inode-directory svg and
png files from gnome-icon theme in order to make Ubuntu more compatible
with other icon themes, and to fix any other regression that may occur
due to including those files (there is a reason previous GNOME releases
did not include it). Or at the very least, to communicate this issue
upstream so it can be fixed in future releases.

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

-- 
inode-directory.svg/.png files break other icon themes
https://bugs.launchpad.net/bugs/278033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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