[gentoo-user] Wireless Issue

2010-03-25 Thread CJoeB
Hi,

I have an Intel 3945 wireless adaptor in my laptop.  I have always used
the ipw3945 driver in gentoo because I have never had any luck with the
iwl3945 driver.

I currently am running the 2.6.30-r10 linux kernel and previous to that
I ran 2.6.30-r6.  For the last 2 kernel builds that I have done, I have
been unable to build the ipw3945 driver because it is looking for TKIP
(and a couple of other security things, but I don't recall off the top
of my head).  The point is, I used to be able to select TKIP and the
other things in the kernel, but cannot find those things specifically in
the 2.6.30 range of kernels.

Tonight I, again, following the wiki, tried building the iwl3945 driver
into the kernel, but had no success.  I need to get wireless working
because I am changing isp's and will not longer be using an ethernet
connection, but a dsl one.

I don't know if it matters, but I am using wireless-extensions as
opposed to wpa-supplicant because it doesn't seem that wpa-supplicant
supports the Intel 3945 wireless adaptor.

Any help would be appreciated.

Regards,

Colleen

-- 

Registered Linux User #411143 with the Linux Counter, http://counter.li.org




signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Kmail marking messages Read by itself

2010-03-25 Thread Walter Dnes
On Thu, Mar 25, 2010 at 12:55:29AM +, Peter Humphrey wrote

 I now have no idea which of the 4126 e-mails has just arrived,
 and I don't intend to search for it!

  Can you sort/filter email by date received?  At least that would allow
you look at only recent emails.

-- 
Walter Dnes waltd...@waltdnes.org



[gentoo-user] How to request multiple keyword removals Firefox 3.6.2?

2010-03-25 Thread Walter Dnes
  Given the seriousness of the latest Firefox hole, I decided that
keywording Firefox 3.6.2 ~x86 was less of a risk than continuing to run
3.5.8.  However, there were a few ~x86 ebuild dependencies on top of
~x86 ebuild dependencies.  My /etc/portage/package.keywords ended up
with the following...

=www-client/mozilla-firefox-3.6.2 ~x86
=net-libs/xulrunner-1.9.2.2-r1 ~x86
=dev-libs/nss-3.12.6 ~x86
=dev-libs/nspr-4.8.4 ~x86

  So far, so good, I've done a bit of surfing, and I'm listening to
live365.com internet radio (Flash player) whilst typing this message.
Assuming I don't run into problems during the weekend, how do I file a
stabilization request at bugzilla?  Will it be one request lumping all 4
together, or will it be 4 separate requests?

-- 
Walter Dnes waltd...@waltdnes.org



Re: [gentoo-user] How to request multiple keyword removals Firefox 3.6.2?

2010-03-25 Thread Justin
On 25/03/10 06:09, Walter Dnes wrote:
   Given the seriousness of the latest Firefox hole, I decided that
 keywording Firefox 3.6.2 ~x86 was less of a risk than continuing to run
 3.5.8.  However, there were a few ~x86 ebuild dependencies on top of
 ~x86 ebuild dependencies.  My /etc/portage/package.keywords ended up
 with the following...
 
 =www-client/mozilla-firefox-3.6.2 ~x86
 =net-libs/xulrunner-1.9.2.2-r1 ~x86
 =dev-libs/nss-3.12.6 ~x86
 =dev-libs/nspr-4.8.4 ~x86
 
   So far, so good, I've done a bit of surfing, and I'm listening to
 live365.com internet radio (Flash player) whilst typing this message.
 Assuming I don't run into problems during the weekend, how do I file a
 stabilization request at bugzilla?  Will it be one request lumping all 4
 together, or will it be 4 separate requests?
 

Just file a simple bug report as normal. Only request the stabilization
of firefox and list all ~arch ebuild which are in the DEP chain in your
bug report. The bug wranglers will handle the rest.



signature.asc
Description: OpenPGP digital signature


[gentoo-user] default user permissions

2010-03-25 Thread Hinko Kocevar
Hi,

Where is defined what permissions will the newly created folder/file
have by default?

Eg. When creating a folder I would like it to have permissions right
after it is created, to void use of chmod/chown afterwards:

drwxrwxr-x 2 hinko users4096 Mar 25 09:23 folder1

while now I get only:
drwxr-xr-x 2 hinko users4096 Mar 25 09:23 folder1

That is group should have 'w' set.


Thank you!

Best regards,
Hinko

-- 
Hinko Kocevar
Technical support software engineer
Instrumentation Technologies
Velika pot 22, SI-5250 Solkan - Slovenia
T:+386 5 3352600, F:+386 5 3352601
mailto: hinko.koce...@i-tech.si

http://www.i-tech.si - When your users demand stability

The information transmitted is intended solely for the addressee and may
contain confidential and/or privileged information. Any review, retention,
disclosure or other use by persons other than the intended recipient is
prohibited. If you received this in error, please notify the sender and
delete all copies.



Re: [gentoo-user] default user permissions

2010-03-25 Thread Alan McKinnon
On Thursday 25 March 2010 10:26:25 Hinko Kocevar wrote:
 Hi,
 
 Where is defined what permissions will the newly created folder/file
 have by default?

This is done by the umask of the user creating the folder.


 
 Eg. When creating a folder I would like it to have permissions right
 after it is created, to void use of chmod/chown afterwards:
 
 drwxrwxr-x 2 hinko users4096 Mar 25 09:23 folder1
 
 while now I get only:
 drwxr-xr-x 2 hinko users4096 Mar 25 09:23 folder1
 
 That is group should have 'w' set.


This is a common misunderstanding about permissions and the Unix philosophy 
about them, which is:

It's up to the user, not the system, to say what permissions he wants on new 
filesystem objects.

Modifing the user's umask is not advised, as this is global. *Every* new file 
or dir then ends up with g+w and you probably don't want that.

You need to use Posix ACLs for this, and your file system and kernel must 
support them; you configure it per directory. It's all in man pages and on 
google - better start reading.

Be warned though: you *will* forget you set this, and *will* wonder in future 
why g+w is set in various places. ls gives precious little clue that an ACL 
is in place.

I find that in real life, a find -exec chmod in a cron is a better solution

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] Wireless Issue

2010-03-25 Thread Frank Steinmetzger
Am Donnerstag, 25. März 2010 schrieb CJoeB:
 Hi,
 
 I have an Intel 3945 wireless adaptor in my laptop.  I have always used
 the ipw3945 driver in gentoo because I have never had any luck with the
 iwl3945 driver.
 [...]
 Tonight I, again, following the wiki, tried building the iwl3945 driver
 into the kernel, but had no success.  I need to get wireless working
 because I am changing isp's and will not longer be using an ethernet
 connection, but a dsl one.

Have you found out yet what really isn’t working? It could be a number of 
things, but when dealing with kernel drivers “it doesn’t work“ is not enough. 
;-)

 I don't know if it matters, but I am using wireless-extensions as
 opposed to wpa-supplicant because it doesn't seem that wpa-supplicant
 supports the Intel 3945 wireless adaptor.

IWL3945 and wpa_supplicant are working just fine over here. My only difference 
is that I’ve built it as a module. Here’s what I set in the kernel config.

Networking
  [*] Wireless
-*- Wireless extensions
{M} Common routines for IEEE802.11 drivers
M Generic IEEE 802.11 Networking Stack (mac80211)
Device drivers
  [*] Network device support
Wireless LAN
  [*] Wireless LAN (IEEE 802.11)
M Intel Wireless WiFi
  M Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)

# lsmod | grep iwl3945:
iwl394580412  0 
iwlcore98076  1 iwl3945
mac80211  142636  2 iwl3945,iwlcore
cfg80211   82108  3 iwl3945,iwlcore,mac80211

IIRC, there’s nothing more to it, really.
I also added suppor for tun/tap and devices and some ppp options because I use 
vpn on my Uni’s network, but I don’t reckon they’re a requisite for wireless. 

Then I grabbed iwl3945-ucode from portage, and that was it, IIRC. Just last 
weekend I rebuilt my system from scratch and it worked right away after I 
installed the ucode, dhcpcd and wpa_supplicant. Then I created the symlink 
net.wlan0 - net.lo in /etc/init.d and added it to the default runleven via 
rc-update. Oh yeah, I had to add the driver module iwl3945 to 
modules.autoload.d/kernel-2.6, because it didn’t get loaded (by udev?) at 
boot. Not sure if that is still necessary, but it was at some point in the 
past, obviosly.

Lastly, you need of course a correct wpa config, which is no rocket science 
either. Here’s mine for our WPA2 home network:

network={
ssid=our ssid
key_mgmt=WPA-PSK
#   group=TKIP
psk=our secret keyphrase
}

To connect, I did:

# wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -Dwext -iwlan0 
# dhcpcd wlan0 

and I was ready to go (That is from my memory, it may contain typos or similar 
errors).
-- 
Gruß | Greetings | Qapla'
UNIX is not user-unfriendly.
It just expects the user to be a little more computer-friendly.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] firefox 3.6 cannot open folder from the d/l dialog box

2010-03-25 Thread Frank Steinmetzger
Am Dienstag, 23. März 2010 schrieb Xi Shen:
 hi,
 
 my system is gentoo amd64, kde 4.4, ff 3.6. after i finished d/l a
 file i want to open the folder where the file is saved. but when i do
 so, firefox says it cannot find an application to open that link. i am
 not trying to open/launch it.
 
 how can i fix this?

Open firefox’s about:config. Then add a string value with the name of
network.protocol-handler.app.file
and assign it whatever you like, for example /usr/bin/konqueror or 
/usr/bin/doplhin. Alternatively, once that entry exists, you can also invoke a 
dialogue for that by selecting Go to download folder once. You then get the 
opportunity to select an app via a file choser.
-- 
Gruß | Greetings | Qapla'
Error 96: Found dead mouse in hard drive C:


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] ATI-drivers versioning system - I'm confused

2010-03-25 Thread Helmut Jarausch
Hi,

would anybody please to kind to explain the x11-drivers/ati-driver
versioning system to me? I'm waiting for a version that supports
Xorg-7.x .

From the bug report
http://bugs.gentoo.org/show_bug.cgi?id=290739
it looks like version 8.721 supports Xorg-7.x
and would thus be more recent than say 10.2

What's the difference between the 8.x and the 10.x
series?

Many thanks for a hint,
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] Re: help

2010-03-25 Thread Frank Steinmetzger
Am Mittwoch, 24. März 2010 schrieb Dale:
 Alex Schuster wrote:
  Dale writes:
  Since someone else mentioned KDE4, I do look forward to 4.5.  I'm
  hoping for some fixes too.  I want the desktop slideshow to be
  sequential instead of random.  I have a lot of pics that are taken to
  be a slideshow but if done in random order, they make no sense at all.
  All I need is a little check box to disable the random part.
  
  Is there a bug report files already?
 
 I haven't filed one.  I'm just hoping someone has.

*g* that’s the right approach. Last week I filed a bug for Amarok that’s been 
there for months now, so I assumed it was already known. It turned out that it 
wasn’t (at least to the devs).

If you are like me and don’t wanna create another bug tracker account just for 
one bug, I offer my help by filing the bug, if you want. ;-)
-- 
Gruß | Greetings | Qapla'
Emacs is a great operating system, which only lacks a good editor.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] ATI-drivers versioning system - I'm confused

2010-03-25 Thread ich bins
Am 25.03.2010 10:45, schrieb Helmut Jarausch:
 Hi,

 would anybody please to kind to explain the x11-drivers/ati-driver
 versioning system to me? I'm waiting for a version that supports
 Xorg-7.x .

 From the bug report
 http://bugs.gentoo.org/show_bug.cgi?id=290739
 it looks like version 8.721 supports Xorg-7.x
 and would thus be more recent than say 10.2

 What's the difference between the 8.x and the 10.x
 series?

 Many thanks for a hint,
 Helmut.

   

 8.721 represents the ubuntu prebeta 10.4 ati-driver. 

xorg 7.X support will be in ati-driver-10.4 (or the beta 8.721)




Re: [gentoo-user] Wireless Issue

2010-03-25 Thread Albert Hopkins
On Thu, 2010-03-25 at 10:43 +0100, Frank Steinmetzger wrote:
  I don't know if it matters, but I am using wireless-extensions as
  opposed to wpa-supplicant because it doesn't seem that
 wpa-supplicant
  supports the Intel 3945 wireless adaptor.
 
 IWL3945 and wpa_supplicant are working just fine over here. My only
 difference 
 is that I’ve built it as a module. 

It should be build as a module because the driver needs access to
external firmware, and unless you are using an initrd with the external
firmware built into it, you're best of with a module.

FWIW, I've also been using the iwl3945 for as long as I can remember and
haven't had any issues.

-a




Re: [gentoo-user] ATI-drivers versioning system - I'm confused

2010-03-25 Thread Helmut Jarausch
On 25 Mar, ich bins wrote:
 Am 25.03.2010 10:45, schrieb Helmut Jarausch:
 Hi,

 would anybody please to kind to explain the x11-drivers/ati-driver
 versioning system to me? I'm waiting for a version that supports
 Xorg-7.x .

 From the bug report
 http://bugs.gentoo.org/show_bug.cgi?id=290739
 it looks like version 8.721 supports Xorg-7.x
 and would thus be more recent than say 10.2

 What's the difference between the 8.x and the 10.x
 series?

 Many thanks for a hint,
 Helmut.

   
 
  8.721 represents the ubuntu prebeta 10.4 ati-driver. 
 
 xorg 7.X support will be in ati-driver-10.4 (or the beta 8.721)
 

Many thanks, do you have an estimate when 10.4 appears in the tree?
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



Re: [gentoo-user] ATI-drivers versioning system - I'm confused

2010-03-25 Thread Mick
On 25 March 2010 11:50, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote:
 On 25 Mar, ich bins wrote:
 Am 25.03.2010 10:45, schrieb Helmut Jarausch:
 Hi,

 would anybody please to kind to explain the x11-drivers/ati-driver
 versioning system to me? I'm waiting for a version that supports
 Xorg-7.x .

 From the bug report
 http://bugs.gentoo.org/show_bug.cgi?id=290739
 it looks like version 8.721 supports Xorg-7.x
 and would thus be more recent than say 10.2

 What's the difference between the 8.x and the 10.x
 series?

 Many thanks for a hint,
 Helmut.



  8.721 represents the ubuntu prebeta 10.4 ati-driver.

 xorg 7.X support will be in ati-driver-10.4 (or the beta 8.721)


 Many thanks, do you have an estimate when 10.4 appears in the tree?
 Helmut.

I can't answer that (as far as I know the devs will only say that it
will appear when it is ready) but I got myself into a pickle with
trying to switch from radeon to fglrx driver, running xorg-server
1.7.6.  It kept going around in circles with blockers and after
subsequent masking and unmasking I couldn't get it to emerge, so I
went back to the radeon driver.  Mind you I did not rebuilt the kernel
at the time and that may be why I was getting 'you can't have these
packages installed at the same time' type of message.

I only wanted to try fglrx, because someone on the Ubuntu forums said
that it stopped their laptop fan from running all the time (mine
starts when the temperature reaches 50C or so and thereafter runs
continuously).
-- 
Regards,
Mick



[gentoo-user] KDE4 doesn't heed hal keyboard settings

2010-03-25 Thread Frank Steinmetzger
Hello

I'm not sure how to specify the topic in more detail. Over the last to hours I 
tried to get KDE4 to behave like it did before I rebuilt my system. My goal is 
to have a German layout with dead keys. In the process I've even gotten the 
system to react to the menu key again. But apart from that, for some reason, 
KDE4 won't behave like I want it to.

I say KDE4 because KDE3 apparently works. I know because login with KDM4 
doesn't work at the moment, so I'm using KDM3. There I can input accented 
letters of all sorts (in the username input field). But not in KDM4 and not in 
my KDE4 environment.

I also tried it with and without KDE's own keyboard layout settings, where I 
set up a de layout of default variant (thus with dead keys). But to no avail.

Here's the content of my hal config file:

?xml version=1.0 encoding=UTF-8?
deviceinfo version=0.2
  device
match key=info.capabilities contains=input.keyboard
  merge key=input.x11_options.XkbRules type=stringevdev/merge
  merge key=input.x11_options.XkbModel type=stringevdev/merge

  merge key=input.x11_options.XkbLayout type=stringde/merge
  merge key=input.xkb.options 
type=strlistmenu:Multi_key,terminate:ctrl_alt_bksp/merge
/match
  /device
/deviceinfo

It worked before[TM], and I have no idea where else to look. Any ideas please?
-- 
Gruß | Greetings | Qapla'
WinErr 020: Error recording error codes - Additional errors will be lost.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings

2010-03-25 Thread YoYo siska
On Thu, Mar 25, 2010 at 01:49:04PM +0100, Frank Steinmetzger wrote:
 Hello
 
 I'm not sure how to specify the topic in more detail. Over the last to hours 
 I 
 tried to get KDE4 to behave like it did before I rebuilt my system. My goal 
 is 
 to have a German layout with dead keys. In the process I've even gotten the 
 system to react to the menu key again. But apart from that, for some reason, 
 KDE4 won't behave like I want it to.
 
 I say KDE4 because KDE3 apparently works. I know because login with KDM4 
 doesn't work at the moment, so I'm using KDM3. There I can input accented 
 letters of all sorts (in the username input field). But not in KDM4 and not 
 in 
 my KDE4 environment.
 
 I also tried it with and without KDE's own keyboard layout settings, where I 
 set up a de layout of default variant (thus with dead keys). But to no avail.
 
 Here's the content of my hal config file:
 
 ?xml version=1.0 encoding=UTF-8?
 deviceinfo version=0.2
   device
 match key=info.capabilities contains=input.keyboard
   merge key=input.x11_options.XkbRules type=stringevdev/merge
   merge key=input.x11_options.XkbModel type=stringevdev/merge
 
   merge key=input.x11_options.XkbLayout type=stringde/merge
   merge key=input.xkb.options 
 type=strlistmenu:Multi_key,terminate:ctrl_alt_bksp/merge
 /match
   /device
 /deviceinfo
 
 It worked before[TM], and I have no idea where else to look. Any ideas please?

I think taht KDE4 do not touch your initial keyboard settings (xorg.conf or
hal,...) unless  you change something in its keyboard config
(systemsettings -regionallanguage-keyboard layout )
maybe that you have wrong keyboard set explicitly there?

I have disable keyboard layouts under the layout tab selected,
but I can't say if it really works correctly (keeps the X
configuration defaults) right now, because I can't restart X right now,
and I change between
'setxkbmap -option grp:shifts_toggle sk,us qwerty,'
and a simple 
'setxkbmap us'
with some scripts, because the dual layout confuses some apps like
synergy, x2x, rdesktop, even some vnc clients... 


what happens if you you type setxkbmap de in an terminal (konsole,
xterm,...) after kde starts up?

yoyo





Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings

2010-03-25 Thread YoYo siska
On Thu, Mar 25, 2010 at 02:30:49PM +0100, YoYo siska wrote:
 On Thu, Mar 25, 2010 at 01:49:04PM +0100, Frank Steinmetzger wrote:
  Hello
  
  I'm not sure how to specify the topic in more detail. Over the last to 
  hours I 
  tried to get KDE4 to behave like it did before I rebuilt my system. My goal 
  is 
  to have a German layout with dead keys. In the process I've even gotten the 
  system to react to the menu key again. But apart from that, for some 
  reason, 
  KDE4 won't behave like I want it to.
  
  I say KDE4 because KDE3 apparently works. I know because login with KDM4 
  doesn't work at the moment, so I'm using KDM3. There I can input accented 
  letters of all sorts (in the username input field). But not in KDM4 and not 
  in 
  my KDE4 environment.
  
  I also tried it with and without KDE's own keyboard layout settings, where 
  I 
  set up a de layout of default variant (thus with dead keys). But to no 
  avail.
  
  Here's the content of my hal config file:
  
  ?xml version=1.0 encoding=UTF-8?
  deviceinfo version=0.2
device
  match key=info.capabilities contains=input.keyboard
merge key=input.x11_options.XkbRules type=stringevdev/merge
merge key=input.x11_options.XkbModel type=stringevdev/merge
  
merge key=input.x11_options.XkbLayout type=stringde/merge
merge key=input.xkb.options 
  type=strlistmenu:Multi_key,terminate:ctrl_alt_bksp/merge
  /match
/device
  /deviceinfo
  
  It worked before[TM], and I have no idea where else to look. Any ideas 
  please?
 
 I think taht KDE4 do not touch your initial keyboard settings (xorg.conf or
 hal,...) unless  you change something in its keyboard config
 (systemsettings -regionallanguage-keyboard layout )
 maybe that you have wrong keyboard set explicitly there?
 
 I have disable keyboard layouts under the layout tab selected,
 but I can't say if it really works correctly (keeps the X
 configuration defaults) right now, because I can't restart X right now,
 and I change between
 'setxkbmap -option grp:shifts_toggle sk,us qwerty,'
 and a simple 
 'setxkbmap us'
 with some scripts, because the dual layout confuses some apps like
 synergy, x2x, rdesktop, even some vnc clients... 
 
 
 what happens if you you type setxkbmap de in an terminal (konsole,
 xterm,...) after kde starts up?


and of course you can check your current settings with 
setxkbmap -print

yoyo



Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings

2010-03-25 Thread Crístian Viana
I have the same problem as you have (but I need a pt_BR keyboard layout
instead of de). I can't get it work with KDE 4 and Xorg/HAL, so my solution
was to emerge xorg-server with USE flag hal disabled :-)


[gentoo-user] valgrind showing glibc warnings

2010-03-25 Thread Crístian Viana
hi,

when I use valgrind, it shows hundreds of warnings related to glibc. here's
one example, from valgrind ls:

==10023== Use of uninitialised value of size 8
==10023==at 0x55605A4: (within /lib64/libc-2.10.1.so)
==10023==by 0x5560111: (within /lib64/libc-2.10.1.so)
==10023==by 0x4A1E62C: _vgnU_freeres (in
/usr/lib64/valgrind/amd64-linux/vgpreload_core.so)
==10023==by 0x548CE84: (within /lib64/libc-2.10.1.so)
==10023==by 0x548CEF4: exit (in /lib64/libc-2.10.1.so)
==10023==by 0x40864D: (within /bin/ls)
==10023==by 0x5476A25: (below main) (in /lib64/libc-2.10.1.so)

while that happens, I can't use valgrind because there's too much noise
besides my program's [possible] memory errors.

any idea of why is this happening? I reemerged =sys-libs/glibc-2.10.1-r1 but
nothing has changed.

cheers,
Crístian.


Re: [gentoo-user] KDE4 doesn't heed hal keyboard settings

2010-03-25 Thread Frank Steinmetzger
Am Donnerstag, 25. März 2010 schrieb Crístian Viana:
 I have the same problem as you have (but I need a pt_BR keyboard layout
 instead of de). I can't get it work with KDE 4 and Xorg/HAL, so my solution
 was to emerge xorg-server with USE flag hal disabled :-)

You're not Dale under cover, are you? ;-)
It _did_ work before, but I can't remember any more what was different. KDM4 
not logging in due to a pam authentication error also only appeared in the new 
system, it wasn't broken in the old one. :-(
-- 
Gruß | Greetings | Qapla'
No trees were killed in the sending of this message.
However a large number of electrons were terribly inconvenienced.


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: help

2010-03-25 Thread Dale

Frank Steinmetzger wrote:

Am Mittwoch, 24. März 2010 schrieb Dale:
   

Alex Schuster wrote:
 

Dale writes:
   

Since someone else mentioned KDE4, I do look forward to 4.5.  I'm
hoping for some fixes too.  I want the desktop slideshow to be
sequential instead of random.  I have a lot of pics that are taken to
be a slideshow but if done in random order, they make no sense at all.
All I need is a little check box to disable the random part.
 

Is there a bug report files already?
   

I haven't filed one.  I'm just hoping someone has.
 

*g* that’s the right approach. Last week I filed a bug for Amarok that’s been
there for months now, so I assumed it was already known. It turned out that it
wasn’t (at least to the devs).

If you are like me and don’t wanna create another bug tracker account just for
one bug, I offer my help by filing the bug, if you want. ;-)
   


If you wold like to that would be fine.  I would just like some way to 
disable the random part of the slide show.  The slide show in KDE3 was 
not random so I figure a option will be added at some point.  Then 
again, maybe not.


Thanks.

Dale

:-)  :-)



Re: [gentoo-user] Kmail marking messages Read by itself

2010-03-25 Thread Peter Humphrey
On Thursday 25 March 2010 04:30:11 Walter Dnes wrote:
 On Thu, Mar 25, 2010 at 12:55:29AM +, Peter Humphrey wrote
 
  I now have no idea which of the 4126 e-mails has just arrived,
  and I don't intend to search for it!
 
   Can you sort/filter email by date received?  At least that would
 allow you look at only recent emails.

I could, but that would ruin the threading. It would help me track that 
hidden e-mail down, but it wouldn't help in the general case.

-- 
Rgds
Peter.



[gentoo-user] f-spot depends on mono?

2010-03-25 Thread Xi Shen
hi,

when i try to emerge f-spot, i found that it pull in dev-lang/mon, and
all its dependencies. why f-spot needs mono? since when mono becomes
stable, and is used in real linux application?


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



Re: [gentoo-user] valgrind showing glibc warnings

2010-03-25 Thread Jacob Todd
On Thu, Mar 25, 2010 at 11:09:36AM -0300, Crístian Viana wrote:
 hi,
 
 when I use valgrind, it shows hundreds of warnings related to glibc. here's
 one example, from valgrind ls:
 
 ==10023== Use of uninitialised value of size 8
 ==10023==at 0x55605A4: (within /lib64/libc-2.10.1.so)
 ==10023==by 0x5560111: (within /lib64/libc-2.10.1.so)
 ==10023==by 0x4A1E62C: _vgnU_freeres (in
 /usr/lib64/valgrind/amd64-linux/vgpreload_core.so)
 ==10023==by 0x548CE84: (within /lib64/libc-2.10.1.so)
 ==10023==by 0x548CEF4: exit (in /lib64/libc-2.10.1.so)
 ==10023==by 0x40864D: (within /bin/ls)
 ==10023==by 0x5476A25: (below main) (in /lib64/libc-2.10.1.so)
 
 while that happens, I can't use valgrind because there's too much noise
 besides my program's [possible] memory errors.
 
 any idea of why is this happening? I reemerged =sys-libs/glibc-2.10.1-r1 but
 nothing has changed.
 
 cheers,
 Crístian.
You may want to look into supressions. There's an option called 
--gen-suppressions.
See the man page for details.

-- 
I am a man who does not exist for others.


pgp5VUL5Q1HwM.pgp
Description: PGP signature


Re: [gentoo-user] ATI-drivers versioning system - I'm confused

2010-03-25 Thread Volker Armin Hemmann
On Donnerstag 25 März 2010, Helmut Jarausch wrote:
 Hi,
 
 would anybody please to kind to explain the x11-drivers/ati-driver
 versioning system to me? I'm waiting for a version that supports
 Xorg-7.x .
 
 From the bug report
 http://bugs.gentoo.org/show_bug.cgi?id=290739
 it looks like version 8.721 supports Xorg-7.x
 and would thus be more recent than say 10.2
 
 What's the difference between the 8.x and the 10.x
 series?
 
 Many thanks for a hint,
 Helmut.

10 is the year
2 is the month the driver is released in
8.721 is an internal version. 

8.721 or some later version, 8.722, 7.23, 730.. will probably become 10.4

The latest officially released version is 10.3.



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Jacob Todd
On Thu, Mar 25, 2010 at 11:31:52PM +0800, Xi Shen wrote:
 hi,
 
 when i try to emerge f-spot, i found that it pull in dev-lang/mon, and
 all its dependencies. why f-spot needs mono? since when mono becomes
 stable, and is used in real linux application?
F-spot is written in mono.
 -- 
 Best Regards,
 David Shen
 
 http://twitter.com/davidshen84/
 

-- 
I am a man who does not exist for others.


pgpQkeVS8jPGy.pgp
Description: PGP signature


Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Xi Shen
On Thu, Mar 25, 2010 at 6:37 PM, Jacob Todd jaketodd...@gmail.com wrote:
 F-spot is written in mono.

oh...what a hell of mistake i made.

so, what do people do to manage photos on gnome? i do not like this mono one.


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



[gentoo-user] do we have gst-plugins-really-bad or equivalent?

2010-03-25 Thread Xi Shen
hi,

i have some .m4a files. and i want to play them in rhythmbox. when i
import them into rhythmbox, it says it needs plugin to play mpeg-4 acc
file. i searched the network, and people from ubuntu says a
gstreamer0.10-plugins-really-bad package would do. but i cannot find
this 'really bad' one on gentoo. i have already emerged
gst-plugins-bad, but i still cannot play these file.


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



[gentoo-user] Re: valgrind showing glibc warnings

2010-03-25 Thread Nikos Chantziaras

On 03/25/2010 04:09 PM, Crístian Viana wrote:

hi,

when I use valgrind, it shows hundreds of warnings related to glibc.


Rebuild valgrind.  This usually fixes this.




Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Mike Edenfield
On 3/25/2010 11:31 AM, Xi Shen wrote:
 hi,
 
 when i try to emerge f-spot, i found that it pull in dev-lang/mon, and
 all its dependencies. why f-spot needs mono? since when mono becomes
 stable, and is used in real linux application?

F-Spot is written in C#.  C# is a CIL-only language, and requires the
Mono runtime to execute.

If you consider F-Spot a real Linux application, then clearly Mono is
used by real Linux applications.  The author of F-Spot, at least,
considered it stable enough to use.

If you don't consider Mono stable, you'll have to use something other
than F-Spot.  Unfortunately I don't know of an application for Linux
that does everything that F-Spot does, except maybe Picasa from Google?

--Mike





Re: [gentoo-user] Re: valgrind showing glibc warnings

2010-03-25 Thread Crístian Viana
I think --gen-suppressions may be a too complicated solution. valgrind
shouldn't find *any* warnings from the libraries of my system at all. either
valgrind is doing something wrong or there's really some errors on glibc. in
every other system I try, valgrind runs fine.

I rebuilt valgrind, but it didn't help.

I'm running amd64, by the way.


[gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Dale

Hi,

I noticed something today.  I was looking at a image that I took with a 
camera and it was a bit dark.  I think I used Kview in KDE3 and it had a 
option to adjust brightness and contrast.  I can't find that in the KDE4 
Gwenview which I guess replaced the other program I was using.  So, I 
looked in porthole to see what I could find to use instead.  Most of the 
home pages show screen shots and all but I can't tell which ones has a 
easy brightness/contrast adjustment tool.


Does someone here use something that is fast to load, small, will work 
with KDE and adjust brightness/contrast and maybe some other simple 
things?  Right now, I'm using GIMP but it is serious over kill to just 
view a image and tweak a setting or two.   It also takes a while to load 
as well.  I'm looking for something much smaller.


Ideas?  Thanks.

Dale

:-)  :-)



Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Philip Webb
100325 Dale wrote:
 Does someone here use something that is fast to load, small,
 will work with KDE and adjust brightness/contrast

'geeqie'

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] Re: valgrind showing glibc warnings

2010-03-25 Thread Nikos Chantziaras

On 03/25/2010 08:31 PM, Crístian Viana wrote:

I think --gen-suppressions may be a too complicated solution. valgrind
shouldn't find *any* warnings from the libraries of my system at all.
either valgrind is doing something wrong or there's really some errors
on glibc. in every other system I try, valgrind runs fine.

I rebuilt valgrind, but it didn't help.

I'm running amd64, by the way.


On AMD64 you *must* build glibc with splitdebug in FEATURES.  And I 
think the very latest glibc versions also require splitdebug on x86 too. 
 And after that you must probably rebuild valgrind again :P


After you've built glibc with splitdebug, there should be no more 
warnings in valgrind.





Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Dale

Philip Webb wrote:

100325 Dale wrote:
   

Does someone here use something that is fast to load, small,
will work with KDE and adjust brightness/contrast
 

'geeqie'

   


I installed it but can't find any brightness/contrast controls.  Do I 
have to do something to enable them or something?


[ebuild  N] media-gfx/geeqie-1.0_beta2-r1  USE=exif -lcms -lirc 
-xmp 1,868 kB


Is the lcms option needed for this?  It is color management according to 
euse -i.


Dale

:-)  :-)



Re: [gentoo-user] Re: valgrind showing glibc warnings

2010-03-25 Thread Jacob Todd
On Thu, Mar 25, 2010 at 03:31:19PM -0300, Crístian Viana wrote:
 either valgrind is doing something wrong or there's really some errors on
 glibc.

I wouldn't doubt it.

-- 
I am a man who does not exist for others.


pgpfRllZuHu01.pgp
Description: PGP signature


Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Philip Webb
100325 Dale wrote:
 Philip Webb wrote:
 100325 Dale wrote:
 Does someone here use something that is fast to load, small,
 will work with KDE and adjust brightness/contrast
 'geeqie'
 I installed it but can't find any brightness/contrast controls.
 Do I have to do something to enable them or something?
  [ebuild N ] media-gfx/geeqie-1.0_beta2-r1 USE=exif -lcms -lirc -xmp
 Is the lcms option needed for this?
 It is color management according to 'euse -i'.

Sorry, I remembered the color management stuff (I have 'lcms')  assumed
it also handled brightness/contrast, but on further inspection, it doesn't.

Krita claims to manipulate images, but I don't have it installed.

-- 
,,
SUPPORT ___//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT`-O--O---'   purslowatchassdotutorontodotca




[gentoo-user] Re: valgrind showing glibc warnings

2010-03-25 Thread Nikos Chantziaras

On 03/25/2010 05:36 PM, Jacob Todd wrote:

On Thu, Mar 25, 2010 at 03:31:19PM -0300, Crístian Viana wrote:

either valgrind is doing something wrong or there's really some errors on
glibc.


I wouldn't doubt it.


There are always errors everywhere :P  The problem is you shouldn't see 
them since you're only interested in those in your own application.


Anyway, in this case, the error lies in that glibc recently started 
using sse instructions to speed up some string operations on 
intel-compatible CPUs, and Valgrind barks at those unless it has access 
to the debugging symbols.  On other distros this is no issue since they 
make sure not to strip the libraries in question, or provide installable 
*-debug packages.  Gentoo doesn't provide this fine-grained debugging 
support, and you have to build using splitdebug in FEATURES.





Re: [gentoo-user] default user permissions

2010-03-25 Thread Florian Philipp
Am 25.03.2010 09:50, schrieb Alan McKinnon:
 On Thursday 25 March 2010 10:26:25 Hinko Kocevar wrote:
 Hi,

 Where is defined what permissions will the newly created folder/file
 have by default?
 
 This is done by the umask of the user creating the folder.
 
 

 Eg. When creating a folder I would like it to have permissions right
 after it is created, to void use of chmod/chown afterwards:

 drwxrwxr-x 2 hinko users4096 Mar 25 09:23 folder1

 while now I get only:
 drwxr-xr-x 2 hinko users4096 Mar 25 09:23 folder1

 That is group should have 'w' set.
 
 
 This is a common misunderstanding about permissions and the Unix philosophy 
 about them, which is:
 
 It's up to the user, not the system, to say what permissions he wants on new 
 filesystem objects.
 
 Modifing the user's umask is not advised, as this is global. *Every* new file 
 or dir then ends up with g+w and you probably don't want that.
 
 You need to use Posix ACLs for this, and your file system and kernel must 
 support them; you configure it per directory. It's all in man pages and on 
 google - better start reading.
 
 Be warned though: you *will* forget you set this, and *will* wonder in future 
 why g+w is set in various places. ls gives precious little clue that an ACL 
 is in place.
 
 I find that in real life, a find -exec chmod in a cron is a better solution
 

To avoid ACLs and still have group rw rights on some folders for
specific groups, you can make use of the 'user private group' scheme and
the setgid bit: [1].

Gentoo uses this scheme per default, although I think the umask setting
is different (has to be 002 or 007).

What Alan forgot to tell is where to set the umask: /etc/profile. Don't
use too strict settings because these are also applied to system
accounts. This can easily break your system.

[1]
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/ref-guide/s1-users-groups-private-groups.html

Hope this helps,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Dale

Philip Webb wrote:

100325 Dale wrote:
   

Philip Webb wrote:
 

100325 Dale wrote:
   

Does someone here use something that is fast to load, small,
will work with KDE and adjust brightness/contrast
 

'geeqie'
   

I installed it but can't find any brightness/contrast controls.
Do I have to do something to enable them or something?
  [ebuild N ] media-gfx/geeqie-1.0_beta2-r1 USE=exif -lcms -lirc -xmp
Is the lcms option needed for this?
It is color management according to 'euse -i'.
 

Sorry, I remembered the color management stuff (I have 'lcms')  assumed
it also handled brightness/contrast, but on further inspection, it doesn't.

Krita claims to manipulate images, but I don't have it installed.

   


That's OK.  I installed it and have to admit it looked nice.  I like 
GIMP to but it is seriously overkill for this.  I'm going to try Krita 
and see what it looks like.


Dale

:-)  :-)



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Paul Hartman
On Thu, Mar 25, 2010 at 12:36 PM, Mike Edenfield kut...@kutulu.org wrote:
 On 3/25/2010 11:31 AM, Xi Shen wrote:
 hi,

 when i try to emerge f-spot, i found that it pull in dev-lang/mon, and
 all its dependencies. why f-spot needs mono? since when mono becomes
 stable, and is used in real linux application?

 F-Spot is written in C#.  C# is a CIL-only language, and requires the
 Mono runtime to execute.

 If you consider F-Spot a real Linux application, then clearly Mono is
 used by real Linux applications.  The author of F-Spot, at least,
 considered it stable enough to use.

 If you don't consider Mono stable, you'll have to use something other
 than F-Spot.  Unfortunately I don't know of an application for Linux
 that does everything that F-Spot does, except maybe Picasa from Google?

DigiKam is great (if you don't mind KDE libs in your system).



Re: [gentoo-user] Re: help

2010-03-25 Thread Paul Hartman
On Wed, Mar 24, 2010 at 4:41 PM, Dale rdalek1...@gmail.com wrote:
 Since someone else mentioned KDE4, I do look forward to 4.5.  I'm hoping for
 some fixes too.  I want the desktop slideshow to be sequential instead of
 random.  I have a lot of pics that are taken to be a slideshow but if done
 in random order, they make no sense at all.   All I need is a little check
 box to disable the random part.

If you're not afraid of doing a little scripting you might be able to
whip something together yourself using this:

http://kde-look.org/content/show.php/Scripted+Image+Wallpaper+Plugin?content=115147



Re: [gentoo-user] Re: help

2010-03-25 Thread Dale

Paul Hartman wrote:

On Wed, Mar 24, 2010 at 4:41 PM, Dalerdalek1...@gmail.com  wrote:
   

Since someone else mentioned KDE4, I do look forward to 4.5.  I'm hoping for
some fixes too.  I want the desktop slideshow to be sequential instead of
random.  I have a lot of pics that are taken to be a slideshow but if done
in random order, they make no sense at all.   All I need is a little check
box to disable the random part.
 

If you're not afraid of doing a little scripting you might be able to
whip something together yourself using this:

http://kde-look.org/content/show.php/Scripted+Image+Wallpaper+Plugin?content=115147

   


I would have to modify the script since it does random too.  If KDE4 
isn't broke now, I would surely finish it off if I started writing 
scripts.  LOL  I would think it could be disabled somehow but the folks 
on KDE mailing list couldn't find a way either.  I even searched around 
in the config files and maybe changing a USE flag.  Still nothing yet.  
I really think it will be there eventually tho.


Here's to hoping.

Dale

:-)  :-)



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Xi Shen
On Fri, Mar 26, 2010 at 5:54 AM, Paul Hartman
paul.hartman+gen...@gmail.com wrote:
 DigiKam is great (if you don't mind KDE libs in your system).


yeah, digikam is great. i tried it on kde. but i am using gnome, and i
want to keep my system compact.


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Dale

Dale wrote:

Philip Webb wrote:

100325 Dale wrote:

Philip Webb wrote:

100325 Dale wrote:

Does someone here use something that is fast to load, small,
will work with KDE and adjust brightness/contrast

'geeqie'

I installed it but can't find any brightness/contrast controls.
Do I have to do something to enable them or something?
  [ebuild N ] media-gfx/geeqie-1.0_beta2-r1 USE=exif -lcms -lirc -xmp
Is the lcms option needed for this?
It is color management according to 'euse -i'.

Sorry, I remembered the color management stuff (I have 'lcms')  assumed
it also handled brightness/contrast, but on further inspection, it 
doesn't.


Krita claims to manipulate images, but I don't have it installed.



That's OK.  I installed it and have to admit it looked nice.  I like 
GIMP to but it is seriously overkill for this.  I'm going to try Krita 
and see what it looks like.


Dale

:-)  :-)



I got this installed but this is about like GIMP.  It takes a while to 
load and is somewhat complicated to me, although it looks really nice.  
It took about 30 seconds just to open the brightness/contrast tool.  The 
app took about a minute or two which is about like GIMP.


Anything simpler than this?  The old Kview, I think that was the name, 
opens in just a few seconds and was really easy to use.  It was simple 
and fast.


In case someone else runs up on this, it pulls in a lot of dependencies 
too.  I use kde-meta and it still pulled in several other packages.  If 
you don't like GIMP, this is worth looking into.


I have days where I just want to keep using KDE3.  :/

Dale

:-)  :-)



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Volker Armin Hemmann
On Freitag 26 März 2010, Xi Shen wrote:
 On Fri, Mar 26, 2010 at 5:54 AM, Paul Hartman
 
 paul.hartman+gen...@gmail.com wrote:
  DigiKam is great (if you don't mind KDE libs in your system).
 
 yeah, digikam is great. i tried it on kde. but i am using gnome, and i
 want to keep my system compact.

well, in that case you are using the wrong desktop.



Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Vincent Launchbury

On 03/25/10 15:06, Dale wrote:

Hi,

Does someone here use something that is fast to load, small, will work
with KDE and adjust brightness/contrast and maybe some other simple
things?
Ideas?  Thanks.


How about the display command from imagemagick (with use=X)? It's 
smaller than the GIMP, and loads quickly. The interface is a bit clunky, 
but it might do what you want. Just run 'display [file]', click on the 
image to bring up a menu, then do Enhance - Brightness. Or use 
shortcuts L to adjust brightness and Z/C to dull/sharpen the contrast.


As I said, it's a little clunky, but it might be what you're looking for.

Regards,
Vincent.



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Neil Bothwick
On Fri, 26 Mar 2010 07:37:04 +0800, Xi Shen wrote:

 yeah, digikam is great. i tried it on kde. but i am using gnome, and i
 want to keep my system compact.

Then why are you using GNOME?


-- 
Neil Bothwick

Unsolicited advice is the junk mail of life


signature.asc
Description: PGP signature


Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Dale

Vincent Launchbury wrote:

On 03/25/10 15:06, Dale wrote:

Hi,

Does someone here use something that is fast to load, small, will work
with KDE and adjust brightness/contrast and maybe some other simple
things?
Ideas?  Thanks.


How about the display command from imagemagick (with use=X)? It's 
smaller than the GIMP, and loads quickly. The interface is a bit 
clunky, but it might do what you want. Just run 'display [file]', 
click on the image to bring up a menu, then do Enhance - Brightness. 
Or use shortcuts L to adjust brightness and Z/C to dull/sharpen the 
contrast.


As I said, it's a little clunky, but it might be what you're looking for.

Regards,
Vincent.




I have that installed and the USE flag X set.  It doesn't run tho.  If I 
type in image and hit the tab key for autocompletion, it isn't listed.  
Has something changed with it since you used it last and this isn't 
available now?  This is what eix show:


r...@smoker ~ # eix imagemagic
[I] media-gfx/imagemagick
 Available versions:  6.5.2.9!u ~6.5.4.10!u 6.5.7.0!u 
6.5.8.8!u{tbz2} ~6.5.9.4-r1!u {X autotrace bzip2 +corefonts djvu doc 
fftw fontconfig fpx graphviz gs hdri jbig jpeg jpeg2k lcms lqr nocxx 
openexr openmp perl png q32 q8 raw static-libs svg tiff truetype wmf xml 
zlib}
 Installed versions:  6.5.8.8!u{tbz2}(17:19:27 03/25/10)(X bzip2 
corefonts jbig jpeg jpeg2k openmp perl png svg tiff truetype wmf xml 
zlib -autotrace -djvu -doc -fftw -fontconfig -fpx -graphviz -gs -hdri 
-lcms -lqr -nocxx -openexr -q32 -q8 -raw)

 Homepage:http://www.imagemagick.org/
 Description: A collection of tools and libraries for many 
image formats


r...@smoker ~ #


Thanks.

Dale

:-)  :-)



Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Neil Bothwick
On Thu, 25 Mar 2010 19:07:41 -0500, Dale wrote:

  How about the display command from imagemagick (with use=X)? It's 
  smaller than the GIMP, and loads quickly. The interface is a bit 
  clunky, but it might do what you want. Just run 'display [file]', 
  click on the image to bring up a menu, then do Enhance - Brightness. 
  Or use shortcuts L to adjust brightness and Z/C to dull/sharpen the 
  contrast.

 I have that installed and the USE flag X set.  It doesn't run tho.  If
 I type in image and hit the tab key for autocompletion, it isn't
 listed. Has something changed with it since you used it last and this
 isn't available now? 

The package is called imagemagick, the command you need is display.


-- 
Neil Bothwick

I'm in shape ... Round's a shape isn't it?


signature.asc
Description: PGP signature


Re: [gentoo-user] Image viewer with brightness/contrast adjustments

2010-03-25 Thread Dale

Neil Bothwick wrote:

On Thu, 25 Mar 2010 19:07:41 -0500, Dale wrote:

   

How about the display command from imagemagick (with use=X)? It's
smaller than the GIMP, and loads quickly. The interface is a bit
clunky, but it might do what you want. Just run 'display [file]',
click on the image to bring up a menu, then do Enhance -  Brightness.
Or use shortcuts L to adjust brightness and Z/C to dull/sharpen the
contrast.
   
   

I have that installed and the USE flag X set.  It doesn't run tho.  If
I type in image and hit the tab key for autocompletion, it isn't
listed. Has something changed with it since you used it last and this
isn't available now?
 

The package is called imagemagick, the command you need is display.

   


Ohh.  Please permit me to add one more needed feature then.  
GUI.  Some of my pics are nested pretty deep, because of my organizing 
skills or lack thereof.  LOL


I'm thinking about trying gqview but no clue what it does either.  It 
looks like I'm going to be using -C and --depclean here in a bit.  ;-)  
Bad thing is, I sort of like a couple of the ones posted and may want to 
keep them installed too.  O_o


This reminds me of the cereal isle in a grocery store.  We stand there 
trying to pick which one we want and 80% of them are made from corn.  
Basically the same thing but different and we can't choose the one we want.


Dale

:-)  :-)



[gentoo-user] Re: Image viewer with brightness/contrast adjustments

2010-03-25 Thread Gene Hannan
Dale wrote:

 Hi,
 
 I noticed something today.  I was looking at a image that I took with a
 camera and it was a bit dark.  I think I used Kview in KDE3 and it had a
 option to adjust brightness and contrast.  I can't find that in the KDE4
 Gwenview which I guess replaced the other program I was using.  So, I
 looked in porthole to see what I could find to use instead.  Most of the
 home pages show screen shots and all but I can't tell which ones has a
 easy brightness/contrast adjustment tool.
 
 Does someone here use something that is fast to load, small, will work
 with KDE and adjust brightness/contrast and maybe some other simple
 things?  Right now, I'm using GIMP but it is serious over kill to just
 view a image and tweak a setting or two.   It also takes a while to load
 as well.  I'm looking for something much smaller.
 
 Ideas?  Thanks.
 
 Dale
 
 :-)  :-)

You might like the photo editor that comes with digikam.



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Xi Shen
On Fri, Mar 26, 2010 at 7:51 AM, Neil Bothwick n...@digimed.co.uk wrote:
 On Fri, 26 Mar 2010 07:37:04 +0800, Xi Shen wrote:

 yeah, digikam is great. i tried it on kde. but i am using gnome, and i
 want to keep my system compact.

 Then why are you using GNOME?




so, you mean kde is more compact than gnome? but i found it took me
much longer time to build kde than to build gnome.

actually, i were using kde for a while, and just want to switch to
gnome to see how the system works. anyway, many other linux distros
use gnome as the standard desktop, i think there's a reason.


-- 
Best Regards,
David Shen

http://twitter.com/davidshen84/



Re: [gentoo-user] f-spot depends on mono?

2010-03-25 Thread Renat Golubchyk
On Fri, 26 Mar 2010 10:07:08 +0800 Xi Shen davidshe...@googlemail.com
wrote:
 On Fri, Mar 26, 2010 at 7:51 AM, Neil Bothwick n...@digimed.co.uk
 wrote:
  On Fri, 26 Mar 2010 07:37:04 +0800, Xi Shen wrote:
 
  yeah, digikam is great. i tried it on kde. but i am using gnome,
  and i want to keep my system compact.
 
  Then why are you using GNOME?
 
 
 so, you mean kde is more compact than gnome? but i found it took me
 much longer time to build kde than to build gnome.

He means, why are you using GNOME if you want a compact system. Neither
KDE nor GNOME are compact.

 actually, i were using kde for a while, and just want to switch to
 gnome to see how the system works. anyway, many other linux distros
 use gnome as the standard desktop, i think there's a reason.

There is one, but it has more to do with tradition, licensing, or who
runs the project than anything else. There are popular distros using
KDE as default, and there are ones that use GNOME. And then there
are some that use XFCE or something different. And then there are
distros that don't have a default, like Gentoo for example. So that's a
non-argument. ;-)


Cheers,
Renat

-- 
Probleme kann man niemals mit derselben Denkweise loesen,
durch die sie entstanden sind.
  (Einstein)


signature.asc
Description: PGP signature


Re: [gentoo-user] do we have gst-plugins-really-bad or equivalent?

2010-03-25 Thread John H. Moe
On 26/03/10 01:49, Xi Shen wrote:
 hi,

 i have some .m4a files. and i want to play them in rhythmbox. when i
 import them into rhythmbox, it says it needs plugin to play mpeg-4 acc
 file. i searched the network, and people from ubuntu says a
 gstreamer0.10-plugins-really-bad package would do. but i cannot find
 this 'really bad' one on gentoo. i have already emerged
 gst-plugins-bad, but i still cannot play these file.


   
I would have thought that gst-plugins-faac would do this for you; try
that and see if it helps.

Looking through the changelog for RhythymBox ebuild, and if I understand
it all correctly, it appears there used to be a faad use flag to
automatically pull it in back in 2003-2004, but then in 2007, there was
a bug report that caused them to remove it.  See
http://gentoo-portage.com/media-sound/rhythmbox/ChangeLog and 
http://bugs.gentoo.org/159538.

John Moe