Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3681 closed enhancement (fixed)

Add Keymap Switcher optional package

Reported by: koki Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

It would be nice to have the ability to add the Keymap Switcher that many of us use as an optional package in the build system. Fortunately, a patch to add this as an optional package is available here (from the Keymap Switcher devs?):

http://downloads.sourceforge.net/dotmatrix4beos/KeymapSwitcher.OptionalPackages.patch&usg=ALkJrhhlVEtmdc1IuK3hBZG3S1BZ0sxwvQ

Attachments (1)

KeymapSwitcher.OptionalPackages.patch (988 bytes ) - added by siarzhuk 15 years ago.
Patch for KeymapSwitcher package installed under /boot/common

Download all attachments as: .zip

Change History (9)

comment:2 by axeld, 15 years ago

I would like to embed a keymap switcher into Haiku, but until I will have done so, having this optional package would be nice.

comment:3 by umccullough, 15 years ago

In the meantime, the bits from that patch can be added manually to your UserBuildConfig to prevent hacking of the OptionalPackages file as such:

InstallOptionalHaikuImagePackage HaikuKeymapSwitcher-package-1.0.0.1
	:  http://downloads.sourceforge.net/dotmatrix4beos/HaikuKeymapSwitcher-package-1.0.0.1.zip
	:
;

AddSymlinkToHaikuImage home config be Desktop\ Applets
	: /boot/system/apps/KeymapSwitcher
;

comment:4 by stippi, 15 years ago

I almost simply applied the patch yesterday, but I didn't think it was nice that the patch installs into /boot/system. Why not /boot/common ? It's a third-party add-on for the moment. Otherwise I'd be just fine with adding this.

in reply to:  4 comment:5 by siarzhuk, 15 years ago

Replying to stippi:

I almost simply applied the patch yesterday, but I didn't think it was nice that the patch installs into /boot/system. Why not /boot/common ? It's a third-party add-on for the moment. Otherwise I'd be just fine with adding this.

Ups... You are right! I'll repackage it ASAP to be installed under /boot/common and let you know!

by siarzhuk, 15 years ago

Patch for KeymapSwitcher package installed under /boot/common

in reply to:  4 comment:6 by siarzhuk, 15 years ago

Replying to stippi:

I almost simply applied the patch yesterday, but I didn't think it was nice that the patch installs into /boot/system. Why not /boot/common ? It's a third-party add-on for the moment. Otherwise I'd be just fine with adding this.

I have attached correct patch for OptionalPackages and changed the package zip to be installed under /boot/common.

PS: what about #1449 ?

comment:7 by stippi, 15 years ago

Resolution: fixed
Status: newclosed

Cool thanks, I applied the patch in hrev29975.

comment:8 by koki, 15 years ago

axeld said:

I would like to embed a keymap switcher into Haiku...

That would be ideal. :)

@siarzhuk

Thanks for fixing the package!

@stippi

Thanks for submitting the patch!

Note: See TracTickets for help on using tickets.