Difference between revisions of "AndLinux"
Jump to navigation
Jump to search
m |
m (→Intro) |
||
| Line 5: | Line 5: | ||
* [http://www.straightrunning.com/XmingNotes/ Xming], a X server for Windows |
* [http://www.straightrunning.com/XmingNotes/ Xming], a X server for Windows |
||
* [http://www.pulseaudio.org/ PulseAudio], the sound server |
* [http://www.pulseaudio.org/ PulseAudio], the sound server |
||
| + | ==Tips== |
||
| + | ===Adding a shared drive=== |
||
| + | Add sth like this to andLinux\settings.txt |
||
| + | cofs1=D:\ |
||
| + | And in the /etc/fstab of the Ubuntu: |
||
| + | 1 /mnt/d cofs defaults 0 0 |
||
| + | ===Running kgpg=== |
||
| + | The problem is that once kgpg is iconified, I've no idea where this icon goes and I cannot maximize the window anymore (it's also true for e.g. klipper) |
||
| + | <br>The trick is to use a dcop command to raise the window, you can play with kdcop to experiment |
||
| + | <br>So I added to andLinux\Launcher\menu.txt the following: |
||
| + | Kgpg;kgpg.ico;pgrep kgpg > /dev/null || kgpg %U;dcop kgpg KeyInterface showKeyManager |
||
| + | The icon was converted from /usr/share/icons/hicolor/32x32/apps/kgpg.png with The Gimp |
||
Revision as of 11:14, 4 March 2008
Intro
andLinux is a bundle of several pieces enabling a linux distribution to run with its kernel as a Windows service.
- Ubuntu
- coLinux, a port of the Linux kernel to Windows
- Xming, a X server for Windows
- PulseAudio, the sound server
Tips
Add sth like this to andLinux\settings.txt
cofs1=D:\
And in the /etc/fstab of the Ubuntu:
1 /mnt/d cofs defaults 0 0
Running kgpg
The problem is that once kgpg is iconified, I've no idea where this icon goes and I cannot maximize the window anymore (it's also true for e.g. klipper)
The trick is to use a dcop command to raise the window, you can play with kdcop to experiment
So I added to andLinux\Launcher\menu.txt the following:
Kgpg;kgpg.ico;pgrep kgpg > /dev/null || kgpg %U;dcop kgpg KeyInterface showKeyManager
The icon was converted from /usr/share/icons/hicolor/32x32/apps/kgpg.png with The Gimp