fix arcmenu
This commit is contained in:
parent
10eb01c7f9
commit
4c9faa0788
@ -1,3 +1,9 @@
|
|||||||
|
pika-settings (3.0-99pika3) kinetic; urgency=low
|
||||||
|
|
||||||
|
* Fix arcmenu
|
||||||
|
|
||||||
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 01 Oct 2022 14:50:00 +0200
|
||||||
|
|
||||||
pika-settings (3.0-99pika2) kinetic; urgency=low
|
pika-settings (3.0-99pika2) kinetic; urgency=low
|
||||||
|
|
||||||
* Add pika-theme
|
* Add pika-theme
|
||||||
|
@ -59,5 +59,9 @@ enabled = true
|
|||||||
sunrise = '/usr/lib/pika/gnome-layouts/libadwaita.sh'
|
sunrise = '/usr/lib/pika/gnome-layouts/libadwaita.sh'
|
||||||
sunset = '/usr/lib/pika/gnome-layouts/libadwaita.sh'
|
sunset = '/usr/lib/pika/gnome-layouts/libadwaita.sh'
|
||||||
|
|
||||||
|
[org.gnome.shell.extensions.arcmenu]
|
||||||
|
custom-menu-button-icon = '/usr/share/pixmaps/pika-mono-logo.png'
|
||||||
|
menu-button-icon = 'Custom_Icon'
|
||||||
|
|
||||||
[org.gnome.mutter]
|
[org.gnome.mutter]
|
||||||
check-alive-timeout = 30000
|
check-alive-timeout = 30000
|
||||||
|
BIN
pika-settings/debian/data/usr/share/pixmaps/pika-mono-logo.png
Normal file
BIN
pika-settings/debian/data/usr/share/pixmaps/pika-mono-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 857 B |
@ -1 +0,0 @@
|
|||||||
/etc/init.d/calamares-sources-undo
|
|
@ -1,13 +0,0 @@
|
|||||||
Package: pika-settings
|
|
||||||
Version: 2.0-99pika3
|
|
||||||
Architecture: all
|
|
||||||
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
|
|
||||||
Installed-Size: 33
|
|
||||||
Depends: gnome-backgrounds, dconf-gsettings-backend | gsettings-backend, gnome-control-center-data, gsettings-desktop-schemas (>= 40), libglib2.0-bin (>= 2.53.4-3ubuntu1~)
|
|
||||||
Conflicts: ubuntu-settings, ubuntu-wallpapers, ubuntu-wallpapers-kinetic
|
|
||||||
Replaces: ubuntu-settings, ubuntu-wallpapers, ubuntu-wallpapers-kinetic
|
|
||||||
Provides: ubuntu-settings, ubuntu-wallpapers, ubuntu-wallpapers-kinetic
|
|
||||||
Section: gnome
|
|
||||||
Priority: optional
|
|
||||||
Homepage: https://github.com/PikaOS-Linux/
|
|
||||||
Description: default settings for the PikaOS Gnome desktop
|
|
@ -1,7 +0,0 @@
|
|||||||
64b35283dce2e1fadf24cfaa64d75076 usr/share/doc/pika-settings/changelog.Debian.gz
|
|
||||||
7952f22273e51d7291d456e81b5c31bf usr/share/glib-2.0/schemas/10_ubuntu-settings.gschema.override
|
|
||||||
3376675ca3f45f80e5146d22cc979af1 usr/share/glib-2.0/schemas/90_ubuntu-settings.gschema.override
|
|
||||||
4f8e45c39cf737c0f039b7f23a6f78bf usr/share/ubuntu-wayland/applications/info.desktop
|
|
||||||
02f4ada9d9247e5108bdaea8645e9415 usr/share/ubuntu-wayland/applications/texdoctk.desktop
|
|
||||||
4f8e45c39cf737c0f039b7f23a6f78bf usr/share/ubuntu/applications/info.desktop
|
|
||||||
02f4ada9d9247e5108bdaea8645e9415 usr/share/ubuntu/applications/texdoctk.desktop
|
|
@ -1,6 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
@ -1,93 +0,0 @@
|
|||||||
###################
|
|
||||||
# global settings #
|
|
||||||
###################
|
|
||||||
|
|
||||||
[org.gnome.evolution-data-server.calendar]
|
|
||||||
notify-with-tray=false
|
|
||||||
|
|
||||||
[org.gnome.desktop.session]
|
|
||||||
session-name = "ubuntu"
|
|
||||||
|
|
||||||
[org.onboard]
|
|
||||||
layout = 'Compact'
|
|
||||||
theme = 'Nightshade'
|
|
||||||
key-label-font = 'Ubuntu'
|
|
||||||
key-label-overrides = ['RWIN::super-group', 'LWIN::super-group']
|
|
||||||
xembed-onboard = true
|
|
||||||
|
|
||||||
[org.onboard.window]
|
|
||||||
docking-enabled = true
|
|
||||||
force-to-top = true
|
|
||||||
|
|
||||||
[org.gnome.login-screen]
|
|
||||||
logo='/usr/share/plymouth/ubuntu-logo.png'
|
|
||||||
|
|
||||||
##################################
|
|
||||||
# ubuntu common session settings #
|
|
||||||
##################################
|
|
||||||
|
|
||||||
[org.gnome.shell:ubuntu]
|
|
||||||
always-show-log-out = true
|
|
||||||
|
|
||||||
[org.gnome.shell.extensions.ding:ubuntu]
|
|
||||||
show-trash = false
|
|
||||||
show-volumes = false
|
|
||||||
start-corner = 'bottom-right'
|
|
||||||
arrangeorder = 'DESCENDINGNAME'
|
|
||||||
|
|
||||||
[org.gnome.desktop.background:ubuntu]
|
|
||||||
show-desktop-icons = true
|
|
||||||
|
|
||||||
[org.gtk.Settings.FileChooser:ubuntu]
|
|
||||||
sort-directories-first = true
|
|
||||||
startup-mode = 'cwd'
|
|
||||||
|
|
||||||
# Mirror G-S default experience (in overrides) compared to mutter default
|
|
||||||
# as we are using a G-S mode, the default overrides aren't used.
|
|
||||||
[org.gnome.mutter:ubuntu]
|
|
||||||
attach-modal-dialogs = true
|
|
||||||
edge-tiling = true
|
|
||||||
dynamic-workspaces = true
|
|
||||||
workspaces-only-on-primary = true
|
|
||||||
focus-change-on-pointer-rest = true
|
|
||||||
|
|
||||||
[org.gnome.desktop.peripherals.touchpad:ubuntu]
|
|
||||||
tap-to-click = true
|
|
||||||
click-method = 'default'
|
|
||||||
|
|
||||||
[org.gnome.desktop.wm.keybindings:ubuntu]
|
|
||||||
show-desktop = ['<Primary><Super>d','<Primary><Alt>d','<Super>d']
|
|
||||||
switch-applications = ['<Super>Tab']
|
|
||||||
switch-windows = ['<Alt>Tab']
|
|
||||||
switch-applications-backward = ['<Shift><Super>Tab']
|
|
||||||
switch-windows-backward = ['<Shift><Alt>Tab']
|
|
||||||
|
|
||||||
[org.gnome.nautilus.desktop:ubuntu]
|
|
||||||
home-icon-visible = false
|
|
||||||
|
|
||||||
[org.gnome.nautilus.icon-view:ubuntu]
|
|
||||||
default-zoom-level = 'small'
|
|
||||||
|
|
||||||
[org.gnome.shell.extensions.desktop-icons:ubuntu]
|
|
||||||
icon-size = 'small'
|
|
||||||
|
|
||||||
[org.gnome.nautilus.preferences:ubuntu]
|
|
||||||
open-folder-on-dnd-hover = false
|
|
||||||
|
|
||||||
[org.gnome.rhythmbox.rhythmdb:ubuntu]
|
|
||||||
monitor-library = true
|
|
||||||
|
|
||||||
[org.gnome.rhythmbox.plugins.alternative_toolbar:ubuntu]
|
|
||||||
display-type=1
|
|
||||||
|
|
||||||
[org.gnome.settings-daemon.plugins.print-notifications:ubuntu]
|
|
||||||
active = false
|
|
||||||
|
|
||||||
[org.gnome.settings-daemon.plugins.background:ubuntu]
|
|
||||||
active = false
|
|
||||||
|
|
||||||
[org.gnome.software:ubuntu]
|
|
||||||
first-run = false
|
|
||||||
|
|
||||||
[org.gnome.Terminal.Legacy.Settings:ubuntu]
|
|
||||||
theme-variant = 'dark'
|
|
@ -1,28 +0,0 @@
|
|||||||
[org.gnome.desktop.background]
|
|
||||||
picture-uri = 'file:///usr/share/backgrounds/gnome/adwaita-l.webp'
|
|
||||||
picture-uri-dark = 'file:///usr/share/backgrounds/gnome/adwaita-d.webp'
|
|
||||||
show-desktop-icons = false
|
|
||||||
|
|
||||||
[org.gnome.desktop.screensaver]
|
|
||||||
picture-uri = 'file:///usr/share/backgrounds/gnome/adwaita-l.webp'
|
|
||||||
|
|
||||||
[org.gnome.desktop.wm.preferences]
|
|
||||||
button-layout = 'appmenu:close'
|
|
||||||
titlebar-font = 'Cantarell Bold 11'
|
|
||||||
theme = 'adw-gtk3'
|
|
||||||
|
|
||||||
[org.gnome.desktop.sound]
|
|
||||||
theme-name = 'freedesktop'
|
|
||||||
|
|
||||||
[org.gnome.desktop.interface]
|
|
||||||
gtk-theme = 'adw-gtk3'
|
|
||||||
icon-theme = 'Papirus'
|
|
||||||
cursor-theme = 'Adwaita'
|
|
||||||
monospace-font-name = 'Monospace 11'
|
|
||||||
document-font-name = 'Sans 11'
|
|
||||||
font-name = 'Cantarell 11'
|
|
||||||
enable-animations = true
|
|
||||||
|
|
||||||
[org.gnome.shell]
|
|
||||||
favorite-apps = ['pika-calamares.desktop', 'pika-welcome-welcome.desktop', 'firefox.desktop', 'repoman.desktop', 'mintinstall.desktop', 'mintupdate.desktop', 'org.gnome.Nautilus.desktop', 'org.gnome.Settings.desktop', 'org.gnome.Terminal.desktop', 'gnome-system-monitor.desktop']
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
ubuntu
|
|
@ -1 +0,0 @@
|
|||||||
ubuntu-wayland
|
|
@ -1,11 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=TeXInfo
|
|
||||||
Comment=The viewer for TexInfo documents
|
|
||||||
Exec=info
|
|
||||||
Icon=dialog-information
|
|
||||||
NoDisplay=true
|
|
||||||
Type=Application
|
|
||||||
Categories=Utility;Documentation;ConsoleOnly;
|
|
||||||
Terminal=true
|
|
||||||
X-Desktop-File-Install-Version=0.24
|
|
||||||
X-Ubuntu-Gettext-Domain=ubuntu-default-launchers
|
|
@ -1,8 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=TeXdoctk
|
|
||||||
Exec=texdoctk
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Categories=Settings;
|
|
||||||
NoDisplay=true
|
|
||||||
X-Ubuntu-Gettext-Domain=ubuntu-default-launchers
|
|
@ -1,11 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=TeXInfo
|
|
||||||
Comment=The viewer for TexInfo documents
|
|
||||||
Exec=info
|
|
||||||
Icon=dialog-information
|
|
||||||
NoDisplay=true
|
|
||||||
Type=Application
|
|
||||||
Categories=Utility;Documentation;ConsoleOnly;
|
|
||||||
Terminal=true
|
|
||||||
X-Desktop-File-Install-Version=0.24
|
|
||||||
X-Ubuntu-Gettext-Domain=ubuntu-default-launchers
|
|
@ -1,8 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Name=TeXdoctk
|
|
||||||
Exec=texdoctk
|
|
||||||
Type=Application
|
|
||||||
Terminal=false
|
|
||||||
Categories=Settings;
|
|
||||||
NoDisplay=true
|
|
||||||
X-Ubuntu-Gettext-Domain=ubuntu-default-launchers
|
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cp /etc/skel/.config/examples/.profile /etc/
|
cp -rvf /etc/skel/.config/examples/.profile /etc/skel/
|
||||||
|
cp -rvf /etc/skel/.config/examples/Kvantum /etc/skel/.config/
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user