Changes between Version 6 and Version 7 of InstallLinux

Show
Ignore:
Timestamp:
05/05/11 13:06:40 (2 years ago)
Author:
aelilea (IP: 140.105.47.82)
Comment:

minor tweak

Legend:

Unmodified
Added
Removed
Modified
  • InstallLinux

    v6 v7  
    55python WikidPad.py 
    66}}} 
    7 A WikidPad icon can be found in the WikidPad/icons directory. 
     7A WikidPad icon can be found in the ''!WikidPad/icons'' directory. 
    88 
     9[[BR]] 
    910See also the tips and experiences reported in the following sections (some of which may be out of date). 
    1011 
     
    2526chmod +x wpstart 
    2627}}} 
    27 Finally create a launcher according to the HowTo on https://help.ubuntu.com/community/HowToAddaLauncher. Use the command 
     28Finally create a launcher according to the !HowTo on https://help.ubuntu.com/community/HowToAddaLauncher. Use the command 
    2829{{{ 
    2930/path/to/wpstart 
     
    3132 
    3233 
     34[[BR]] 
    3335== Log of experiences == 
    3436 
     
    7274that stuff? 
    7375 
    74 * it would be nice if the WikidPad.config and WikidPad_error.log were 
    75 put in a hidden .WikidPad directory under the users home directory 
    76 20071025 - I found I needed to use wx version 2.6 rather than version 2.4 as suggested above. 
    77  
    78 === Running WikidPad on Linux using Wine === 
    79 I was able to get WikidPad running in Wine, after a quick trip to the irc channel #winehq on irc.freenode.net, here are my steps: 
    80  
    81 * Install Wine (I was using Ubuntu so it was as easy as apt-get install wine) 
    82  
    83 * Copy the msvcrt.dll from your Windows/system32 directory to /root/.wine/drive_c/windows/system/ 
    84  
    85 * Type winecfg at the terminal (as root) and under the Libraries tab, add msvcrt.dll 
    86  
    87 * Run the installer and it *should* work. 
    88  
    89 * This fixes the error with the toolbar fonts as described above, and also shows that error regarding saving WikidPad wikis between Linux and Windows partitions (error connecting to database in 'Z:\home\endura\TestWiki\data'. bad marshal data. This has to do with the difference of Unix and Windows carriage returns. ** Update: You won't have the last problem if you are running WikidPad 1.20beta or above. **'''' 
    90  
    91 === Running WikiPad on Linux using CrossOver === 
    92 I have run the installer under Cross Over http://www.codeweavers.com/products/ and it works like a charm. 
    93  
    9476=== WikidPad on Fedora 7  (Dec. 2007) === 
    9577Fortunately it was very easy to get WikidPad running under Fedora. 
     
    11193 
    11294Note: That way it's for my user's usage only, since it's in my home directory. 
     95 
     96 
     97 
     98=== Running WikidPad on Linux using Wine === 
     99I was able to get WikidPad running in Wine, after a quick trip to the irc channel #winehq on irc.freenode.net, here are my steps: 
     100 
     101* Install Wine (I was using Ubuntu so it was as easy as apt-get install wine) 
     102 
     103* Copy the msvcrt.dll from your Windows/system32 directory to /root/.wine/drive_c/windows/system/ 
     104 
     105* Type winecfg at the terminal (as root) and under the Libraries tab, add msvcrt.dll 
     106 
     107* Run the installer and it *should* work. 
     108 
     109* This fixes the error with the toolbar fonts as described above, and also shows that error regarding saving WikidPad wikis between Linux and Windows partitions (error connecting to database in 'Z:\home\endura\TestWiki\data'. bad marshal data. This has to do with the difference of Unix and Windows carriage returns. ** Update: You won't have the last problem if you are running WikidPad 1.20beta or above. **'''' 
     110 
     111=== Running WikiPad on Linux using CrossOver === 
     112I have run the installer under Cross Over http://www.codeweavers.com/products/ and it works like a charm. 
    113113 
    114114=== WikidPad as portable application ===