LinuxQuestions.org
Review your favorite Linux distribution.
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 04-06-2018, 12:09 AM   #886
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,212

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998

strace-4.22:

https://github.com/strace/strace/releases
https://github.com/strace/strace/rel...ce-4.22.tar.xz

polkit-0.114:

(Build requirements mozjs-52)
https://cgit.freedesktop.org/polkit/...fc532781d48178
https://www.freedesktop.org/software...t-0.114.tar.gz

thunar-1.6.15:

https://git.xfce.org/xfce/thunar/com...522fc3c64ad495
http://archive.xfce.org/src/xfce/thu...1.6.15.tar.bz2

Last edited by gmgf; 04-06-2018 at 08:30 AM.
 
Old 04-06-2018, 02:01 AM   #887
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
Just a thought: maybe Konsole from Plasma 5 works better with its own terminfo definition? I'm still on KDE4 and can't easily test this. Would be great if someone using Plasma 5 could confirm this. I believe that Konsole from Plasma 5 was also rebuilt by Alien Bob to use TERM=konsole.
 
1 members found this post helpful.
Old 04-06-2018, 04:24 AM   #888
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by volkerdi View Post
Hmmmm, now I'm wondering, are you connected at 110 baud? ;-)

Just wondering about the degree of real-world impact going back to that older xterm definition. If this is a case of things work vs. some kind of theoretical efficiency... well, usually I'll go with things working. On the one hand, it's a shame that the konsole definition doesn't seem to cut it with konsole itself. Konsole thinks that it needs the xterm definition (aka xterm-new), but due to the rep= part, the xterm definition doesn't work.

It leads me to wonder if there are other terms that will break with the new xterm-new definition.
110 baud? No, but I'm old enough to remember when I was (well ok 300/300), and the mindset sticks.


You'll probably save yourself a lot of trouble if you revert to how it was. As I said in the other thread, I wasn't expecting you to take the action you did. IMO what you've done is the more 'correct' solution and it's KDE who have made this mess by doing things the wrong way, but "correct" isn't always pragmatic.

Anyone who wants the newer more featureful xterm definition can always apply it themselves.

Seriously, revert it, this shouldn't be your problem to deal with.


afterthought: Of course, the problem with reverting and using a distro customised xterm definition is that it only fixes the issue within the scope of the local system. If one were to ssh into a debian or rhel, or other system then the terminfo definition on that host and not the local one would determine what capabilities get used and one of them could potentially be 'rep' which konsole doesn't support. I wonder what definitions other distro are using for TERM='xterm' or TERM='konsole'. What a mess!

Last edited by GazL; 04-06-2018 at 06:25 AM.
 
2 members found this post helpful.
Old 04-06-2018, 07:05 AM   #889
sbolokanov
Member
 
Registered: Feb 2013
Location: Бдинъ, Бѫлгариѧ
Distribution: GNU/Linux
Posts: 104

Rep: Reputation: 27
Suggestion:
rc.httpd doesn't output anything on boot up.
Perhaps we shall have an echo "Apache is starting…" in either rc.M or rc.httpd?
 
1 members found this post helpful.
Old 04-06-2018, 07:47 AM   #890
Markus Wiesner
Member
 
Registered: Mar 2016
Distribution: Slackware
Posts: 146

Rep: Reputation: 237Reputation: 237Reputation: 237
Quote:
Originally Posted by sbolokanov View Post
Suggestion:
rc.httpd doesn't output anything on boot up.
Perhaps we shall have an echo "Apache is starting…" in either rc.M or rc.httpd?
Now that you mention it

Could this message be moved inside rc.sshd like in the other rc.* start scripts called from rc.{S,M,inet2}?
Code:
if [ -x /etc/rc.d/rc.sshd ]; then
  echo "Starting OpenSSH SSH daemon:  /usr/sbin/sshd"
  /etc/rc.d/rc.sshd start
fi
And why is rc.httpd always overwritten and not handled like in (all?) other packages? (see source/n/httpd/doinst.sh.gz)
Code:
# Always install the new rc.httpd:
mv etc/rc.d/rc.httpd.new etc/rc.d/rc.httpd
 
3 members found this post helpful.
Old 04-06-2018, 12:46 PM   #891
ziprun
Member
 
Registered: Apr 2018
Posts: 105

Rep: Reputation: Disabled
Isn't XFCE supposed to come with a text editor like mousepad or leafpad? So I have a suggestion to include one or the other. Which one do you guys like better because I know there are both GTK2/3 versions of leafpad and mousepad (I'm aware of a GTK3 port called l3afpad and mousepad-gtk3). What do you guys think?
 
1 members found this post helpful.
Old 04-06-2018, 01:02 PM   #892
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Quote:
Originally Posted by ziprun View Post
Isn't XFCE supposed to come with a text editor like mousepad or leafpad? So I have a suggestion to include one or the other. Which one do you guys like better because I know there are both GTK2/3 versions of leafpad and mousepad (I'm aware of a GTK3 port called l3afpad and mousepad-gtk3). What do you guys think?
The best editor for Xfce is Kate :-P

--
Best regards,
Andrzej Telszewski
 
Old 04-06-2018, 01:04 PM   #893
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Rather geany

PS but pluma is good enough if you don't need an IDE

Last edited by Didier Spaier; 04-06-2018 at 01:06 PM.
 
Old 04-06-2018, 01:09 PM   #894
ziprun
Member
 
Registered: Apr 2018
Posts: 105

Rep: Reputation: Disabled
Quote:
Originally Posted by atelszewski View Post
Hi,



The best editor for Xfce is Kate :-P

--
Best regards,
Andrzej Telszewski
Kate is nice but what if I don't want to install all the KDE dependencies to use kate? XFCE is incomplete without an editor like leafpad or mousepad
 
Old 04-06-2018, 03:37 PM   #895
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
for xfce i use in other time mousepad , and its nice and light.

I think , some times , why when select install XFCE , kde are installed ? , i understand hard work to see libraries section , but kde and xfce are in two dufferent sections , i think installer can ignore when select one one , ignore the other.
 
Old 04-06-2018, 03:40 PM   #896
atelszewski
Member
 
Registered: Aug 2007
Distribution: Slackware
Posts: 948

Rep: Reputation: Disabled
Hi,

Yeah, I know, just kidding ;-)

I support Geany, that's a good editor.
Although it's quite a bit more than just notepad.

--
Best regards,
Andrzej Telszewski
 
Old 04-06-2018, 04:26 PM   #897
ziprun
Member
 
Registered: Apr 2018
Posts: 105

Rep: Reputation: Disabled
Not sure about the current state of KDE5 but didn't kate and kwrite get removed from that?
 
Old 04-06-2018, 06:01 PM   #898
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 ziprun View Post
Not sure about the current state of KDE5 but didn't kate and kwrite get removed from that?
Kate and Kwrite are both built from the same kate sources. This is still contained in the latest KDE Applications.
 
Old 04-06-2018, 06:47 PM   #899
shastah
Member
 
Registered: Dec 2017
Posts: 52

Rep: Reputation: Disabled
I think openssh 7.7p1 got rid of host DSA keys: https://bugzilla.mindrot.org/show_bug.cgi?id=2662.
Maybe rc.sshd should not ssh-keygen it anymore?
 
Old 04-06-2018, 07:00 PM   #900
ttk
Senior Member
 
Registered: May 2012
Location: Sebastopol, CA
Distribution: Slackware64
Posts: 1,038
Blog Entries: 27

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Quote:
Originally Posted by ziprun View Post
Kate is nice but what if I don't want to install all the KDE dependencies to use kate? XFCE is incomplete without an editor like leafpad or mousepad
Slackware ships with xedit (in the "x" package set).
 
  


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
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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