Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
08-13-2012, 09:22 AM
|
#76
|
|
LQ Newbie
Registered: May 2012
Distribution: Slackware
Posts: 26
Rep: 
|
Quote:
Originally Posted by mrascii
No default (non-hidden) directories created for new user -- Slackware 14 RC1
I created a new user and logged into KDE as that user but the standard directories (Desktop, Documents, Pictures, Music, etc.) were not created. Slackware 13.37 creates these directories. I assume this is a bug.
DNA
AKA mrascii
|
You can create those directories yourself with the "xdg-user-dirs-update" command. I run that command immediately after setting up my user accounts.
|
|
|
|
08-13-2012, 09:24 AM
|
#77
|
|
LQ Newbie
Registered: May 2012
Distribution: Slackware
Posts: 26
Rep: 
|
Does anyone else have a problem where they have TWO konqueror launchers on the KDE taskbar that reappear at every login, despite me killing them every time?
|
|
|
|
08-13-2012, 10:27 AM
|
#78
|
|
LQ Newbie
Registered: Aug 2012
Location: Portugal
Distribution: Slackware, Salix OS
Posts: 12
Rep: 
|
Does anyone have tried to boot Slackware 14 RC1 in VM on XCP (XEN Cloud Platform) using last ISO from taper.alienbase.nl/mirrors/slackware/slackware-current-iso/ ? I think the hugesmp kernel does not support the "hardware"... kernel panic!!
It's first time I see an install DVD without minimal hardware support to boot. I have no problems with the older version (13.37).
I hope the final version will has a fix, not only to install a new VM but too maintenance of the existing Slackware VM installations in XCP.
Thank you for further support.
Pedro Correia Sardinha
Last edited by sardinha; 08-13-2012 at 10:33 AM.
|
|
|
|
08-13-2012, 10:35 AM
|
#79
|
|
Member
Registered: Jul 2012
Location: RO
Distribution: Slackware64-14.0
Posts: 64
Rep: 
|
Quote:
Originally Posted by dlachausse
Does anyone else have a problem where they have TWO konqueror launchers on the KDE taskbar that reappear at every login, despite me killing them every time?
|
Yes, it`s annoying 
|
|
|
|
08-13-2012, 10:57 AM
|
#80
|
|
LQ Newbie
Registered: May 2012
Distribution: Slackware
Posts: 26
Rep: 
|
Quote:
Originally Posted by sorinm
Yes, it`s annoying 
|
Good to see I'm not the only one...I was starting to think it was just me.
|
|
|
|
08-13-2012, 01:07 PM
|
#81
|
|
Member
Registered: Mar 2007
Distribution: Slackware64-current, Slackware64 14
Posts: 263
Rep:
|
You can use the icon only task manager - it doesn't have that problem.
|
|
|
|
08-13-2012, 04:01 PM
|
#82
|
|
LQ Newbie
Registered: Aug 2012
Distribution: Slackware 14.0
Posts: 13
Rep:
|
sbin/liloconfig error within the setup program from the RC1 DVD
sl14-1.png
|
|
|
|
08-13-2012, 04:14 PM
|
#83
|
|
Senior Member
Registered: Jan 2011
Location: Oslo, Norway
Distribution: Slackware
Posts: 1,180
|
@Citramonum: Just to be clear, when you say the RC1 DVD do you mean one you made yourself using the instructions in the isolinux subdirectory or some pre-made ISO you downloaded from elsewhere?
I ask because when distrowatch announced RC1 they linked to current ISOs generated on 07_Aug_2012 but RC1 actually came out after that with very large bunch of updates. As such those ISOs are not RC1 at all. In fact there is no official RC1 DVD. PatV doesn't usually create official DVD ISOs for RCs.
Last edited by ruario; 08-13-2012 at 04:16 PM.
|
|
|
|
08-13-2012, 04:18 PM
|
#84
|
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,856
|
Quote:
Originally Posted by Citramonum
sbin/liloconfig error within the setup program from the RC1 DVD
|
What's your output of "uname -a"?
the code which makes the error in /sbin/liloconfig is
Code:
ask_utf() {
if [ "$(uname -r | cut -f 3 -d .)" -gt "23" ]; then
dialog --defaultno --title "USE UTF-8 TEXT CONSOLE?" --yesno \
"Beginning with the 2.6.24 kernel, the text consoles default to UTF-8 mode. \
Unless you are using a UTF-8 locale (\$LANG setting), using the old default \
of a non-UTF text console is safer until some issues with various console \
programs are addressed. This option has no effect on the use of UTF-8 with X. \
\"No\" is the safe choice here." 10 70
fi
}
On my system the code yields 26 and there should be no problem since uname -a gives
Code:
Linux samsung 3.2.26 #1 SMP Tue Aug 7 12:37:07 CDT 2012 x86_64 AMD Athlon(tm) II Dual-Core M320 AuthenticAMD GNU/Linux
Markus
|
|
|
|
08-13-2012, 04:45 PM
|
#85
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,677
Rep: 
|
Quote:
Originally Posted by Citramonum
sbin/liloconfig error within the setup program from the RC1 DVD
Attachment 10364
|
A bug which is only visible in 32-bit Slackware and which dates back at least a year. No one seems to have noticed before (nobody uses 32-bit Slackware anymore?). In any case, it will be fixed.
Eric
|
|
|
|
08-13-2012, 04:47 PM
|
#86
|
|
LQ Newbie
Registered: Aug 2012
Distribution: Slackware 14.0
Posts: 13
Rep:
|
|
|
|
|
08-13-2012, 04:57 PM
|
#87
|
|
Member
Registered: May 2004
Distribution: Slackware
Posts: 128
Rep:
|
Quote:
Originally Posted by dlachausse
Does anyone else have a problem where they have TWO konqueror launchers on the KDE taskbar that reappear at every login, despite me killing them every time?
|
On my machine I fixed this by removing the taskbar altogether and then adding a new one to the panel.
|
|
|
1 members found this post helpful.
|
08-13-2012, 05:12 PM
|
#88
|
|
LQ Newbie
Registered: Nov 2010
Location: Serbia
Distribution: Slackware 13.37
Posts: 3
Rep:
|
Quote:
Originally Posted by dlachausse
Does anyone else have a problem where they have TWO konqueror launchers on the KDE taskbar that reappear at every login, despite me killing them every time?
|
Among other solutions I recommend :
to open system settings and to define preffered application for Internet browser(example firefox or opera) and file manager (example konqueror or dolphin); (In the "stock" both are the konqueror). immediatelly, icons should be changed.
|
|
|
|
08-13-2012, 05:22 PM
|
#89
|
|
Senior Member
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041
Rep: 
|
Quote:
Originally Posted by Alien Bob
A bug which is only visible in 32-bit Slackware and which dates back at least a year. No one seems to have noticed before (nobody uses 32-bit Slackware anymore?).
|
Never encountered this. Still use 32bit Slack.
|
|
|
|
08-13-2012, 05:28 PM
|
#90
|
|
Senior Member
Registered: Mar 2004
Location: Prince Rupert, B.C., Canada
Distribution: Slackware
Posts: 3,645
|
Quote:
Originally Posted by Alien Bob
A bug which is only visible in 32-bit Slackware and which dates back at least a year. No one seems to have noticed before (nobody uses 32-bit Slackware anymore?). In any case, it will be fixed.
Eric
|
I did not encounter this bug. I did a clean install of 32 bit -current a short while ago (testing your new ISO building script).
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:09 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|