dracoblue.net

network-manager-pptp doesn't work

We spend some hours by solving this issue on fresh edgy installation.

If try launching nm-applet with

nm-applet --sm-disable
```


doesn't work, then here is the 

soloution.

Change in the following two files:

  • /etc/dbus-1/system.d/NetworkManager.conf
  • /etc/dbus-1/system.d/nm-applet.conf
From
<policy context="default">
        <allow own="org.freedesktop.NetworkManager"/>
        <allow send_destination="org.freedesktop.NetworkManager"/>
        <allow send_interface="org.freedesktop.NetworkManager"/>
</policy>
```


To:


<policy context="default">
        <allow own="org.freedesktop.NetworkManager"/>
        <allow send_destination="org.freedesktop.NetworkManager"/>
        <allow send_interface="org.freedesktop.NetworkManager"/>
</policy>
```


Then restart dbus:


sudo /etc/init.d/dbus restart
```


And launch the applet:


nm-applet
```


Now it should work like a charm.
        
    

In Articles, Linux by DracoBlue @ 2007-03-19 | 80 Words

Board updated

Today I fixed several issues with the GTA:T board.

Details:Â?

  • [305] No images (new topic, edit, quote, new etc) in Polish lang on forum.
  • [273] Mark as read isnt working!

In GTA:Tournament, Project by DracoBlue @ 2007-03-17 | 34 Words

A Windows Package Management System

I am working on a package system, which is described in this post. It will be often updated.

Continue reading ...

In Project, wnp by DracoBlue @ 2007-03-15 | 781 Words

Create own logos and icons

You have Windows Movie Maker installed and want to add an own logo over your scenes? No problem.

Create a mylogo.xml in your

shared/AddOnTFX

Continue reading ...

In Articles, Effects, Windows Movie Maker by DracoBlue @ 2007-03-12 | 33 Words

CAPTCHA added/fixed

I had another look at the borken captcha plugin at gtat.org and finally found a way to solve it.

Details:

  • [334] cant send PM bug

In GTA:Tournament, Project by DracoBlue @ 2007-03-10 | 27 Words

Page 46 - Page 47 - Page 48