Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44813 - Ebuild for app-misc/logitech_applet
Summary: Ebuild for app-misc/logitech_applet
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: Low enhancement (vote)
Assignee: Carlos Silva (RETIRED)
URL:
Whiteboard:
Keywords:
: 87556 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-03-16 00:34 UTC by Martti Rannanjärvi
Modified: 2005-04-12 10:52 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
logitech-applet-0.3.ebuild (logitech-applet-0.3.ebuild,546 bytes, text/plain)
2004-03-16 00:35 UTC, Martti Rannanjärvi
Details
logitech-applet-0.3.ebuild (logitech-applet-0.3.ebuild,541 bytes, text/plain)
2004-05-09 00:57 UTC, Martti Rannanjärvi
Details
logitech_applet-0.4_pre1.ebuild (logitech_applet-0.4_pre1.ebuild,620 bytes, text/plain)
2004-09-27 10:53 UTC, Martti Rannanjärvi
Details
logitech_applet-0.4_pre1.ebuild (logitech_applet-0.4_pre1.ebuild,552 bytes, text/plain)
2004-12-27 03:32 UTC, Martti Rannanjärvi
Details
/etc/hotplug/usb/logitechmx (logitechmx,60 bytes, text/plain)
2004-12-27 04:21 UTC, Julien Allanos (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martti Rannanjärvi 2004-03-16 00:34:17 UTC
 
Comment 1 Martti Rannanjärvi 2004-03-16 00:35:11 UTC
Created attachment 27447 [details]
logitech-applet-0.3.ebuild

Here.
Comment 2 Martti Rannanjärvi 2004-03-16 00:36:24 UTC
Fix the description typo :-(
Comment 3 Martti Rannanjärvi 2004-05-09 00:57:16 UTC
Created attachment 31026 [details]
logitech-applet-0.3.ebuild

cleanup
Comment 4 Martti Rannanjärvi 2004-09-27 10:53:02 UTC
Created attachment 40546 [details]
logitech_applet-0.4_pre1.ebuild

Now there is a homepage for it, too.
Bump.
Comment 5 Martti Rannanjärvi 2004-09-27 10:56:33 UTC
I don't have a logitech mouse anymore, so I cannot compare this with lmctl (bug 64447).
Comment 6 Carlos Silva (RETIRED) gentoo-dev 2004-10-24 12:24:34 UTC
tested on amd64. works great. thanks!!! :) [[]]
Comment 7 Julien Allanos (RETIRED) gentoo-dev 2004-11-08 15:36:07 UTC
found another ebuild there: http://gentoo.zugaina.org/
Comment 8 Martti Rannanjärvi 2004-12-27 03:32:59 UTC
Created attachment 46951 [details]
logitech_applet-0.4_pre1.ebuild

That zugaina ebuild does the right thing in placing logitech_applet to sbin.
This updated ebuild copies that behaviour.
Comment 9 Julien Allanos (RETIRED) gentoo-dev 2004-12-27 04:18:31 UTC
works fine here, thanks.

maybe it would be useful to add the following script to /etc/hotplug/usb/.
Comment 10 Julien Allanos (RETIRED) gentoo-dev 2004-12-27 04:21:11 UTC
Created attachment 46953 [details]
/etc/hotplug/usb/logitechmx

script to set 800dpi when logitech "mx" usb mice are plugged in. needs
usermaps, like /etc/hotplug/usb/logitechmx310.usermap:

# usb module	     match_flags idVendor idProduct bcdDevice_lo bcdDevice_hi
bDeviceClass bDeviceSubClass bDeviceProtocol bInterfaceClass bInterfaceSubClass
bInterfaceProtocol driver_info
logitechmx		0x0003	0x046d	0xc01b		0x0000		0x0000 
0x00		0x00		0x00		0x00		0x00   
0x000x00000000
Comment 11 Julien Allanos (RETIRED) gentoo-dev 2004-12-27 04:25:03 UTC
btw, are you sure about the SLOT="0" line? this shouldn't be slotted at all.
Comment 12 Martti Rannanjärvi 2004-12-27 19:10:49 UTC
<PORTDIR>/skel.ebuild tells that 'SLOT="0"' is the default. It mentions the possibility to disable slots, but doesn't recommend it. Therefore using SLOT="0" seems right.

The hotplug script looks like a nice way to set the sensor resolution, but I'd rather not do stuff the user doesn't know about. Maybe there should be a README.gentoo which tips this.
Comment 13 Julien Allanos (RETIRED) gentoo-dev 2004-12-27 23:39:15 UTC
or maybe, USE="usb" && install hotplug script.
Comment 14 Martti Rannanjärvi 2004-12-29 01:52:05 UTC
I'm against that too, sorry. :-)
Comment 15 bugs-gentoo.anon 2005-04-02 15:03:18 UTC
*** Bug 87556 has been marked as a duplicate of this bug. ***
Comment 16 Carlos Silva (RETIRED) gentoo-dev 2005-04-12 10:52:31 UTC
in portage now, thx for reporting.