LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 03-25-2018, 07:08 PM   #166
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619

Yep, that works too.
 
Old 04-01-2018, 02:00 PM   #167
travis82
Member
 
Registered: Feb 2014
Distribution: Bedrock
Posts: 437

Rep: Reputation: 231Reputation: 231Reputation: 231
Maybe I'm wrong. The latest sboui tries to replace alien packages with their SBo counterparts. It lists them as upgradable.
 
Old 04-01-2018, 02:08 PM   #168
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by travis82 View Post
Maybe I'm wrong. The latest sboui tries to replace alien packages with their SBo counterparts. It lists them as upgradable.
Please take a look at /etc/sboui/package_blacklist. Also, if you were to allow it to upgrade those packages, it should give you a warning first.
 
Old 04-01-2018, 02:11 PM   #169
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
By the way, I committed a couple changes to master. One takes care of the flickering in tmux, and the other gets rid of the editor setting and instead uses the PAGER environment variable for the View READMEs function and the VISUAL or EDITOR environment variable for the Browse files function. It would be cool if people wanted to test that stuff out before I tag the next release. I still have to look into the sshfs stuff and a couple other things before then.
 
1 members found this post helpful.
Old 04-01-2018, 09:58 PM   #170
NoStressHQ
Member
 
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by montagdude View Post
By the way, I committed a couple changes to master.
Sounds great!
 
Old 04-30-2018, 11:31 PM   #171
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by Chuck56 View Post
Cool! Worst case another learning opportunity...
I believe I have gotten it working for repos mounted via sshfs. It's working here, at least. I pushed the changes to the master branch on GitHub:

https://github.com/montagdude/sboui

If possible, it would be helpful if you could test it and make sure it is working for you too. I will probably make a release of version 1.1 next week.

For the technically inclined, the reason it didn't work previously is because sshfs doesn't set the d_type member of dirent, so everything in sshfs directories was coming in as DT_UNKNOWN and being ignored. The fix was to go back and use stat() on anything with a DT_UNKNOWN dirent type. It's possible this may also fix issues with other filesystems that I have not tried.

Last edited by montagdude; 04-30-2018 at 11:34 PM.
 
1 members found this post helpful.
Old 04-30-2018, 11:45 PM   #172
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
Quote:
Originally Posted by montagdude View Post
...If possible, it would be helpful if you could test it and make sure it is working for you too. I will probably make a release of version 1.1 next week.
I'll give it a test drive tomorrow and report back. Thanks for the update.
 
Old 05-01-2018, 08:10 AM   #173
Chuck56
Member
 
Registered: Dec 2006
Location: Colorado, USA
Distribution: Slackware
Posts: 930

Rep: Reputation: 479Reputation: 479Reputation: 479Reputation: 479Reputation: 479
I downloaded a copy of the master branch, rebuilt/installed both libconfig and sboui. I'm able to use sshfs to access my central SBo 14.2 repo with both sboui & sbopkg which was my desired config. Your fix appears to work!
 
1 members found this post helpful.
Old 05-01-2018, 08:34 AM   #174
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Excellent. Thanks for testing it!
 
Old 09-03-2018, 07:21 PM   #175
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
This tool works very nicely, thanks. Would it be useful to run a clear screen when using the "Browse files" option as now the output seems to be cluttered with previous output?
 
Old 09-03-2018, 08:10 PM   #176
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by jostber View Post
This tool works very nicely, thanks. Would it be useful to run a clear screen when using the "Browse files" option as now the output seems to be cluttered with previous output?
I'm not sure what you mean. Can you post a screenshot?
 
Old 09-04-2018, 02:35 AM   #177
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Quote:
Originally Posted by montagdude View Post
I'm not sure what you mean. Can you post a screenshot?
This seems to only happen when I run sboui with sudo. This does not happen when I run it as root so this might be set to OK.
 
Old 09-04-2018, 10:35 AM   #178
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Original Poster
Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
I don't normally use sudo, but I just tried it and I still don't see anything unusual. I would like to try to fix the issue, but you really haven't given me much information to go on.
 
Old 09-05-2018, 11:46 AM   #179
jostber
Member
 
Registered: Jul 2001
Location: Skien, Norway
Distribution: Slackware Current 64-bit
Posts: 543

Rep: Reputation: 178Reputation: 178
Here is the screenshot.
Attached Thumbnails
Click image for larger version

Name:	sboui.jpg
Views:	37
Size:	34.4 KB
ID:	28534  
 
Old 09-05-2018, 12:10 PM   #180
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Use your Q key to exit the README and you will be good to go.

EDIT - Assuming you use vi as I do to read the README's when you use sudo sboui and you browse files you have to exit with ZZ

Last edited by Gordie; 09-05-2018 at 08:53 PM.
 
  


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] Call for Testers: MATE 1.17 willysr Slackware 25 04-21-2017 12:55 PM
[SOLVED] Call for Testers: MATE 1.14 for -Current willysr Slackware 13 05-27-2016 08:08 AM
Updating w3af to version 1.6.49 in SBo, need testers mralk3 Slackware 3 12-12-2015 05:54 PM
Call for Testers: MATE 1.8 willysr Slackware 137 08-06-2014 01:50 AM
ncurses-5.2-28 conflicts with file from package ncurses-5.2-12 tubby Linux - Software 4 06-16-2002 12:00 AM

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

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