Skip to content

Commit efe35d2

Browse files
committed
Porting to Python + GTK4
1 parent 716c1ed commit efe35d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+2823
-1265
lines changed

biglinux-webapps/usr/bin/big-webapps-gui

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,4 @@ fi
2323
# Start caching json
2424
./get_json.sh cache &
2525

26-
# Gnome not support icon selection in wayland mode, force xcb for Xwayland
27-
if [[ "$XDG_SESSION_DESKTOP" == "gnome" ]]; then
28-
export QT_QPA_PLATFORM=xcb
29-
fi
30-
31-
bigbashview -s 1000x620 -n big-webapps-gui -p big-webapps-gui -c transparent -w frameless index.html
26+
python /usr/share/biglinux/webapps/main.py

biglinux-webapps/usr/share/applications/big-webapps-gui.desktop renamed to biglinux-webapps/usr/share/applications/br.com.biglinux.webapps.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ Name[uk]=Додавання та видалення веб-програм
3030
Name[zh]=添加和删除 Web 应用
3131
Icon=big-webapps
3232
Exec=big-webapps-gui
33+
StartupWMClass=big-webapps-gui
3334
Categories=Webapps;
3435
Terminal=false
3536
StartupNotify=true
37+
38+
Actions=SoftwareRender;
39+
40+
[Desktop Action SoftwareRender]
41+
Name=Software Render
42+
Exec=SoftwareRender big-webapps-gui

biglinux-webapps/usr/share/bigbashview/apps/webapps/favicon/README.rst

Lines changed: 0 additions & 81 deletions
This file was deleted.

biglinux-webapps/usr/share/bigbashview/apps/webapps/favicon/__init__.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

biglinux-webapps/usr/share/bigbashview/apps/webapps/favicon/favicon.py

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)