Accesskeys: Mit n zur Navigation, mit c zum Inhalt

Diese Webseite verwendet Cookies zum Spamschutz, zur dauerhaften Sprachauswahl, zum dauerhaften einloggen und für Statistiksoftware.

Mit Nutzung dieser Webseite erklären Sie sich damit einverstanden. Datenschutzerklärung

20.10.2010

wireless keyboard mm keys mouse issues

I recently bought a Microsoft Arc keyboard to work with my ubuntu 10.10 maverick system and I am very happy with it.

Only one problem occured: When I hit one of the multimedia keys on it (Volume up, down or mute) my left mouse button stopped working. It seems like pressing a multimedia key is forcing a pushed down left mousebutton until you restart the x-server.

Really annoying, but the ubuntu guys have a fix for ubuntu maverick 10.10 in launchpads bugtracker already.

Install this Package for 32bit systems or this one for 64bit systems and reboot your system.

The annoying keyboard/mouse issue is gone.

 

Should work for ubuntu lucid 10.04 and other keyboards with multimedia Keys (Microsoft, HP, A4Tech) which suffer from this issue, too.
 


weiterlesen & kommentieren... 0 Kommentare
Schlagwörter: linux
16.10.2010

change nautilus side pane colour

[UPDATE 18.01.2011]
Finally somebody had the same problem like me and came up with a better solution. The problem with what I wrote: Changes get lost on nautilus updates.

To get the "real deal", stick to Joeys How-To at OMG! ubuntu. Thanks for reading.

[/UPDATE]

to change the side pane colour in nautilus, open the gtkrc file for your theme

e.g.

sudo gedit /usr/share/Ambiance/gtk-2.0/gtkrc


and add

style "treeview-mod"
{  
    GtkTreeView::even_row_color   = "#F2F1F0"
}
widget "*NautilusNavigationWindow*" style "treeview-mod"


only issue: when switching the view to treeview, the background changes, too. But thats not so bad as you mostly use treeview when the folder is full, so that you never see the background in treeview anyway.

I did this with nautilus elementary mod, so I do not know if it fully works with the standard nautilus. 

Take a look at these threads at ubuntuforums to get your own clues:
http://ubuntuforums.org/showthread.php?t=1539296
http://ubuntuforums.org/showthread.php?t=1381274

have fun customizing your nautilus. If not, just stick to the standard themes. ;)

weiterlesen & kommentieren... 0 Kommentare
Schlagwörter: linux
10.10.2010

get rid of notifications in ubuntu

This command frees you from the annoying popups in the right upper corner, everytime a mail, IM or whatever is recieved
sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled

 

to turn it on again, just run this
 

sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled /usr/share/dbus-1/services/org.freedesktop.Notifications.service


 


weiterlesen & kommentieren... 0 Kommentare
Schlagwörter: linux
08.10.2010

Dell Latitude E5400 to E6500 Microphone issue

My integrated microphone did not work after installing ubuntu maverick 10.10. What a shame. I found a quick and easy solution though.

This article is a completely copied post from lidex, a user at the ubuntuforums. The Original Post can be found here.

This solution should work for integrated microphone issues with Dell Latitude E5410, E5510, E6410 and E6510.

Register with the ubuntuforums and thank lidex for this, I just found, copy and paste this:



Using a Terminal="Applications->Accessories->Terminal"
Open this file for editing:
Code:
 gksudo gedit /etc/modprobe.d/alsa-base.conf
Insert this line at the bottom:
Code:
 options snd-hda-intel model=dell-s14
Save. Close. Reboot. Check your levels in alsamixer.
Code:
 alsamixer
Press <F6> to select the correct soundcard.
Press <F3> to show playback levels. <F4> selects capture levels [or use <Tab>]
Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
Go to "System ->Preferences ->Sound" and make sure the correct soundcard is default and adjust your profile on the hardware tab.

Now if that doesn't work, upgrade your alsa install using the alsa-upgrade link in my sig.
__________________
[...]
weiterlesen & kommentieren... 0 Kommentare
Schlagwörter: linux