Giter VIP home page Giter VIP logo

session's Introduction

Pop! Session

Pop!_OS session default settings. For easy management of all Pop!_OS related source code and assets, see the main Pop! repo.

session's People

Contributors

13r0ck avatar brs17 avatar carlwgeorge avatar cassidyjames avatar ids1024 avatar isantop avatar jackpot51 avatar jacobgkau avatar jrock2004 avatar leviport avatar mmstick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

session's Issues

Emoji picker bound to incorrect keys

Currently bound to Ctrl + . but should be Ctrl + Shift + .

Ctrl + . conflicts with 1password. Additionally, the current emoji picker doesn't needs improvement. It's unclear what to do once it's accidentally activated. Re-adding the Shift will avoid accidental activation.

19.10 debug-iso #7: "Something has gone wrong." with gnome-control-center user

Distribution (run cat /etc/os-release):
Pop!_OS 19.10 debug iso 7

Related Application and/or Package Version (run apt policy $PACKAGE NAME):
gnome-initial-setup (presumably)

Issue/Bug Description:
After installing 19.10 iso#7 from a usb, I am presented with the following screen in the gnome-initial-setup user. Virtual terminals are available but I am not aware of how to log in to the gnome-initial-setup user.

somethingwrong

Toggle all extensions button in extensions app not working

Distribution (run cat /etc/os-release):
NAME="Pop!_OS"
VERSION="20.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://system76.com/pop"
SUPPORT_URL="http://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
LOGO=distributor-logo-pop-os

Issue/Bug Description:
Toggling what I assume is the "toggle all" extensions switch in the top right of the "Extensions" app does not disable all extensions. It seems to do nothing.
image

Steps to reproduce (if you know):
Open Extensions, toggle the switch in the top right.

Expected behaviour:
Toggling the switch should enable/disable all extensions.

Other Notes:
Not sure if this is the right place to leave an issue.

Installing nvidia-prime removes pop-session

Distribution (run cat /etc/os-release):

NAME="Pop!_OS"
VERSION="21.10"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 21.10"
VERSION_ID="21.10"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=impish
UBUNTU_CODENAME=impish
LOGO=distributor-logo-pop-os

Related Application and/or Package Version (run apt policy $PACKAGE NAME):

pop-session:
Installed: 5.0.0163232488621.100e196e0
Candidate: 5.0.0
163536737121.1052ccc11
Version table:
5.0.0163536737121.1052ccc11 1001
1001 http://apt.pop-os.org/release impish/main amd64 Packages
1001 http://apt.pop-os.org/release impish/main i386 Packages
*** 5.0.0
163232488621.100e196e0 100
100 /var/lib/dpkg/status

nvidia-prime:
Installed: (none)
Candidate: 0.8.17.1
Version table:
0.8.17.1 500
500 http://us.archive.ubuntu.com/ubuntu impish/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu impish/main i386 Packages

Issue/Bug Description:

When you install nvidia-prime apt wants to remove pop-session.

Steps to reproduce (if you know):

sudo apt install nvidia-prime

Expected behavior:

You would get a conflict message that you can't have both nvidia-prime and system76-power installed.

Other Notes:

Night Light Stopped Working

Hello,

I have been using Pop!_OS on a galago pro (galp2) with no issues until yesterday my night light stopped working. I'm not sure where to submit this after noticing Cassidy's issue in the iso section. I don't remember if I installed or uninstalled anything the day before this happened.

I tried restarting my computer, I checked for updates, and I reran system76-driver-cli without any noticable change. I also tried changing any settings regarding location, display, and background in the settings center with no changes as well.

Thank you for reading my issue.

Automatic Suspend is enabled

Distribution (run cat /etc/os-release):
Pop!_OS 18.10

Issue
When the automatic suspend default behavior was changed in Ubuntu, we disabled it so the system would not automatically suspend.

It appears that this is no longer the case and by default we are shipping automatic suspend on battery power after a delay of 20 minutes.

automaticsuspend

Option to re-enable super + number hotkeys

Distribution (run cat /etc/os-release):

NAME="Pop!_OS"
VERSION="20.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
LOGO=distributor-logo-pop-os

Issue/Bug Description:

It's very common for users to use super + number to launch / focus on favourite applications. This was intentionally removed in #20 to fix pop-os/shell#196, which unfortunately breaks other users' workflow.

Steps to reproduce (if you know):

  1. Upgrade to Pop OS 20.04.

Expected behavior:

Pressing super + 1 opens / focuses on the first application in my favourites.

Other Notes:

This can be reversed using the following steps:

  1. Remove the overridden hotkeys:

    sudo vim /usr/share/glib-2.0/schemas/50_pop-session.gschema.override

    Comment out the switch-to-application-n lines:

    # switch-to-application-1 = []
    # switch-to-application-2 = []
    # switch-to-application-3 = []
    # switch-to-application-4 = []
    # switch-to-application-5 = []
    # switch-to-application-6 = []
    # switch-to-application-7 = []
    # switch-to-application-8 = []
    # switch-to-application-9 = []
    
  2. Recompile glib schema:

    sudo /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  3. Log out and in again.

  4. Enjoy.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.