LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-2012, 02:55 AM   #61
flank'er
Member
 
Registered: Mar 2010
Location: Russia
Distribution: Slackware64
Posts: 30

Rep: Reputation: 6

please upgrade shadow package
topic with description of problem:
http://www.linuxquestions.org/questi...roblem-811085/
marker of the topic set as solved, but really don't solved. need upgrade shadow package.
 
Old 08-12-2012, 04:37 AM   #62
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,449

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
Quote:
Shouldn't /etc/rc.d/rc.networkmanager be included under "Select/deselect system daemons" in the "SELECT STARTUP SERVICES TO RUN" dialog box? I would think this would be a service that most would want to enable on startup.
netconfig asks if you want to use NetworkManager
 
Old 08-12-2012, 05:58 AM   #63
Citramonum
LQ Newbie
 
Registered: Aug 2012
Distribution: Slackware 14.1
Posts: 19

Rep: Reputation: 2
There is an error in the install script for shared-mime-info-1.0-i486-1 package. When variable $homemimedir is used for the first time, it is not yet defined while the directory name is mandatory for update-mime-database. It is necessary to define it first, or replace it with what is expected to be in that place.

Here is a patch:
Code:
--- doinst.sh   2012-07-07 20:58:58.000000000 +0400
+++ doinst.sh.new       2012-08-12 14:48:15.348236046 +0400
@@ -6,7 +6,7 @@
     if [ -d $homedir/.local/share/mime ]; then
       username=$(echo $passwdline | cut -f 1 -d :)
       # Sorry about the long command line, alienBOB  ;-)
-      su $username -c "/usr/bin/update-mime-database $homemimedir 1>/dev/null 2>/dev/null" 2> /dev/null
+      su $username -c "/usr/bin/update-mime-database $homedir/.local/share/mime 1>/dev/null 2>/dev/null" 2> /dev/null
     fi
   done
   # This is just "cleanup" in case something might be missed in /home/*/
 
Old 08-12-2012, 07:40 AM   #64
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
Quote:
Originally Posted by tpreitzel View Post
just as GNOME was removed. XFCE is probably the best choice for a default desktop in Slackware. Just LOOK at the bloat of KDE!
Gnome wasn't removed because of bloat, it was increasingly hard to maintain, and the whole distro was suffering as a result. Now KDE releases are more sane due to their various components being released mostly in sync, hence it's less job for a packager to figure out which component requires which version of libraries it depends on.

Also, what bloat are you talking about? Some people (including me) call that features and find them useful for their daily tasks. If you think that KDE is slow, think again -- it runs as fast as ever on my 5 year old laptop with desktop effects turned on, the only thing that's slow is startup.

Oh, and I don't hear KDE users crying out for removal of XFCE, although we could certainly do that. After all, "KDE is probably the best choice for a default desktop in Slackware".
 
Old 08-12-2012, 07:41 AM   #65
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
wicd

Quote:
Originally Posted by solarfields View Post
netconfig asks if you want to use NetworkManager
add wicd too
 
Old 08-12-2012, 07:43 AM   #66
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Cool

Quote:
Originally Posted by audriusk View Post

Oh, and I don't hear KDE users crying out for removal of XFCE, although we could certainly do that. After all, "KDE is probably the best choice for a default desktop in Slackware".
That's the wonderful thing about Slackware. We have a variety of DE/WMs to choose from, it is all good.

Last edited by hitest; 08-12-2012 at 12:35 PM.
 
Old 08-12-2012, 07:51 AM   #67
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
Quote:
Originally Posted by hitest View Post
That's the wonderful thing about Slackware. We have a variety of DE/WMs to choose from it, is all good.
I do agree, but apparently some people would like to take some choices away without a good reason.
 
Old 08-12-2012, 08:23 AM   #68
solarfields
Senior Member
 
Registered: Feb 2006
Location: slackalaxy.com
Distribution: Slackware, CRUX
Posts: 1,449

Rep: Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997Reputation: 997
Quote:
add wicd too
probably it is not going to happen, since wicd is from /extra
 
Old 08-12-2012, 10:51 AM   #69
jheengut
Member
 
Registered: Sep 2006
Location: Providence, Moka Mauritius
Distribution: Slackware, Lubuntu
Posts: 352
Blog Entries: 16

Rep: Reputation: 51
Hi , amarok-2.5 is not working with both phonon-xine and mplayer. with gstreamer it plays one song and stops. when downgraded to 2.4 phono-xine plays one song and stops also.

when converting my dvbt ts files to mpeg format for compatibility with other player using mencoder the audio and video tracks are not in sync and some of filters does not work.

The system seems stable and more mature ever since I transferred all my pim to akonadi.

qemu and dvbt perl modules needed to be recompiled but I have not thoroughly tested the system.

I am currently using kernel 3.4.4 and have only upgraded the system to current just before 14.0-rc1.

After 14.0-rc1 I upgraded only essential part but not kde-4.8.5, I will be looking into it later this week .
 
Old 08-12-2012, 10:55 AM   #70
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello,

as I wrote in this thread, my Huawei-UMTS-Stick was recognized by the system as GSM-Modem automatically, without executing usb_modeswitch explicitely. After the last upgrades this does not work anymore, I have to execute usb_modeswitch in order to use it as a modem.

Is this an issue with the kernel?

Markus

[edit]I don't know why, but now it works.[/edit]

Last edited by markush; 08-13-2012 at 07:40 AM. Reason: problem is gone
 
Old 08-12-2012, 11:32 AM   #71
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by jheengut View Post
when converting my dvbt ts files to mpeg format for compatibility with other player using mencoder the audio and video tracks are not in sync and some of filters does not work.
mencoder seems not to work very well ATM, I think it's better if you use ffmpeg.
 
Old 08-13-2012, 06:21 AM   #72
xflow7
Member
 
Registered: May 2004
Distribution: Slackware
Posts: 215

Rep: Reputation: 45
Quote:
Originally Posted by jheengut View Post
Hi , amarok-2.5 is not working with both phonon-xine and mplayer. with gstreamer it plays one song and stops. when downgraded to 2.4 phono-xine plays one song and stops also.
I am having the same problem with amarok. I haven't tried reverting backends or anything. I do notice that since it quit working it displays a pop up message on startup saying phonon indicates it cannot play mp3 files. No problems playing mp3 files with any other players on the system.

Dave
 
Old 08-13-2012, 06:54 AM   #73
D1ver
Member
 
Registered: Jan 2010
Distribution: Slackware 13.37
Posts: 598
Blog Entries: 3

Rep: Reputation: 194Reputation: 194
Quote:
Originally Posted by xflow7 View Post
I am having the same problem with amarok. I haven't tried reverting backends or anything. I do notice that since it quit working it displays a pop up message on startup saying phonon indicates it cannot play mp3 files. No problems playing mp3 files with any other players on the system.

Dave
Same issue here.. Installed gst-plugins-ugly from slackbuilds and Amarok can play MP3s again. I couldn't get mplayer or xine back ends working..
 
Old 08-13-2012, 08:41 AM   #74
mrascii
Member
 
Registered: Jun 2012
Location: on the Net
Distribution: Slackware
Posts: 100

Rep: Reputation: Disabled
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
 
Old 08-13-2012, 08:47 AM   #75
sahko
Senior Member
 
Registered: Sep 2008
Distribution: Slackware
Posts: 1,041

Rep: Reputation: Disabled
The problem with the xine and mplayer phonon backends is that they are unmaintained and deprecated. The only backend options today are vlc and gstreamer. The vlc backend obiously works using vlc which is not in Slackware and the gstreamer backend needs some potentialy undistributable in the US decoders to play all media.
 
  


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
Bug reports, using them microsoft/linux Debian 1 10-12-2005 07:22 AM
bug reports with apt-get MaTrIx709 Debian 2 07-27-2005 06:05 PM
bug reports on glibc or gcc tvburger Linux From Scratch 1 12-06-2004 12:43 AM
10.1 Beta Cycle Begins, send those bug reports in ! doug_s Mandriva 0 07-24-2004 09:34 AM
How to submit bug reports to Mandrakesoft? registering Mandriva 2 06-04-2004 09:32 AM

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

All times are GMT -5. The time now is 01:03 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