Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Dantrell's GNOME Without Systemd Project (Part 1)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... 22, 23, 24 ... 27, 28, 29  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Wed Jan 24, 2018 1:29 pm    Post subject: Reply with quote

Juippisi wrote:
Yep, it works again :)

Thanks for confirming.

Juippisi wrote:
Gonna read the bug next.

It seemed pretty straightforward. Either I implemented it incorrectly or the solution doesn't actually work.

I'm probably going to table this until GNOME 3.28 or something. :P
_________________
Dantrell B.
Back to top
View user's profile Send private message
simonvanderveldt
Apprentice
Apprentice


Joined: 26 Jan 2016
Posts: 151

PostPosted: Thu Jan 25, 2018 8:29 pm    Post subject: Reply with quote

dantrell wrote:
simonvanderveldt wrote:
After that I upgraded my second machine to 3.26 and it's having the same issue as my other one in that I can only login using GDM if I login using the console first. At least I can reproduce the issue now :)

Could it be related to the elogind version? Maybe try the stable one:

Code:
emerge --ask --oneshot =sys-auth/elogind-227.4


I tried both elogind 229.9 as well as 227.4 (which was actually blocked by one of the 3.26 packages), but unfortunately nothing changed.

There's no way to use/try out ConsoleKit instead of elogind with 3.26, right?
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Fri Jan 26, 2018 1:08 pm    Post subject: Reply with quote

simonvanderveldt wrote:
There's no way to use/try out ConsoleKit instead of elogind with 3.26, right?

Not at the moment but the restructuring makes adding support for ConsoleKit even more trivial.

I just have to make time for it. Think it's needed?
_________________
Dantrell B.
Back to top
View user's profile Send private message
simonvanderveldt
Apprentice
Apprentice


Joined: 26 Jan 2016
Posts: 151

PostPosted: Fri Jan 26, 2018 6:58 pm    Post subject: Reply with quote

dantrell wrote:
simonvanderveldt wrote:
There's no way to use/try out ConsoleKit instead of elogind with 3.26, right?

Not at the moment but the restructuring makes adding support for ConsoleKit even more trivial.

I just have to make time for it. Think it's needed?


Unless someone else has a reason to need ConsoleKit instead of elogind I'd say no, it isn't needed.
It should work with elogind and elogind is the way forward anyway.
I'll keep digging till I find out what's causing it :)
Back to top
View user's profile Send private message
steveL
Watchman
Watchman


Joined: 13 Sep 2006
Posts: 5153
Location: The Peanut Gallery

PostPosted: Fri Feb 02, 2018 5:15 pm    Post subject: Reply with quote

simonvanderveldt wrote:
There's no way to use/try out ConsoleKit instead of elogind with 3.26, right?

dantrell wrote:
Not at the moment but the restructuring makes adding support for ConsoleKit even more trivial.

I just have to make time for it. Think it's needed?
If it is really trivial, then I'd suggest it would be useful as a legacy implementation, both for situations like Simon's, to test against elogind on an end-user's machine and see what varies; and as a way forward for any other distros that might like to use your work.

After all, it is from-source.

Only if it's easy, and your head is already in that code-space, ofc.
I think it'd be useful for elogind as well (feedback on variance with the expected legacy ABI.)

Just a thought; keep up the sterling effort. :-)
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Mon Feb 05, 2018 5:26 pm    Post subject: Reply with quote

Gnome 3.26

Hello dantrell,
Is that art or can it away?

Code:
@tux ~ $ dmesg | grep udev
[    3.827143] udevd[635]: starting version 3.2.5
[    3.848591] udevd[635]: RUN{builtin}: 'uaccess' unknown /lib64/udev/rules.d/73-seat-late.rules:15
[    3.861940] udevd[636]: starting eudev-3.2.5
[    3.915468] udevd[636]: RUN{builtin}: 'uaccess' unknown /lib64/udev/rules.d/73-seat-late.rules:15

$ cat /lib64/udev/rules.d/73-seat-late.rules:

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.

ACTION=="remove", GOTO="seat_late_end"

ENV{ID_SEAT}=="", ENV{ID_AUTOSEAT}=="1", ENV{ID_FOR_SEAT}!="", ENV{ID_SEAT}="seat-$env{ID_FOR_SEAT}"
ENV{ID_SEAT}=="", IMPORT{parent}="ID_SEAT"

ENV{ID_SEAT}!="", TAG+="$env{ID_SEAT}"

TAG=="uaccess", ENV{MAJOR}!="", RUN{builtin}+="uaccess"

LABEL="seat_late_end"


Where can this come from?
Is it safe to delete this?

Thanks in advance
Ma

[Moderator edit: changed latter [quote] tags to [code] tags to preserve output layout. -Hu]
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Shibotto
Apprentice
Apprentice


Joined: 19 Jun 2015
Posts: 155
Location: CET/CEST

PostPosted: Tue Feb 06, 2018 4:35 pm    Post subject: Reply with quote

Using GNOME 3.26 and I just found out Contacts search provider for the Shell doesn't work out of the box. I don't know when it broke, maybe 3.26.1? Anyway, simple steps to (temporarily) fix it:

  1. Create /usr/share/gnome-shell/search-providers/org.gnome.Contacts.search-provider.ini (source)
    Code:
    [Shell Search Provider]
    DesktopId=org.gnome.Contacts.desktop
    BusName=org.gnome.Contacts.SearchProvider
    ObjectPath=/org/gnome/Contacts/SearchProvider
    Version=2

  2. Adjust gnome-contacts-search-provider path in /usr/share/dbus-1/services/org.gnome.Contacts.SearchProvider.service
    Code:
    [D-BUS Service]
    Name=org.gnome.Contacts.SearchProvider
    Exec=/usr/bin/gnome-contacts-search-provider

  3. If needed, enable Contacts search provider in GNOME Settings
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Wed Feb 07, 2018 4:17 pm    Post subject: Reply with quote

steveL wrote:
Only if it's easy, and your head is already in that code-space, ofc.
I think it'd be useful for elogind as well (feedback on variance with the expected legacy ABI.)

This is probably something I'm going to end up doing.

steveL wrote:
Just a thought; keep up the sterling effort. :-)

Thanks for the continued support. :wink:

Marlo wrote:
Is that art or can it away?

I'm not sure where that file came from.

Marlo wrote:
Where can this come from?
Is it safe to delete this?

Find out with:

Code:
equery belongs /lib64/udev/rules.d/73-seat-late.rules

then decide.

Shibotto wrote:
Using GNOME 3.26 and I just found out Contacts search provider for the Shell doesn't work out of the box. I don't know when it broke, maybe 3.26.1

Thanks for the feedback.

GNOME Contacts 3.26 was the previous version. Do you recall that one working because I'm looking at the commit history and it's really just translation updates since then?
_________________
Dantrell B.
Back to top
View user's profile Send private message
Shibotto
Apprentice
Apprentice


Joined: 19 Jun 2015
Posts: 155
Location: CET/CEST

PostPosted: Thu Feb 08, 2018 5:15 pm    Post subject: Reply with quote

dantrell wrote:
Shibotto wrote:
Using GNOME 3.26 and I just found out Contacts search provider for the Shell doesn't work out of the box. I don't know when it broke, maybe 3.26.1

Thanks for the feedback.

GNOME Contacts 3.26 was the previous version. Do you recall that one working because I'm looking at the commit history and it's really just translation updates since then?


Yeah, you are right. It seemed so strange to me that in 4 months I never noticed :\
Anyway I tried and 3.26 as expected is affected too, while 3.22.1 works as it is supposed to. So yeah, meson again? :D
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Sat Feb 10, 2018 4:45 am    Post subject: Reply with quote

Shibotto wrote:
So yeah, meson again? :D

As it turns out it was Meson. :twisted:

Sync up and you should be good to go.
_________________
Dantrell B.
Back to top
View user's profile Send private message
gsora
n00b
n00b


Joined: 13 Sep 2016
Posts: 5

PostPosted: Sat Feb 10, 2018 2:35 pm    Post subject: Reply with quote

I don't know if this was already reported, but I had troubles building GNOME 3.24 extended.

telepathy-mission-control was missing UPower ldflags, I had to manually emerge UPower and then I was able to continue building gnome-base/gnome.
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Sat Feb 10, 2018 8:35 pm    Post subject: Reply with quote

gsora wrote:
telepathy-mission-control was missing UPower ldflags, I had to manually emerge UPower and then I was able to continue building gnome-base/gnome.

Thanks for the feedback.

I was able to reproduce and correct this issue.
_________________
Dantrell B.
Back to top
View user's profile Send private message
gsora
n00b
n00b


Joined: 13 Sep 2016
Posts: 5

PostPosted: Mon Feb 12, 2018 7:26 pm    Post subject: Reply with quote

Is the 3.26 overlay stable enough?

Right now I'm on 3.24 but I'm thinking about switching to .26 just for the translucent top bar :P
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Tue Feb 13, 2018 5:08 pm    Post subject: Reply with quote

gsora wrote:
Is the 3.26 overlay stable enough?

If it's available then at least 99% of it builds and runs so, yes, I would say it's stable enough.

Happy testing. :twisted:
_________________
Dantrell B.
Back to top
View user's profile Send private message
gsora
n00b
n00b


Joined: 13 Sep 2016
Posts: 5

PostPosted: Sun Feb 18, 2018 1:20 pm    Post subject: Reply with quote

dantrell wrote:
gsora wrote:
Is the 3.26 overlay stable enough?

If it's available then at least 99% of it builds and runs so, yes, I would say it's stable enough.

Happy testing. :twisted:


Confirmed, successfully updated from 3.24 to 3.26!

I just had to change profile, run
Code:
emerge --deep --with-bdeps=y --changed-use --update --ask --verbose @world
and let it crunch compiling for 40 minutes.

Does version 3.25.4 differs much from 3.26?
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Sun Feb 18, 2018 7:05 pm    Post subject: Reply with quote

gsora wrote:
Confirmed, successfully updated from 3.24 to 3.26!

Glad to hear it. :)

gsora wrote:
Does version 3.25.4 differs much from 3.26?

Given a GNOME package version number of X.Y.Z:

1. If Y is odd, it's a pre-release and Z can be considered a "patch".
2. If Y is even and Z is 0, it's alpha.
2. If Y is even and Z is 1, it's beta.
2. If Y is even and Z is 2, it's "stable".

In this instance, 3.26 is probably just 3.25.4 with less issues.
_________________
Dantrell B.
Back to top
View user's profile Send private message
simonvanderveldt
Apprentice
Apprentice


Joined: 26 Jan 2016
Posts: 151

PostPosted: Sun Mar 04, 2018 9:27 pm    Post subject: Reply with quote

simonvanderveldt wrote:
Unfortunately I'm having some issues getting everything to run properly though.
Whilst I do get a GDM screen on startup, when logging in the GDM screen goes away, but the actual GNOME session never starts.
Now whilst trying to debug this from a second virtual terminal I noticed that if I login using the second virtual terminal before I login using GDM the GNOME session does start (after some delay).
Any idea where I can best start to look for pointers what's causing this? I have a nvidia graphics card if that matters btw.

I've added elogind to the default runlevel and ...

I think I can safely say now this issue is caused by elogind.

If I login using GDM, which I sometimes do because I forget I need to login to a virtual terminal first, the workaround of logging in using a virtual terminal and after that logging in using GDM doesn't work, I get the same result that GNOME itself never starts.

Now starting after a (re)start, if I login using GDM (which doesn't work) switch to a virtual terminal, restart elogind, login using the virtual terminal and then login using GDM it does work again.
So unless it's some transitive dependency/thing it really seems to be an elogind issue.
Back to top
View user's profile Send private message
cono
n00b
n00b


Joined: 15 Sep 2016
Posts: 8

PostPosted: Thu Mar 08, 2018 6:08 pm    Post subject: Reply with quote

Gnome: 3.20

With recent update I'm getting issue with masked libgames-support.
Looks like in ::gentoo it was moved to: dev-libs/libgnome-games-support, so changes to the games ebuild should be applied.

TL;DR
Code:

The following mask changes are necessary to proceed:
 (see "package.unmask" in the portage(5) man page for more details)
# required by games-arcade/gnome-robots-3.20.2::dantrell-gnome-3-20
# required by gnome-base/gnome-extra-apps-3.20.0::dantrell-gnome-3-20[games]
# required by gnome-base/gnome-3.20.0::dantrell-gnome-3-20[extras]
# required by @selected
# required by @world (argument)
# /usr/portage/profiles/package.mask:
# Mart Raudsepp <leio@gentoo.org> (22 Feb 2018)
# This package was renamed to dev-libs/libgnome-games-support without
# a pkgmove; everything in tree uses it now instead of libgames-support.
# Masked for removal in 30 days. Bug #648468.
=dev-libs/libgames-support-1.0.2

NOTE: The --autounmask-keep-masks option will prevent emerge
      from creating package.unmask or ** keyword changes.


# grep libgames games-arcade/gnome-robots/gnome-robots-3.20.2.ebuild
   >=dev-libs/libgames-support-1
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Fri Mar 09, 2018 3:21 am    Post subject: Reply with quote

simonvanderveldt wrote:
So unless it's some transitive dependency/thing it really seems to be an elogind issue.

I feel bad because it was clearly working for you with ConsoleKit before and I still can't figure out where it went wrong. :(

That reminds me, I got a bit sidetracked with another project and have yet to forward port ConsoleKit support to GNOME 3.24+. That will be my primary task as I begin prepping for GNOME 3.28 which is on the horizon.

cono wrote:
With recent update I'm getting issue with masked libgames-support.

Thanks for the feedback.

Sync up and you should be good to go.
_________________
Dantrell B.
Back to top
View user's profile Send private message
Elleni
Veteran
Veteran


Joined: 23 May 2006
Posts: 1268

PostPosted: Sat Mar 10, 2018 7:53 pm    Post subject: Reply with quote

Hello dantrell,

can you help me on this ? I am missing icons in some apps with gnome.

Example:
Libreoffice Writer:
https://imagebin.ca/v/3uQbBn5unuGj

Virtual manager:
https://imagebin.ca/v/3uQcQHgcqv9q
Back to top
View user's profile Send private message
Juippisi
Developer
Developer


Joined: 30 Sep 2005
Posts: 721
Location: /home

PostPosted: Sun Mar 11, 2018 5:23 pm    Post subject: Reply with quote

dantrell wrote:

... as I begin prepping for GNOME 3.28 which is on the horizon.


Sounds sweet! Sure is quiet in here when everything works ;)

So what can I say, good job getting everything run smoothly!

Just wanna bring this out in the open, the fontconfig update from 2.12.6 to 2.13.0 broke emoji support for me. I know its fontconfig-related and Im not asking you to fork or fix it, just want to let everyone know where to find the culprit if it happens to them as well. It mightve broke some other 'glyphs' as well. There is a bug report open in bugs.gentoo.org
Back to top
View user's profile Send private message
Elleni
Veteran
Veteran


Joined: 23 May 2006
Posts: 1268

PostPosted: Sun Mar 18, 2018 7:20 pm    Post subject: Reply with quote

gucharmap-10.0.4 failed to emerge. Buildlog:
https://paste.pound-python.org/show/cVCwfyUSGUNKhxVnu5jT/

emerge --info
Code:
Portage 2.3.24 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-7.3.0, glibc-2.25-r10, 4.15.9-gentoo x86_64)
=================================================================
System uname: Linux-4.15.9-gentoo-x86_64-AMD_Ryzen_5_1600_Six-Core_Processor-with-gentoo-2.4.1
KiB Swap:   33554428 total,  33554428 free
Timestamp of repository gentoo: Sat, 17 Mar 2018 23:30:01 +0000
Head commit of repository gentoo: 8d9802f10404e661b9ff37d732cc4d307442082c
sh bash 4.4_p12
ld GNU ld (Gentoo 2.30 p1) 2.30.0
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.24.3::gentoo
dev-lang/python:          2.7.14-r1::gentoo, 3.5.4-r1::gentoo
dev-util/cmake:           3.9.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.29::dantrell-gnome
sys-apps/sandbox:         2.12::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.11.6-r3::gentoo, 1.15.1-r2::gentoo
sys-devel/binutils:       2.30::gentoo
sys-devel/gcc:            7.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.25-r10::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts:
    sync-rsync-verify-metamanifest: no

seden
    location: /var/lib/layman/seden
    masters: gentoo
    priority: 50

dantrell-gnome-3-26
    location: /var/lib/layman/dantrell-gnome-3-26
    masters: gentoo
    priority: 100

test
    location: /usr/local/portage
    masters: gentoo
    priority: 100

dantrell-gnome
    location: /var/lib/layman/dantrell-gnome
    masters: gentoo
    priority: 150

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=znver1"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/chromium/policies/managed/chrome-gnome-shell.json /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/opt/chrome/policies/managed/chrome-gnome-shell.json /etc/revdep-rebuild /etc/sandbox.d /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=znver1"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="de_CH.UTF-8"
LC_ALL="de_CH.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="de de_DE el en fr fr_FR it tr"
MAKEOPTS="-j13"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi activities aes alsa amd64 avx avx2 berkdb bluetooth branding bzip2 cairo cdda cdr cli colord crypt cups cxx d3d9 dbus declarative dri dri3 dts dvd dvdr eds elogind emboss encode evo exif fam ffmpeg flac fma3 fortran frei0r gdbm gif glamor gles1 gnome gnome-keyring gnome-online-accounts gnutls gpm gtk gtk3 gtkstyle iconv icu introspection ipv6 jpeg kde kipi kwallet lcms ldap libnotify libsecret llvm lm_sensors mad mmx mmxext mng modules mp3 mp4 mpeg mtp multilib nautilus ncurses nls nptl ocr ogg openal opencl opengl openmax openmp osmesa pam pango pclmul pcre pdf pdfpopcnt phonon plasma png policykit ppds pulseaudio qml qt3support qt5 readline realtime s3tc scanner sdl seccomp semantic-desktop spell spice sse sse2 sse3 sse4_1 sse4_2 sse4a ssh ssl ssse3 staging startup-notification svg tcpd theora tiff tracker truetype udev udisks unicode upower usb uxa vaapi vdpau vhost-net vorbis vpx webrtc-aec widgets wxwidgets x264 xa xattr xcb xcomposite xml xv xvid xvmc zlib" ABI_X86="64 32" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext smp sse sse2 sse3 sse4_1 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" L10N="de el en fr it tr" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_5" PYTHON_TARGETS="python2_7 python3_5" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby22 ruby23" SANE_BACKENDS="pixma" USERLAND="GNU" VIDEO_CARDS="amdgpu radeonsi virgl" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Mon Mar 19, 2018 10:38 am    Post subject: Reply with quote

Elleni wrote:
can you help me on this ? I am missing icons in some apps with gnome.

I don't think this one is related to me.

Elleni wrote:
gucharmap-10.0.4 failed to emerge.

This one is though and has been corrected.

Juippisi wrote:
Sounds sweet!

As for this, I made time to lay some groundwork for GNOME 3.28.

After my next pass (or two) GNOME 3.28.0 (alpha) will be available for testing.
_________________
Dantrell B.


Last edited by dantrell on Mon Mar 19, 2018 7:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
simonvanderveldt
Apprentice
Apprentice


Joined: 26 Jan 2016
Posts: 151

PostPosted: Mon Mar 19, 2018 6:22 pm    Post subject: Reply with quote

Ran into this on reddit, not sure if it's really an issue or not and if it is if you're already aware of it, but figured it wouldn't hurt to share it here https://www.reddit.com/r/Gentoo/comments/84h2eg/emerge_pqv_gnomebasegvfs1322dantrellgnome324_error/
Back to top
View user's profile Send private message
dantrell
l33t
l33t


Joined: 01 Jun 2007
Posts: 915
Location: Earth

PostPosted: Mon Mar 19, 2018 7:37 pm    Post subject: Reply with quote

simonvanderveldt wrote:
Ran into this on reddit, not sure if it's really an issue or not and if it is if you're already aware of it, but figured it wouldn't hurt to share it here

Thanks for the heads up.

I recognize that poster's name from what looked like a spam email which ended up being trashed (to be fair, a second look didn't help).

That said, the reddit post and comment clarified things enough that I was able to reproduce the issue and correct it. Tell redeltaglio to sync up.
_________________
Dantrell B.
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3 ... 22, 23, 24 ... 27, 28, 29  Next
Page 23 of 29

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum