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


Closed Thread
  Search this Thread
Old 01-06-2016, 03:22 PM   #151
moesasji
Member
 
Registered: May 2008
Distribution: Slackware Current / OpenBSD
Posts: 322

Rep: Reputation: 104Reputation: 104

Quote:
Originally Posted by Alien Bob View Post
I struggled for a long time with minidlna and mediatomb, and those never worked well. Then I switched to Universal Media Server and stuck with that.
I second that opinion; UMS is really easy to use and setup on Slackware. UMS in my experience just works....all I'm missing is a decent startup script so I start it manually on the rare reboots, but I can live with that.
 
Old 01-06-2016, 05:38 PM   #152
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by moesasji View Post
I second that opinion; UMS is really easy to use and setup on Slackware. UMS in my experience just works....all I'm missing is a decent startup script so I start it manually on the rare reboots, but I can live with that.
I just run "/usr/local/ums/UMS.sh" under my own account after unpacking the tarball in /usr/local and making a "/usr/local/ums" symlink to the versioned UMS directory.

I use BubbleUPnP as my favorite DLNA client on my phone and tablet, so I added the following content to a new "BubbleUPnP.conf" file in the ./renderers subdirectory:
Code:
#----------------------------------------------------------------------------
# Profile for BubbleUPnP
# Based on Android.conf
# See DefaultRenderer.conf for a description of all possible configuration options.
#

# User-Agent: Android/4.4.4 UPnP/1.0 BubbleUPnP/2.0.6

RendererName = BubbleUPnP
UpnpDetailsSearch = Bubblesoft , BubbleUPnP Media Renderer
LoadingPriority = 1
UserAgentSearch=BubbleUPnP

TranscodeAudio = MP3
DefaultVBVBufSize = true
MuxDTSToMpeg = true
WrapDTSIntoPCM = false
H264Level41Limited = false
StreamExtensions = mkv,hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v,mp4,mpg,mpeg,avi,mov,wmv
ChunkedTransfer = true
SupportedExternalSubtitlesFormats = SUBRIP,ASS,MICRODVD
The most important line in there is "SupportedExternalSubtitlesFormats = SUBRIP,ASS,MICRODVD" because that enables the magic of subtitle rendering using external .SRT files when playing movies.
 
1 members found this post helpful.
Old 01-07-2016, 02:03 PM   #153
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Just an idea to begin some foundation work that could be useful:

Add package wayland to Slackware. http://wayland.freedesktop.org/releases.html Mesa and xorg-server packages would require a rebuild to gain wayland support, also gtk+-3 and cairo(?) has backend support for wayland. Although SBo only for now, packages like SDL2, QT5, and a few other libraries and compositors have wayland support.

Pros: Slackware would already have wayland support capabilities which would be useful for developers and packagers to avoid out-of-tree stand-alone mesa package maintenance.

Cons: Adds a dependency to which packages built against it might have to be rebuilt if upgraded. Would possibly, but hopefully not, require packages libxkbcommon and libinput for application input support for compositors using wayland strictly.
 
Old 01-08-2016, 02:15 AM   #154
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,295

Rep: Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080
New librsvg-2.40.13

http://ftp.gnome.org/pub/gnome/sourc...2.40.13.tar.xz

http://ftp.gnome.org/pub/gnome/sourc...g-2.40.13.news

work here.
 
Old 01-08-2016, 07:58 AM   #155
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,295

Rep: Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080
New xf86-input-evdev-2.10.1.tar.gz

ftp://ftp.x.org/pub/individual/drive...-2.10.1.tar.gz

fix for logitech g600.
 
Old 01-08-2016, 08:24 AM   #156
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,077

Rep: Reputation: Disabled
In the installer EFI partitions are not recognized if LANG is set to a locale for which a translation of fdisk's messages is available.

This is because then this test in SeTEFI always fails:
Code:
if fdisk -l /dev/$drive 2> /dev/null | grep -q "Disklabel type: gpt"
For instance in French instead of:
Code:
Disklabel type: gpt
the output of fdisk -l includes:
Code:
Type d'étiquette de disque : gpt
The attached patch fixes that, setting LANG to C inside the test.
Attached Files
File Type: txt SeTEFI.patch.txt (594 Bytes, 22 views)

Last edited by Didier Spaier; 01-08-2016 at 11:01 AM. Reason: s/will always fail/always fails/
 
2 members found this post helpful.
Old 01-08-2016, 03:06 PM   #157
Melke
Member
 
Registered: Sep 2009
Location: Graz, Austria
Distribution: Slackware Current
Posts: 106

Rep: Reputation: 45
I think it has been said as a joke in this post already but what about upgrading KDE to version 5? I'm impressed by its stability and features.
 
Old 01-08-2016, 03:10 PM   #158
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by mmawhin View Post
I think it has been said as a joke in this post already but what about upgrading KDE to version 5? I'm impressed by its stability and features.
Not going to happen in the next Slackware.
 
2 members found this post helpful.
Old 01-08-2016, 03:14 PM   #159
Melke
Member
 
Registered: Sep 2009
Location: Graz, Austria
Distribution: Slackware Current
Posts: 106

Rep: Reputation: 45
Quote:
Originally Posted by Alien Bob View Post
Not going to happen in the next Slackware.
Cheers for the heads up
 
Old 01-08-2016, 03:20 PM   #160
DarkVision
Member
 
Registered: Jul 2007
Posts: 199

Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
Not going to happen in the next Slackware.
Thx for that.

From my own experiences i can say that i build the whole KDE stack from source on each release for frameworks, plasma and apps. There are still some things i don't like but maybe this is just some configuration issue (or some missing patches). Anyway i find KDE4 rock-solid and i would prefer Slackware to stick with KDE4 for now.
 
1 members found this post helpful.
Old 01-08-2016, 05:02 PM   #161
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
A small parable for 14.2

Quote:
A wise old master stood over a meadow with his much younger pupil. As the pupil looked on he saw a grasshopper waiting patiently on a leaf. "Master," the young pupil said curiously, "Why does the grasshopper wait on the leaf? It is spring time and the grasshopper must be hungry." "Ah!" said the old master smiling, "The grasshopper has shown great wisdom! You must remember that in earnest my pupil!" "But master," the young pupil replied as he looked closely at the grasshopper sitting on the leaf, "Why does it wait? Isn't it hungry?" The old master smiled and pointed at the grass growing in the meadow. "The grasshopper waits patiently for the grass to be fully grown so that it can eaten after it releases it's seeds and new grass can grow afterwards. If it ate it now, the grasshopper would have no grass to eat next year." "But it's such a long time master," the young pupil replied trying to feed the grasshopper a leaf, "It must hurt to wait so long for good things." "Yes it do my pupil," the old master replied as he gazed over the meadow, "But the best things come to those with patience."
 
Old 01-08-2016, 09:40 PM   #162
babbab
Member
 
Registered: Mar 2010
Distribution: slackware64 current
Posts: 104

Rep: Reputation: 4
scim korean

When i updated to current from 14.1, scim korean seem to be broken. I can type korean but i cant type space
 
Old 01-09-2016, 05:43 AM   #163
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,295

Rep: Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080Reputation: 1080
Quote:
Originally Posted by DarkVision View Post
Thx for that.

From my own experiences i can say that i build the whole KDE stack from source on each release for frameworks, plasma and apps. There are still some things i don't like but maybe this is just some configuration issue (or some missing patches). Anyway i find KDE4 rock-solid and i would prefer Slackware to stick with KDE4 for now.
I use kde since longtime (kde-1.0), but I've never been a big fan of the look of kde, but it just my opinion, currently, i use kf5, the look is better, it is as stable as kde4
 
Old 01-09-2016, 07:53 AM   #164
Kirill Smirnov
LQ Newbie
 
Registered: Jan 2016
Posts: 6

Rep: Reputation: Disabled
Please build libjpeg-turbo package with static libraries. They are needed to build VirtualGL package.
 
Old 01-09-2016, 08:59 AM   #165
ppr:kut
Slackware Contributor
 
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 631

Rep: Reputation: 463Reputation: 463Reputation: 463Reputation: 463Reputation: 463
Quote:
Originally Posted by babbab View Post
When i updated to current from 14.1, scim korean seem to be broken. I can type korean but i cant type space
I'm sorry, but without a way to reproduce the problem I have no way of even knowing what's wrong. I tried it already multiple times, but I have no problems typing spaces here with korean input.
 
  


Closed 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

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



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how to show the current time at the top in the current shell Always ? rohitchauhan Linux - General 5 04-09-2014 03:05 PM
Slackware ARM (current) epic mistake: the current Android kernels are kicked out! Darth Vader Slackware 16 08-25-2013 04:36 PM
[SOLVED] setup fails on most current Slackware-current March 26, 2012 AlleyTrotter Slackware 15 04-09-2012 06:05 AM
Observation of Feb -current vs March -current Hangaber Slackware 14 03-12-2010 08:26 AM
cvs diff the most current and second last current version powah Linux - Software 1 03-30-2006 01:02 PM

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

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