Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Normal start Lazarus 1.0.8 under Ubuntu     - How to adjust the system time CentOS (Linux)

- Oracle background processes daemons (Database)

- How Glances monitoring system on Ubuntu (Linux)

- Oracle 11g statistics collection - collection of multi-column statistics (Database)

- Shell command line operation (Linux)

- Hadoop 2.6.0 stand-alone / pseudo-distributed installation (Server)

- Use IP address spoofing Intrusion Prevention Firewall (Linux)

- How to use the Linux command compress JPEG images (Linux)

- View and modify Linux machine name (Linux)

- Thinking in Java study notes - everything is an object (Programming)

- Smooth upgrade to OpenSSH 6.7 Procedure (Linux)

- Enterprise Hadoop cluster architecture - DNS installation (Server)

- IDS Intrusion Detection System built (Linux) (Linux)

- Linux Apache server configure to protect system security (Linux)

- RPM package fabrication method (Linux)

- The method of installing software under Ubuntu Linux (Linux)

- Job achieve automation in Ubuntu 14.04 - Using Cron (Linux)

- Linux System Tutorial: How to Check MariaDB server versions (Database)

- Executable file format Explanation under Linux (Linux)

- The compiler installed Kaldi under Ubuntu 12.04 (Linux)

 
         
  Normal start Lazarus 1.0.8 under Ubuntu
     
  Add Date : 2018-11-21      
         
         
         
  After installing Ubuntu 13.04, has found appmenu well spent, no longer need to delete it. But after installing the lazarus (from source), it has been crash, investigation is appmenu problem, of course, the official lazarus source within the not entirely normal.

So what solution, the latest version of lazarus replaced, and find ways to let it run without load appmenu.


Specific operation is as follows


1. Uninstall lazarus all relevant documents, including fpc
    $ Sudo apt-get purge lazarus fpc fpc-source
    There may not be removed and clean, this time using the following command and then judge
    $ Sudo dpkg -l | grep lazarus (also punishable fpc / fp)
    If found, use dpkg -r or dpkg -P Remove all


2. Delete the original lazarus profile
    Get lazarus beginning in the / usr / lib, / usr / share directory and delete it
    In the / etc directory to find the beginning of the lazarus directory and delete it, looking at the beginning of the file deleted fpc
    In $ HOME directory to find and delete the directory .lazarus


3. sourceforge to search for and download lazarus 1.0.8, use the following command to install
    $ Sudo dpkg -i * .deb


4. After installation is complete, execute the following command
    $ Su - (current user)
    $ Lazarus-ide
    This time can be found, when lazarus start appmenu not loaded, the menu is displayed in a conventional manner, because there is no crash does not occur appmenu

So far, lazarus 1.0.8 already running, in order to be safe, you can also make the following changes

1. Remove the overlay-scrollbar
2. Re-compile lazarus-ide
3. The Exec /usr/share/applications/lazarus.desktop point within the $ HOME / .lazarus / bin / lazarus
     
         
         
         
  More:      
 
- Ubuntu and derived versions of the user how to install G Mic 1.5.8.5 (Linux)
- Optimized to minimize the installation of CentOS 5.8 (Linux)
- SQL Server 2012 failover looksalive check and is alive check (Database)
- iOS constants, variables, properties and characteristics (Programming)
- Vi (Vim) keyboard map and its basic commands (Linux)
- Virtualization and IT cooperation (Linux)
- Linux shared libraries .so file name and Dynamic Link (Linux)
- Using Linux / Unix Text processing (Linux)
- Intel Graphics Installer installation on Ubuntu 15.10 (Linux)
- Comparison of sorting algorithms (Programming)
- Ubuntu 14.04 + xRDP + Xfce implement Windows Remote Desktop Connection (Linux)
- Java eight new features 8 (Programming)
- Hadoop upload files error solved (Server)
- Linux server security - the web server configuration (Linux)
- Stunning exclamation point at the Linux command line (Linux)
- Installation Android IDE development tools, Android Studio 1.5 under Ubuntu (Linux)
- JITwatch installation under Linux (Linux)
- Two classic macro definition under Linux (Linux)
- 15 things to do after installing Ubuntu 15.04 Desktop (Linux)
- GRUB how to load Linux kernel (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.