3
|
Linux секция за начинаещи / Настройка на програми / Re: Wine
|
-: Jul 20, 2010, 01:20
|
Благодаря, но като напиша: sudo add-apt-repository ppa:ubuntu-wine/ppa
и ми дава следната грешка
jivko@jiko:~$ sudo add-apt-repository ppa:ubuntu-wine/ppa sudo: unable to resolve host jiko sudo: add-apt-repository: command not found
|
|
|
5
|
Linux секция за начинаещи / Настройка на програми / Re: Wine
|
-: Jul 19, 2010, 02:39
|
Намерих тука няква статия, уж направих промените, аме не се получи нещо
My program fails to do networking, but Linux can get online
Note: These instructions are for older Wine installs. If you're using Wine 1.x and your application still fails to do networking, you can give this a try as well. If you're running Wine 1.x and below instructions work for you, file a bug so we can fix Wine to improve other people's experience.
You need to make sure that your hostname resolves to the IP address of your network interface. To verify if you have this problem run hostname -i. If it returned IP address starting from "127." then read on.
To set this up correctly, you can type the following from a terminal:
hostname
This will return your hostname the way your computer sees it. Now, you need to open an editor with system administrator privileges, how you do this will depend on the distribution you are using. Open the file /etc/hosts and see if there is an entry for your hostname. Assuming your hostname is "yourhost" and your network IP address is 192.168.0.23, the entry might look like this:
127.0.0.1 yourhost.yourdomain.com yourhost
Change this to (or add, if there is no such line):
192.168.0.23 yourhost.yourdomain.com yourhost
|
|
|
|