The officially official Devuan Forum!

You are not logged in.

#3176 Re: Hardware & System Configuration » PostgreSQL 9.6 and pgAdmin4 v1.5 Installation » 2017-06-04 02:42:24

Nice to see that you found the BBCode options.  Could you please edit the commands in your original post?  It would then look something like this.

#3177 Re: Other Issues » What is best way to install latest version of Firefox? » 2017-06-02 19:44:56

GNUser wrote:

This is wrong and it makes me angry.

Pissed a lot of people off.  Don't get angry.  Get busy and create an alternative.  Don't expect corporations to do it for you . . .

#3178 Re: Other Issues » What is best way to install latest version of Firefox? » 2017-06-02 19:23:24

GNUser wrote:
Spass wrote:

(Note: New versions of Firefox (52 and up) require PulseAudio for audio playback, see here.)

Is this a bad joke? I hope so. The linked-to page says nothing about PulseAudio.

You certainly are out of the loop:
https://news.slashdot.org/story/17/03/1 … h-no-sound

Search here and on dng for apulse which is a solution

#3179 Re: Installation » [Solved] Conversion from Debian Stretch to Devuan Ascii » 2017-06-01 23:06:48

supusr wrote:

Could I change these sources somehow to perform a conversion to devuan ascii?  If so, what would the process be?

I don't think it's possible to go from stretch to ASCII.  The upgrade feature was only intended for going from Debian Wheezy or Jessie to Devuan Jessie.  I think ASCII will require a new install.

#3180 Re: Off-topic » Xfwm4 (and Openbox) Window Themes » 2017-06-01 15:17:24

smoki wrote:

It is, somewhat halfly still is mostly gtk2 but wants gtk3 some mate apps are gtk3... while current MATE upstream is all gtk3.

Xfce has also jumped the gtk3 shark . . .

#3181 Re: Off-topic » Xfwm4 (and Openbox) Window Themes » 2017-06-01 13:59:16

Somewhat Reticent wrote:

(Shouldn't this be under Desktop?)

It's OK here.  It's a show-and-tell not a support question.  wink

#3182 Re: Off-topic » Xfwm4 (and Openbox) Window Themes » 2017-06-01 05:05:27

Somewhat Reticent wrote:

Ooo!  Do these affect Synaptic too?  (I read somewhere it needs GTK 2 theme files or something).

Synaptic needs a compatible GTK3 theme or it breaks badly.  I keep sending folks to this link to help them understand the magnitude of the problem (which just keeps getting worse).

#3183 Re: Off-topic » When Wayland will fully replace the old X11? » 2017-05-31 20:54:43

spartrekus wrote:

We are maybe too old for Linux. Linux is getting heavy, bloated, ... and it is ready for cool kids. Don't you think that we shall consider using BSD rather than Linux?

I say let's teach those kids what Linux should be.  wink  I know I'm not going down quietly . . .

#3184 Re: Desktop and Multimedia » Devuan 1.0.0 XFCE Thunar search » 2017-05-31 19:55:17

Whew . . . that was a novella!

I have a catfish search launcher in the Xfce panel with this command:

catfish --path=%f%d

But just now I added a new launcher by typing "catfish" in the dialog and the command "catfish" and the catfish icon were automatically entered.  Both launchers seem work the same - will search wherever/whatever I want.  I have NEVER been asked to update the database or for root PW when using catfish.

So that's not launched in Thunar but here's something I discovered by accident the other day.  Go to a directory in Thunar.  Then if you "ctrl + s" a "search pattern" dialog should pop up.  Has not yet failed to find what I need but it's localized to that directory.

#3186 Re: Devuan » The future of 32bit and Devuan? » 2017-05-29 01:46:34

Somewhat Reticent wrote:

Perhaps the motivation to deprecate support of older hardware comes from (new) hardware vendor "contributions"?

Contributions? Maybe.  That somehow seems very old fashioned.  I think it's more complicated than that.  There are those eager to have us use newer hardware that is compromised by trackers and snoopers and phone home 'features' that compromise our privacy and freedom . . .

#3187 Re: Documentation » Draft: "Devuan fact sheet" » 2017-05-28 00:32:50

But keep in mind that in the list of minor planet names, our next release should be ASCII - all caps!.  File names will still be lower case of course.

#3188 Re: Devuan » Devuan color Palette » 2017-05-27 15:19:34

FANTASTIC!!  Thanks so much for putting that together!

#3189 Re: Documentation » Draft: "Devuan fact sheet" » 2017-05-27 05:39:30

Thanks for putting that together.  It's probably a good idea to have that info somewhere on the site.   Now to find the right place for it . . . maybe in a float to the right of the mirrors list.  I'll fiddle with that when I have a chance . . .

#3190 Re: Devuan » Devuan color Palette » 2017-05-27 04:09:00

Nice thought to do that pekman! Someone was asking about the colors earlier today and I completely forgot about responding so this will come in handy.

Your palette is in the ballpark but several of those colors are not in the purpy theme for the website.  And several colors are missing like the orange link hover color #C2540D.  I have copied the purpy theme css below so you can get all the correct colors.  Note that the colors are subtle and nuanced at different locations of the site:

$color0:   #7B7691; // background
$color1:   #E8E7F3; // text

$c-body-bg:    #FFFFFF; 
$c-body-fg:    #424252; 

$c-a-link:     #9AA12D;
$c-a-hover:    #C2540D;
$c-a-visited:  #A185B9;

$c-code-bg:    #F3F1F2;

$c-about-bg:   #6F6A83;

$c-donate-bg:               #A1B067;
$c-donate-fg:               #E5EDB0;

$c-donate-bg-hover:         #E5EDB0;
$c-donate-fg-hover:         #D91C15;

$c-donate-icon-heart-hover: #D91C15;

$c-sticky-bar-bg:       #88839C;
$c-sticky-bar-fg:       #E8E7F3;
$c-sticky-bar-a-hover:  #E89A67;
$c-sticky-bar-a-hover:  #D7EA8E;

$c-sticky-bar-a-link:   #D2E292;
$c-sticky-bar-a-hover: #EBB795;

$c-find-a-link:    #CDDF86;
$c-find-a-hover:   #E9AF8A;

$c-next-a-link:         #B5D147;
$c-next-a-visited:      #A1B067;
$c-next-a-hover:        #E89A67;

body {
    background-color: $c-body-bg;
    color: $c-body-fg;
}

body>header {
    background-color: $c-body-bg;
}

h1 {
  background: transparent url(/ui/img/rounded-purpy-square.png) 0 1rem no-repeat;
  background-size: 3.2rem 3.2rem;
  padding: 0.5rem 0.5rem 0.5rem 5rem;
}

a {
    font-weight: normal;

    &:link {
        color: $c-a-link;
    }
    &:visited {
        color: $c-a-visited;
    }
    &:hover {
        color: $c-a-hover;
        text-decoration: underline;
    }
}

code { background-color: $c-code-bg;
	margin:0 .2rem 0 35px; ;
}

p>code {padding:.2rem .5rem;
	margin:0 .2rem 0 0;
}

li>code {padding:.2rem .5rem;
	margin:0 .2rem 0 0;
}

a>code {padding:.2rem .5rem;
	margin:0 .2rem 0 0;
}

ul ul,ul ol,ol ol,ol ul{
	margin:1.5rem 0 1.5rem 3.5rem;
}

ol,ul{
	padding-left:5px
}

#about {
    background-color: $c-about-bg;
    color: #ffffff;
}

#banner {
    background-color: #6F6A83;
}

/* fixed header */
#sticky-bar {
    background-color: $c-sticky-bar-bg;
    color: $color1;

    a {
        color: $c-sticky-bar-a-link;
        &:hover {
            color: $c-sticky-bar-a-hover;
        }
    }

}

/* footer */
#find {
    background-color: $color0;
    color: $color1;

    a {
        &:link, &:visited {
            color: $c-find-a-link;
        }
        &:hover {
            color: $c-find-a-hover;
        }
    }

}

/* donate button */
.button.button-primary,
#sticky-bar .button.button-primary,
#find .button.button-primary {
    background-color: $c-donate-bg;
    border-color: $c-donate-bg;
    color: $c-donate-fg;
    padding: 0 2rem;

    &:focus,
    &:hover {
        background-color: $c-donate-bg-hover;
        border-color: $c-donate-bg-hover;
        color: $c-donate-fg-hover;
        text-decoration: none;
        font-weight: 600;

        .icon-heart {
            color: $c-donate-icon-heart-hover;
        }
    }
}

/* download button */
.button.button-dl,#sticky-bar .button.button-dl,#find .button.button-dl{
	background-color:#C5D27D;
	border-color:#C5D27D;
	color:#662984;
	padding:.25rem 2rem 0
}

/* download button hover */
.button.button-dl:focus,.button.button-dl:hover,#sticky-bar .button.button-dl:focus,#sticky-bar .button.button-dl:hover,#find .button.button-dl:focus,#find .button.button-dl:hover{
	background-color:#E5EDB0;
	border-color:#E5EDB0;
	color:#662984;
	text-decoration:none;
	font-weight:600
}

/* download button icon */
.button.button-dl:focus .icon-download,.button.button-dl:hover .icon-download,#sticky-bar .button.button-dl:focus .icon-download,#sticky-bar .button.button-dl:hover .icon-download,#find .button.button-dl:focus .icon-download,#find .button.button-dl:hover .icon-download{
	color:#662984
}

#3191 Re: Installation » Upgrading from RC2 to Devuan V1.0 » 2017-05-26 06:20:18

Indeed.  This from today's release announcement:

If you are already using Devuan Jessie RC2, a simple apt-get update && apt-get upgrade will be enough to get the latest updates.

#3192 Re: Forum Feedback » Let's make this forum multilingual! (Calling for language authors) » 2017-05-26 04:08:58

phylophyl wrote:

Hello! how many "problems" for the French language?

Greetings phylophyl! It seems like the French translation is mostly completed.  There are some phrases unique to the mods on this forum.  I can email you the files with instructions of what is needed if you'd like to have a look.

#3194 Re: Devuan » exactly until date Support? » 2017-05-25 23:52:32

Like Debian until 2020 and possibly beyond

#3195 Re: Off-topic » Who is Maradona? » 2017-05-25 18:41:16

There was a big soccer event in Amsterdam last night.

#3196 Re: DIY » automatically disable screensaver during video (incl. web browser) » 2017-05-25 14:13:06

Thanks.  Very useful. I wonder if this would also work for video chat when there is no mouse activity . . .

#3197 Re: DIY » My "Slightly" Customized Devuan Menu Icon » 2017-05-23 14:48:50

Spass wrote:
MiyoLinux wrote:

DOH! I "almost" put a light circle around the icon. Maybe I should do that when I have time. Thank you golinux. smile

I think golinux is referring to the original icon, not the customized one. This is how your icon looks on my dark panel.

http://i.imgur.com/4VaQVql.png
http://www.saynotogmos.org/ss/sliver-of-light.png

Don't know why your imgur.com links do not show in my browser.  The glow thing looks very blobish. It obfuscates the swoosh.

*edit* LOL!  I had an imgur filter in AdBlockPlus

#3198 Re: DIY » My "Slightly" Customized Devuan Menu Icon » 2017-05-23 00:31:38

Really minimal . . .

Sliver of light

(It gets lost in all the brightness here)

#3199 Re: DIY » My "Slightly" Customized Devuan Menu Icon » 2017-05-22 23:50:19

Thanks for the link.  My panel is actually the bg color of that icon so all I see is the swoosh.

#3200 Re: Installation » Errors in web page: devuan.org/os/development-kit » 2017-05-22 21:23:23

@Dino . . . you can silence Debian in google searches with the - operator.    wink 

<search term(s)> -debian

I do that all the time for -ubuntu

As I suggested above try freenode #devuan-arm or git to contact parazyd.

There have been issues with beagleboneblack in the past . . .

Board footer

Forum Software