[–] [S] 1 point 1 year ago

why is it pinging the github server every minute??

cosmic@pop-os:~$ sudo tcpdump | grep "github"

[sudo] password for cosmic:

tcpdump: verbose output suppressed, use -v[v]... for full protocol decode

listening on enp1s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes

03:12:25.287023 IP pop-os.58602 > fw.domain: 11618+ [1au] A? github.com. (39)

03:12:25.358983 IP pop-os.39648 > lb-140-82-116-3-sea.github.com.https: Flags [S], seq 4137790427, win 64240, options [mss 1460,sackOK,TS val 2108472627 ecr 0,nop,wscale 7], length 0

03:12:25.423103 IP lb-140-82-116-3-sea.github.com.https > pop-os.39648: Flags [S.], seq 1114499144, ack 4137790428, win 65160, options [mss 1360,sackOK,TS val 2211975173 ecr 2108472627,nop,wscale 8], length 0

03:12:25.423162 IP pop-os.39648 > lb-140-82-116-3-sea.github.com.https: Flags [.], ack 1, win 502, options [nop,nop,TS val 2108472691 ecr 2211975173], length 0

03:12:25.428280 IP pop-os.39648 > lb-140-82-116-3-sea.github.com.https: Flags [P.], seq 1:518, ack 1, win 502, options [nop,nop,TS val 2108472696 ecr 2211975173], length 517

  • source
  • [–] [S] 4 points 2 years ago* (3 children)

    I bet in my brief testing, it's about 70% usable.

    Some features are not yet completed:

    • cosmic-file, I can't use copy/paste, open in terminal, mount any external devices.
    • can't resize any of the cosmic apps, no tiling,
    • setting has todo everywhere,
    • can't see the workspace preview.

    .

    Some are fully usable in my use-case:

    • cosmic-snapshot.
    • cosmic-term.
    • set background and accent colour
    • pin apps to dock

    .

    Didn't test:

    • audio

    .

    But, please note that I'm running it on a vm, so the exact issues might not exist on bare metal (if anyone can chime in).. In any case, the legacy apps, ex Settings, Files, Terminal still exist.

    So my procedue is to set all cosmic apps as default, and if I encounter issues, I'll just use the legacy apps for that particular tasks, and when I'm done, I go back to cosmic apps for daily use.

  • source
  • parent
  • context
  • submitted 2 years ago* (last edited 2 years ago) by to c/pop_os@lemmy.world
     
    1. install virt-manager

    2. create a vm pop-os

    3. start the vm

    4. sudo apt install cosmic-session

    5. sudo nano /etc/gdm3/custom.conf

    6. ... set .. WaylandEnable=true

    7. reboot

    8. at the log in screen, there is a small gear wheel on the bottom right side, choose “Pop on Wayland" (edit: if you want COSMIC DE to work too, see update below) (edit2: if you can't see the gear wheel, see update2 below)

    .

    update:

    there are some settings on the virt-manager to make COSMIC DE works.

    if you don't need to run COSMIC DE, can ignore the following

    • Display Spice : Type = Spice server, Listen type = none, uncheck password / opengl
    • Video : use QXL (instead of default Virtio)

    new step 8. at the log in screen, there is a small gear wheel on the bottom right side, choose “COSMIC"

    .

    update2:

    • sudo nano /usr/lib/udev/rules.d/61-gdm.rules

    • Goto the line that reads LABEL="gdm_prefer_xorg"

    • .. commend out the next line .. #RUN+="/usr/libexec/gdm-runtime-config set daemon PreferredDisplayServer xorg"

    • Goto the the line that reads LABEL="gdm_disable_wayland"

    • .. commend out the next line .. #RUN+="/usr/libexec/gdm-runtime-config set daemon WaylandEnable false"

    • sudo systemctl restart gdm.service

    view more: next ›