

sudo apt-get download cups-pdfsudo rm /var/lib/dpkg/locksudo dpkg --configure -a
which gave me:
Setting up cups-pdf (2.6.1-6) ...
[ ok ] Reloading Common Unix Printing System: cupsd.
CUPS failed to reload its configuration!sudo apt-get purge cups-pdf
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
cups-pdf*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 221 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 152931 files and directories currently installed.)
Removing cups-pdf ...
[ ok ] Reloading Common Unix Printing System: cupsd.
CUPS failed to reload its configuration!
Purging configuration files for cups-pdf ...
[ ok ] Reloading Common Unix Printing System: cupsd.
CUPS failed to reload its configuration!
Processing triggers for cups ...
[ ok ] Starting Common Unix Printing System: cupsd.
WARNING: gnome-keyring:: couldn't connect to: /home/mint/.cache/keyring-TT42zA/pkcs11: No such file or directory
WARNING: gnome-keyring:: couldn't connect to: /home/mint/.cache/keyring-TT42zA/pkcs11: No such file or directorysudo sed -i.bak 's/OnlyShowIn=GNOME;Unity;/OnlyShowIn=GNOME;Unity;XFCE;/g' /etc/xdg/autostart/gnome-keyring-*.desktopsudo dpkg -i cups*.deb
Selecting previously unselected package cups-pdf.
(Reading database ... 152897 files and directories currently installed.)
Unpacking cups-pdf (from cups-pdf_2.6.1-6_i386.deb) ...
Setting up cups-pdf (2.6.1-6) ...
[ ok ] Reloading Common Unix Printing System: cupsd.
CUPS failed to reload its configuration!
Processing triggers for cups ...
[ ok ] Starting Common Unix Printing System: cupsd.sudo apt-get install bluez-cups python-cups python-cupshelpers openprinting-ppds


17xeros wrote:thank you wayne128 for the instructions.
Just switched on the pc and the moment I was typing the password to login I thought "this is the last time I'm doing this".
Alas login screen took revenge ....sensing the approaching elimination refuses to log me in telling me "incorrect password".
Anyway thanks again for taking the time to respond to such trivial thing.
#!/bin/bash
# http://siripong-computer-tips.blogspot.nl/2011/09/enable-lightdm-autologin-debian-wheezy.html
if [ "$1" == "" ]; then
echo "You must pass the autologin user name: ./lightdm-autologin myusername"
exit
fi
if [ $UID -ne 0 ]; then
echo "Please, type root password..."
su -c "$0 $@"
exit
fi
# Configure /etc/lightdm/lightdm.conf
CONF=/etc/lightdm/lightdm.conf
XSESSION=$(cat /usr/share/xsessions/*.desktop | grep Exec | grep -v default | cut -d = -f2)
sed -i -e '/user-session=/ c user-session='$XSESSION $CONF
sed -i -e '/autologin-user=/ c autologin-user='$1 $CONF
sed -i -e "/autologin-user-timeout=/ c autologin-user-timeout=0" $CONF
if ! grep -Fxq "pam-service=" "$CONF"; then
sed -i -e "/autologin-user-timeout=/ c autologin-user-timeout=0\npam-service=lightdm-autologin" $CONF
else
sed -i -e '/pam-service=/ c pam-service=lightdm-autologin' $CONF
fi
# Create /etc/pam.d/lightdm-autologin
echo "#%PAM-1.0
auth requisite pam_nologin.so
auth required pam_env.so readenv=1
auth required pam_env.so readenv=1 envfile=/etc/default/locale
auth required pam_succeed_if.so user != root quiet_success
auth required pam_permit.so
@include common-account
session required pam_limits.so
@include common-session
@include common-password" > /etc/pam.d/lightdm-autologin

[SeatDefaults]
autologin-user={YOUR USER NAME}
autologin-user-timeout=0
pam-service=lightdm-autologin#%PAM-1.0
auth requisite pam_nologin.so
auth required pam_env.so readenv=1
auth required pam_env.so readenv=1 envfile=/etc/default/locale
auth required pam_succeed_if.so user != root quiet_success
auth required pam_permit.so
@include common-account
session required pam_limits.so
@include common-session
@include common-password








zerozero wrote:in the meantime![]()
Schoelje have you seen this?
viewtopic.php?f=191&t=122914
the same issue you and JJ had with cups



So only thing left to try is Mint ISO (I'll try yours) and totally uninstall cups. Then point to testing, reinstall cups. Then see if 'cups-pdf' will install.


17xeros wrote:I'm not asked any password at login, neither by wicd. Maybe cause I added NOPASSWD:
(root ALL=(ALL:ALL) NOPASSWD: ALL) in visudo ?
17xeros wrote:Also when I tried to connect wifi with wicd I typed the wpa password and was asked for a keyring password to save the wpa password, pressed OK without typing anything. Maybe cause of that?
17xeros wrote:A comment about GRUB. LMDE KDE iso always installs grub despite un-ticking the box. xfce 1st time behaved and didn't install it. 2nd time it did.
17xeros wrote:About thunar, blueman and obex.
Blueman uses Nautilus which in the official LMDE XFCE takes over the desktop (restarting without saving the session restores things, annoying though).
If nautilus is purged or like here does not exist, trying browsing files in a attached bluetooth device (blueman) does nothing.
I think it's important that it works by default. Searched a bit and found this post:
http://forums.debian.net/viewtopic.php? ... 37#p415734
I tried it in the official LMDE XFCE and works brilliant as good as nautilus does.
Creating Samba shares in Thunar
viewtopic.php?f=197&t=88255#p509266
That's another option I feel it's useful to a user if it's there by default (context menu, Edit menu) in Thunar.
17xeros wrote:XFCE/KDE repositories.
If Linux Mint is not going to support XFCE and KDE -which I understand is the stimulus for this project- thus it's not going to provide updates of the DEs shouldn't be something in the sources.list ?
17xeros wrote:Maybe a "README" along the iso for "LMDE XFCE official" users about few things that are different to ease their switch over? Obviously enthusiasts and above (the IT knowledge ladder) have no need of it I presume.


Schoelje wrote:17xeros wrote:XFCE/KDE repositories.
If Linux Mint is not going to support XFCE and KDE -which I understand is the stimulus for this project- thus it's not going to provide updates of the DEs shouldn't be something in the sources.list ?
I'm looking for a solution that'll bring more continuity: my own repository.
So, if someone knows where I can host that (as cheap as possible), just let me know it.



jjaythomas wrote:So only thing left to try is Mint ISO (I'll try yours) and totally uninstall cups. Then point to testing, reinstall cups. Then see if 'cups-pdf' will install.
NOPE configs in /ect & /ect/defaults were completely gone on reboot. Still nogo installing.
J.Jay
P.S. version same in UPack6 and testing. Only thing I remember,was a popup asking to keep Cup config (if remember right:oops: ) when upgrading ISO to UPack6 (on old install).
apt-get -t experimental install <package name>
aptitude install <package name> -t experimental

17xeros wrote:Creating Samba shares in Thunar
viewtopic.php?f=197&t=88255#p509266
That's another option I feel it's useful to a user if it's there by default (context menu, Edit menu) in Thunar.
umdexfce wayne # /etc/init.d/samba restart
[....] Stopping Samba daemons: nmbdstart-stop-daemon: warning: failed to kill 3730: No such process
[ ok .
[ ok ] Starting Samba daemons: nmbd smbd.

I have no idea if it is working or not under Sid, don't have a printer at this time.

jjaythomas wrote:I have no idea if it is working or not under Sid, don't have a printer at this time.
Thank You widget...
I can print I set up with 'hplip-gui' just can't print test page, I can print a random web page (so believe cups printer works). Its the virtual printer 'cups-pdf' that won't install and locks synaptic (the work around works anyways). I just have to remember to use the print to file and not try install 'cups-pdf' (that's what always usedforce of habit only).
Its just anoying knowing my other 'debian testing distro' they do
Thank You
J.Jay
P.S. Only thing beside setup I use hplip-gui for is to monitor ink levels (that seems to be working).
Also
Rather LMDE for other reasons alacarte(sorta of works), open folder as root right click (I know thunar custmized), extra repo, ect.

Ah, I should have read more carefully. You could probably grab the package from the wheezy repo then. In that case it would be good to remove all of cups and install all of it from the same repo.

zerozero wrote:Schoelje wrote:17xeros wrote:XFCE/KDE repositories.
If Linux Mint is not going to support XFCE and KDE -which I understand is the stimulus for this project- thus it's not going to provide updates of the DEs shouldn't be something in the sources.list ?
I'm looking for a solution that'll bring more continuity: my own repository.
So, if someone knows where I can host that (as cheap as possible), just let me know it.
does this mean:
1- repo that might have custom kde/xfce packages alongside/replacing the ones provided by debian;
2- your packages?


Users browsing this forum: No registered users and 6 guests