LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-12-2011, 04:40 PM   #106
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179

fresh lxde packages for 13.37 and current, i486 and x86_64 with the latest updates from upstream.

- slackware-13.37
- slackware64-13.37
- slackware-current
- slackware64-current

notice that a new empty file is created, /etc/udev/rules.d/99-udisks-ntfs3g.rules.
this really shouldn't be empty , but maybe it's better this way so you can choose
if you want to force your desktop environment to automount your external ntfs drives and memories using the fuse ntfs-3g driver instead of the kernel one (preferred here), fill that file with this content
Code:
ENV{ID_FS_TYPE}=="ntfs", ENV{ID_FS_TYPE}="ntfs-3g"
 
Old 08-12-2011, 05:01 PM   #107
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179
ah, if you like, share some opinions if the above for you can be (like I think) a better default
 
Old 08-12-2011, 06:58 PM   #108
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Probably a better way to handle that is to make /sbin/mount.ntfs-3g symlink at /sbin/mount.ntfs -- then it "just works" without any changes on the user end. I think the ntfs-3g driver is stable enough at this point that it should be safe to do that.
 
4 members found this post helpful.
Old 08-12-2011, 07:28 PM   #109
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Quote:
Originally Posted by rworkman View Post
Probably a better way to handle that is to make /sbin/mount.ntfs-3g symlink at /sbin/mount.ntfs -- then it "just works" without any changes on the user end. I think the ntfs-3g driver is stable enough at this point that it should be safe to do that.
Been working here fine for the past month or so too =)
 
Old 09-30-2011, 06:47 PM   #110
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
There is a problem with /etc/lxdm/lxdm.conf.new that is part of the latest lxdm.Slackbuild @
https://github.com/Ponce/slackbuilds...nt/system/lxdm

Code:
PRGNAM=lxdm
VERSION=${VERSION:-0.4.1}
The new lxdm.conf wants to remove the correct location of lxdm-greeter-gtk and add an incorrect one.

Code:
-greeter=/usr/libexec/lxdm-greeter-gtk
+
+## set this if you don't want to put xauth file at ~/.Xauthority
+# xauth_path=/tmp
+
+## greeter used to welcome the user
+greeter=/usr/local/libexec/lxdm-greeter-gtk

Yet,

Code:
[lxde@slackware-x86 ~]$ ls -al /usr/libexec/lxdm-greeter-gtk
-rwxr-xr-x 1 root root 48844 Sep 30 18:36 /usr/libexec/lxdm-greeter-gtk
[lxde@slackware-x86 ~]$ ls -al /usr/local/libexec/lxdm-greeter-gtk
ls: cannot access /usr/local/libexec/lxdm-greeter-gtk: No such file or directory
If you overwrite the old config file with the /etc/lxdm/lxdm.conf.new, then on boot you are greeted with a blank screen.
 
Old 10-01-2011, 12:56 AM   #111
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179
I think that path has been hardcoded by some commit by the lxde devs in the new lxdm sources, so will be better to report the thing upstream.
BTW, I'm gonna patch it soon in the slackbuild on github, as I return from holidays (it's hard to do it by cell phone), just wait a little.
 
Old 10-01-2011, 06:23 AM   #112
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Not a big deal, just a matter of not blindly overwriting the .config with the .config.new.
 
Old 02-17-2012, 07:11 AM   #113
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,109

Original Poster
Rep: Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179Reputation: 4179
updated lxde packages for 13.37 and current, i486 and x86_64

- slackware-13.37
- slackware64-13.37
- slackware-current
- slackware64-current
 
1 members found this post helpful.
Old 11-30-2012, 04:26 PM   #114
eternauta2001
LQ Newbie
 
Registered: Dec 2008
Distribution: Slackware Linux
Posts: 21

Rep: Reputation: 9
Quote:
Originally Posted by ponce View Post
updated lxde packages for 13.37 and current, i486 and x86_64

- slackware-13.37
- slackware64-13.37
- slackware-current
- slackware64-current
And for slackware 14?
 
Old 11-30-2012, 07:03 PM   #115
SqdnGuns
Senior Member
 
Registered: Aug 2005
Location: Pensacola, FL
Distribution: Slackware64® Current & Arch
Posts: 1,092

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by eternauta2001 View Post
And for slackware 14?
Just navigate a bit and you will discover them.

http://ponce.cc/slackware/slackware64-14.0/lxde/

goodies for slackware64-14.0
------------------------------------

read disclaimer first: http://slackware.ponce.cc/blog/about/

- ./packages
the packages use on my installations

- ./lxde
packages for a full LXDE desktop.

- ./qt-desktop
packages for a full Qt-Desktop as seen by the Razor-qt developers: see
https://github.com/Razor-qt/razor-qt...y-applications

everything is built on a fresh installed slackware64-14.0 with sbopkg
using a forked version of the slackbuilds.org git repo.

http://github.com/Ponce/slackbuilds

you can check for dependencies on slackbuilds.org if you need single packages,
but all you need besides a current full default installation should be
already in this folders

(latest global rebuild 29 september 2012)

- - -

- ./testing
some testing stuff

- ./32bit-stuff
some 32bit packages that I use on slackware64-14.0
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: LXDE, the New Lightweight Linux Desktop LXer Syndicated Linux News 0 04-14-2010 10:40 PM
Do you think LXDE/OpenBox should replace ........ Wm/Desktop in Slackware? samac Slackware 7 03-14-2010 05:24 AM
[SOLVED] lxde desktop program links mark_alfred Linux - Desktop 4 12-22-2009 12:58 PM
[SOLVED] Put icon on Desktop with LXDE? kushalkoolwal Linux - Software 2 08-13-2009 01:27 PM
LXDE Hanging on desktop rightclick yah0m Linux - Desktop 0 07-21-2008 06:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration