LinuxQuestions.org
Visit Jeremy's Blog.
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 11-26-2017, 01:14 PM   #16
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Original Poster
Rep: Reputation: Disabled

Hello,

Looks good, please provide a link, Sébastien.
 
Old 11-26-2017, 02:04 PM   #17
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by Didier Spaier View Post
Looks good, please provide a link, Sébastien.
I just created a project on sourceforge. To grab the source file and slackbuild directly, you can use this url.

To create a slackware package, simply proceed as below :
Code:
$ tar xf /path/to/xdm-slackware-theme-2017.1026-source.tar.gz
$ su
$ cd xdm-slackware-theme
$ ./xdm-slackware-theme.SlackBuild
Slackware package maker, version 3.141593.

Searching for symbolic links:
usr/bin/setxdmbg        ../libexec/setxdmbg/setxdmbg.sh
etc/X11/xdm/slackware/pixmaps/default-wallpaper.pixmap  C1-Nights-Haze-Blue-2.jpg

Making symbolic link creation script:
( cd usr/bin ; rm -rf setxdmbg )
( cd usr/bin ; ln -sf ../libexec/setxdmbg/setxdmbg.sh setxdmbg )
( cd etc/X11/xdm/slackware/pixmaps ; rm -rf default-wallpaper.pixmap )
( cd etc/X11/xdm/slackware/pixmaps ; ln -sf C1-Nights-Haze-Blue-2.jpg default-wallpaper.pixmap )

Unless your existing installation script already contains the code
to create these links, you should append these lines to your existing
install script. Now's your chance. :^)

Would you like to add this stuff to the existing install script and
remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/bin/setxdmbg'
removed './etc/X11/xdm/slackware/pixmaps/default-wallpaper.pixmap'

Updating your ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package:  /tmp/xdm-slackware-theme-2017.1026-noarch-1_SeB.tgz

./
usr/
usr/libexec/
usr/libexec/setxdmbg/
usr/libexec/setxdmbg/setxdmbg.sh
usr/doc/
usr/doc/xdm-slackware-theme-2017.1026/
usr/doc/xdm-slackware-theme-2017.1026/s-logo-on-grey.xpm
usr/doc/xdm-slackware-theme-2017.1026/README.html
usr/doc/xdm-slackware-theme-2017.1026/xdm-slackware-theme.SlackBuild
usr/doc/xdm-slackware-theme-2017.1026/adoc/
usr/doc/xdm-slackware-theme-2017.1026/adoc/setxdmbg.txt
usr/doc/xdm-slackware-theme-2017.1026/adoc/README.txt
usr/doc/xdm-slackware-theme-2017.1026/setxdmbg.html
usr/doc/xdm-slackware-theme-2017.1026/README
usr/doc/xdm-slackware-theme-2017.1026/slackware-s-logo.xcf
usr/man/
usr/man/man1/
usr/man/man1/setxdmbg.1.gz
usr/bin/
install/
install/doinst.sh
install/slack-desc
etc/
etc/X11/
etc/X11/xdm/
etc/X11/xdm/slackware/
etc/X11/xdm/slackware/Xbuttons_bar
etc/X11/xdm/slackware/Xsetup
etc/X11/xdm/slackware/Xsetup.conf.new
etc/X11/xdm/slackware/Xstartup
etc/X11/xdm/slackware/xdm-config
etc/X11/xdm/slackware/pixmaps/
etc/X11/xdm/slackware/pixmaps/C1-Nights-Haze-Purple-2.jpg
etc/X11/xdm/slackware/pixmaps/C1-Nights-Haze-Grey-2.jpg
etc/X11/xdm/slackware/pixmaps/C2-Sunset-Shore-2.jpg
etc/X11/xdm/slackware/pixmaps/C2-Ocean-Side-Sunset-2.jpg
etc/X11/xdm/slackware/pixmaps/C1-Nights-Haze-Blue-2.jpg
etc/X11/xdm/slackware/pixmaps/C2-Green-Moutain-Side-2.jpg
etc/X11/xdm/slackware/pixmaps/C1-Steele-Star-2.jpg
etc/X11/xdm/slackware/pixmaps/C1-Shuttleworth-Galaxy-2.jpg
etc/X11/xdm/slackware/pixmaps/s-logo-on-white.xpm
etc/X11/xdm/slackware/pixmaps/C2-Morning-View-2.jpg
etc/X11/xdm/slackware/pixmaps/C2-The-Rivers-Of-Cuomo-2.jpg
etc/X11/xdm/slackware/Xbuttons_bar.conf.new
etc/X11/xdm/slackware/Xresources.new

Slackware package /tmp/xdm-slackware-theme-2017.1026-noarch-1_SeB.tgz created.
It is a good idea to read /usr/doc/xdm-slackware-theme-2017.1026/README.html before using this theme.

--
SeB
 
2 members found this post helpful.
Old 11-26-2017, 02:20 PM   #18
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Original Poster
Rep: Reputation: Disabled
Great work, and well documented, including setxdmbg. Congrats, Sébastien!

Last edited by Didier Spaier; 11-26-2017 at 02:28 PM.
 
Old 11-27-2017, 03:05 PM   #19
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Original Poster
Rep: Reputation: Disabled
Correction

Replace:
Code:
LXDE) session=/usr/bin/startlxde;;
with:
Code:
LXDE) session=/usr/bin/lxsession;;
 
  


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
Change from default "Recently used" to some other directory in gtk file chooser Slackovado Slackware 4 12-30-2013 03:17 PM
[SOLVED] No xfce entry in KDM session chooser vdemuth Slackware 2 05-19-2012 10:16 AM
Default GUI Chooser? Zaskar Fedora 1 02-23-2004 08:58 PM
How do I AfterStep to my Session chooser in RH9 londonboi Linux - Distributions 0 08-11-2003 05:53 PM
session chooser in Slack 9.0 Culbert Slackware 12 05-13-2003 04:28 PM

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

All times are GMT -5. The time now is 07:34 PM.

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