Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 44422

Summary: idesk-0.5.6-r1 (update, new patch)
Product: Gentoo Linux Reporter: entity__
Component: New packagesAssignee: Desktop Misc. Team <desktop-misc>
Status: RESOLVED UPSTREAM    
Severity: normal CC: entity__
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: idesk-0.5.6-r1 (update with patching)

Description entity__ 2004-03-11 23:40:23 UTC
Hi,

I wrote a patch for the idesk which allows the use of mousewheel to execute commands. It can be used, for instance, like this:

~/.ideskrc : 

table Actions
  Lock: control right doubleClk
  Reload: middle doubleClk
  Drag: right hold
  EndDrag: right singleClk
  Execute[0]: left doubleClk
  Execute[1]: middle singleClk
  Execute[2]: wheelUp
  Execute[3]: wheelDown
end 

~/.idesktop/volume:

table Icon
  Caption: Volume
  Icon: <path to your 3l337 icon>
  X: 140
  Y: 918
  Command[0]:
  Command[1]:  <toggle mute command>
  Command[2]:  <set volume command +8>
  Command[3]:  <set volume command -8>
end

---
Anssi
Comment 1 entity__ 2004-03-11 23:44:31 UTC
Created attachment 27232 [details]
idesk-0.5.6-r1 (update with patching)

ebuild which includes the patching procedures.
Comment 2 Ian Leitch (RETIRED) gentoo-dev 2004-04-30 18:30:36 UTC
Please send your patch to the idesk author for review. We wont maintain user submitted feature patches.