-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Auto Profile #301
Comments
My first bet is lack of support for autoprofile feature in wayland. I will have to check source code to be sure, but it seems to be the case if(UNIX)
if(WITH_X11)
LIST(APPEND antimicrox_SOURCES src/x11extras.cpp
src/qtx11keymapper.cpp
src/unixcapturewindowutility.cpp
src/autoprofilewatcher.cpp
src/gui/capturedwindowinfodialog.cpp
)
LIST(APPEND antimicrox_HEADERS src/x11extras.h
src/qtx11keymapper.h
src/unixcapturewindowutility.h
src/autoprofilewatcher.h
src/gui/capturedwindowinfodialog.h
)
if(WITH_XTEST) Only builds with enabled X11 support have this feature compiled, that's why I guess this feature is not meant for non X11 environments. |
Maybe would be best to give a warning message then? Also any advice on alternatives? Is there a command line option to change profiles? |
Yes. Check
Or implement for Wayland ;) |
Maybe antimicro isnt picking up your locale. Check your locale. Im not sure
of commands for arch.
…On Sun, 28 Nov 2021, 16:12 Caio, ***@***.***> wrote:
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Auto Profile tab on the Setting Menu ask me to select my desired Language:
[image: 2021-11-28_09-11-1638108502_partial]
<https://user-images.githubusercontent.com/703016/143771339-161025fe-b3a7-4798-821c-c026ca92dd8c.png>
Expected Behavior
Auto Profile tab allow me to set which profile is loaded for each window.
Steps To Reproduce
1 - Go to Options > Settings > Auto Profile.
Environment
- OS: Arch Linux- Display: Wayland- Environment: Sway- AntiMicroX version: 3.2 (Both packages in AUR were tested)
Anything else?
I wish I am being silly here and missing something obvious but I tried my
best to get past that language selection screen to the actual Auto Profile
Configuration and couldn't.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#301>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARGHWE75VLJDQO5BJLW3L5LUOI2EBANCNFSM5I5K5TYA>
.
|
Must confess that when I read this the first time I thought it would not work because it would try to launch antimicrox again, notice it was already running and fail. maybe rewrite the help message? No big deal, I should have tested but it might help others. |
if (QApplication::platformName() == QStringLiteral("xcb")) //xcb is the X11 plugin used on regular desktop Linux platforms {
populateAutoProfiles();
fillAllAutoProfilesTable();
fillGUIDComboBox();
} else
{
delete ui->categoriesListWidget->item(2);
ui->stackedWidget->removeWidget(ui->page_2);
} This is disabled for non-wayland sessions. |
This is not a bug, but functionality not implemented. New issue for tracking implementation is here: #303 |
Is there an existing issue for this?
Current Behavior
Auto Profile tab on the Setting Menu ask me to select my desired Language:
Expected Behavior
Auto Profile tab allow me to set which profile is loaded for each window.
Steps To Reproduce
1 - Go to Options > Settings > Auto Profile.
Environment
Anything else?
I wish I am being silly here and missing something obvious but I tried my best to get past that language selection screen to the actual Auto Profile Configuration and couldn't.
Upvote & Fund
The text was updated successfully, but these errors were encountered: