List Info

Thread: Printing with Cups 1.1 on fedora core5 and non KDE applications




Printing with Cups 1.1 on fedora core5 and non KDE applications
user name
2006-11-27 10:48:14
I have added this to the 'startkde' script and it's working
we have a full printing machine.....  


########################################
# upgrade nxserver from marcelkraan.net
# file: /usr/bin/startkde

. $HOME/.kde/share/config/kdeprintrc
#. $KDEHOME/share/config/kdeprintrc
export IPP_PORT=$Port

########################################

I have added this to the 'startkde' script and it's working
we have a printing machine.....   
thanks for al the support




Alastair Johnson wrote:
> On Monday 27 November 2006 08:54, Paul van der Vlis
wrote:
>> Marcel kraan schreef:
>>> Hello Alastair,
>>>
>>> I have the printing working...
> Good news 
>>> I have erased all fedora core 5 teststations
and installed fedora core 2.
>>> within 10 minutes the printing was working.
>>> cups-1.1.20-6
>>> libgnomecups-0.1.6-7
>>> cups-libs-1.1.20-6
> Did yum on fc5 upgrade cups from 1.1 to 1.2 when you
weren't looking? It's 
> caught me out a couple of times with other upgrades
that break things.
>>>
>>> the
>>> export IPP_PORT=10004
>>> Is also working but i must add it manual before
starting a print
>>> 'program' (like openoffice)
>>> it's into the nxnode near the printcommand but
i don't get it to work?
>>>
>>> the environment is not showing the IPP_PORT 
???
>>>
>>> So i'am are now at 99%
>>> Thanks for al your help it brought me to
printing 
>> Hello Marcel and Alastair,
>>
>> What worked for me is the following:
>>
>> In "node.conf" there are startscripts for
KDE, Gnome, and CDE. I've used
>> Gnome so I made a script called
/usr/local/bin/gnome-start and changed
>>
COMMAND_START_GNOME="/usr/local/bin/gnome-start".
>>
>> In Gnome start I could change
environment-variables, and read personal
>> config-scripts in the home-directory of a user. In
the last line I start
>> Gnome, what starts then with this environment.
Something like this:
>>
>> --------
>> #!/bin/bash
>> umask 0002
>> export TESTVAR=test21
>> /usr/bin/X11/setxkbmap -rules xfree86 -model pc104
-layout us -option ""
>> . ~/.gnomerc
>> . ~/IPP_PORT
>> # /usr/lib/control-center/gnome-settings-daemon
&
>> echo "hi" > /home/paul/hi
>> /usr/bin/gnome-session
>> --------
>>
>> At the moment it does not work, I don't know why.
The line with IPP_PORT
>> has never worked. I have the idea the script is
completely not started
>> at the moment. But it did work before, so the idea
is good.
> Where does ~/IPP_PORT come from? Do you create it from
nxnode? that should 
> work so long as gnome-session doesn't reset or override
it. I'll have to try 
> this. Thanks.
>> The same you can do with KDE, off cause.
>>
>> With regards,
>> Paul van der Vlis.
____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
SAMBA SHAREpasswd
user name
2006-11-30 09:49:37
Does someone know what format the PASSWD is that SAMBA
'shares' is using
Can i create automated?


<group name="Share2" >
<option key="Alias"
value="$(SHARES)/USB" />
<option key="Password"
value=":119:53:54:41:116:123:81:76:124:" />
<option key="Sharename" value="USB"
/>
<option key="Type" value="disk" />
<option key="Username" value="marcel"
/>
</group>

____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
SAMBA SHAREpasswd
user name
2006-11-30 10:33:27
Marcel kraan schreef:
> Does someone know what format the PASSWD is that SAMBA
'shares' is using
> Can i create automated?
> 
> 
> <group name="Share2" >
> <option key="Alias"
value="$(SHARES)/USB" />
> <option key="Password"
value=":119:53:54:41:116:123:81:76:124:" />
> <option key="Sharename"
value="USB" />
> <option key="Type" value="disk"
/>
> <option key="Username"
value="marcel" />
> </group>

Yes. It's the asci-value + the position.

aaaaaa is :98:99:100:101:102:103:
bbbbbb is :99:100:101:102:103:104:
abcdef is :98:100:102:104:106:108:

Really good encryption 

With regards,
Paul van der Vlis.
____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
SAMBA SHAREpasswd
user name
2006-11-30 11:10:39
Torsdag 30 november 2006 11:33 skrev Paul van der Vlis:
> Marcel kraan schreef:
> > Does someone know what format the PASSWD is that
SAMBA 'shares' is using
> > Can i create automated?
> >
> >
> > <group name="Share2" >
> > <option key="Alias"
value="$(SHARES)/USB" />
> > <option key="Password"
value=":119:53:54:41:116:123:81:76:124:" />
> > <option key="Sharename"
value="USB" />
> > <option key="Type"
value="disk" />
> > <option key="Username"
value="marcel" />
> > </group>
>
> Yes. It's the asci-value + the position.
>
> aaaaaa is :98:99:100:101:102:103:
> bbbbbb is :99:100:101:102:103:104:
> abcdef is :98:100:102:104:106:108:
>
> Really good encryption 
>
> With regards,
> Paul van der Vlis.

Hi list,

- I just wondered...could one use the

pdbedit

- programme to do something in regard to this problem?
- see "man pdbedit"


-- 
------------------------------
Med venlig hilsen/Best regards
Verner Kjærsgaard
____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
SAMBA SHAREpasswd
user name
2006-11-30 11:36:14
thanks... i will have a look


Verner Kjærsgaard wrote:
> Torsdag 30 november 2006 11:33 skrev Paul van der Vlis:
>> Marcel kraan schreef:
>>> Does someone know what format the PASSWD is
that SAMBA 'shares' is using
>>> Can i create automated?
>>>
>>>
>>> <group name="Share2" >
>>> <option key="Alias"
value="$(SHARES)/USB" />
>>> <option key="Password"
value=":119:53:54:41:116:123:81:76:124:" />
>>> <option key="Sharename"
value="USB" />
>>> <option key="Type"
value="disk" />
>>> <option key="Username"
value="marcel" />
>>> </group>
>> Yes. It's the asci-value + the position.
>>
>> aaaaaa is :98:99:100:101:102:103:
>> bbbbbb is :99:100:101:102:103:104:
>> abcdef is :98:100:102:104:106:108:
>>
>> Really good encryption 
>>
>> With regards,
>> Paul van der Vlis.
> 
> Hi list,
> 
> - I just wondered...could one use the
> 
> pdbedit
> 
> - programme to do something in regard to this problem?
> - see "man pdbedit"
> 
> 

-- 
  ___ _        _   _     ___   _   ___
| _ |_)__ _  /_ (_)_ _| _ ) /_ / __|
| _  / _` |/ _ | | '_| _ / _  (_ |
|___/___, /_/ __|_| |___/_/ ____|.com
       |___/

BigAirBAG BV
Amsterdamseweg 68
1981 LH  Velsen Zuid
The Netherlands
VAT/BTW             : NL8065.67.831.B01
Chamber of Commerce : 08076232
Phone               : +31 654378837
Fax                 : +31 235513420
Inter               : +42 3663172486

____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
SAMBA SHAREpasswd
user name
2006-11-30 10:45:49
On Thursday 30 November 2006 10:33, Paul van der Vlis wrote:
> Marcel kraan schreef:
> > Does someone know what format the PASSWD is that
SAMBA 'shares' is using
> > Can i create automated?
> >
> >
> > <group name="Share2" >
> > <option key="Alias"
value="$(SHARES)/USB" />
> > <option key="Password"
value=":119:53:54:41:116:123:81:76:124:" />
> > <option key="Sharename"
value="USB" />
> > <option key="Type"
value="disk" />
> > <option key="Username"
value="marcel" />
> > </group>
>
> Yes. It's the asci-value + the position.
>
> aaaaaa is :98:99:100:101:102:103:
> bbbbbb is :99:100:101:102:103:104:
> abcdef is :98:100:102:104:106:108:
>
> Really good encryption 
>
> With regards,
> Paul van der Vlis.

That's only marginally worse then the 'obscure' function kde
uses in 
kdeprintrc and probably elsewhere.

____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
SAMBA SHAREpasswd
user name
2006-11-30 10:46:18
Paul van der Vlis schreef:
> Marcel kraan schreef:
> 
>>Does someone know what format the PASSWD is that
SAMBA 'shares' is using
>>Can i create automated?
>>
>>
>><group name="Share2" >
>><option key="Alias"
value="$(SHARES)/USB" />
>><option key="Password"
value=":119:53:54:41:116:123:81:76:124:" />
>><option key="Sharename"
value="USB" />
>><option key="Type"
value="disk" />
>><option key="Username"
value="marcel" />
>></group>
> 
> 
> Yes. It's the asci-value + the position.
> 
> aaaaaa is :98:99:100:101:102:103:
> bbbbbb is :99:100:101:102:103:104:
> abcdef is :98:100:102:104:106:108:
> 
> Really good encryption 

But you can also use a plain pasword in your configfile:
<option key="Password"
value="verysecretpassword" />

With regards,
Paul van der Vlis.
____________________________________________________________
____
     Were you helped on this list with your FreeNX problem?
    Then please write up the solution in the FreeNX
Wiki/FAQ:
  http://openfacts.berlios.de/index-en.phtml?title=Free
NX_FAQ
         Don't forget to check the NX Knowledge Base:
                 http://www.nomachine.com
/kb/ 

____________________________________________________________
____
       FreeNX-kNX mailing list --- FreeNX-kNXkde.org
      http
s://mail.kde.org/mailman/listinfo/freenx-knx
____________________________________________________________
____
[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )